09-11-2012, 01:58 AM
Using a combination of PHP and bash scripting I have made a series of scripts to sync permissions from something like a phpBB forum to a source server. ( I also have it syncing Minecraft.)
This is in two parts:
The PHP page:
Which outputs the user details securely.
Link to PHP section here
The bash scripts to run on your server:
This can easily be cronjobbed to sync the permissions to the server every x minutes.
Scripts and explanation here
--------------------------------------------------------------------------------------------------------------------------
Feel free to comment if you need help/more explanation or if the script is broken (I have tested it however.)
This is in two parts:
The PHP page:
Which outputs the user details securely.
Link to PHP section here
The bash scripts to run on your server:
This can easily be cronjobbed to sync the permissions to the server every x minutes.
Scripts and explanation here
--------------------------------------------------------------------------------------------------------------------------
Feel free to comment if you need help/more explanation or if the script is broken (I have tested it however.)
Check out http://resshef.co.cc for more stuff.