PDA

View Full Version : Password protect


anarchy3200
05-06-2003, 08:57 PM
is it possible that someone can login and view extra logged in user content and origonal content but without recreating all the pages

after they log in extra links appear but you can still access the normal links without being logged out

is this possible by using, well lets say no server-side lang!

thanks for any help

A1ien51
05-06-2003, 09:33 PM
IS it possible? Yes and No

Yes you can do it
No it will no be secure

Reason, your password will be found easily by viewing the source code.

How to make links appear with password.

document.write the information if the password exsists.

Look in the Post A Script forum, there is a big discussion on password protection in there

A1ien51