Heisenberg submitted a new resource:
You must be registered for see links
- IP Blocker WidgetvB Version: 4.x.x
Description:
Deny access to IP address array
Installation:
Create a new widget or forum side block (direct php execution)
Title for example "IP Blocker"
Description "IP Blocker Array"
Paste this code on widget configuration and save:
Code:$blacklist = array("127.0.0.1", "127.0.0.1", "127.0.0.1"); if(in_array($_SERVER['REMOTE_ADDR'], $blacklist)) { header("Location: http://www.fbi.gov");...
You must be registered for see links
Last edited: