Old 13th November 2002, 23:25   #1
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  
 
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