Description
WebSender Reloaded, ready to help you!
Send a command to your Hytale server via DrawWEB or similar web scripts.
- Send command with PHP your Hytale server!
- %100 Customizable config!
- Fast socket system!
- Multiple server support!
- /websender command.
- Perm: websender.admin
Important: When you install the plugin, make sure to change the password, otherwise the plugin will not work. Also, if you change the websender port, enter a port that is not used elsewhere on your server.
PLUGIN CONFIG:
commandPermission=websender.admin
consoleInfo=true
nothavePerm=You not have permission!
pluginReloaded=Websender reloaded!
senderPrefix=[WebSender]
socketPassword=123dweb
socketPort=9876
succesfullyLogin=Login is successful.
wrongData=Please check PHP variables.
wrongPassword=Incorrect password, please enter it carefully.
If your os not Windows, please open port.
First: login the console.
Step 1
iptables -A INPUT -m state --state NEW -p tcp --dport 9876 -j ACCEPT
Step 2
service iptables save


