Hi Pseudomizer,
Thanks for the script, I wonder no body complained but me

. Anyhow, here are couple of places that I came cross that need changing:
Place#1: Template: chat_start_guest
Change:
Code:
document.writeln("<APPLET NAME='DigiChat' CODEBASE='http://213.133.110.20/DigiChat/DigiClasses/' ");
To:
Code:
document.writeln("<APPLET NAME='DigiChat' CODEBASE='http://$CHAT_SERVER/DigiChat/DigiClasses/' ");
Change:
Code:
document.write(" <PARAM NAME=HttpServlet VALUE='http://213.133.110.20:8080/servlet/HttpTunnelingServlet'>");
To:
Code:
document.write(" <PARAM NAME=HttpServlet VALUE='http://$CHATSERVER:$CHAT_FW_PORT/servlet/HttpTunnelingServlet'>");
Change:
Code:
document.write(" <PARAM NAME=siteID VALUE=1000>");
To:
Code:
document.write(" <PARAM NAME=siteID VALUE=$CHAT_SITEID>");
Change:
Code:
document.write(" <PARAM NAME=language VALUE='german.lang'>");
To:
Code:
document.write(" <PARAM NAME=language VALUE='$CHAT_LANG'>");
Place#2: In file: chatlauncher.php
Change:
Code:
document.write(\" <PARAM NAME=HttpServlet VALUE='http://213.133.110.20:8080/servlet/HttpTunnelingServlet'>\");
To:
Code:
document.write(\" <PARAM NAME=HttpServlet VALUE='http://$CHAT_SERVER/servlet/HttpTunnelingServlet'>\");
Place#3: Menu Items in many templates
Could you please provide the html files you have put there?
For example this:
Code:
document.write(" <PARAM NAME=MenuLocation1 VALUE=http://www.lovetalks.de/emoticons.html>");
document.write(" <PARAM NAME=MenuItem2 VALUE='Chat-Abk?rzungen'>");
document.write(" <PARAM NAME=MenuLocation2 VALUE='http://www.lovetalks.de/chatabkuerzungen.html'>");
document.write(" <PARAM NAME=siteID VALUE=1000>");
Thanks a lot.
R.L.