If I write a javascript game(e.x. classical Pacman) which has a online rank list, like most flash game. It send players' scores to server by XMLHttpRequest, and then refresh the rank list. How can I avoid cheating? If a player write his/her own javascript sending my server "999999"? As javascript run on client entirely, how can I know whether a message is from my script or not?
-- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
