Liquid_Squelch
Joined: 11 Mar 2006 Posts: 56
|
Posted: Thu May 18, 2006 12:05 am Post subject: Anyone using casterclub script? |
|
|
I was just wondering if anyone was using the PHP code from casterclub to extract the variables from the stats.xml page to show on their website??
Currently, I'm using an older version, and its showing things just fine.
Now that I have multiple mounts, I am forced to use the new version.
The new version is not showing the number of current listeners correctly. Everything else looks good.
If your curious, the script is located at:
http://www.casterclub.com/download/comment.php?dlid=9
Is this working for anyone else?? Has anyone figured out what might be broken with this??
Thanks!! I realize its in beta..
Here is the value in XML
<listener_peak>4</listener_peak>
<listeners>3</listeners>
And in the "castercode"
$listeners = 0
$listener_peak = 4
error log seems clean. |
|