HomeJavaModsWebSender Reloaded | Send Command with PHP (Bungee, Velocity and Bukkit Support!)
WebSender Reloaded | Send Command with PHP (Bungee, Velocity and Bukkit Support!)
ModsJava

WebSender Reloaded | Send Command with PHP (Bungee, Velocity and Bukkit Support!)

websender, web sender, websender reloaded, web sender reloaded, minecraft websender. Free Minecraft Java mod for 1.7, 1.8, 1.9.

⬇ Download on Spigot
WebSender Reloaded, ready to help you!

Send a command to your Minecraft or Hytale server via DrawWEB or similar web scripts.​

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.

PHP EXAMPLE:
If you downloaded version 1.0.1 or lower, the contents of the folder named “ExamplePHP” in the zip are incorrect, you can download version 1.0.2 or 1.2 to get the correct examples.

Configuration for Plugin v1.5+ (Important)
If you have installed version 1.5 or higher, you must configure your
Code (Text):
WebsenderAPI.php
file according to your server's Java version. Please follow the steps below.

Step 1: Update the WebsenderAPI.php File
  1. Open the .zip archive you downloaded for the plugin.
  2. Find the WebsenderAPI.php file located inside the ExamplePHP folder.
  3. Replace the existing WebsenderAPI.php file on your website with this new one.

Step 2: Set the Encoding Type (encodeType)
Open your updated WebsenderAPI.php file with a text editor. At the top of the file, find the
Code (Text):
public $encodeType
variable and set it according to your server's Java version as shown below.


PHP:


<?php

require_once ( &quot ;WebsenderAPI .php &quot ; ) ;

$wsr = new WebsenderAPI ( &quot ;127 .0 .0 .1 &quot ;,&quot ;123dweb &quot ;,&quot ; 9876 &quot ; ) ; // HOST , PASSWORD , PORT

if ( $wsr -&gt ;connect ( ) ) {

    $wsr -&gt ;sendCommand ( &quot ;gamode 1 DrawWeb &quot ; ) ;
    $wsr -&gt ;sendMessage ( &quot ;hello server !&quot ; ) ; // This method for developers. (This method calling a event for developers)

} else
    echo &quot ;Connection error ! Check info .&quot ;;

$wsr -&gt ;disconnect ( ) ;
?>

 
PLUGIN CONFIG:
Code (Text):

socketPort: 9876
socketPassword: 123dweb
senderPrefix: '[WebSender]'
wrongPassword: Incorrect password, please enter it carefully.
wrongData: Please check PHP variables.
succesfullyLogin: Login is successful.
consoleInfo: 'true'
commandPermission: websender.admin
nothavePerm: You not have permission!
pluginReloaded: Websender reloaded!
 
If your os not Windows, please open port.

Code (Text):

First: login the console.

Step 1
iptables -A INPUT -m state --state NEW -p tcp --dport 9876 -j ACCEPT

Step 2
service iptables save
 

WebSender Reloaded | Send Command with PHP (Bungee, Velocity and Bukkit Support!) is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 1,263 times (via Spigot). Download it and open it directly in the game.

Explore more