PDA

View Full Version : Need a PHP Code please.



Drugs
09-08-2006, 10:45 AM
I need a PHP code to paste onto one file so a password is required.

Thanks.

Fujitsu
09-08-2006, 10:46 AM
I don't quite understand what you mean?

Drugs
09-08-2006, 10:48 AM
Basically i need a simple code so not like htaccess where the whole folder requires a password to access but just a certain file.

Fujitsu
09-08-2006, 10:50 AM
Code by Mentor:

http://www.habboxforum.com/showthread.php?t=202248

Drugs
09-08-2006, 10:57 AM
Not very secure.

Colin-Roberts
09-08-2006, 10:58 AM
use mysql then lol

Drugs
09-08-2006, 11:07 AM
Nah, i am using that anyway and making it more secure.

:Blob
09-08-2006, 11:35 AM
Make a form. Call the password box password

Then use this

<?PHP
if ($password == $passwordhere) Then {
echo"Whatever";
}
?>

Should work?

Want to hide these adverts? Register an account for free!