Monthly Archives: October 2010
how to shutdown windows automatically
How to shutdown windows automatically after 5 minutes? Open the command prompt from Start >> Run >> cmd. Run the following command to shutdown windows after 5 minutes automatically shutdown -s -t 300 , specify the time in seconds (60 … Continue reading
Whois :: Unable to connect to remote host
If whois lookup fails with the following error. ——– whois adminspanel.com [Querying whois.verisign-grs.com] [Unable to connect to remote host] ——– Open whois port 43 in TCP outgoing section of your firewall. In CSF firewall, add port 43 in the ‘TCP_OUT’ … Continue reading
How to change default timezone for an account
If you want to change the timezone used by php scripts for a particular account, copy server wide php.ini to document root (public_html or www) of your account and add the following line to that php.ini date.timezone = “Asia/Calcutta” This … Continue reading