Jump to content

AciD

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

AciD's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Heres something you can try Put this on the page of admin editing: <?php $password = "hamsters"; $md5pass = MD5($password); if ($checkauth != NULL) { echo "<form action=\'admin.php\' method=post> <b>Password:</b><br> <input type=\'text\' name=\'checkauth\' length=\'10\'><br> <input type=\'submit\' value=\'Log in...\'></form>"; } else { $checkauth2 = MD5(\'$checkauth\'); if ($md5pass == $checkauth2) { echo " CODE FOR EDITING HERE CODE FOR EDITING HERE CODE FOR EDITING HERE CODE FOR EDITING HERE CODE FOR EDITING HERE CODE FOR EDITING HERE CODE FOR EDITING HERE CODE FOR EDITING HERE CODE FOR EDITING HERE CODE FOR EDITING HERE CODE FOR EDITING HERE CODE FOR EDITING HERE"; } else { echo "Invalid Password!"; } } ?>
×
×
  • Create New...

Important Information

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.