Invisible Administrator
-
I’ve been suffering from multiple hacks into my WordPress installs, hosted on Mediatemple’s gs service. After this latest round I’ve done the usual cleanup and script removals (frustrating) and changed all my DB users and all my passwords everywhere possible. I’ve updated all WP installs to 3.0.3.
But I still see an invisible administrator account on every dashboard. See this image:
http://dl.dropbox.com/u/1259430/phantomuser.png
I’ve gone through the MYSQL and it’s only showing 1 admin in the database as far as I can see, by clicking on the wp-users “browse” icon or by running this SQL query:
SELECT u.ID, u.user_login
FROM wp_users u, wp_usermeta um
WHERE u.ID = um.user_id
AND um.meta_key = ‘wp_capabilities’
AND um.meta_value LIKE ‘%administrator%’;that I found in the support forums here.
Are my databases compromised? Securi scans show I’m good now, and Mediatemple has swept my sites to remove all the scripts they know about.
But this one phantom admin has got me kinda spooked. I’m not very good at PHPMyAdmin – any advice would be great.
Thanks
©
The topic ‘Invisible Administrator’ is closed to new replies.