Skip to content

Instantly share code, notes, and snippets.

View tylersuggs's full-sized avatar
🐥

Tyler Suggs tylersuggs

🐥
View GitHub Profile
@tylersuggs
tylersuggs / gist:1481405
Created December 15, 2011 15:04 — forked from tehbeard/gist:1292348
MC RCON (1.9pr4)
<?php
/*
RCON remote console class, modified for minecraft compability by Tehbeard.
!!!YOU MUST CONFIGURE RCON ON YOUR MINECRAFT SERVER FOR THIS TO WORK
AT TIME OF WRITING ONLY 1.9pr4+ HAVE BUILTIN RCON SUPPORT!!!
Example Code:
============
include_once("rcon.class.php"); //Include this file