php forum
php mysql forum
php mysql smarty
 
Page 2 of 4 < 1 2 3 4 >
Topic Options
#313426 - 03/06/07 08:45 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: Daryl Fawcett]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
Originally Posted By: Daryl Fawcett
Flashchat integrated with UBBT prior to version 7 did an automatic login as long as you were already logged into UBBT, which is why I was wondering why the automatic login wasn't working with UBB7.x
Not everything was ported up; you should ask there or email the author and ask...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#313427 - 03/07/07 08:33 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: Gizmo]
Daryl Fawcett Offline
User

Registered: 11/29/01
Posts: 28
Loc: Canada
I discovered that the auto login only works if the default cookies are used without a cookies prefix.
_________________________
Daryl Fawcett

Top
#313428 - 03/07/07 10:49 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: Daryl Fawcett]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
Try replacing:
Code:
		$this->userid = isset($_COOKIE["ubbt_myid"]) ? $_COOKIE["ubbt_myid"] : NULL;


With:
Code:
		$this->userid = isset($_COOKIE[$GLOBALS["config"]["COOKIE_PREFIX"] ."ubbt_myid"]) ? $_COOKIE[$GLOBALS["config"]["COOKIE_PREFIX"] ."ubbt_myid"] : NULL;
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#313448 - 03/08/07 01:12 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: Gizmo]
Daryl Fawcett Offline
User

Registered: 11/29/01
Posts: 28
Loc: Canada
After I had changed my cookie prefix back to the default, the auto login began to work without any problem, therefore, I will not make this change, however, it is good to have it here for future use, or for others having the same problem.
_________________________
Daryl Fawcett

Top
#313449 - 03/08/07 01:43 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: Daryl Fawcett]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
Was hoping someone would test it out vs me on my dev machine; as I don't use the script in a production environment I cannot test the functionality of the addition properly.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#313451 - 03/08/07 05:07 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: Gizmo]
owen93 Offline
Newbie

Registered: 10/11/01
Posts: 23
Originally Posted By: Gizmo
Was hoping someone would test it out vs me on my dev machine; as I don't use the script in a production environment I cannot test the functionality of the addition properly.


well I'm still in dev myself but I added it in and it worked fine for me.

Top
#313452 - 03/08/07 05:47 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: owen93]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
Originally Posted By: owen93
well I'm still in dev myself but I added it in and it worked fine for me.
Well, thats good enough for me; I'll post it at the flashchat thread to be updated in the integration
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#313455 - 03/08/07 08:44 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: Gizmo]
Daryl Fawcett Offline
User

Registered: 11/29/01
Posts: 28
Loc: Canada
I actually already posted it there.

They actually tested it and they said it works.

http://forum.tufat.com/showthread.php?p=135717#post135717
_________________________
Daryl Fawcett

Top
#313606 - 03/18/07 02:46 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: Daryl Fawcett]
jgeoff Offline
Power User

Registered: 04/05/01
Posts: 93
Loc: NJ

I posted a problem I'm having on their forum - hopefully one of you guys could lend a hand since I cannot log in to FlashChat! smirk
_________________________
GangsterBB.NET (Ver. 7.3)
2007 Content Rulez Contest - Honorable Mention
UBB.classic 6.7.2 - RIP
Browser: Firefox 2.0

Top
#313668 - 03/21/07 12:29 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: jgeoff]
jgeoff Offline
Power User

Registered: 04/05/01
Posts: 93
Loc: NJ

Okay, well, let me ask you guys this, if you have FlashChat integrated successfully into Threads 7.* -- the Mod there hasn't been very helpful. smirk

For some reason, for me, the "built-in login" is working, but not the manual "HTML-based login" -- it says "incorrect user name or password". Has anyone here been able to log-in when it asks you for a username/password?

Also, before I use FlashChat, I really need it to display Display Names and not Usernames. Anyone figure that out yet? I can't seem to find it...

Thanks!

JG

_________________________
GangsterBB.NET (Ver. 7.3)
2007 Content Rulez Contest - Honorable Mention
UBB.classic 6.7.2 - RIP
Browser: Firefox 2.0

