Admin Valid (Version: 1.1) 
The admin has to use a tool to register his IP to get his admin rights.
Server:
[tabmenu] 
[tab='Requirements'] 
ManuAdminMod Version 0.11.5 or newer
PHP with sockets
[tab='Description']
The admin starts his tool and he gets his admin rights on his server.
[tab='Installation Manual'] 
1. unpack the zip
2. copy admin_valid_server.php in your plugin folder
3. start adminmod
4. stop Adminmod
5. run configuration
[tab='Configuration Manual'] 
In server.cfg:
in config/plugins/admin_groups.txt
<guid>:<group>:<protected>:<hash>
the hash is a md5 hash
MD5-Generator: hier
example:
[tab='Changelog'] 
1.1.
- Bug fix
1.0
- first version
[/tabmenu]
Client:
[tabmenu] 
[tab='Requirements'] 
Windows OS
[tab='Description'] 
run authenticate.bat to get admin rights on your server.
[tab='Install']
1. unpack Zip
2. run configuration
[tab='Configuration Manual'] 
In authenticate.bat:
set ip=<server-IP>
set port=<server-port>
set guid=1234567980abcdef0123456789abcdef
set passwort=secret
	
	in config/plugins/admin_groups.txt
<guid>:<group>:<protected>:<hash>
example:
[tab='Changelog'] 
1.0
- first version
[/tabmenu]