Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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, 

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

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

A7Whw5h.jpg

Edited by whoknows

  • 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 by evo85

  • Author

anyone?

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.