Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

User:Here/Exploits/ro8kfbsmag

Affected versions: 2.1.x, more?

First seen: December 2007

Symptoms include:

  • All plugins deactivated
  • All pages changed to posts

Solutions

Have the host delete the relevant txt file in /tmp

Check the uploads path (settings / miscellaneous)


more detail needed


Upgrade Restore Backup Database

If you have no backup, you can try the following SQL to help return posts to pages.

UPDATE wp_posts SET post_type = 'page' WHERE post_parent !=0

UPDATE wp_posts SET post_type = 'page' WHERE menu_order<>'0'

Reactivate plugins

Remove damaged files. (More detail needed)

See also