diff options
Diffstat (limited to 'globe.php')
-rw-r--r-- | globe.php | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -97,9 +97,7 @@ function CookieLogin() { mysql_query($sql);
$salt = "33qs5d4j6z98gt1a7n6b5d4x1c66f5nuh8a6d8g9j09aphgf56z5745";
- $pepper = "Dear sir, have you ever heard of a wild goose chase?
- If you've gotten this far, please email me: snapwilliam@gmail.com with this message.
- I'll give you some sort of prize.";
+ $pepper = "chilis baby-back ribss! I want my baby back, baby back, baby back, baby back, baby back, I want my, baby backTREE3!";
$one = MD5($claimedid);
$two = MD5($one.$salt);
$three = MD5($pepper.$two);
@@ -114,7 +112,7 @@ function CookieLogin() { if ($isAdmin == 1) $_SESSION['isAdmin'] = true;
header("Location: $mydomain");
} else {
- setcookie("doLogin", "");
+ setcookie("doLogin", "lastAttemptFailed");
setcookie("userID", "");
setcookie("auth", "");
return false;
|