UBB.Dev
Posted By: Nettomo Finished-[6.5] Free RaiderSoft Chat v2.0 - 12/30/2004 12:22 AM
Mod Name / Version: Free RaiderSoft Chat v2.0

Description: install Free RaiderSoft Chat v2.0.txt

#################Nettomo####################
### Free RaiderSoft Chat v2.0
### UBBThreads 6.4.x
### Translat languages German & Englisch
### © by Nettomo HB 28.12.2004
#################Nettomo####################

Mod Name: Free RaiderSoft Chat v2.0

Working Under: UBB.Threads 6.5.x

Features: Autologin bei regestrierten Usern
Autologin with regestrierten Usern

Author: Nettomo

New Files:
sigma_chat.php
/languages/all/sigma_chat.php
/templates/default/sigma_chat.tmpl

Files Altered:
languages/all/online.php
templates/default/ubbt_registerednav.tmpl,ubbt_unregisterednav.tmpl


Database Altered: No

Other Info:
All languages are present,
but only German & English translate.

install

######################################################

1. Gehe nach http://www.sigmachat.com/register.html und regestriere einen
"Basic SigmaChat Account" (kostenlos)

1. Go to http://www.sigmachat.com/register.html and regestriere to one
"Basic SigmaChat Account" (free of charge)

######################################################

2. Suche in sigma_chat.php (Linie 20)

2. Search in sigma_chat.php (Line 20)

$room_number = 54402;

Ändere die Chat Raum Nummer !
Change the Chat Room Number !

######################################################

3. In "ubbt_registerednav.tmpl" und "ubbt_unregisterednav.tmpl" folgenden Link hinzufügen.

3. Add the following in "ubbt_registerednav.tmpl" and "ubbt_unregisterednav.tmpl" left.


·
<a target = "_blank" href = "$phpurl/sigma_chat.php?Cat=$Cat" >SigmaChat</a>

######################################################

3. In "languages/all/online.php" folgenden String hinzufügen.

3. In "languages/all/online.php" add String.

German
$ubbt_lang['sigma_chat'] = "ist im 'Board Chat'";

Englisch
$ubbt_lang['sigma_chat'] = "is in 'Board Chat'";

######################################################

Fertig
Finished

Demo: http://www.test.board.se/ubbt/sigma_chat.php

Nettomo

######################################################


Working Under: UBB.Threads 6.5

Mod Status: Finished

Any pre-requisites:

Author(s): Nettomo

Date: 12/29/04

Credits:

Files Altered:

New Files:

Database Altered:

Info/Instructions:

Disclaimer: Please backup every file that you intend to modify.
If the modification modifies the database, it's a good idea to backup your database before doing so.

Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.


Attached File
Posted By: smoknz28 Re: Finished-[6.5] Free RaiderSoft Chat v2.0 - 12/30/2004 9:38 AM
There's an error in your code....which is an easy fix, but thought I'd help where I can.

In your sigma_chat.php code on line 14:

require ("languages/{$myprefs['language']}/sigma_chat.php");

It should read:

require ("languages/{$myprefs['language']}/sigmachat.php");

Thanks Nettomo once again for sharing!
Posted By: smoknz28 Re: Finished-[6.5] Free RaiderSoft Chat v2.0 - 12/30/2004 9:39 AM
For those of you wanting to use the Chat Room in English, you'll need to go into your sigma_chat.php file and change this:

<applet codebase="http://client0.sigmachat.com/current/"
code="Client.class" archive=" [:"red"]scclient_de.zip[/]"
width=600 height=400 MAYSCRIPT>
<param name="room" value="$room_number">
<param name="cabbase" value="[:"red"]scclient_de.cab[/]">
<param name="username" value="{$user['U_Username']}">
$aasoutput
<param name="autologin" value="yes">
</applet>

To this:

<applet codebase="http://client0.sigmachat.com/current/"
code="Client.class" archive="[:"red"]scclient_en.zip[/]"
width=600 height=400 MAYSCRIPT>
<param name="room" value="$room_number">
<param name="cabbase" value="[:"red"]scclient_en.cab[/]">
<param name="username" value="{$user['U_Username']}">
$aasoutput
<param name="autologin" value="yes">
</applet>

