Forum Moderators: phranque
I'm faily savvy with WHM and cPanel.. I hope there's an option to edit it from within there?
And I don't want to select certain IP addresses.. I'd just like to put this restriction across all of my pages.. need further clarification? Ask for it! Thanks in advance..
The "runaway bot" script by xlcus and AlexK, available in our PHP forum library, may be adaptable to suit your needs.
Jim
sudo iptables -A INPUT -i eth0 -p tcp --dport 22 -m state --state NEW -m recent --set --name SSH
sudo iptables -A INPUT -i eth0 -p tcp --dport 22 -m state --state NEW -m recent --update --seconds 60 --hitcount 8 --rttl --name SSH -j DROP
wouldn't work..? I know it's for SSH but..
Is it impossible to block the user AFTER he/she has completed viewing the page? I fear not as you say apache has no memory of this..? Just wondering.. thanks!
[edited by: jdMorgan at 6:35 pm (utc) on June 24, 2008]
[edit reason] No URLs, please. See TOS. [/edit]