Okay, I want to make a MMORPG. I want peoples stats, etc to be stored online. I know asp, and can add to a database, but how would I add to a database from an app? What object should I use? Thanks
You can either use Server Side INI if you use MOO, or use MooSock to submit data to an ASP script. The MooSock method seems to be a lot easier than getting the SSI to work :/ You just connect to the server and post information to the script using HTTP. Here's an example I made: http://sfgames.clicksplat.com/cgi-bin/download.cgi?examples/mmf&submit_forms.zip
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
2nd September, 2003 at 03:22:11 -
Asp isn't really the answer, a good idea is to create an ini on the server's computer (NOT the player's) this way all the files are secure on the server's HD and not floating around on the web.