Ulysses

Ulysses Stuff => Suggestions => Topic started by: Killers on October 29, 2007, 05:32:11 PM

Title: PHP Support in the MOTD
Post by: Killers on October 29, 2007, 05:32:11 PM
PHP to be Support in the MOTD  :D
Title: Re: PHP Support in the MOTD
Post by: spbogie on October 29, 2007, 07:25:58 PM
The MOTD uses the built in HTML VGUI control. I don't remember if we support pointing to an external website for the MOTD (if not we should), but the only way to use PHP is to host your MOTD on a webserver with PHP installed.
Title: Re: PHP Support in the MOTD
Post by: JamminR on October 30, 2007, 05:34:36 AM
A bit more clear to those who don't understand... PHP is 'WEB' server side scripting. The Gmod motd file you view is treated as a client side. All the gmod server does is attempt to feed it to you in raw format. No "real" language parsing is done before it gets fed.