View Single Post
Old 04-27-2025, 07:34 AM  
money biz
Confirmed User
 
Join Date: Jan 2003
Posts: 962
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]);
Nice I use similar code but going to try yours.
money biz is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote