Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
This is a script to allow ubb membership integration to digichat's chat service.
Updated: 2-1-02
Thanks for your help, LK!

Download

[ 11-11-2001: Message edited by: MasterMind ]

Sponsored Links
Joined: Aug 2001
Posts: 27
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 27
thanks iv been waiting for this

Joined: Oct 2000
Posts: 109
Member
Member
Offline
Joined: Oct 2000
Posts: 109
Thanks MasterMind smile

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
no prob. try it, nonlive, before using it. Report bugs here to be fixed.

Joined: Oct 2000
Posts: 109
Member
Member
Offline
Joined: Oct 2000
Posts: 109
Sorry, but we couldn't find a record for Username:. Please try again. Use your Back button.

This is what i am getting on 6.1.2

Sponsored Links
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
Good. FITNR.

With help, LK, take a look please? smile

Joined: Jul 2001
Posts: 1,111
Member
Member
Offline
Joined: Jul 2001
Posts: 1,111
MM, i thank u for even tryin this, but one question, i have been able to down grade a number of 6.1+ hacks into my 6.05 forum, i have decided not to go to 6.1 because im waiting on 6.2+, so will this work on 6.05 or will i have to play with the scripts?. if it will work on 6.05 illbe happy to help u test it :]

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
no, not as-is

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
I got it to work in my board:

1. I didn't use form_data at all, just "%DATA = map{$_ => param($_)} param(); #map is your friend!" (it was commented before).

2. $user_number = &GetUserNumber($user); - notice $user_number and $user.

3. if ($user_number ne "") { - since $ProfileNumber doesn't exist, see #2.

4. @user_profile = &OpenProfile("$user_number"); - without .cgi

5. $pubname = &GetPubName($user_number); - get public name.

6.

I think that's all smile good job, demo: http://www.lkubb.dns2go.com/?ubb=digichat .

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
Thanks LK. ZIP updated with beta 1.

Sponsored Links
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Looks like it's still the old zip confused Is it my Temporary Internet Files?

Anyway, I modified the code a little to set up a demo account: test/digichat.

[ 11-11-2001: Message edited by: LK ]

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
no...its the new one...

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Code
code:
$user_number should before $pubname wink

Except that I think everything is fine smile

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
Quote
quote:
The same message here. It's still alpha i guess frown

Joined: Oct 2000
Posts: 51
Member
Member
Offline
Joined: Oct 2000
Posts: 51
ok i feel dumb saying this but

i'm totaly lost in setting this up
how do i install this? frown

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
Variables: I'll check it out. Make sure you have the newest zip file from the server.

Asniper: I'll have an HTML file for this in about 5.

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
Maybe not. Hold on..

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
Fixed a few bugs. Uses nice errors like UBB. Uses ubb's text and background. At the top you need to set your digichat siteid in "$id = " variable.

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
$pubname = &GetPubName($pubname); should be $pubname = &GetPubName($user_number); wink

Except that it works fine, demo updated.

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
Does this work when the Digichat is on an other server?

I hope you put a good readme file in the zip. wink

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
yes

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
Suppose a member has logged in and wants to go to Digichat. A link to digichat.cgi does not work. LK has it in a login-intro that brings you instantly to Digichat. Lk, how do you do that, and how can it be put in the main-intro of a forum to do the same?

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
In ultimatebb.cgi
Code
code:

[ 11-13-2001: Message edited by: LK ]

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
Tnx LK, that was crucial. Great, it works. wink

It would be nice if the member who has already logged in at the forum, can travel to Digichat without entering the name and password again.

[ 11-13-2001: Message edited by: Variables ]

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Change it to the updated code above (I edited it now), it automatically types in the username/password in the login page (?ubb=digichat).

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
Perfect! Great job LK. wink

Joined: Oct 2000
Posts: 109
Member
Member
Offline
Joined: Oct 2000
Posts: 109
What is new?
Can this mod link profile info form UBB to digichat profies?

Joined: May 2001
Posts: 229
Member
Member
Offline
Joined: May 2001
Posts: 229
I´m sorry to bother, but could you include instructions on how to install the hack?

I copied digichat.cgi to ubb cgi, and also hacked ultimatebb.cgi as LK said.
But how do I link to the file?

If I go to http://mydomain.com/cgiubb/ultimatebb.cgi?ubb=digichat, the login appears with my nick and password already typed, but when I try to login it takes me back to the forums summary page.

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
manuel, you have 'ation' instead of 'action'.

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
This is the only release for 6.1.0 (pending bugs). 6.2.0 will have a new, more functional version with a few new features. Stay tuned!

Joined: May 2001
Posts: 229
Member
Member
Offline
Joined: May 2001
Posts: 229
Hehe, stupid me. laugh


I used the "embeded" parameter, and even though the chat poped-up. Any clue on this?

I would like it that who´s online shows when users are chating. This is possible?


Thanks guys !!

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
anyone has a demo site?


- Allen wavey
- What Drives You?
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Allen, http://www.lkubb.dns2go.com/?ubb=digichat , use username/password: test/digichat

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
thanks, looking good


- Allen wavey
- What Drives You?
Joined: Oct 2001
Posts: 1
kha Offline
Junior Member
Junior Member
Offline
Joined: Oct 2001
Posts: 1
But why I can't chat ?I can't see what I type,
I can't choose Chatwatch option in Digichat.
LK,How can I do for this ?

Joined: Aug 2000
Posts: 18
Junior Member
Junior Member
Offline
Joined: Aug 2000
Posts: 18
I'm lost too. The zip file I downloaded (linked at the top of this thread) had two files. One is a readme file stating that this is the alpha version. The other has the code, but I'm totally lost on which files I'm supposed to edit and where?

Can somebody explain this to me? This is not my area of expertise. Sorry.

Thanks for the help.

Joined: Aug 2000
Posts: 18
Junior Member
Junior Member
Offline
Joined: Aug 2000
Posts: 18
Forgot to mention that I'm running v6.05. Will this still work?

LtUSMC

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
In the end of $MainButtonsLine (ubb_lib.cgi) line, add:
| digichat

If you don't want it to say the username/password, you can use my login that I posted before:

In ultimatebb.cgi
Code
code:

Then, use:
| digichat

Joined: Aug 2000
Posts: 18
Junior Member
Junior Member
Offline
Joined: Aug 2000
Posts: 18
I think mine is not working becasue I'm using v6.05. Otherwise, I did the following:

I edited digichat.cgi and changed the CODEBASE line to reflect the correct server. The CODE line was the same, so I didn't change it. I also didn't find what was referred to as , as there was no port parameter being used that noticed in my current html code.

I tried using the link of:

http://www.....com/cgi-bin/ultimatebb.cgi?ubb=digichat

And the username and password appears properly. But when I click submit, I get a "The page cannot be displayed" message, and the page is titled HTTP 500 Internal Server Error.

How can I change the program to have it work with v6.05? I would really appreciate this help

Any ideas?

Thanks.

[ 12-01-2001 02:50 AM: Message edited by: LtUSMC ]

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
Quote
quote:
no

Page 1 of 2 1 2

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)