Winamp Shell ProXy 1.0
The Winamp Shell ProXy is a package of two components:
- The w5sp.exe, a little commandline tool written in VB which acts as a proxy on the system shell
- A php-class which serve a full featured winamp remote control to a webclient.
After defining some parameters in the configuration file (where to find the w5sp.exe, the winamp.exe, etc.) the class instance can build the request commands that will be validated and (if valid) executed, all in one step:
if ($W2SP =& new Winamp2ShellProXy($w2sp_settings))
{
$W2SP->ValidateRequest($_GET);
}
else
{
die("Sorry, Winamp ShellProxy isn't set up in valid mode!");
}
After that, the class keeps all the information about the last operation, the winamp status and currently playing song in an array. With only 3 more lines of code you can provide a player panel with all controls, all available information and a auto-refresh with META tag once when the current song has finished:
echo $W2SP->MetaRefresh();
echo $W2SP->DisplayPanel();
echo $W2SP->DisplayWinampInfo();
Winamp Shell ProXy lets you build the output in a very flexible and comfortable way. A test file and examples are also included. Additionally, you should get the button images from the site mentioned in the class page.
More popular Audio
- Google Text To Speech 2.5 (2 years, 8 months 4 days ago)
- bmShoutCastInfo 1.0 (2 years, 8 months 8 days ago)
- FFmpeg PHP 1.1.3 (2 years, 8 months 8 days ago)
- MIDI Class 1.0 (2 years, 8 months 4 days ago)
- Standalone PHP Shoutcast Status 1.09 (3 years, 9 months 6 days ago)
Listing Files

w2sp.example2.php- 2.8 KB
- 10/04/2005 06:23:12

documentation.html- 17.4 KB
- 10/04/2005 06:23:12

w2sp.example4.php- 3.7 KB
- 10/04/2005 06:23:12

w2sp.config.php- 2.8 KB
- 10/04/2005 06:23:12

htaccess.txt- 38 Bytes
- 10/04/2005 06:23:12

w2sp.class.php- 46.1 KB
- 10/04/2005 06:23:12

w2sp.test.explanation.php- 18.0 KB
- 10/04/2005 06:23:12

index.html- 1.4 KB
- 10/04/2005 06:23:12

menu.html- 4.8 KB
- 10/04/2005 06:23:12

w2sp.example.iframe.php- 1.9 KB
- 10/04/2005 06:23:12

w2sp.example3.php- 3.0 KB
- 10/04/2005 06:23:12

w2sp.example5.php- 3.6 KB
- 10/04/2005 06:23:12

w2sp.example1.php- 2.9 KB
- 10/04/2005 06:23:12

wsp.class.php- 47.5 KB
- 10/04/2005 06:23:12
- FREE MySQL Cloud Database Super Simple, Zero-Management MySQL Cloud DB. Use It FREE!
- Pinterest clone Start your own pin board social network today. Get Pintastic and start your own pinterest clone network.
- MYRE Real Estate Software Professional Real Estate solutions by MYREPHP PROGRAMMING!
