Quantcast
Viewing all articles
Browse latest Browse all 69

Block visitor by IP and ID

I would like to block visitors by IP and ID. Simple that i can just include a file in the header, our have already in the core. Something like this.. // functions.external.inc.php if(IS_BLOCK) { header( 'Location: http://www.site.com/error.html'); }

Viewing all articles
Browse latest Browse all 69

Trending Articles