Built for webmasters who want more revenue without wrecking the user experience.
Price: $19 one-time — use on unlimited domains you own.
Clean, lightweight pop-under script that stays out of the way. No bloat, no external libraries, no control panel. Drop in one PHP file and your first external click per session fires a rotating offer in the background (where the browser allows it).
0 for every new session, or once per X days.first-click-popunder.php to your site root (same folder as index.php).
</body><?php include $_SERVER['DOCUMENT_ROOT'] . '/first-click-popunder.php'; ?>
first-click-popunder.php:
$popup_offers = array(
'https://your-affiliate-offer-1.com/...',
'https://your-affiliate-offer-2.com/...'
);
// 0 = no multi-day limit (once per session)
// 1+ = once per X days per visitor
$cookie_days = 0;
$popup_exclude_links = array(
'/members',
'/checkout',
'paypal.com',
);
Upload, include, set your offers — done.