The password of this level is calculated by the following function
function pwCheck($password) { if($password==date("d.m.Y")) //GMT +1 return true; else return false; }