Our Scripts Vault contains many game scripts that you can use to create your own game!
The biggest concerns for security in a web application are:SQL injection (if using a SQL database as most do) and XSS (cross-site scripting). Fortunately, SQL injection can be combated by using prepared statements and bound parameters. This foils SQL injection by telling the server what query you are planning on running before actually running the query. It does mean that it will take slightly longer to execute your query as it is an extra query (for each one you prepare!); however, nothing else is as strong of a safeguard at this current time.As far as XSS is concerned... USE KNOWN, VALID DATA. Validate EVERYTHING you receive to be sure you know what it is, where it's from, and who it's from. Kinda vague, I know, however XSS is evil and ever-evolving. If someone is dedicated and patient enough you WILL be hacked. Bank on it. However, security exists to provide enough safeguards to make a hacker look for a softer target instead.
well, i am very curious to know if some hackers popped and threatened your game, and how you handled them.
I can send you pics of my cocks if you want reference.
Anyone know of any good tutorials to help with security for those with no money?
The only serious threat is when you forget to check negative values in html forms and they buy negative stuff which means unlimited money generation.