Log in

View Full Version : System command output via php/plugins?


Guest210212002
01-26-2006, 12:42 AM
I've got it in my head that I'd like to code up a quick mod that'd simply report system uptime in the admincp.

I can pull it from the system easily enough, but what I'd like to do is just echo the results of the uptime command and push that into a static file. Seems easy enough, but I'm not sure where to begin.

Any advice would be appreciated. :)