View Single Post
  #1 (permalink)  
Old 03-15-2006, 09:18 PM
Wolfy Wolfy is offline
Member
 
Join Date: Feb 2006
Posts: 63
Default How do I integrate my vbulletin, flashchat, and fcs from different servers?

I have my vbulletin on freebsd.

I am using my own FCS server.

I need to know how to configure this bit of code for my new server, I cannot continue to use 123flashchat for my host since you refuse to upload my modified 123flashchat and you insist on spamming my users.

I am going t get another host, using linux, with ftp and root access, and i need to know how to integrate this part:

#-----[ OPEN ]------------------------------------------
#
sources/config_chat.php

#
#-----[ FIND ]------------------------------------------
#
$chat_data_path = "";

#
#-----[ REPLACE WITH ]----------------------------------
#
# if your host is in host15,and your host name is abc.
#the $chat_data_path should be "http://host15.123flashchat.com/abc".
# Do NOT addslash please.
#
$chat_data_path = "http://host.123flashchat.com/yourhostname";