Old 13th November 2002, 18:46   #1
rishid
Junior Member
 
Join Date: Oct 2002
Posts: 13
Send a message via AIM to rishid
Anyone make a PHP script for "What's playing?"

Was trying to make one having a small problem, post if you made one, or email me @ rdhupar@hotmail.com

Thanks
rishid is offline  
Old 13th November 2002, 20:29   #2
lunarboy1
Forum King
 
lunarboy1's Avatar
 
Join Date: Dec 2000
Location: Somewhere, USA
Posts: 2,233
1) don't put your e-mail on the board... someone might get a stupid idea and spam the hell out of you

2) Why don't you post the script here... lotsa people know what they are doing with many languages and could help you change your code to make it right.
lunarboy1 is offline  
Old 13th November 2002, 23:25   #3
rishid
Junior Member
 
Join Date: Oct 2002
Posts: 13
Send a message via AIM to rishid
Just started it, but it seems it already doens't seem to be working.
Here is the script which recieves the info from whats playing then outputs to the bottom file.

PHP Code:
<?php
$file 
"winamp.php";
$fileopen fopen($file"w");
if (
$p 0) { $content"WinAmp is not running.";  }
else { 
$content"WinAmp is currently running."; }
fwrite($fileopen$content);
fclose($fileopen);
?>
Then output works when WinAmp is running but doens't get updated to winamp is not running if it isn't. I exit winamp and the page still says winamp is currently running..
rishid is offline  
Old 14th November 2002, 20:30   #4
Russ
Mostly Harmless
(Alumni)
 
Join Date: Jan 2001
Location: UK
Posts: 2,319
Quote:
Originally posted by rishid
PHP Code:
if ($p 0) { $content"WinAmp is not 
You mean $p == 0.

For long you live and high you fly, but only if you ride the tide, and balanced on the biggest wave you race towards an early grave.
|Musicbrainz|Audioscrobbler|last.fm|
Russ is offline  
Old 14th November 2002, 21:55   #5
lunarboy1
Forum King
 
lunarboy1's Avatar
 
Join Date: Dec 2000
Location: Somewhere, USA
Posts: 2,233
a simple typo/error
lunarboy1 is offline  
 
Go Back   Winamp & Shoutcast Forums > Winamp3 > Winamp3 Discussion

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