Say I want to ban all IPs in the range 123.123 X X from access to some areas
on my server. BUT at the same time allow just ONE of the IPs which relies in
this IP-range, for example: 123.123.123.12
Is that possible through PHP? I don't want to mess up with .htaccess files
and so on.