PHP Classes

File: README

Recommend this page to a friend!
  Classes of Mike   WinampControler   README   Download  
File: README
Role: Documentation
Content type: text/plain
Description: Readme File
Class: WinampControler
A controler For Winamp
Author: By
Last change: Made a forum for the class ;)
Date: 22 years ago
Size: 600 bytes
 

Contents

Class file image Download
The WiampControler Class is a usefull class for the purpose of controling winamp. It has a forum which you can get help at: http://groups.funyon.com/index.php?c=7 To use the class simply copy the class.winampstatus.php file into your favorite include place then connect to the class using this: $somevar = new winamp_control("user","pass","server1","server2"); then get the status $somvar->getstatus(); ... rest of script ... you must use: $somvar->closefp(); at the end off all the files that you instanced the winampcontroler in, or winamp will crash after a few times of accessing winamp.