Home Support
Welcome, Guest
Please Login or Register.    Lost Password?

Chat on Parked Domains
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Chat on Parked Domains
#5274
BlastChatSupport
Admin
Posts: 2414
graph
User Offline Click here to see the profile of this user
BlastChat
Re:Chat on Parked Domains 1 Year, 8 Months ago Karma: 68
The best solution is to edit api.blastchatc.php file and adjust function bc_getLiveSite, you can hardcode your URL there (function should return your URL string)
 
The administrator has disabled public write access.
#5273
henriquesanita
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Chat on Parked Domains 1 Year, 8 Months ago Karma: 0
QUICK SOLUTION (quirks mode )
on the line 130 of blastchat.php file you see:

$bc_site = str_replace("8ttps://", "", $bc_site);

after this, include the code below:

$bc_site = str_replace(".br", "", $bc_site);

this will work pretty well in my case!!!

Thanks for all and sorry about my english (I´m brazilian )
 
Last Edit: 2010/06/11 11:31 By henriquesanita.
The administrator has disabled public write access.
#5272
henriquesanita
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Chat on Parked Domains 1 Year, 8 Months ago Karma: 0
Hello All,

If my site have parked domains the chat not working, the error message is :

Error 0002 : Error has occured, contact your webmaster
Register your website - mysite.com.br or www.mysite.com.br

I´m the owner of mysite.com and mysite.com.br, mysite.com is a parked domain in mysite.com.br. Only mysite.com is registred in blastchat.com .

There is a feature to register one more domain for a single chat? Or
how to develop a solution?

Thanks for all and sorry about my english (I'm brasiliam )
 
The administrator has disabled public write access.
Go to topPage: 1