cloakingx@guard:~
man cloaking-x.integrations.phpIntegration Guide

PHP (standalone filter)

A single drop-in PHP file downloaded from your stream's Integration page. This is the only supported PHP integration — copy-paste snippets that fetched the money page and injected a destination base href are retired.

Warning
Do not paste a hand-copied PHP proxyThe old copy-paste snippet fetched your money page server-side and wrote a <base href> naming the destination host into every visitor's HTML. That leak is why it was removed. Download the standalone filter from the dashboard instead.

1. Open the stream in the dashboard

Go to the stream's Integration page, select the PHP tab, and download the standalone filter file. Stream ID, API URL, and secret are already filled in.

2. Pick Forward or Reverse install

Reverse (recommended) — upload the file and require_once it as the first line of an existing PHP page. Forward — rename the file to index.php and use it as the entry point.

3. Browser-only fallback

If you cannot run PHP on the landing host, use the HTML snippet tab instead — not a hand-pasted PHP proxy. See the integrations index.