BLog

Want to Learn About Coding?

Remove dashboard widgets for user-id

Remove dashboard widgets for user-id

The way to remove dashboard widgets from the specific user/users. function remove_dashboard_widgets() { global $current_user; $user_id = get_current_user_id(); // echo "user:".$user_id; // Use this to find your user id quickly if( $user_id == '3'){ global...

Remotely Extract Uploaded ZIP Archives Online FTP

Remotely Extract Uploaded ZIP Archives Online FTP

The Unzipper The Unzipper is a PHP script that can extract ZIP and GZIP archives on webservers. All you need to do is upload a PHP file and access the file from your web browser. The Unzipper will only list any ZIP/GZIP files that are located in the same directory as...

.htaccess Add expire headers

.htaccess Add expire headers

<IfModule mod_expires.c> ExpiresActive on ExpiresDefault "access plus 1 month" ExpiresByType image/gif "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType image/jpg "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month"...

Let’s Get Started

Ready To Make a Real Change? Let’s Build this Thing Together!