Not very long ago,I was playing an internet game that someone found out the password to a game of my,and got in.I proceeded to get angry,and viewed his "service record".
I then right clicked and pulled up the view page source,and went to line 286-297 and saw were it looked like I had the possiblity to delete his account.I was wondering what this meant
<!-- Start Form here! -->
<center><h1 class="sg_font_verylarge">Why do you want to report this user?</h1></center><br></br>
<div style="font-weight: bold; padding: 10px;">
</div>
<form name="report_user_form_name" method="POST" action="">
<b>Reason:</b>
<input type="hidden" name="userID_AC" value="1938268">
<textarea name="report_user_reason" cols="50" rows="10"></textarea>
<input type="hidden" name="action" value="###DELETE_ACCOUNT_HIDDEN_VALUE###"/>
</form>
<!-- End Form here! -->
I need to be able to delete his account.So do I type action?This is the source page
view-source:


