Pliz help me to resolve the problems of my Top 10 list. Yesterday someone hacked my top 10 n entered an impossible score with name “careless, i still can hack this”
I’m not a php or actionscript expert by any means, but one PHP security measure is to place important files in the root directory, above the web direcory on a server. That way you are not able to just type in a web address and go there.
I was thinking that you could keep your high score PHP file where it is on your server, but maybe you can include a file that’s in the root directory. That file could have a password check of sorts, but I’m not sure that this would help, 'cause the file will be included weather or not that script os called from flash or elsewhere.
I do know that hackers can download your php script to see the contents, but if you include a file in the protected way I mentioned in the first paragraph, it’s not web-downloadable. If that makes sense.
There must be a good way to do this because I’ve seen quite a few web applications developed in Flash that take things like username/passwords and even credit card info. Possibly you could do a search in that direction.