Connection with a web server
by Nancy Lee · in Technical Issues · 12/04/2008 (7:23 pm) · 2 replies
Hi, I would like to do the following for my project:
--connect my game the a web server
--send players' (from multi-machines) result to the server
--rank players according to the result
--get the ranking from the web server and display it in the GUI.
--provide instantaneous update (if possible)
I have done some research about the relative topic, but didn't find much useful information.
is anyone here know any resources or tutorials or have an idea where to start?
Thanks a lot!!
--connect my game the a web server
--send players' (from multi-machines) result to the server
--rank players according to the result
--get the ranking from the web server and display it in the GUI.
--provide instantaneous update (if possible)
I have done some research about the relative topic, but didn't find much useful information.
is anyone here know any resources or tutorials or have an idea where to start?
Thanks a lot!!
About the author
#2
12/09/2008 (8:39 pm)
Use TCPObject to send those data to your php script which will then add it to your online database and you could just use the php script to get the ranking and get the score from your online database also.
Torque Owner Jason "fireVein" Culwell