I am simply amazed by this one, I had so many users using proxy and this detected them all! Thank you Paul, I was always wondering who made this untill I registered vBulletin.org! Thanks for an amazing plugin!
by the way I have a question I head that putting this line on top of my Config file, it will also show the real ip of the users, is it true and what is it used for:
PHP Code:
$_SERVER["REMOTE_ADDR"] = ( isset($_SERVER["HTTP_X_REAL_IP"]) ? $_SERVER["HTTP_X_REAL_IP"] : $_SERVER["REMOTE_ADDR"] );
Thank you very much