The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
index.php modification problem
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 |
#2
|
||||
|
||||
You should ask Paul M for this
|
#3
|
||||
|
||||
123flashchat and Paul M's flashchat integration are two totally different things.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|