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');
}
↧