"; echo "\n"; echo "
CS-Server IPC.
User(s) Online : xxxxxxxxxxx
SystemUP:
23 hours, 52 minutes, 26 seconds
\n"; echo "\n"; #echo "
\n\n"; //----------------------------- MOTD ------------------------------------ if (isset($WEBIF_ShowMOTD) AND $WEBIF_ShowMOTD === 1) { if (file_exists("messages/MOTD.txt")) { echo "
-> Message of the Day <-
\n"; if (isset($WEBIF_MOTDopened) AND $WEBIF_MOTDopened === 1) { echo "
\n"; } else { echo "\n"; } } //----------------------------- Private Messages ------------------------------------ if (file_exists("privatemessages.php")) { if (isset($WEBIF_ShowPM) AND $WEBIF_ShowPM === 1) { include("privatemessages.php"); } } //----------------------------------- Chat ------------------------------------------ if (file_exists("chat.php")) { if (isset($WEBIF_ShowChat) AND $WEBIF_ShowChat === 1) { include("chat.php"); } } //------------------------------------------------------------------------------ ##### DEBUG include("include/debug.php"); ##### ?>