|
|||
|
I am using 123flashchat server v.6.9.2
It's running well. I am using vbulletin 3.7.0 I downloaded vbulletin chat module and uploaded them to my vbulletin directory. There is a problem in the index.php modification: #-----[ 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']; # #-----[ SAVE/CLOSE ALL FILES After this modification done forum index page goes to the blank. Only a white page in the forum. If I put the // to the beginning the "require_once('./includes/functions_chat.php');" code row, forum is opening but chat statistics not working. How can I solve the this problem? |
|
|||
|
You need to make corresponding changes in the following paragraph of function_chat.php in folder "includes":
" function chat_config() { /** * $extend_chat_server * if your chat server and Vbulletin web server in the diffrent server, * please set $extend_chat_server to true * default is "false" */ $config['extend_chat_server'] = false; /** * $chat_client_root_path * if you set $extend_chat_server to true, * please set it the client file url like: http://www.yoursite.com/abc/ * default is "" */ $config['chat_client_root_path'] = "http://www.123flashchat.com/"; $config['swf_url'] = "123flashchat.swf"; /** * $chat_data_path * you must configure this value if you set $extend_chat_server=true, * if you set $extend_chat_server=false, you don't have to configure this value any more. * This value is your <123flashchat installed directory>/data/default/ , don't forget the last "/"! */ $config['chat_data_path'] = "/home/123flashchat_v694/server/data/default/"; return $config; } " |
|
|||
|
I think my functions_chat.php file values are true.
But problem in the vbulletin forum index page. Please look my cloned test forum, only white blank page: http://www.turandursun.com/httpdocs/forumlar/index.php In your http://vbulletin.123flashchat.com page codes: Code:
<div>There are <b><script language="javascript" src="http://host8.123flashchat.com/vbulletin/connections.php"></script></b> chat connections.</div> <div>There are <b><script language="javascript" src="http://host8.123flashchat.com/vbulletin/logon_users.php"></script></b> logon users.</div> <div>There are <b><script language="javascript" src="http://host8.123flashchat.com/vbulletin/room_numbers.php"></script></b> chat rooms.</div> <div>Chat members: <b><script language="javascript" src="http://host8.123flashchat.com/vbulletin/user_list.php"></script></b>.</div> |
|
|||
|
"
function chat_config() { /** * $extend_chat_server * if your chat server and Vbulletin web server in the diffrent server, * please set $extend_chat_server to true * default is "false" */ $config['extend_chat_server'] = false; |
|
|||
|
Hey guys,
Thanks for sharing your thougths here, Thi sis really great advantage in my part, Thanks...how to deal with depression |
|
|||
|
Hey, I am new here.
I’m sorry if this is the wrong for this post, but I was hoping some one here on Chat Software, Flash Chat Hosting, Video Webcam Audio, Chat Server, Live Help, IM, Facebook-like Messenger would be able to assist me access yahoo from university as it it is restricted. Any help would be appreciated Thanks ;- Last edited by Purbnicacebra; 12-13-2010 at 06:13 PM. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|