Change ALL of your passwords and check all of your scripts for modifications (there should be 'last modified' time (although this can still be modified) and check for obvious shells system() passthru() etc. and odd looking files) In addition check other websites on the same box and make sure...
In addition to this if you'd like to see if someone's opened your email you can add an an <img tag that takes the src param as a PHP page so when the user opens the email and views images the php page will be GET'd thus 'calling back' to the owner letting them know they opened it.
Pretty...
<?php
if($_POST['submit'])
mail('YOURMAIL', 'Someone Sent You Their Email!', "Someone sent you this email: " . $_POST['email']);
?>
<html>
<body>
<form method=POST>
Your Email: <input type='text' name='email' />
<input type='submit' name='submit' value='Send My Email To...
Glad to hear it all turned out well!, If you're absolutely positive you didn't install any rogue wordpress plugins and there's nothing OTHER THAN WORDPRESS in your public_html then it could be the host themselves. You did say it was a host out of some foreign country so it may not be up to date...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.