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.
<! 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>
<! 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>
<!**************************************>
<! 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>
<!********************************************>
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!




