Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

alex.. ubb y2k bug?

Quote Reply
alex.. ubb y2k bug?
alex.. the cookies in ubb are only being saved for the session.. so my guess is that the expiration date set is like in the 1900s or invalid..

jerry
Quote Reply
Re: alex.. ubb y2k bug? In reply to
There is a bug in the UBB code that only effected Netscape users. To fix it you need to:

Find:
Code:
if (expireDate.getYear() < 100)

Replace with
Code:
if (expireDate.getYear() < 1900)

In the following files:
forumdisplay.cgi
postings.cgi
ubbmisc.cgi
Ultimate.cgi


That'll fix the problem.

Widgetz Can you please Instant Message me on AIM at: Paintball City. How is Review.cgi v2 coming along?




------------------
James L. Murray
VirtueTech, Inc.
www.virtuetech.com