Server Status for the iPhone
I have completed RC1 of the Server Status web application for the iPhone. I plan on forking the code for another project that will include portions of the SliceHost API for server management. Download, and details to follow soon, but for now here are a couple of screen shots:


February 13th, 2009 at 9:55 am
Hi,
Thanks a million for this, I’ve just downloaded it and I’m afraid I have come across a little problem.
In config.php there is the following reference:
—-8<–snip————————-
// define the default language and template here
define(’lang’, ‘en’);
define(’template’, ‘phpsysinfo.css’);
—-8<–snip————————-
However, I cannot find the file phpsysinfo.css anywhere.
Regards,
J
February 13th, 2009 at 3:31 pm
Hi John,
That file is not being used. There is still a lot of cleanup work todo, so this release has some dead files/references in it. That file/template is not being used at all. config.php is pretty well set specifically for the iPhone UI, which you can find the css file at iui/iui.css
February 16th, 2009 at 4:55 pm
[...] See the latest and download the server monitor here! Posted by Kurt Filed in PHP, Web [...]
March 5th, 2010 at 6:34 am
Kurt - just wanted to drop a line and say this script is awesome. Thanks a lot for sharing it.