PDA

View Full Version : blocked IPs redirected



JLp
07-07-2005, 06:29 PM
Hey,

The blocked IPs redirected to, doesn’t work in v 3.45 it just reload and reload and reload. I am sooo happy with the counter and I hope you can fix this.

Patrick
07-07-2005, 07:10 PM
This is why I hate globals.

Open up counter.php:

Find:

function Block_IP()
{

And below it place:

global $OPTION;

That should fix it.

JLp
07-09-2005, 03:08 PM
Hey Patiek,

Thanks, it works! :D