Adminmod + Mysql. Php Administration Script.

HtNickoliHtNickoli Join Date: 2002-11-24 Member: 9786Members
edited November 2002 in General Server Discussion
<div class="IPBDescription">a PHP script for MySQL enabled AdminMod</div> For thoose of you that run AdminMod on your NS server, and have MySQL installed on your system. I have a great little PHP script for creation and administration of the config files for AdminMod.(users.ini, plugins.ini, etc) For use with the MySQL enabled AdminMod.

It makes the administration of AdminMod simple and easy. As Well as giveing you the ability to give access to All or only some of the ini files, to someone for changes, without giveing them shell access. Handy for allowing an admin to change plugins, bad word filters, reserve slot addings to users.ini or ips.ini based systems. By creating multiple copys of the script, eash with its own access enable to certain ini file listings.

It also has a built in permissions calculator, to make adding admins simple and easy. (lacks the ability to encrypt passwords for linux though, So you will ither need to write your own script for that, or log into the shell.(Linux users only). Or create and use a single encrypted pass for all your admins.

Anyways, I find this script tobe an invaluable tool for AdminMod. And its use alone, warrents installing the MySQL AdminMod version. But enuff of the sales pitch.

You can access a demo of the script at this url.
<a href='http://www.packetlost.com/brothel/am.php' target='_blank'>Script Demo</a>

Demo-script-logon info.
logon: ns
pass: ns

They're is one problem that you might encounter with this script. When it was written, a few years ago now. Proper attention to Form and Global vars was ignored. So for it to function you will have to turn "register_globals = On" In your php.ini file. The default is off for PHP4.

I hope some find this script as usefull as I do. And if someone has the time and spends the effort to redo the form&global vars fix. Let me know please. As I just don't have the time to redo it.
Sign In or Register to comment.