MyBB Community Forums

Full Version: Need "No Proxy Please" Support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://mods.mybb.com/view/no-proxy-please
I have that plugin installed, but sometimes it seems to block people even if they are not using proxies.

How does this plugin actually work and how can I solve this issue?
(2012-04-06, 07:21 PM)Yaldaram Wrote: [ -> ]The issue has been discussed here: http://yaldaram.com/showthread.php?tid=36&pid=80#pid80

So the plugins works by checking with the person ISP to see if their IP is blacklisted and if it is, they can't sign up?

$_SERVER['HTTP_X_FORWARDED_FOR'] || $_SERVER['HTTP_X_FORWARDED'] || $_SERVER['HTTP_FORWARDED_FOR'] || $_SERVER['HTTP_CLIENT_IP'] || $_SERVER['HTTP_VIA'] || 
For the above code, when removing it, what does it change?
Any update on this? Or does no one know?
Is anyone else willing to help out?
Anyone got a clue?