Skip to content

Instantly share code, notes, and snippets.

<?php
/*
This project is being developed by MediaRise.
*/
class WebsenderAPI{
public $timeout = 30;
<?php
if(isset($_POST['inputCommand'])){
$command = $_POST['inputCommand'];
if($command == null) die("Please write a comm");
$host = "217.182.41.72";
$password = "456789asd";
[15:22:39] [Server thread/INFO]: Starting minecraft server version 1.12.2
[15:22:39] [Server thread/INFO]: Loading properties
[15:22:39] [Server thread/INFO]: Default game type: CREATIVE
[15:22:39] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-3d850ec-809c399 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[15:22:39] [Server thread/INFO]: Server Ping Player Sample Count: 12
[15:22:39] [Server thread/INFO]: Using 4 threads for Netty based IO
[15:22:39] [Server thread/INFO]: Debug logging is disabled
[15:22:39] [Server thread/INFO]: Generating keypair
[15:22:39] [Server thread/INFO]: Starting Minecraft server on 217.182.41.72:25915
[15:22:39] [Server thread/INFO]: Using epoll channel type