Quote:
Originally Posted by Soccerquest
Hmmm, I'm affraid I don't have enough PHP knowledge to make something like that  . Any idea's? Does somebody want to make something like this?
|
Try this:
in functions.php
Look for
if (strpos(' ' . IPADDRESS, ' ' . trim($val)) !== false)
{
eval(print_standard_error('error_banip'));
}
Add after:
if (strpos(' ' . PROXYIP, ' ' . trim($val)) !== false)
{
eval(print_standard_error('error_banip'));
}
(given that you did installed my mod)
PS. I DIDNOT test the function, so if you want to do it, backup first.