Skip to content

Instantly share code, notes, and snippets.

@kennyLtv
Last active May 17, 2017 18:11
Show Gist options
  • Save kennyLtv/2fbe068bbbf0ad2d719ba323c777ecbc to your computer and use it in GitHub Desktop.
Save kennyLtv/2fbe068bbbf0ad2d719ba323c777ecbc to your computer and use it in GitHub Desktop.
RankMe Web Interface example config
<?php
require_once("control/queryFunctions.php");
require_once("control/class.Player.php");
require_once("control/class.Server.php");
$pageTitle = '';
$weaponsArray = array("m4a1_silencer","m4a1","ak47","awp","knife","usp_silencer","hkp2000","elite","p250","fiveseven","cz75a","deagle","glock","tec9","famas","aug","galilar","sg556","hegrenade","flashbang","smokegrenade","inferno");
$webTitle = '';
$dbh = new PDO("mysql:host=examplehost ;dbname=exampledb ", 'db_user', 'db_pass ');
$webURL = ' ';
$sbURL = ' ';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment