Posted February 27, 20169 yr I'm trying to access a site and I've been stuck on it's queue forever. Are there any tips to bypass the queue? I was told for Cloudflare I would just have to get the direct ip. I'm having a hell of a time finding the IP address though. An example site would be footpatrol.co.uk,
February 27, 20169 yr http://www.footpatrol.co.uk/shop http://www.footpatrol.co.uk/blog/ Edited February 27, 20169 yr by whoknows
February 29, 20169 yr Author I don't think that worked during the actual time the site was seeing high traffic. The queue is offline at the moment. I'd also like to bypass cloudflare, but that's been no dice for me. Even found a direct ip, I still think it's redirecting me. Edited February 29, 20169 yr by evo85
March 5, 20169 yr no dear, u cant bypass it... becauz the same file shows the queue + the real portal. -- I didnt see cloudflare, it was a php page, with <meta refresh to 30sec this means that autorefresh the current page every 30sec. more @ http://www.w3schools.com/tags/att_meta_http_equiv.asp ----------------- so to sum up : the code @ http://www.footpatrol.co.uk/ is like : <?php //ask dbase or something if (high_traffic) { echo "<head><meta http-equiv=\"refresh\" content=\"30\"></head> You are in queue"; } else { echo "show the real site"; } ?> fyi - wiki cloudflare sitting between the visitor and the CloudFlare user's hosting provider, acting as a reverse proxy for websites.
Create an account or sign in to comment