Jump to content
xisto Community
Sign in to follow this  
nbop

Password Protected...

Recommended Posts

How can you make a page (or several pages) protected with a password or with different usernames and passwords, using query strings? please give me some helpful scripts or names of programs. On the section of password protection i really *BLEEP* :( . I always use a script that does "name".htm, but it sux so ...

Share this post


Link to post
Share on other sites

you have to build a dimanic site... how?... i think thqat the best way is writing php...i used to write this simple script for some pages...<?phpif (($username == $user) OR ($username == $user_res)) { if (($password == $pass) OR ($password == $pass_res)) {echo "<h2> Loading page...</h2>";}}?>where $user and $user_res are html textbox named user and user_res$pass and $pass_res are html passwords textbox named pass and pass_resit means that if you pass Username and Password you will se Loading page message but if your Username or Password are incorrecto... you only will see a white page... :( bye

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.