jehkiriono2022
Newbie
- Mar 19, 2022
- 16
- 2
How to block user from accessing my site, every 24 hours by ip
if anyone has ideas please share
if anyone has ideas please share
sorry my english i'm from brazilnot understanding the question. do you want to block them once in a 24hr interval? or just block the IP at all times?
i looked everywhere i thought only a wp plugin would be possibleYou will need to store the IP and when the ban expires current time + 24 hours in a table on a database. Each time you website have to check if the IP is on that table and when the ban expires.