Game Development Community

Online leader boards

by Nathan · in General Discussion · 02/07/2006 (3:54 pm) · 3 replies

Is there currently any way in torque to send information from a game to a website? So that you could have an online leader board.

#1
02/07/2006 (3:59 pm)
HTTPObject
void  get (TransportAddress addr, string requirstURI[, string query=NULL]) 
void  post (TransportAddress addr, string requestURI, string query, string post)
#2
02/07/2006 (4:08 pm)
So, how exactly does that work? I'm guessing "post" sends information to the website, "string post" is the actual information, but what are "TransportAddress addr, string requestURI, string query"?
#3
02/07/2006 (9:33 pm)
Adding python or other ODBC like database would be the way to go. Search for more details on it.