Upload and away she goes....
Posted By: Nettomo Re: Finished-[6.5] Free RaiderSoft Chat v2.0 - 12/30/2004 3:41 PM
Hi smoknz28,
I have forget it to say


in
templates/default/sigma_chat.tmpl

German User in:
code="Client.class" archive=" scclient_de.zip"

Englisch User edit:
code="Client.class" archive="scclient_en.zip"


thanks

Sorry my englisch (Babel Fish)


Nettomo
Posted By: smoknz28 Re: Finished-[6.5] Free RaiderSoft Chat v2.0 - 12/31/2004 8:47 AM
Nettomo, your english isn't as bad as many of my Japanese friends here in Japan. I'll be in Japan for a few more weeks.

Thanks again for sharing your work....
Posted By: dparvin Re: Finished-[6.5] Free RaiderSoft Chat v2.0 - 01/05/2005 9:55 PM
[]smoknz28 said:
For those of you wanting to use the Chat Room in English, you'll need to go into your sigma_chat.php file and change this:

<applet codebase="http://client0.sigmachat.com/current/"
code="Client.class" archive=" [:"red"]scclient_de.zip[/]"
width=600 height=400 MAYSCRIPT>
<param name="room" value="$room_number">
<param name="cabbase" value="[:"red"]scclient_de.cab[/]">
<param name="username" value="{$user['U_Username']}">
$aasoutput
<param name="autologin" value="yes">
</applet>

To this:

<applet codebase="http://client0.sigmachat.com/current/"
code="Client.class" archive="[:"red"]scclient_en.zip[/]"
width=600 height=400 MAYSCRIPT>
<param name="room" value="$room_number">
<param name="cabbase" value="[:"red"]scclient_en.cab[/]">
<param name="username" value="{$user['U_Username']}">
$aasoutput
<param name="autologin" value="yes">
</applet>

Upload and away she goes.... [/]

I think you mean in sigma_chat.tmpl

I have added this to my site, I love it, thank you
Posted By: dparvin Re: Finished-[6.5] Free RaiderSoft Chat v2.0 - 02/26/2005 10:50 PM
Attached is an updated version of sigmachat.php lauguage file that is all in English.

Attached File
125630-sigmachat.zip  (38 downloads)
Posted By: Zarzal Re: Finished-[6.5] Free RaiderSoft Chat v2.0 - 02/26/2005 11:51 PM
After updating Java I have to change the applet codebase to:

Code
<applet codebase="http://client1.sigmachat.com/current/"


without this modification the applet always told me that I must restart it.
Posted By: StanCA Re: Finished-[6.5] Free RaiderSoft Chat v2.0 - 04/16/2005 7:05 PM
I still get the inital greeting text in german... as well as those coming and going...

Words of wisdom anyone??
Posted By: StanCA Re: Finished-[6.5] Free RaiderSoft Chat v2.0 - 04/17/2005 12:49 AM
ok got that fixed..
now i fin there are upgrades, and the latest basic version also uses colour

anyone working with that?

I paid the 75$ for the upgrade, but can not find where to down load the new files.
Posted By: smoknz28 Re: Finished-[6.5] Free RaiderSoft Chat v2.0 - 05/23/2005 6:21 AM
Is there anyone who may have this working the way that Josh did with his code in this hack: https://www.ubbdev.com/forum/showflat...amp;Search=true

What I'm looking at....is when I did pay to run the sigma chatroom.....I ran the above hack. With that hack it allowed all the members to see when there were members in the chatroom with their names of who was logged into it.

Can we add that code to this hack as well?
Posted By: smoknz28 Re: Finished-[6.5] Free RaiderSoft Chat v2.0 - 06/05/2005 12:58 AM
Josh, or anyone else....have you got any ideas on my above post?

Thanks,
Gonzo
Posted By: scroungr Re: Finished-[6.5] Free RaiderSoft Chat v2.0 - 06/05/2005 1:29 AM
Not I.. If I wanna chat I pick up the phone
© UBB.Developers