Previous Thread
Next Thread
Print Thread
Rate Thread
#55078 12/30/2002 9:36 PM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Can you port this one pleeeeeze? It seems to work most of the time but it's pulling up the wrong templates ( I have alternate templates and it's pulling up the default set).

Sponsored Links
#55079 01/02/2003 10:03 PM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Suddenly this quit working on my test board and the real Netwerkin. I'm stumped. I've reinstalled 10 times but can't get it going. I think that another hack must be blocking it but I have no idea what.

Any ideas LK?

Edit, here is a bit more info. I get this error when I try to access ubb_checkmsg.cgi directly;

[code][/code]I guess it has something to do with the new cookies. I can't figure out why it worked before unless I still had my old cookie.

#55080 01/02/2003 10:31 PM
Joined: Nov 2001
Posts: 745
Admin Emeritus
Admin Emeritus
Offline
Joined: Nov 2001
Posts: 745
Are you sure you uploaded the Modules directory?

#55081 01/02/2003 10:40 PM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Yep, this is the only function that doesn't work and I think it has to do with the code in the IM file that LK wrote and the new cookies with 6.4. By modifying the code that checks for the cookie I can get rid of the error but I still don't get the IM.

#55082 01/02/2003 10:52 PM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Here's the fix;

Open ubb_checkmsg.cgi and look for;

use strict;

Below that add;

BEGIN { # pull in the best copy of Digest::MD5 that we can find
do "Digest/MD5.pm";
if (!$Digest::MD5::VERSION) {
require Digest::Perl::MD5;
import Digest::Perl::MD5 'md5_hex';
} else {
import Digest::MD5 'md5_hex';
} # end if
} # end BEGIN

This fixed it at Netwerkin anyhow.

Sponsored Links
#55083 01/02/2003 11:29 PM
Joined: Mar 2002
Posts: 78
Member
Member
Offline
Joined: Mar 2002
Posts: 78
Do you have the port ready to go? I'd REALLY like this hack for 6.4 smile


1998 Firebird Formula with a blower and then some...
#55084 01/02/2003 11:36 PM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Quote
quote:
Originally posted by DarkFormula:
Do you have the port ready to go? I'd REALLY like this hack for 6.4 smile
That's up to LK, I won't post his code without his permission.

#55085 01/03/2003 8:15 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
I'm releasing this in a few mins smile

#55086 01/06/2003 9:46 AM
Joined: Mar 2002
Posts: 78
Member
Member
Offline
Joined: Mar 2002
Posts: 78
Quote
quote:
Originally posted by LK:
I'm releasing this in a few mins smile
So what's the word?


1998 Firebird Formula with a blower and then some...
#55087 01/07/2003 11:58 PM
Joined: Mar 2002
Posts: 78
Member
Member
Offline
Joined: Mar 2002
Posts: 78
I guess that's a no.


1998 Firebird Formula with a blower and then some...
Sponsored Links
#55088 01/08/2003 12:02 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
hmm, https://ubbdev.com/ubb/ultimatebb.php?ubb=get_topic;f=33;t=000010 tipsy

#55089 01/08/2003 11:14 AM
Joined: Mar 2002
Posts: 78
Member
Member
Offline
Joined: Mar 2002
Posts: 78
Duh :rolleyes:

Thanks LK cool


1998 Firebird Formula with a blower and then some...
#55090 01/10/2003 1:37 AM
Joined: Mar 2002
Posts: 78
Member
Member
Offline
Joined: Mar 2002
Posts: 78
Not quite the hack I was looking for. I was looking for a PM inbox type hack. But, this IM hack kicks ass!

Any way to incorporate a popup window PM notification based on this hack?


1998 Firebird Formula with a blower and then some...

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
Posts: 70
Joined: January 2007
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 20240506)