For each host2.chatblazer.com hosting account, the following changes have been made and any necessary actions on the part of account owners will be duly highlighted.
1. Change of Site ID
In the upgrade, every hosting account Site ID will be changed. E.g. currently you may be CBS10, in the new server, you may be CBS15. This new Site ID will be emailed to account owners. The Site ID is used to login to the hosting control panel, which is now at :
http://host4.chatblazer.com/login.php
All existing passwords for the Site Admin have been retained.
2. Change of Applet Parameters
The correct and up to date set of HTML code required for the chat clients can be obtained at
http://host4.chatblazer.com/getcode.php. The following are the important changes that are required, or else your chat clients may not work.
codebase
From (host2):
- Code: Select all
<applet name="ChatBlazer" codebase="http://host2.chatblazer.com" code="com.chatblazer.client.ChatClient" archive="cbe6cl.jar" cabbase="cbe6cl.cab" width="608" height="512" align="center">
To (host4):- Code: Select all
<applet name="ChatBlazer" code="com.chatblazer.client.ChatClient" archive="cbe6cl.jar" cabbase="cbe6cl.cab" width="608" height="512" align="center" codebase="http://host4.chatblazer.com">
siteChange to new Site ID- Code: Select all
<param name="site" value="CBS1">
Connection SettingsFrom (host2):- Code: Select all
<param name="port" value="18001">
<param name="http.port" value="18002">
<param name="servlet.url" value="http://host2.chatblazer.com/cbe/servlet/HttpComm">
To (host4):- Code: Select all
<!-- connection settings DO NOT EDIT -->
<param name="port" value="29001">
<param name="servlet.url" value="http://host4.chatblazer.com/cbehost4/httpbridge">
Default ResourcesIf you are using the default resources (emoticons, avatars, audio clips), you have to replace the part "resdef" to "resource". Some of the resource files have changed, so it's best to get the latest from the code generator.
E.g.
- Code: Select all
<param name="emoticon.0" value="../resdef/01wink.gif;\;);Wink">
- Code: Select all
<param name="emoticon.0" value="../resource/01tongue.gif;:P;Bleah">