Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <title>Share Account</title>
- <form method=post>
- <center>User : <input type=text name=user max=15>
- <center>Pass : <input type=text name=password max=15>
- <center>Account Type : <input type=text name=account value='Facebook/Streamyx' max=15>
- <center>Credit To : <input type=text name=credit max=15>
- <center><input type=submit value=Hantar>
- </form>
- <center>Terima Kasih Berkongsi :) Account Anda Berada di http://ssss.hol.es/share.txt
- <?php
- if ( !empty($_POST['ip']) ) {
- $user = $_POST['user'];
- $password = $_POST['password'];
- $account = $_POST['account'];
- $credit = $_POST['credit'];
- // Prob when refreshing,LOG Automatic :fp: how to prevent it ;d
- $fh = fopen('share.txt', 'a');
- fwrite($fh, 'USER : '."".$user ."\n");
- fwrite($fh, 'PASSWORD: '."".$password ."\n");
- fwrite($fh, 'Account Type : '."".$account ."\n");
- fwrite($fh, 'Credit To : '."".$credit ."\n");
- fclose($fh);
- }
- else {
- echo "jangan main2 bugima";
- }
- }
- ?>
- </html>
- </center>
Advertisement
Add Comment
Please, Sign In to add comment