PDA

View Full Version : Looking for custom ad rotator


Dan7LS
04-09-2006, 12:42 PM
Is anyone able to help me get a custom ad rotator script working with the #CUSTOMINC# variable on a template?

I'd like a PHP script that used a list of images stored in a data table to rotate the images and allow visitors to click onthe image to go to a soholaunch page.

Any help would be greatly appreciated.

Dan

DrewMathers
04-09-2006, 06:33 PM
Dan,

I haven't used this, but it is the only one I know of:

http://templatezapper.com/index.php?pr=TZ_Auto_Banner

Dan7LS
04-09-2006, 07:42 PM
Dan,

I haven't used this, but it is the only one I know of:

http://templatezapper.com/index.php?pr=TZ_Auto_Banner

Thanks. I had seen this one but was a little leary of the broken link on their homepage.

Ideally, i'd like to find one that was:

1. Free
2. Designed to work with at MySql table


I hope I get a few more responses.

cica
04-10-2006, 03:13 PM
I've had great luck with Telezapper.com. They built a template for my website and went in numerous times to tweak some items for me at my request for no charge. I think it would be worth the $7.99 to get the script.

An alternative would be to see if there's a cgi script available from your host to rotate html.

-Tom

lwyau
04-10-2006, 04:15 PM
The following script will display a random image from a set of 5 named slide1.jpg, slide2.jpg,..., slide5.jpg (same dimension 700 x 500) that are uploaded to the images folder via File Manager, and link to Home page when clicked on. You can tweak it however you want to suit your need.

<A href="index.php?pr=Home_Page"><IMG height=500 wdith=700 border=0 alt="Slides" src="images/slide<? echo rand(1,5); ?>.jpg"></A>