Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-05-2008, 04:24 PM   PM User | #1
m3th0d
New to the CF scene

 
Join Date: Mar 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
m3th0d is an unknown quantity at this point
radio stat.php problem

Hey guys i made a radio and now i wanna put in the current song playing
Code:
http://209.250.234.51:8090/played.html
so i made a script

Code:
<?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

Last edited by m3th0d; 03-05-2008 at 04:27 PM..
m3th0d is offline   Reply With Quote
Old 03-05-2008, 07:14 PM   PM User | #2
m3th0d
New to the CF scene

 
Join Date: Mar 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
m3th0d is an unknown quantity at this point
BUMP please can anyone help me ?

JbOy
m3th0d is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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


All times are GMT +1. The time now is 07:39 PM.


Advertisement
Log in to turn off these ads.