Another way to reset the password for a WordPress user account.

http://codex.wordpress.org/User:MichaelH/Orphaned_Plugins_needing_Adoption/Emergency. This PHP script when run on a web server will allow a webmaster to reset the Administrator password for a WordPress installation. This is another good way to reset the password if you forget it. If you have access to the MySQL command line you may also use that…

Read More

Very annoying things that happen when using WordPress.

I hate it when a plugin author updates their plugin and upon updating it, you get a PHP error that prevents you from running your website, necessitating that you log into your Cpanel to fix the problem. That is great. Why can they not test the plugin first before deploying…

Read More

4chan /g/ technology threads listing.

Listing of current 4chan /g/ threads I have developed a simple PHP script. This one will list all current threads on the 4chan /g/ technology board. I guess this could be interesting to someone who wants to know what current threads are up, but does not have the time to…

Read More

My PHP code for my Linux pages index.

This code is on my https://securitronlinux.com/linux/ page. It shows a random image and a random webpage link. <?php $time = strftime(“%A %d %B %Y. %r – %Z”); srand(time(NULL)); $day = rand() % 6; $string = sprintf(“<font size=\”2pt\”><p>Welcome to my website.</p>\n”); $links = array(“BejArray” => array(“0” => “perl_code.php”, “1” => “psx_doom.php”,…

Read More

Securing your WordPress installation with Website Defender.

http://www.websitedefender.com/announcements/websitedefender-wordpress-security-plugin-news/scan-blog-wordpress-security-scan/. Securing your WordPress installation is vital, the PHP installation as well as the MySQL database need to be protected. The Website Defender website offers a free service that will scan your website and offer suggestions on how to secure your WordPress installation and any other software that you have…

Read More