View Single Post
Old 04-26-2025, 09:23 PM  
Sloane
Confirmed User
 
Sloane's Avatar
 
Industry Role:
Join Date: Feb 2001
Location: Vietnam
Posts: 811
Quote:
Originally Posted by fuzebox View Post
You could just host a quick file that randomly sends to either url and set that as the popunder.

$urls = array("https://url.one","https://url.two");
shuffle($urls);
header("Location: ".$urls[0]);
Thanks buddy, I will look into this
Sloane is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote