Other3
Given the knowledge that every page on this example site has the following spam filter code implemented and that you have been marked as a spammer, figure out how to access other3_password.php.
$BASEURL = "/challenges/other/"; if (($spamcheck) and !in_array(basename($_SERVER['PHP_SELF']), array('spammers.php'))){ $spamURL = $BASEURL.'spammers.php'; Header("Location: ".$spamURL); exit; }
You must be logged in order to submit an answer.
Challenge by ynori7.