First: excellent hack - very well done
![[Linked Image]](https://ubbdev.com/ubb/smilies/smile.gif)
I've read the install instructions, but I I can't put &ConfirmLogin; BEFORE any print statements in postings.cgi because 'print' is on the 1st line. This is what I have:
Thus I am getting the 'Location:xxxx' error described here:
The reason it must be inserted before any print statements is the script
will use a "Location: xxxx" header sent to the web server and that can't happen
if text or a header already was displayed. Otherwise our header outputs as text
and the user will see "Location: xxxx" on their browser screen. Big oops.Any help greatly appreciated. Thanx again.
This message has been edited by spiffy on January 08, 2001 at 10:28 AM