[insert_php] echo
‘
Every Tuesdays from 9 p.m. to midnight (NY time), is weekly ComMath server maintenance hours.
‘;
echo
‘
Please avoid working during these hours as your work may not save.
‘;
[/insert_php]
[insert_php] echo ”
“;
if( (3100 < date(‘NGi’)) && (date(‘NGi’) < 3400) ) {
echo ‘
The ComMath server is UNDER MAINTENANCE now.
‘;
echo ‘
DO NOT WORK.
‘;
}
else {
echo ‘
The ComMath server is running now.
‘;
echo ‘
‘;
echo “\n\n\n\r”;
}
[/insert_php]