m3th0d
03-05-2008, 04:24 PM
Hey guys i made a radio and now i wanna put in the current song playing
http://209.250.234.51:8090/played.html so i made a script
<?php
$file = fopen("http://209.250.234.51:8090/played.html","r");
$buffer = fpassthru($file);
/* parsing stuff here */
echo $buffer;
fclose($file);
?>
For some reason i cant host this script on port 80 a.k.a wich is firewalled. You guys got any advice or anything that could help me show the current sont playing ?
Got any ideas? or any way you guys can help me
http://209.250.234.51:8090/played.html so i made a script
<?php
$file = fopen("http://209.250.234.51:8090/played.html","r");
$buffer = fpassthru($file);
/* parsing stuff here */
echo $buffer;
fclose($file);
?>
For some reason i cant host this script on port 80 a.k.a wich is firewalled. You guys got any advice or anything that could help me show the current sont playing ?
Got any ideas? or any way you guys can help me