PHP landing pages
Keep bot traffic filtering in front of server-rendered campaign or landing pages.
PHP-only install lets the server ask KillBot for a decision before the protected page is served. Use it when the server should decide whether to allow, redirect, or block the visit before content loads.
Keep bot traffic filtering in front of server-rendered campaign or landing pages.
Protect form routes before low-quality traffic reaches the CRM.
Apply landing page bot protection to high-value conversion steps.
Keep risky visits away from routes that should never load for suspicious traffic.
Let the PHP route own the first allow, redirect, or block decision.
The request reaches the Protected Page before the real page is rendered.
The server passes route context so KillBot can evaluate the visit.
IP intelligence, ASN, category, schedule, and local route rules are checked together.
The page only renders when the route outcome says it should.
The PHP package is available inside the authenticated dashboard after signup. Public docs explain the model, while the dashboard provides the current account-specific package and route token/configuration.
Start with redirect mode for broad risky categories. Move to block mode only after Traffic Log confirms the pattern.
Create one Protected Page, install the PHP package from the dashboard, and verify the first live decisions.