Hi, im wondering is there a way to take game chat and send it to something like a php web server to view the chat from online?
You could use [img]http://wiki.garrysmod.com/favicon.ico[/img] [url=http://wiki.garrysmod.com/page/http/Fetch]http.Fetch[/url] or [img]http://wiki.garrysmod.com/favicon.ico[/img] [url=http://wiki.garrysmod.com/page/http/Post]http.Post[/url] to send data to webserver, or use mysql.
I would not suggest using any of the http functions, use Sockets or MySQL, and then make the webscript either use AJAX, or refresh after X Seconds/Minutes, so you save bandwidth. (AJAX preffered, since it can refresh instantly without refreshing the page blah blah blah)
Sorry, you need to Log In to post a reply to this thread.