This was the data scanned to create the php file
You do not need this file to run the server.php.

Also server.php can run on different names.

IP,Port,Name,Map,Players,Max Players,Bots,Ping,Password,USGN,Fog,FF,Lua,Gamemode

IP,Port,Name,Players,Max Players,Bots,Ping

Map,Password,USGN,Fog,FF,Lua,Gamemode

Players,Max Players, Bots, Gamemode

As you can see it's sorted like this
0100fb02 c1 06 546573746572 07 64655f64757374 03 05  [optional gamemode] 02

header,merge(usgn,fog,ff,lua),name len, name, map len, map, players, max, bots

----------

Starts at 0

Using php's mod (%) to decode this stuff

nothing
0100fb0280065465737465720764655f64757374012000 +128

lua
0100fb02c0065465737465720764655f64757374030502 +128 + 64

password,lua
0100fb02c1065465737465720764655f64757374030502 +128 + 64 + 1


fow,lua
0100fb02c4065465737465720764655f64757374030502 +128 + 64 + 4

ff,lua
0100fb02c8065465737465720764655f64757374030502 +128 + 64 + 8

00 -00 00 -1 0

#2=password
#4=fow
#5=ff
#8=lua

Gamemode is at the very end

gamemode (standard) --
0100fb02c8065465737465720764655f64757374030502

gamemode (dm)
0100fb02e8065465737465720764655f6475737403050102

gamemode (tdm)
0100fb02e8065465737465720764655f6475737403050202

gamemode (con) --
0100fb02e8065465737465720764655f6475737403050302

gamemode (zombie) --
0100fb02e8065465737465720764655f6475737403050402

