There is a type O in the address that this hack uses. Change the addy to the correct one and everything is good.
Current chatroom template
PHP Code:
<html>
<head>
<title>Chat Room</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#0000ff">
<applet codebase="http://[B]client1.[/B]sigmachat.com/current/" code="Client.class" archive="scclient_en.zip" width=680 height=480 MAYSCRIPT>
<param name="room" value="XXXXX">
<param name="cabbase" value="scclient_en.cab">
<param name="USERNAME" value="$bbuserinfo[username]">
<param name="autologin" value="yes">
</applet>
</body>
</html>
Change to this:
PHP Code:
<html>
<head>
<title>Chat Room</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#0000ff">
<applet codebase="http://[B]client.sigmachat.com/current/[/B]" code="Client.class" archive="scclient_en.zip" width=680 height=480 MAYSCRIPT>
<param name="room" value="XXXXX">
<param name="cabbase" value="scclient_en.cab">
<param name="USERNAME" value="$bbuserinfo[username]">
<param name="autologin" value="yes">
</applet>
</body>
</html>
Should work after doing this correction.
Thanks,
Itworx4me