-
yeah i'm gonna be using the utility for keeping track of the longest skid, and the highest score in my car game, you just need to add small modifications to the php files and the way you call them from flash to adapt it for this situation.
as for the passwords, the main mysql user password is safe enough in the php data file, and pressuming you aer on an apache server you coul dadd another level of protection using htaccess to protect it, but with the add score password in the swf someone could theorectically reverse engine the swf to attemp to connect with the database, a lot of work but it could be done, just running the password through a scrambler would protect it just that little bit more
-
me again :)
wondering if its possible to run this from outside the root directory, i.e. a folder within the root directory. i want to do this as i want to be able to host more than one game on one server. how can i achieve this? if not possible, what are the alternatives
thanks
[m]
-
-
bump.. this is what I was looking for :p
-
hmm...
Anyone know how to get this to handle decimals??
W.