Obsidian Conflict Bugtracker - Obsidian Conflict
View Issue Details
0000024Obsidian Conflict(No Category)public19.06.2010 12:5528.07.2010 17:31
madsprayerdk 
neico 
normalfeatureN/A
resolvedfixed 
nonenone 
0.1.3.5 
0.1.3.60.1.3.6 
0000024: More php commands for MOTD
Currently we have $_GET['version'], to get the version of the game.

Additions could be

Name: $_GET['playername'], return the name of the connected player
SteamID: $_GET['steamid'], return the Steam ID of the connected player
Country: $_GET['country'] or $_GET['countrycode'], return the country of the connected player (Geoip)

These can help making a more dynamic and even personal MOTD.
No tags attached.

Notes
(0000015)
neico   
19.06.2010 15:06   
we'll see about it, i'll add them when i get the time for it
(0000023)
neico   
28.07.2010 17:31   
$_GET["client"] = PlayerName
$_GET["steamid"] = SteamID
$_GET["country"] = CountryCode( ex. US | DE )