Aktualnie sprawdzam, czy aktualna data jest równa do mojej ostatniej daty kiedy byłem na stronie. Niby działa, ale czy to jakoś poprawi w ogóle coś?
np.
if(23:58:03 == aktualna data) { exit; }
} $_SESSION['last_request_count'] = 1; }elseif($_SESSION['last_request_count'] < 5){ $_SESSION['last_request_count'] = $_SESSION['last_request_count'] + 1; }elseif($_SESSION['last_request_count'] >= 5){ header("location: <a href="http://www.example.com/403.html"%3b%29;" target="_blank">http://www.example.com/403.html");</a> exit; } }else{ $_SESSION['last_request_count'] = 1; }