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

Re: alex.. ubb y2k bug?

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


Subject Author Views Date
Thread alex.. ubb y2k bug? widgetz 1660 Jan 8, 2000, 10:11 AM
Post Re: alex.. ubb y2k bug?
Ground Zero 1616 Jan 10, 2000, 5:09 AM