Advertisement
anhkiet2507

Trace IP Code

Jan 8th, 2018
35,998
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="vi" data-cast-api-enabled="true">
  3. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  4. <html>
  5. <head>
  6. <title>TUT RIP Facebook bay 5s</title>
  7. </head>
  8. <?php
  9. $file = "abcd.txt";
  10. $ip = $_SERVER['REMOTE_ADDR'];
  11. $date = date("d-m-y");
  12. $time = date("H:i:s");
  13. $browser = $_SERVER['HTTP_USER_AGENT'];
  14. $data = "IP: ".$ip.", Date: ".$date.", Time:".$time.", Browser: ".$browser;
  15.  
  16. $f=fopen($file, 'a');
  17. fwrite($f,$data."\r\r\n");
  18. fclose($f);
  19. ?>
  20. <center>
  21. <img src="nsa.png">
  22. <h1>Your IP has been stored</h1>
  23. <h1>Do you want Report the other account. Hehe</h1>
  24. </center>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement