I highly doubt this error is from cloudflare since it is redirecting you to a ifastnet site. Make sure your cookies are enabled and there is no chrome extensions which are blocking cookies
the “?i=3” is a normal thing which is on every free site, they do this to prevent being used for file sharing, API hosting, database hosting or background tasks/tools. Unfortunately you cannot remove it unless you upgrade your hosting plan. My guess on the issue of your header image not showing is that the image URL uses //epicawesomemods.com/sitefoto.webp, which relies on the page’s protocol (HTTP or HTTPS). If the page is served over HTTPS but the image is not available over HTTPS, it won’t load due to mixed content restrictions
instead of using “//epicawesomemods.com/sitefoto.webp” try using “https://epicawesomemods.com/sitefoto.webp” and see if that works.
“My guess on the issue of your header image not showing is that the image URL uses //epicawesomemods.com/sitefoto.webp , which relies on the page’s protocol (HTTP or HTTPS). If the page is served over HTTPS but the image is not available over HTTPS, it won’t load due to mixed content restrictions
instead of using “//epicawesomemods.com/sitefoto.webp” try using “https://epicawesomemods.com/sitefoto.webp” and see if that works.”
Img is back now but never problem with this before. Look strange for me.
Thats due to the security check Syght mentioned above. As far as I’ve seen, its not impacted by Cloudflare at all.
If your making changes on your site, you’ll need to put cloudflare into dev mode to make sure you’re seeing the latest version, and not a cached version of the page.
I could replicate the problem, too. For me, it only took 3 steps before the annoying cookie banner showed up. Something wrong is happening with cookie validation system. It’s somehow related to this issue that has been recently identified:
By any chance, did you use PHP? If that’s the case, then incorrect URL handling can also cause this issue especially if you’re dealing with URL parameters and queries.
For someone who couldn’t replicate the issue:
Go to the homepage (without the ?i=1 at the end of URL).
Hover the cursor on “Mods” item and click “Find Tools” hyperlink from the dropdown.
I understand what your talking about, but the error with the validation system the admin was referring too seemed in reference to a different issue. I’m not having this problem with any of my sites. Do you think it could just be the validation system not “liking” Cloudflare?
We are currently investigating some issues with the browser validation system, it’s possible that your website may be affected by this too.
But I just checked your website and there is no cookie challenge at all right now. Is your domain name still pointing to our servers or did you migrate the site elsewhere?