cenkb
08-31-2008, 04:18 PM
Hello,
I need vbulletin index.php file modification for 123flashchat integration. There are no support from 123flashchat official site yet. I need your help:
#-----[ OPEN ]------------------------------------------
#
index.php
#-----[ FIND ]------------------------------------------
#
require_once('./global.php');
#
#-----[ AFTER, ADD ]------------------------------------------
#
require_once('./includes/functions_chat.php');
$var = getchatters();
$listvar = getChatterList();
if ($listvar == "")
$listvar="None";
$connections=$var['connections'];
$logonuser=$var['logon_users'];
$roomnumber=$var['room_numbers'];
After I changed the my forum index.php, forum index page goes the white blank page.
If I put "//" to beging of the "$listvar = getChatterList();" line forum index page opening but chat statistics can't work.
Anybody help to me?
My system:
vbulletin 3.7.0
Centos 5
Apache 2.2.3
PHP 5.1.6
MySQL 5.0.22
I need vbulletin index.php file modification for 123flashchat integration. There are no support from 123flashchat official site yet. I need your help:
#-----[ OPEN ]------------------------------------------
#
index.php
#-----[ FIND ]------------------------------------------
#
require_once('./global.php');
#
#-----[ AFTER, ADD ]------------------------------------------
#
require_once('./includes/functions_chat.php');
$var = getchatters();
$listvar = getChatterList();
if ($listvar == "")
$listvar="None";
$connections=$var['connections'];
$logonuser=$var['logon_users'];
$roomnumber=$var['room_numbers'];
After I changed the my forum index.php, forum index page goes the white blank page.
If I put "//" to beging of the "$listvar = getChatterList();" line forum index page opening but chat statistics can't work.
Anybody help to me?
My system:
vbulletin 3.7.0
Centos 5
Apache 2.2.3
PHP 5.1.6
MySQL 5.0.22