|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
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 ]
|
|
|
|
Joined: Aug 2001
Posts: 27
Junior Member
|
Junior Member
Joined: Aug 2001
Posts: 27 |
thanks iv been waiting for this
|
|
|
|
Joined: Oct 2000
Posts: 109
Member
|
Member
Joined: Oct 2000
Posts: 109 |
Thanks MasterMind 
|
|
|
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
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
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
|
|
|
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
Good. FITNR. With help, LK, take a look please? 
|
|
|
|
Joined: Jul 2001
Posts: 1,111
Member
|
Member
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
Joined: Feb 2000
Posts: 4,625 |
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
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  good job, demo: http://www.lkubb.dns2go.com/?ubb=digichat .
|
|
|
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
Thanks LK. ZIP updated with beta 1.
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
Looks like it's still the old zip  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
Joined: Feb 2000
Posts: 4,625 |
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
$user_number should before $pubname Except that I think everything is fine 
|
|
|
|
Joined: Dec 2000
Posts: 371
Member
|
Member
Joined: Dec 2000
Posts: 371 |
The same message here. It's still alpha i guess 
|
|
|
|
Joined: Oct 2000
Posts: 51
Member
|
Member
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? 
|
|
|
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
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
Joined: Feb 2000
Posts: 4,625 |
|
|
|
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
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
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
$pubname = &GetPubName($pubname); should be $pubname = &GetPubName($user_number); Except that it works fine, demo updated.
|
|
|
|
Joined: Dec 2000
Posts: 371
Member
|
Member
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. 
|
|
|
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
|
|
|
|
Joined: Dec 2000
Posts: 371
Member
|
Member
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
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
In ultimatebb.cgi [ 11-13-2001: Message edited by: LK ]
|
|
|
|
Joined: Dec 2000
Posts: 371
Member
|
Member
Joined: Dec 2000
Posts: 371 |
Tnx LK, that was crucial. Great, it works. 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
Admin / Code Breaker
|
Admin / Code Breaker
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
Joined: Dec 2000
Posts: 371 |
Perfect! Great job LK. 
|
|
|
|
Joined: Oct 2000
Posts: 109
Member
|
Member
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
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
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
manuel, you have 'ation' instead of 'action'.
|
|
|
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
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
Joined: May 2001
Posts: 229 |
Hehe, stupid me. 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 |
|
|
|
|
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 
|
|
|
|
Joined: Oct 2001
Posts: 1
Junior Member
|
Junior Member
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
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
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
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
In the end of $MainButtonsLine (ubb_lib.cgi) line, add: | digichatIf you don't want it to say the username/password, you can use my login that I posted before: In ultimatebb.cgi Then, use: | digichat
|
|
|
|
Joined: Aug 2000
Posts: 18
Junior Member
|
Junior Member
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
Joined: Feb 2000
Posts: 4,625 |
|
|
|
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.
|
|
Posts: 69
Joined: January 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|