Hi, i need the best possible login script to keep staff logins as safe as possible.
Can sum1 help!

Hi, i need the best possible login script to keep staff logins as safe as possible.
Can sum1 help!
Post Count: :eusa_danc 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 1000 :eusa_danc
What are you looking for?
What features? or just a passworded page?
jus a password page thx,
and i want it to be as secure as possible plz
Post Count: :eusa_danc 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 1000 :eusa_danc
Then it has to be a php one try www.zymic.com or www.thybag.co.uk or even Google It![]()
Never argue with an idiot, he'll drag you down to his level, and beat you with experience.
And 15 mins later...Originally Posted by Recursion
*oh trust me
*I would NEVER go ATi
Sapphire ATI Radeon HD 5850 1024MB GDDR5 PCI-Express Graphics Card £195.73 1 £195.73
*ordered.
I'm sure dreamweaver makes them Lol i'll try for you
also chris unblock me![]()
There, i've posted this on habboforum aswell.Code:?php // Define your username and password $username = "someuser"; $password = "somepassword"; if ($_POST['txtUsername'] != $username || $_POST['txtPassword'] != $password) { ?> <h1>Login</h1> <form name="form" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <p><label for="txtUsername">Username:</label> <br /><input type="text" title="Enter your Username" name="txtUsername" /></p> <p><label for="txtpassword">Password:</label> <br /><input type="password" title="Enter your password" name="txtPassword" /></p> <p><input type="submit" name="Submit" value="Login" /></p> </form> <?php } else { ?> <p>This is the protected page. Your private content goes here.</p> <?php } ?>
Its not really very good but its simple and ok for the basic user.Originally Posted by RYANNNNN
There, i've posted this on habboforum aswell.Code:?php // Define your username and password $username = "someuser"; $password = "somepassword"; if ($_POST['txtUsername'] != $username || $_POST['txtPassword'] != $password) { ?> <h1>Login</h1> <form name="form" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <p><label for="txtUsername">Username:</label> <br /><input type="text" title="Enter your Username" name="txtUsername" /></p> <p><label for="txtpassword">Password:</label> <br /><input type="password" title="Enter your password" name="txtPassword" /></p> <p><input type="submit" name="Submit" value="Login" /></p> </form> <?php } else { ?> <p>This is the protected page. Your private content goes here.</p> <?php } ?>
Agreed, my other one using mysql databases and sessions is better, but this guy seems new to PHP.Originally Posted by Tomdarkness2
Its not really very good but its simple and ok for the basic user.
you could set a session and then on other hidden pages check if one has been set to add securiity... also..
shut the **** up.I'm sure dreamweaver makes them Lol i'll try for you
Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
[Thybag.co.uk - Vive la revolutione]
Dreamweaver dose make them but there not very secure lol it submits the password useing GET and dosent even MD5 encript it lolOriginally Posted by splintercell!
you could set a session and then on other hidden pages check if one has been set to add securiity... also..
shut the **** up.
Want to hide these adverts? Register an account for free!