Customizing SMF > Portals, Bridges, and Integrations
Anyone here working with CloudFlare/HoneyPot antibot software?
butchs:
Thanks, I am not much at conforming to the rules Wiki... ;)
I had some problems with Bad Behavior conforming that the traffic is from Coudflare. After doing some research Michael Hampton (from BB) found that CloudFlare had some errors in a DNS record.
--- Quote ---error@underground ~/Downloads $ host 204.93.177.106
Host 106.177.93.204.in-addr.arpa. not found: 3(NXDOMAIN)
--- End quote ---
I sent the information to them but never had a reply. I think they fixed it. So if all of the sudden everybody gets banned you can edit the following in "core.inc.php" until it passes. ???
Search:
--- Code: ---if (array_key_exists('Cf-Connecting-Ip', $package['headers_mixed'])) {
require_once(BB2_CORE . "/cloudflare.inc.php");
if ($r = bb2_cloudflare($package)) return $r;
}
--- End code ---
replace:
--- Code: ---if (array_key_exists('Cf-Connecting-Ip', $package['headers_mixed'])) {
// require_once(BB2_CORE . "/cloudflare.inc.php");
// if ($r = bb2_cloudflare($package)) return $r;
}
--- End code ---
Wizzlefits:
Noticed that sometime last night (9:30 pm EST) IP's were not being captured. Uninstalled mod CloudFlare, back to normal.
CF made some changes around the same time.
butchs:
Yea, I emailed them and they said they took on many new users and the bandwidth went through the roof and they were fixing it.
butchs:
It is back up for me. Times like this make me wish that SMF had just one check for an visitor Ip address so i can easily add a auto-detection script for CloudFlare.
Wizzlefits:
--- Quote from: butchs on September 05, 2010, 03:47:58 AM ---It is back up for me. Times like this make me wish that SMF had just one check for an visitor Ip address so i can easily add a auto-detection script for CloudFlare.
--- End quote ---
Then it wouldn't be a challenge and you'd get bored, quit coding and spend the rest of your days in the park feeding pigeons and people would call you "the pigeon man"..... ok, a bit far! But you know what I mean... :o
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version