Display highscores on website. How?
by Ingo Seidel · in Technical Issues · 04/09/2010 (2:21 am) · 2 replies
Hi,
We made a game where nickname and score are written to a local text file. Now we want to display this data on our website. What is the easiest way to implement this in Torque?
I already searched for the TCPObject, which works something like this...
new tcpobject(tcpobj);
tcpobj.connect("www.ourdomain.com:22");
but how can i write the text now to a file on our server? The rest would be no problem then.
Thx for your help!
We made a game where nickname and score are written to a local text file. Now we want to display this data on our website. What is the easiest way to implement this in Torque?
I already searched for the TCPObject, which works something like this...
new tcpobject(tcpobj);
tcpobj.connect("www.ourdomain.com:22");
but how can i write the text now to a file on our server? The rest would be no problem then.
Thx for your help!
Torque Owner Shaderman
From his readme: