In case anyone isn't taking status files into account and wants to benefit from my library, he can do:
require_once "/home/platonides/public_html/common/status.php"; ToolserverStatus::showPrettyBox();
And a nice box will appear -if needed- with any relevant status information at that point.
Nice! Is there any possibility to use this from python? Do you have a python module? Or could you make it possible to call
ToolserverStatus::showPrettyBox();
by URL request? E.g.
http://toolserver.org/~platonides/public_html/common/status.php
This would allow to use it with any language... ;)
Greetings Dr. Trigon