- Joined
- Jan 19, 2007
- Posts
- 2,207
- Reaction score
- 47
So I have an old theme for a Wordpress site, I like it and have been applying the WP updates, but on searching for the site in Google noticed these types of listings (which can only be hurting the SEO of the site):
I haven't put new content on the site in ages but was about to...
Update: Found this in the .htaccess and the named file (now deleted)
Any solution to stop this happening again? (ideally without changing theme - or is it most likely to blame?)

- You can see the site in the screenshot, does anyone know about this type of exploit?
- Where is it living? In a file header or independent files on the server?
- Is this really helping their SEO and hurting mine?
- Any way that I can get rid of this for good with the current theme? Or are themes usually the problem?
I haven't put new content on the site in ages but was about to...
Update: Found this in the .htaccess and the named file (now deleted)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*93c71.*|^tobeornottobe$) /mrseed.php?q=$1 [L]
RewriteRule ^mrseed.php$ - [L]
</IfModule>
Any solution to stop this happening again? (ideally without changing theme - or is it most likely to blame?)
Last edited: