Making the banner ads random

Try using google...

There are many banner rotator scripts out there that you can use.
 
Spyka's MOD is a random banner rotator so it should work
 
Subz said:
Spyka's MOD is a random banner rotator so it should work
I know, i just don't know how to make it work and where to put stuff 😵
 
There are instructions in the read me and for support you can either use my forum or the contact form on my website... as it again says in the read me and the file itself.

However the ads are random, you don't need to touch the script just edit where it tells you to
 
extentds said:
http://www.javascriptkit.com/script/cut118.shtml

Easy javascript there.

That is just a random image script, he is looking for a random banner-ad script where each image links to the corresponding link.
 
spyka said:
There are instructions in the read me and for support you can either use my forum or the contact form on my website... as it again says in the read me and the file itself.

However the ads are random, you don't need to touch the script just edit where it tells you to

I don't get the script part where to show banners. I tried adding it where the 1 banner ad was and it didn't work :|
 
I might as well use that also. Ill try it out.

It didnt work.

Also, where are the images comming from? path?
 
The images come from this part of the code:
Code:
ads[0] = "image1.gif";
ads[1] = "image2.gif";
ads[2] = "image3.gif";

It's really quite self explanatory. Just add the following code to your index_body.html and change the variables (the bits beginning with [0], [1], [2], [3]).

Remember to refresh your template cache afterwards. ACP -> Styles Tab -> Style Components (left hand menu) -> Templates -> *find your style * -> click refresh -> Are you sure? -> Yes... -> Go back to index page and refresh brower.
 
I have tried and tried but failed with this banner ad service.

Anyone willing to do it for FREE (Well ill give you FP cash)
 
It appears to be working now. I just visited your forum, hit the F5 key a few times, and your banners are rotating.
 
Back
Top Bottom