BTW just a little reminder of the new features that were added a few days ago...
New features in StatsRemote 3.9:
----------------------------------------
Display daily stats of individual CCBill programs
that are merged under a CCBill main account
You can now see daily stats of each individual CCBill program that is merged under a main account. You can also query any period you like for these individual accounts.
Right click on CCBill in StatsRemote and select 'Show Breakdown'. Then click on the individual program in the breakdown window.
You can also have StatsRemote display graphs for the individual CCBill programs (Right click on the program, select 'Show Graph' and the value you'd like to see).
Please note: No data before 2006 is displayed as it would produce too much load on their server.
----------------------------------------
Custom Stats
- Custom Income/Expenses
You can now track income or expenses of stats that are no included in StatsRemote. These stats need to be in a special format.
Select 'File -> New Program...', select 'Custom Stats' as 'Category', 'Custom Income' or 'Custom Expenses' as 'Type', enter the name of the program into the 'Name' field, select 'HTML', 'CSV' or 'XML' from the 'Program' field and enter your username and password. Then enter the actual URL of the stats into the 'Stats URL' field.
StatsRemote supports stats in HTML, CSV and XML format.
---
HTML Stats:
Example:
http://www.statsremote.com/sample-st...end=2006-12-17
---
CSV Stats:
Example:
http://www.statsremote.com/sample-st...end=2006-12-17
Actual CSV:
http://www.statsremote.com/sample-stats-csv.csv
---
XML Stats:
Example:
http://www.statsremote.com/sample-st...end=2006-12-17
Actual XML:
http://www.statsremote.com/sample-stats-xml.xml
---
In all three cases you should use the exact formats - e.g. headers, tags and variables (?start=YYYY-MM-DD&end=YYYY-MM-DD) - as shown above. We added a lot of error handling but it's safest to use the exact formats as shown above.
Please note: These custom stats only support basic authentication but not form authentication. If you decide not to password protect your custom stats, you can just enter anything you like into the username and password fields, but you can't leave the fields empty.
----------
- Custom NATS
You can now add any program using NATS even if this program is not included in StatsRemote.
Select 'File -> New Program...', select 'Custom Stats' as 'Category', 'Custom NATS' as 'Type', enter the name of the program into the 'Name' field and enter your username and password. Then enter the URL of the program into the 'Stats Base URL' field. You need to enter the actual base URL where the stats are located.
e.g.
http://www.programname.com/
http://nats.programname.com/
etc.
Please note: This general routine might not work for 100% of the NATS programs as some of them did some customizations.
----------------------------------------