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)
-   -   Banner rotation script (https://gfy.com/showthread.php?t=1253140)

bigPunk 03-21-2017 02:12 AM

Banner rotation script
 
Hey. Where can I find easy to use banner rotator script? All the banners are images hosted on my server. Thanks!

yuu.design 03-21-2017 11:44 AM

codecanyon.net ?

luhasr 03-27-2017 03:26 AM

CHECK OUT HERE thepcmanwebsite.com

jscott 04-02-2017 09:12 AM

I have always used this one

Code:

<p align="center">
<script language="Javascript">
<!--
// original content taken from Nic's JavaScript Page with permission
// lack of these three lines will result in copyright infringment
// made by: Nic's JavaScript Page - http://www.javascript-page.com

var currentdate = 0;
var core = 0;

function initArray() {

this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}

link = new initArray(
"LINK CODE",
"LINK CODE"
);

image = new initArray(
"IMG URL",
"IMG URL"
);

text = new initArray(
"ALT TEXT",
"ALT TEXT"
);

var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<a href=\"' +ranlink+ '\" target=\"_blank\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');

//-->

</SCRIPT>
</p>


magneto664 04-02-2017 05:01 PM

for normal site: Global Leader in Programmatic Advertising | OpenX
for a wordpress : WP PRO from codecanyon.


All times are GMT -7. The time now is 03:35 AM.

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