Jump to content
Tuts 4 You

Bypassing website queues?


Recommended Posts

Posted

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, 

Posted (edited)
http://www.footpatrol.co.uk/shop

http://www.footpatrol.co.uk/blog/

A7Whw5h.jpg

Edited by whoknows
Posted (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 by evo85
Posted

anyone?

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...