├── 1000.html ├── 500.html ├── README.md ├── always_online.html ├── ip_block.html ├── managed_challange.html ├── rate_limit.html ├── timedout.html ├── under_attack.html ├── waf.html └── waf_block.html /1000.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Timed Out 9 | 143 | 144 | 145 |
146 |
147 |
148 |

149 | 150 | 151 | 152 | ended up in a class 1000 error. 153 |

154 |

155 | Something may be wrong with the website's configuration. If requested, the box below has more info about what happened. 156 | Status Page 157 |

158 |

::CLOUDFLARE_ERROR_1000S_BOX::

159 |
160 |
161 |
162 | 163 | Your access ID is: ::RAY_ID:: 164 | 165 |
166 |
167 | 168 | -------------------------------------------------------------------------------- /500.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Timed Out 9 | 143 | 144 | 145 |
146 |
147 |
148 |

149 | 150 | 151 | 152 | has timed out. 153 |

154 |

155 | Reloading the page usually fixes it. If requested, the box below has more information about what happened. 156 | Status Page 157 |

158 |

::CLOUDFLARE_ERROR_500S_BOX::

159 |
160 |
161 |
162 | 163 | Your access ID is: ::RAY_ID:: 164 | 165 |
166 |
167 | 168 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Cloudflare-Pages 2 | 3 | Custom HTML pages for cloudflare pro and higher 4 | 5 | # https://cdn.joshsevero.dev/Static/Cloudflare/Custom%20Pages/ip_block.html 6 | 7 | # https://cdn.joshsevero.dev/Static/Cloudflare/Custom%20Pages/waf_block.html 8 | 9 | # https://cdn.joshsevero.dev/Static/Cloudflare/Custom%20Pages/500.html 10 | 11 | # https://cdn.joshsevero.dev/Static/Cloudflare/Custom%20Pages/1000.html 12 | 13 | # https://cdn.joshsevero.dev/Static/Cloudflare/Custom%20Pages/always_online.html 14 | 15 | # https://cdn.joshsevero.dev/Static/Cloudflare/Custom%20Pages/waf.html 16 | 17 | # https://cdn.joshsevero.dev/Static/Cloudflare/Custom%20Pages/managed_challange.html 18 | 19 | # https://cdn.joshsevero.dev/Static/Cloudflare/Custom%20Pages/under_attack.html 20 | 21 | # https://cdn.joshsevero.dev/Static/Cloudflare/Custom%20Pages/rate_limit.html 22 | -------------------------------------------------------------------------------- /always_online.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Site offline 9 | 143 | 144 | 145 |
146 |
147 |
148 |

149 | 150 | 151 | 152 | is offline. 153 |

154 |

155 | The box below has more info about what to do now. 156 | Status Page 157 |

158 |

::ALWAYS_ONLINE_NO_COPY_BOX::

159 |
160 |
161 |
162 | 163 | Your access ID is: ::RAY_ID:: 164 | 165 |
166 |
167 | 168 | -------------------------------------------------------------------------------- /ip_block.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Access Denied 9 | 143 | 144 | 145 |
146 |
147 |
148 |

149 | 150 | 151 | 152 | has denied your request. 153 |

154 |

155 | This means you're from somewhere that has been trying to bypass our firewall. Try disabling your VPN (if you have one), or enabling one (if you don't have one). 156 | Status Page 157 |

158 |
159 |
160 |
161 | 162 | Your access ID is: ::RAY_ID:: 163 | 164 |
165 |
166 | 167 | -------------------------------------------------------------------------------- /managed_challange.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Under Attaack 9 | 143 | 144 | 145 |
146 |
147 |
148 |

149 | 150 | 151 | 152 | is verifying your request. 153 |

154 |

155 | Allow up the 5 seconds to be redirected. 156 | Status Page 157 |

158 |

::CAPTCHA_BOX::

159 |
160 |
161 |
162 | 163 | Your access ID is: ::RAY_ID:: 164 | 165 |
166 |
167 | 168 | -------------------------------------------------------------------------------- /rate_limit.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Under Attaack 9 | 143 | 144 | 145 |
146 |
147 |
148 |

149 | 150 | 151 | 152 | is rate limiting you. 153 |

154 |

155 | Your traffic has been blocked and flagged as malicious. The ban will be lifted within 1 - 30 Minutes. 156 | Status Page 157 |

158 |
159 |
160 |
161 | 162 | Your access ID is: ::RAY_ID:: 163 | 164 |
165 |
166 | 167 | -------------------------------------------------------------------------------- /timedout.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Timed Out 9 | 143 | 144 | 145 |
146 |
147 |
148 |

149 | 150 | 151 | 152 | has timed out. 153 |

154 |

155 | Reloading the page usually fixes it. If requested, the box below has more information about what happened. 156 | Status Page 157 |

158 |
159 |
160 |
161 | 162 | Your access ID is: ::RAY_ID:: 163 | 164 |
165 |
166 | 167 | -------------------------------------------------------------------------------- /under_attack.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Under Attaack 9 | 143 | 144 | 145 |
146 |
147 |
148 |

149 | 150 | 151 | 152 | is verifying your request. 153 |

154 |

155 | Allow up the 5 seconds to be redirected. 156 | Status Page 157 |

158 |

::IM_UNDER_ATTACK_BOX::

159 |
160 |
161 |
162 | 163 | Your access ID is: ::RAY_ID:: 164 | 165 |
166 |
167 | 168 | -------------------------------------------------------------------------------- /waf.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Security Challenge 9 | 143 | 144 | 145 |
146 |
147 |
148 |

149 | 150 | 151 | 152 | is verifying your request. 153 |

154 |

155 | Solve the challenge below to be redirected to the requested content. 156 | Status Page 157 |

158 |

::CAPTCHA_BOX::

159 |
160 |
161 |
162 | 163 | Your access ID is: ::RAY_ID:: 164 | 165 |
166 |
167 | 168 | -------------------------------------------------------------------------------- /waf_block.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Under Attack 9 | 143 | 144 | 145 |
146 |
147 |
148 |

149 | 150 | 151 | 152 | has blocked your request. 153 |

154 |

155 | This means you're not allowed to access the requested content. Try disabling your VPN or any other systems that may interfer with our web application firewall rules. 156 | Status Page 157 |

158 |
159 |
160 |
161 | 162 | Your access ID is: ::RAY_ID:: 163 | 164 |
165 |
166 | 167 | 168 | --------------------------------------------------------------------------------