Home: Select · Advertising · Banner Clients · Content · Donations · Downloads · FAQ · Forums · HtAccesser · HTTP Return Codes · Legal Docs · MetAuthors · PHP-Nuke HOWTO · Private Messages · Profile · Recommend Us · Reviews · Rwh Tos · Search · Stories Archive · Submit News · Surveys · Topics · User Guide · Watched Topics · Web Links · Your Account
Help Keep Our Servers Online AND Our Services Free!
Donations Anonymous May-24 Doulos May-15 Webservant May-11 AndyB May-5 Hotdog May-3
Quality Web Hosting For All PHP Applications
Quality PHP Web Host! Great Reviews! Need help setting up your website, installing Apache, PHP, MySQL, or RavenNuke(tm)? Need help customizing or designing scripts? Please contact us via the Contact Us option for further details and pricing.Link to Me There are more Link To Me icons here .
How to change the duration of a public broadcast message
So you want the public broadcast message to show for a longer/shorter period? There is a simple solution (see How to
change the duration of a public broadcast message ):
You can increase the time the message will be displayed by editing the following lines in mainfile.php:
and
setcookie("p_msg",$mid,time()+600);
Adjust the 600 to a value that matches the time you want the message displayed.