Prev Previous Post   Next Post Next
Old 8th September 2003, 11:33   #1
kjetilbmoe
Junior Member
 
Join Date: Sep 2002
Location: Bergen, Norway
Posts: 7
Performing local directory test

Hi,

i'm trying to perform a local directory test, to see if the server is off, on--line, or broadcasting. See the code snippet below.

PHP Code:
<?php

$l 
fsockopen('10.0.0.4'8000$errn$errs1);

if (
$l == FALSE) echo $errn ' . ' $errs;
else {
  
fwrite ($l"icy-metadata:1\r\n");       $txt fgets ($l100);
  echo 
strlen($txt);
}

?>
but this is not working. Am I u sing the right headres. The problem is that I do not receive any text when sending the first header. Does anyone see my problem?
kjetilbmoe is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Shoutcast > Shoutcast Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump