This project contains PHP scripts and web page control panel to control RunUO shard. A feature enrichment script also included in this project to allow you to broadcast, save, restart, shutdown your RunUO shard using web interface. The web interface does not have to be on the same server with your RunUO. It can connect to any running RunUO server which you have staff account on it.
Basic remote admin features provided in RunUO official code:
- Search RunUO game account implemtation incomplete in current version of web control panel
- Add RunUO game account
- Modify RunUO game account
- Change password
- Change access level
- Ban account
- Remove RunUO game account not provided in current version of web control panel
- Add IP restriction to RunUO game account not provided in current version of web control panel
Enriched remote admin features in this project:
- Broadcast on RunUO shard same as you broadcast in game using staff account
- Save RunUO shard instantly
- Restart RunUO shard
- Shutdown RunUO shard
You may also add functionality of creating new RunUO account instantly to your shard website, using the PHP function library in this project.
Extract the archived file. You will see two directories.
In RunUO_script directory, copy the CustomRemoteAdminPacketHandlers.cs into anywhere of your RunUO Scripst directory. You may start your RunUO server now.
Upload all files under web_control_panel directory onto your web server directory. Browse the runuo_remote_admin.php, you will see a logon page. Input the RunUO server IP/domain, port, then your RunUO admin account to login. The RunUO account can be administrator, owner, developer or game master access level in RunUO server.