Skip to content

Instantly share code, notes, and snippets.

View chaseoes's full-sized avatar

chaseoes chaseoes

View GitHub Profile
@chaseoes
chaseoes / stats.php
Last active September 18, 2016 10:16
Display stats provided by the TF2 Bukkit plugin.
<?php
// MySQL Information
$database_hostname = 'localhost';
$database_username = 'username';
$database_password = 'password';
$database_name = 'my_database';
$database_port = '3306';
?>
<!DOCTYPE html>