View Single Post
psychonic

BAFFLED
Join Date: May 2008
Old 01-06-2011 , 21:05   Re: Dynamic MOTD
Reply With Quote #5

Uploaded version 1.1.0 which adds more shiz to ensure compatibility with more games as well as proper url encoding of the vars.

Ex.
Code:
http://example.com/test.php?name={NAME}&steam={STEAM_ID}
with name "[SMACK] BP{N}" and steamid "STEAM_0:1:4153990"
becomes
Code:
http://example.com/test.php?name=%5bSMACK%5d%20%20BP%7bN%7d&steam=STEAM_0%3a1%3a4153990
to guarantee proper interpretation by the web server.

Also added {SERVER_NAME} token to resolve to current server hostname.

Last edited by psychonic; 01-06-2011 at 22:02.
psychonic is offline