News

Log In Sponsors
Partner Sites

send d input email ad and password to your email in a click



it's been a year since I stopped playing with html. I got here an easy problem but 'cant figure out how to to solve it. I want to hack someone's friendster account, I just wanna see her private pictures and use it to impress her. These are the important part of the codes I found in friendster's log in form. [color=#0000FF:3dzf30lv][b:3dzf30lv]<! EMAIL ADDRESS ********************************> <tr> <td style="text-align:right !important;color:#fff"><strong>Email:</strong></td> <td><input type="text" name="email" maxlength="100" alt="Email Address" style="width: 150px !important;"></td> </tr>[/color:3dzf30lv] [color=#408040:3dzf30lv]<! PASSWORD***************> <tr> <td style="text-align:right !important;color:#fff"><strong>Password:</strong></td> <td><input type="password" name="password" maxlength="10" onkeypress="submitLogin()" style="width: 150px !important;"></td> </tr> <tr> <td></td> <!**************************************>[/color:3dzf30lv] [color=#BF00FF:3dzf30lv]<! LOGIN BUTTON *************************************> <td valign="bottom"><div class="loginButton clearFix"> <div class="clearfix"><a href="http://www.google.com" class="greyButton" onclick="document.login_form.submit()"><span>Log In</span></a></div> <input type="submit" style="display:none"> </div></td> </tr> <!********************************************>[/b:3dzf30lv][/color:3dzf30lv] if you wanna see the whole html code of friendster, just go to its site. anyway, I just wanna send the email and password that she's going to input in that form and send it to my email once she hit the Login button. tnx in advance! :D

Click here to read the whole forum topic