Current time: 05-04-2024, 07:26 PM Hello There, Guest! (LoginRegister)


Post Reply 
phoning home for updates
Author Message
ispcomm Offline
Junior Member
*

Posts: 93
Joined: Apr 2008
Reputation: 3
Post: #1
Sad phoning home for updates
I just discovered that each time the admin logs in the ispcp panel, a call is made to http://www.ispcp-control.net to check for updates.

While I'm not contrary to this, I'd like to have an option in ispcp to turn this feature off because I don't like the idea of phoning ispcp-control every time I log in a server.

Also, when the ispcp-control web server is busy, there's a significant delay during the login process (that's the way I discovered it). The following code
Code:
$timeout = 2;
        $old_timeout = ini_set('default_socket_timeout', $timeout);
        $dh2 = @fopen($last_update, 'r');
        ini_set('default_socket_timeout', $old_timeout);
is not actually setting the timeout to 2 seconds (fastcgi-php4).
Also, on production servers I disallow the URI parts of fopen etc, because they're a serious security risk in shared hosting env.

shall we put an option in ispcp??

ispcomm
05-21-2008 09:58 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
phoning home for updates - ispcomm - 05-21-2008 09:58 AM
RE: phoning home for updates - BeNe - 05-21-2008, 03:46 PM
RE: phoning home for updates - ispcomm - 05-21-2008, 06:10 PM
RE: phoning home for updates - BioALIEN - 05-21-2008, 08:45 PM
RE: phoning home for updates - Quemeros - 05-23-2008, 08:09 AM
RE: phoning home for updates - ispcomm - 05-22-2008, 06:55 PM
RE: phoning home for updates - ephigenie - 05-22-2008, 09:47 PM
RE: phoning home for updates - kilburn - 05-23-2008, 12:28 AM
RE: phoning home for updates - ispcomm - 05-23-2008, 12:55 AM
RE: phoning home for updates - Zothos - 05-23-2008, 02:02 AM
RE: phoning home for updates - ispcomm - 05-23-2008, 04:43 AM
RE: phoning home for updates - Zothos - 05-23-2008, 11:39 PM
RE: phoning home for updates - ispcomm - 05-31-2008, 09:50 PM
RE: phoning home for updates - Zothos - 05-31-2008, 11:01 PM
RE: phoning home for updates - ispcomm - 06-04-2008, 07:50 PM
RE: phoning home for updates - ispcomm - 06-04-2008, 08:32 PM
RE: phoning home for updates - sci2tech - 06-17-2008, 07:34 AM
RE: phoning home for updates - ispcomm - 06-17-2008, 07:42 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)