PDA

View Full Version : PHP errors - Powerpanel



RyanDOT
16-02-2009, 02:06 PM
As i said before, im rubbish at PHP and i get this error;


Warning: fsockopen() [function.fsockopen (http://www.djbuddy.net/panel/frontend/function.fsockopen)]: unable to connect to shoutcasts.tech-hosts.com:8752 (Connection timed out) in /home/sitename/public_html/panel/frontend/request.php on line 6
$scfp = fsockopen("$scip", $scport, &$errno, &$errstr, 30);--------------------------------------------------------------------------


Warning: fsockopen() [function.fsockopen (http://www.djbuddy.net/panel/frontend/function.fsockopen)]: unable to connect to shoutcasts.tech-hosts.com:8752 (Connection timed out) in /home/sitename/public_html/panel/frontend/radio_stats.php on line 7

$scfp = fsockopen("$scip", $scport, &$errno, &$errstr, 30);

Im connected to the radio...
+Rep as well!

Agnostic Bear
16-02-2009, 02:09 PM
As i said before, im rubbish at PHP and i get this error;


$scfp = fsockopen("$scip", $scport, &$errno, &$errstr, 30);--------------------------------------------------------------------------



$scfp = fsockopen("$scip", $scport, &$errno, &$errstr, 30);Im connected to the radio...
+Rep as well!

Blocked, you need to get your host to allow requests to port 8752

MrCraig
16-02-2009, 05:22 PM
its tech-hosts.co.uk not .com :P

So set the host IP to shoutcasts.tech-hosts.co.uk in your panel and it should work :P

Want to hide these adverts? Register an account for free!