GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Easy Way To Randomize 'Exit' Link? (https://gfy.com/showthread.php?t=1094507)

Webmaster Advertising 12-28-2012 09:34 PM

Easy Way To Randomize 'Exit' Link?
 
Anyone have any suggestions on how to add multiple product links on an exit link and have them display semi-randomly?

For example, dating link, penis enlargement, PPC landing page, etc...

TrustedJ 12-28-2012 10:29 PM

Are you looking for something to auto-load the random page, or for it to display a random banner with proper link?

Webmaster Advertising 12-28-2012 10:41 PM

Something along the lines of a 'link' that does some kind of random redirect to another URL when 'exit' is clicked.

Barry-xlovecam 12-28-2012 11:16 PM

search: random+link+ array+qw (JavaScript,PHP,Perl,Python)+script

Colmike9 12-29-2012 12:19 AM

<?php
$advert = array();
$advert[] = '<a title="something" href="Link1">Link Text</a>';
$advert[] = '<a title="something2" href="Link2">Link Text</a>';
$advert[] = '<a title="something3" href="Link3">Link Text</a>';
$advert[] = '<a title="something4" href="Link4">Link Text</a>';

shuffle($advert);
echo $advert[0];
?>


All times are GMT -7. The time now is 10:42 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123