Skip to content

Instantly share code, notes, and snippets.

@FT45
FT45 / tw-srv
Created December 15, 2010 21:40
<?php
class srv {
public $ip;
public $port;
public $timeout;
public $socket;
public $command = "\xff\xff\xff\xff\xff\xff\xff\xff\xff\xffgief";
@FT45
FT45 / config.php
Created December 14, 2010 21:32
Class: Page
<?php
// Pathes
define('INC_PATH', 'inc/');
define('DL_PATH', 'downloads/');
define('PAGE_PATH', 'page/');
define('SLIDE_PATH', 'img/slide/');
// Teeworlds Version
define('CURRENT_VERSION', '0.5.2');