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

Re: 1.1b2: add.cgi bug?

Quote Reply
Re: 1.1b2: add.cgi bug? In reply to
yep... i just tested it out.. and it didn't work with Alex's code..

but when i switch both of them to

Code:
@{$LINKS{db_referers}}

it worked..

so it looked like

Code:
if (@{$LINKS{db_referers}} and $ENV{'HTTP_REFERER'}) {
$found = 0;
foreach (@{$LINKS{db_referers}}) {

did you guys notice.. when someone tries to auto submit.. it will just give you the error form.. and you can just press submit and it will submit Smile it's almost like a "confirm" page..

as a matter of fact.. i'm gonna make a confirm page using the error subroutine to save myself space Smile

jerry
Subject Author Views Date
Thread 1.1b2: add.cgi bug? widgetz 2631 Nov 9, 1999, 7:25 PM
Post Re: 1.1b2: add.cgi bug?
widgetz 2523 Nov 9, 1999, 7:33 PM
Post Re: 1.1b2: add.cgi bug?
widgetz 2525 Nov 9, 1999, 8:05 PM
Post Re: 1.1b2: add.cgi bug?
Alex 2528 Nov 10, 1999, 8:31 AM
Post Re: 1.1b2: add.cgi bug?
pugdog 2517 Nov 10, 1999, 12:42 PM
Post Re: 1.1b2: add.cgi bug?
widgetz 2524 Nov 10, 1999, 2:29 PM
Post Re: 1.1b2: add.cgi bug?
dearnet 2526 Nov 10, 1999, 11:14 PM