Page accessible only at specified day of week & time
The goal is to make the chat room available only during scheduled chat sessions. The page containing the chat room include needs to be accessible ONLY on Thursdays, from 7:00 to 9:00.
Our site uses PHP, so a script like this or utilizing javascript would be best.
Also, if possible, it needs to go by the server's time and not the user's computer clock.
Here's a link to the chat page which users should see during times that the chat is not available, and a link to the page that houses the actual chat include.
http://www.arpast.org/chat/index.php
http://www.arpast.org/chat/index2.php
Thanks in advance for help! ;)