Asa far as i know there is:
flashchat.php
Are you abill to help me with it?
thanks
<?php
error_reporting(E_ALL & ~E_NOTICE);
// Environment
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'flashchat');
$phrasegroups = array();
$globaltemplates = array('flashchatauto');
$actiontemplates = array();
$specialtemplates = array();
// vb globals
chdir('./chat');
include_once('inc/common.php');
chdir('..');
require_once("./global.php");
|