| Name |
Description |
|
| live_shout_stats.htm |
This is the webpage that gets viewed; nothing much here, just a bare display to show that it's working. |
view code |
| live_shout_stats.js |
The heart of the AJAX calls and display code. This Javascript library should work across all major browsers
and handles calling of the PHP code that's the real core of this project. |
view code |
| live_shout_stats.css |
The basic style declarations used in the display of the information. |
view code |
| shout_stats.php |
The main PHP functionality of this project, this file retrieves the actual statistics from the SHOUTCast servers.
There is also available functionality (unused in this project) for retrieving statistics from an entire cluster
of servers. |
view code |
| xml_shout_stats.php |
This file takes the output from the shout_stats.php code and wraps it into an XML format to be transferred to
the Javascript caller. This page is what gets called through the AJAX code. |
view code |