Did your WordPress Site get hacked is a good pointer to fixing things. It is pretty insidious what can happened:

  1. Upgrade your WordPress installation to the latest
  2. Change your passwords on your site as they could have gotten in as administrators.
  3. Change your FTP passwords.
  4. Look at the permissions to see if they’ve been modified. You want 644 mainly.
  5. Look through the databases to see if there are hidden plugins and users

Here is the new list

  1. The simplest way is hiding their code in your php scripts. If your blog directory and files are writable by the webserver then a hacker has free reign to plant their code anywhere they like. wp-blog-header.php seems to be one place.
  2. Make sure there are no backdoors or malicious code left on your system. This will be in the form of scripts left by the hacker, or modifications to existing files. Check your theme files too.
  3. Edit your wp-config.php and change or create the SECRET_KEY definition. It should look like this, but do not use the same key or it won’t be very secret, will it? define(‘SECRET_KEY’, ‘1234567890′ );

I’m Rich & Co.

Welcome to Tongfamily, our cozy corner of the internet dedicated to all things technology and interesting. Here, we invite you to join us on a journey of tips, tricks, and traps. Let’s get geeky!

Let’s connect