How do I disable the Popup Blocker in Firefox?

How to disable the FireFox popup blocker

You can add an exception for any site in FireFox when you get the yellow bar that says a popup has been blocked.

Alternatively, to completely disable the popup blocker:

  • Launch FireFox
  • go to Tools > Options > Content
  • Uncheck “Block pop-up windows”

This will completely disable the pop up blocker in FireFox.

How do I disable the Popup blocker in Internet Explorer?

How to disable Popup Blocker in Internex Explorer

Lets first try resetting all the security to default level for Internet explorer and check if that resolves the issue.

To do this follow the steps below:

  • Open Internet Explorer.
  • Click on Tools and then click on Internet Options.
  • Click on the security tab, then click on “Reset all zones to default level”.
  • Under the Privacy tab check if the turn on pop up blocker check box is checked, if it is checked uncheck it.
  • You can also add your favorite and trusted sites by clicking on “sites” under the privacy tab. Type the name of the web site and then click on allow.

If the steps above do not work, you may have to reset the Internet explorer, to do this follow the steps below:

http://support.microsoft.com/kb/936213

We hope this helps.

How to set the default PHP.INI timezone

Messages in error_log: Please use the date.timezone setting, PHP Strict Standards:  strtotime() [<a href=’function.strtotime’>function.strtotime</a>]: It is not safe to rely on the system’s timezone settings. Please use the date.timezone setting

The default timezone setting in your PHP.INI is not set.

Edit you PHP.INI using your favourite editor eg.

# vi /etc/php.ini

Change this:

[Date]
; Defines the default timezone used by the date functions
; date.timezone =

To this:

[Date]
; Defines the default timezone used by the date functions
date.timezone = "Europe/London"

This will resolve the problem.

How do I block the Baiduspider from crawling my site?

How can I stop the Baidu Spider using up my site resources?

Baidu is the most popular search engine in China. It can crawly your site twice as often as Google yet unless your site is in Mandarin, your site is unlikely to benefit from all that crawling.

If you have a busy forum or website with hundreds of pages you may find the the Baidu Spider starting to take up more of your site resources by indexing up to 90 pages every 15 minutes often leaving connections open or failing to close them properly.

You can easily disable the Baidu spider by placing the following in your .htaccess file:

BrowserMatchNoCase Baiduspider bad_bot
Deny from env=bad_bot

Using this method saves you the trouble of having to find blocks of Baidu IP addresses and block them individually.

I just transferred my domain to you but it’s in a new account

The domains are grouped under email primary address.

Did you use a different email address for the transferred in domain than you use under your regular account?

If so, the system cannot link the domains together under one account. If you require, we can simply merge the accounts by changing the email to the one you wish to use.

If you can advise to the Helpdesk the email address you would like applied and the domain name you wish us to modify we can do this right away for you.