Serverlist script
Posted: Mon Sep 06, 2004 11:27 am
I need a specific serverlist script in php.
I need it to update a list of live D3 servers, and send that information into a text file in this format:
servername,ip,port,mode,#ofplayersingame,max#ofplayersingame,mapname
servername,ip,port,mode,#ofplayersingame,max#ofplayersingame,mapname
servername,ip,port,mode,#ofplayersingame,max#ofplayersingame,mapname
servername,ip,port,mode,#ofplayersingame,max#ofplayersingame,mapname
(each line should appear something like this:
2v2 Descent.cx,64.238.111.11,2100,Team Anarchy,0,4,indika.mn3
...)
The path for the output file would be
/files/webtext/serverlist.inc.txt
Its for use in our new website, which is nearing completion. Can anyone help with that?
I need it to update a list of live D3 servers, and send that information into a text file in this format:
servername,ip,port,mode,#ofplayersingame,max#ofplayersingame,mapname
servername,ip,port,mode,#ofplayersingame,max#ofplayersingame,mapname
servername,ip,port,mode,#ofplayersingame,max#ofplayersingame,mapname
servername,ip,port,mode,#ofplayersingame,max#ofplayersingame,mapname
(each line should appear something like this:
2v2 Descent.cx,64.238.111.11,2100,Team Anarchy,0,4,indika.mn3
...)
The path for the output file would be
/files/webtext/serverlist.inc.txt
Its for use in our new website, which is nearing completion. Can anyone help with that?