i don't understand...
1.0 never works... always 500 error
1.1 works but not complete...(register|faq|forgot your password) and not secure
1.2 is complete and looks better (on your test page) because on my webpage it don't work... error 500
![[Linked Image]](http://ubbcodehacking.com/ubb/frown.gif)
I tried everything and it still don't working... i put back the 1.1 and it works... put back again the 1.2 and it won't works...
can you help me please?
another thing: wath i have to put in the PROTECTED_PAGE? the url of my Ultimate.cgi?
like this?
www.mypage.net/cgi-bin/Ultimate.cgi and why the logon page don't get the cookie? i have to type my name and my pass by myself each time...???
it is passible to link directly to the Ultimate.cgi and there to link to the logon.cgi and after to return to Ultimate.cgi? do you understand? i know a board who made it... i tried and it don't works...i did something wrong becasue i'm in a loop...
Ultimate.cgi take me to logon.cgi, logon.cgi take me back to Ultimate.cgi but there i'm suppose to access the board but i'm going back to logon.cgi again...
this is the line i have added to ultimate.cgi right after the &ReadParse;
&get_cookie;
if ((($cookie{UserCheck} ne "yes") && ($in{'action'} eq "intro")) | | (($cookie{UserCheck} ne "yes") && (@in == 0))) {
print "Location: $CGIURL/logon.cginn";
exit;
}
the guy who give me this part of scritp use it with the first logon.cgi...
thanks for your help...
btw... that's what i see when i log on your test page.
THIS CONTAIN ALL YOUR SERCURITY STUFFS! YOU CAN RE-NAME THIS TO SOMETHING ELSE SO THAT YOUR USERS WON'T FIND IT. DO YOU THINK VERSION 1.2 IS SERCURE? WHAT DO YOU THINK? Click here to download version 1.2 :
http://www.behindweb.com/freescripts/logonsystem/1.2/DOWNLOAD.ZIP is that i supposed to saw?