$$openfile index.html$$ $$include menu.html$$ $$loop row as server index as serverindex select * from servers$$ $$loop row as servervariable index as variableindex select * from servervariables where serveridx='%%server.serveridx%%'$$ $$%%lowercase(servervariable.variable)%%=servervariable.value$$ $$endloop servervariable$$ $$endloop server$$
Server
Server Type $$server.servertype$$
Game Name $$gamename$$
Logfile Size $$server.logfilesize$$
Server IP $$server.hostname$$:$$server.gameport$$
Hostname $$colouredtext2html(sv_hostname)$$
Version $$shortversion$$
Max Clients $$sv_maxclients$$
Private Clients $$sv_privateclients$$
Max Ping $$sv_maxping$$
Max Rate $$sv_maxrate$$
Pure
Punkbuster


$$include mainpageweapons.html$$
$$include mainpagemaps.html$$
$$include mainpageteams.html$$
$$include mainpageclasses.html$$
$$include mainpagegametypes.html$$
$$include mainpagelocations.html$$
$$closefile$$ $$updatestatus("Class List")$$$$suffix="classes"$$$$table="class"$$$$title="Class"$$$$include totallist.html$$ $$updatestatus("Game Types List")$$$$suffix="gametypes"$$$$table="gametype"$$$$title="Game Type"$$$$include totallist.html$$ $$updatestatus("Locations List")$$$$suffix="locations"$$$$table="location"$$$$title="Location"$$$$include totallist.html$$ $$updatestatus("Map List")$$$$suffix="maps"$$$$table="map"$$$$title="Map"$$$$include totallist.html$$ $$updatestatus("Weapon List")$$$$suffix="weapons"$$$$table="weapon"$$$$title="Weapon"$$$$include totallist.html$$ $$updatestatus("Team List")$$$$suffix="teams"$$$$table="team"$$$$title="Team"$$$$include totallist.html$$