Quote:
Originally Posted by Cynicz
A handy little mod, had to tweak ipbans.php for mySWLi but besides that a pretty smooth install.
One issue I am having though is enabling the registration option doesn't work, the registration field in the IP ban list stays at "No" and still functions as a blanket ban for anyone in the specified IP range.
I can manually issue a SQL query to set the "registration" value to 1 which causes the Reg ban to function and sets "No" to "Yes" in the ipban list although I'd prefer avoiding that extra step every time I ban a range of spambots.
(vBulletin 3.8.4 Patch Level 2)
|
Same problem here. Can you tell me the sql query you use to change it?
never mind i figured it out
update ipban set registration = 1