Top
#313674 - 03/21/07 05:15 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: jgeoff]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
geoff, i have it working for html based login, no problems...

As for PDN, let me have a look at the files and I'll get back to you.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#313675 - 03/21/07 06:01 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: Gizmo]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
It doesn't look like the integration file even touches the pdn, it just basically works with the login name and password...

If I get some more time I'll do some digging in the normal files to see if i can find a place to hijack what name is shown; but no promises, the ammount of files is vastly huge...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#313676 - 03/21/07 06:12 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: Gizmo]
jgeoff Offline
Power User

Registered: 04/05/01
Posts: 93
Loc: NJ
Originally Posted By: Gizmo
geoff, i have it working for html based login, no problems...

I wish I knew what my problem was. Are you using the 7.1 version? I'll have to play with it more I suppose...

Originally Posted By: Gizmo
As for PDN, let me have a look at the files and I'll get back to you.
Sorry, what's PDN? blush
The Threads 7.1 CMS file seems to call up USER_DISPLAY_NAME - but after looking at dozens of files, I cannot find where/how to use it... smirk

_________________________
GangsterBB.NET (Ver. 7.3)
2007 Content Rulez Contest - Honorable Mention
UBB.classic 6.7.2 - RIP
Browser: Firefox 2.0

Top
#313677 - 03/21/07 06:15 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: jgeoff]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
Yes I'm using the 7.1 version; you can fiddle at:
http://home.corthell.net:81/forums/ubb7/chat/

PDN == Public Displayed Name; I do realize that it selects the PDN but it never referances, if you look at the calls, it only uses the login name and password (i think its the third mysql call).

I've "cleaned up" my configuration file so line numbers wouldn't match up, else I'd tell you what lines to look at lol...

I did see that some of the scripts referance "name" so I set name as a variable but it doesn't get used; I'm sure it's only used for their "normal"/"non-integration" login system...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#313688 - 03/22/07 01:08 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: Gizmo]
jgeoff Offline
Power User

Registered: 04/05/01
Posts: 93
Loc: NJ

Yeah, yours works... mine doesn't... guess I'll try reinstalling it... :rolleyes:

Why Darren chose to display user names rather than display names is till beyond me... makes it virtually worthless... smirk
_________________________
GangsterBB.NET (Ver. 7.3)
2007 Content Rulez Contest - Honorable Mention
UBB.classic 6.7.2 - RIP
Browser: Firefox 2.0

Top
#313690 - 03/22/07 05:33 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: jgeoff]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
well it's quite simple; most products don't have public names and only have login names... however i think it would have been cool to have the option; perhaps email him with a feature request?
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#313691 - 03/22/07 07:05 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: Gizmo]
jgeoff Offline
Power User

Registered: 04/05/01
Posts: 93
Loc: NJ

Guess an email to him directly would be better than trying to get passed his bulldog moderator! LOL laugh
_________________________
GangsterBB.NET (Ver. 7.3)
2007 Content Rulez Contest - Honorable Mention
UBB.classic 6.7.2 - RIP
Browser: Firefox 2.0

Top
#313692 - 03/22/07 10:45 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: jgeoff]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
wink... no comments from me, as they wouldn't be professional in nature :nods:
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#314079 - 05/12/07 09:28 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: Gizmo]
Calpy Offline
Power User

Registered: 12/17/02
Posts: 71
Did anyone ever figure out the display name vs login name fix? I've read here and at the Tufat forums, no luck yet.

Top
#314080 - 05/12/07 11:13 PM Re: FlashChat with UBB.Threads 7.0.2 [Re: Calpy]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
From my point of view, without knowing what their script looks for as a variable it'd be near impossible to pull it with the integration file.

From their point of view, we're a "small fish" and they could care less.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
Page 2 of 4 < 1 2 3 4 >


Moderator:  sirdude 
Who's Online
0 registered (), 24 Guests and 8 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Wisdom needed
by Gizmo
Today at 10:54 AM
How to hide sub forums from summary page
by blaaskaak
Yesterday at 09:54 AM
Spell Check [beta]
by Bill B
12/01/08 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
Truth, David DelMonte, nick1, Begbie, cenk
13364 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks