Click to See Complete Forum and Search --> : Member’s Only


88 KEYS
02-09-2003, 05:06 AM
Hello,

I’m looking for a Java script that will protect my member’s only
Section of my web site.

I have a login page that’s requires a password. Once a valid
Password is entered, a welcome page opens. I want to
Prevent anyone from saving the welcome page into there
Favorites folder or bookmarking the welcome page.
That way once their membership expires, they’d have
To sign up again. For some reason the redirect scripts
Don’t recognize the incoming URL when a person logs in.

Please help

Nicodemas
02-09-2003, 05:23 AM
To be totally secure, you need to use a server side technology to protect usernames and passwords from being discovered by looking in the source code. Also, you'd have an easier time learning when a user membership expires.

Examples of server side technology is ASP, PHP, ASP .NET, or ColdFusion

88 KEYS
02-09-2003, 07:49 AM
Thank you for your timely response.

I barely know Javascript let alone ASP, PHP, ASP .NET, or ColdFusion.

But I do have a decent password script that uses a hashed and coded member Information file.


I just need to keep the member page from being bookmarked.

I plan to keep track of the members when they sign up.
They would have to get their user name and password from me. So I'll know when their membership expires.




Thanx!