web analytics

Geeks Terminal

          Linux | Open Source | Web Hosting and more..

If you have Akismet plugin active and your blog is getting lots of spam comments (moderated by Akismet) then you can execute a small query from the phpMyAdmin to delete bulk spam comments instead of manual deletion.         1) Open the database in phpMyAdmin 2) Backup the database using export option from phpMyAdmin for safety purpose. 3) [...]

Categories: WordPress

If you arw using wordpress blog for blogging, you might experience a very high number of hits to /wp-admin/admin-ajax.php. This can cause a very high load on the server, and if you are running your blog on a shared hosting platform, your hosting provider might even disable the script.To resolve this you can make the changes below to ensure the [...]

Categories: WordPress

If you are receiving “Error 500 – Internal server error An internal server error has occured! Please try again later.” or “Error 500 – Internal server error An internal server error has occurred! Additionally page 404 not found” 1. Create a new file in notepad or similar editor and enter the following lines in the file php_flag register_globals off register_globals [...]

Categories: WordPress