Skip to content

Instantly share code, notes, and snippets.

@funtimeerror
funtimeerror / clanapply.php
Created December 2, 2011 15:59
ClanApply.php update to fix database table prefix naming issue
<?php
/**
* Clan CMS
*
* An open source application for gaming clans
*
* @package Clan CMS
* @author Xcel Gaming Development Team
* @copyright Copyright (c) 2010 - 2011, Xcel Gaming, Inc.
* @license http://www.xcelgaming.com/about/license/
@funtimeerror
funtimeerror / cms_debug.php
Created July 17, 2011 22:10
Basic Debug Tool for Clan CMS
<?php
/**
* @Title: cms_debug.php
* @Description: Stand alone debugging information gathering tool for developers
* @Author: FuntimeError
**/
println("XCel Gaming Clan CMS Debug Tool");
println("Written by FuntimeError");
@funtimeerror
funtimeerror / auth_clancms.php
Created July 16, 2011 00:25
The Clan CMS Project - PHPBB3 Forum Bridge
<?php
// clanCMS to phpBB3 bridge by FuntimeError of dfbrigade.org
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
// exit;
}