hotpockets Posted February 27, 2016 Posted February 27, 2016 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,
whoknows Posted February 27, 2016 Posted February 27, 2016 (edited) http://www.footpatrol.co.uk/shop http://www.footpatrol.co.uk/blog/ Edited February 27, 2016 by whoknows
hotpockets Posted February 29, 2016 Author Posted February 29, 2016 (edited) 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, 2016 by evo85
whoknows Posted March 5, 2016 Posted March 5, 2016 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now