opensubscriber
   Find in this group all groups
 
Unknown more information…

h : hlds_linux@list.valvesoftware.com 25 June 2008 • 7:28PM -0400

Re: [hlds_linux] MOTD chalkboard how-to (TF2)
by Procyon

REPLY TO AUTHOR
 
REPLY TO GROUP




Coldorak wrote:
> It seems TF2 (client-side) caches the motd.
To disable caching of your dynamic generated image, let the php script
modify the http headers like this:

header("Content-type: image/png");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache")

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.