Also a bug my users have found...They are changing others comments on the scoreboard. Any way to stop this?
Play a game, when it goes to the submit a comment page, save it as test.html then reopen it, look in source, find
<input type="text" name="comment" class="txtfield">
<input type="submit" name="Submit" value="This is a test hehe"
class="commentbutton">
<input type=hidden name="subaction" value="addcomment">
<input type=hidden name="userid" value="1"> (put in userid to clone)
<input type=hidden name="newscoreid" value="293">
near the bottom and modify the newscoreid number, it refers to a position in the scoreboard. Save test.html, open it again, and type the new comment to go at that spot.
wallah
|