PDA

View Full Version : index.php modification problem


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

mokujin
08-31-2008, 07:56 PM
You should ask Paul M for this :)

SEOvB
08-31-2008, 07:58 PM
You should ask Paul M for this :)

123flashchat and Paul M's flashchat integration are two totally different things.