What URL is cms builder calling home to?

4 posts by 2 authors in: Forums > CMS Builder
Last Post: March 10, 2008   (RSS)

By tonythemediaguy - March 8, 2008

We need to setup a rule on our firewall. If we block everything outgoing, then we can't get into the admin. Please give me an IP or URL that I can add to my firewall to allow cms builder to call home and block everything else.

Thanks,

Tony

Re: [Dave] What URL is cms builder calling home to?

By tonythemediaguy - March 10, 2008

Hi Dave,

I can't find anything to comment out in that file.

We have to allow all outbound traffic from this webserver to make the cms work again.

Could you tell me exactly what I need to comment out? I did on the contents on all of the files and couldn't find www.google.com in there anywhere.

Thanks,

Tony

Re: [tonythemediaguy] What URL is cms builder calling home to?

By Dave - March 10, 2008

The network connectivity check is at the bottom of /lib/init.php under a comment that says "// check for disabled sockets". It's in v1.10. The first few lines look like this:

// check for disabled sockets
if (!$SETTINGS['isInstalled']) {
$handle = fsockopen("tcp://www.google.com", 80, $errno, $errstr, 5);
if (!$handle) {
$errors = "Error: PHP fsockopen() and/or network connectivity disabled!<br/>\n";
...
}
}


But once CMS Builder is installed you shouldn't get any errors even if it doesn't have network connectivity. What error are you getting? You're running v1.10 right?

Let me know the error or output you're getting and I'll help you get it fixed ASAP.
Dave Edis - Senior Developer
interactivetools.com