PHP wrapper for linux server
#1
https://github.com/digitalfiz/acRunner

There is a PHP wrapper I've created to run the server. Right now it starts the server and keeps it running and if the server dies for some reason, either someone crashes it or something else goes wrong it attempts to restart it automatically. It will only retry 10 times(this can be modified in the code to less) because I figured after 10 times something bad is wrong and it should just stop. I haven't added any notification of a failure yet thats coming soon.

It also creates tables for it to keep real time stats and provides everything you need for real time stats. Please check it out, test it and try to break it and let me know what you think and any ideas or problems you may have with it.

The real time stats stuff can be commented out if you just want a wrapper to auto restart the server when it dies and thats all.

Future plans are to add the ability to partially control the server from the bed. Like restarting it and stuff. I might be adding a separate set of tools in the web GUI for modifying the black lists and maprot and other stuff.
Thanks given by:


Messages In This Thread
PHP wrapper for linux server - by Fiz - 09 Feb 11, 02:33AM
RE: PHP wrapper for linux server - by bballn45 - 09 Feb 11, 03:36AM
RE: PHP wrapper for linux server - by Gibstick - 09 Feb 11, 04:06AM
RE: PHP wrapper for linux server - by bballn45 - 09 Feb 11, 04:58AM
RE: PHP wrapper for linux server - by Luc@s - 13 Feb 11, 07:14PM
RE: PHP wrapper for linux server - by Fiz - 16 Mar 11, 03:38AM
RE: PHP wrapper for linux server - by DrauL - 16 Mar 11, 05:13AM
RE: PHP wrapper for linux server - by Fiz - 16 Mar 11, 05:28AM
RE: PHP wrapper for linux server - by V-Man - 16 Mar 11, 01:31PM
RE: PHP wrapper for linux server - by tempest - 16 Mar 11, 05:53PM
RE: PHP wrapper for linux server - by Fiz - 16 Mar 11, 07:27PM
RE: PHP wrapper for linux server - by tempest - 16 Mar 11, 07:58PM
RE: PHP wrapper for linux server - by Fiz - 16 Mar 11, 08:13PM