No, but i use HTTP ProxyAre you using CloudFlare? Have you properly configured it for that?
Reverse proxyWhat kind of HTTP proxy is it?
Your best way to counter this is to simply have your voting only on the client page and use this.
You must be registered for see links
With a novote GET check (So when they redirect from FindRetros the script will not be called if the parameter is set).
This way everyone will be able to connect without any issues.
Still redirect loop errorYou'd have to set "cloudflare" to true in "findretros_config.php", if you made that change.
Yes, i am using that. i still get redirect loop error?Okay, so. Are you usingYou must be registered for see links?
Could you please create "ip.php" and add the following:Yes, i am using that. i still get redirect loop error?
HELP PLEASEEE @RastaLulz
<?php
echo $_SERVER['REMOTE_ADDR'] . '<br>';
echo $_SERVER['HTTP_X_REAL_IP'];