Vinalys
Junior Member
- Jul 6, 2011
- 107
- 30
Hey guys,
I have implemented my cloacker (Traffic Armor) and I have a few possibilities. Which one works best in your experience ?
1. iFrame - Real site loads inside an iframe, URL stays on the safe page. Issue: many sites block iframe embedding, and interactions/links inside can break.
2. Insert HTML - TA fetches the HTML from the real site and injects it into the page. Works but relative paths (images, CSS) can break unless you add a <base href> tag on the destination site which is difficult if you want to send directly to an offer. You can still create your landing page
3. Redirect - obviously not recommended
4. Custom JS / Consent Prompt — Everyone sees the same page with a cookie consent popup. Filtered visitors dismiss it, allowed visitors get redirected on click.
-> That's the one I implemented for now
What are your recommandations guys ? What works best in 2026 ? Is there any other method that gives better result
I have implemented my cloacker (Traffic Armor) and I have a few possibilities. Which one works best in your experience ?
1. iFrame - Real site loads inside an iframe, URL stays on the safe page. Issue: many sites block iframe embedding, and interactions/links inside can break.
2. Insert HTML - TA fetches the HTML from the real site and injects it into the page. Works but relative paths (images, CSS) can break unless you add a <base href> tag on the destination site which is difficult if you want to send directly to an offer. You can still create your landing page
3. Redirect - obviously not recommended
4. Custom JS / Consent Prompt — Everyone sees the same page with a cookie consent popup. Filtered visitors dismiss it, allowed visitors get redirected on click.
-> That's the one I implemented for now
What are your recommandations guys ? What works best in 2026 ? Is there any other method that gives better result