Jump to content

[Free module] CF Football Bypass for PrestaShop


Jose Manuel Pedraja

Recommended Posts

CF Football Bypass for PrestaShop

PrestaShop module that automates the switching between **Proxied** and **DNS Only** modes in Cloudflare when mass blocking is applied during football matches.

The module obtains the [hayahora.futbol](https://hayahora.futbol/) feed and activates/deactivates the selected DNS records to keep your legitimate store accessible, with a configurable cooldown period before reactivating Cloudflare.

---

🚀 Quick Installation

1. Download the ZIP file from https://github.com/JoseManuelPedraja/cf-football-bypass-prestashop/releases
2. Copy the `cffootballbypass` folder to your PrestaShop modules directory.

3. From the PrestaShop **Back Office**, go to **Modules > Module Manager** and activate **CF Football Bypass**. 4. Configure the module in **Advanced Parameters > CF Football Bypass**, where you can adjust:
- The check interval
- The cooldown period after deactivating Cloudflare
- The DNS records you want to manage

---

⚙️ Requirements

- PrestaShop 8 or higher
- Active Cloudflare account
- Access to the Cloudflare API with permissions to manage DNS

📖 Documentation

If you want to use an external cron, follow these steps:

Add the following code to your .htaccess file located in var/www/public_html/modules/:

<Files "cron.php">
    <If "%{REQUEST_URI} =~ m#^/modules/cffootballbypass/cron\.php#">
        Require all granted
    </If>
</Files>

GitHub

cffootballbypass.zip

  • Thanks 1
Link to comment
Share on other sites

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...