Random Banners:

Description:
This utility makes it great to offer others advertising on your page. You can offer a random display of their banner on your site. It's great for trying to create extra income on your site or creating a ring of sites. Best of all, there's no programming required, just three lines of code. If you'd like to have a banner system customized more for your needs, please contact us at info@other-world.com.

The Required Code:
<cfset img_list="comma seperated list of image names">
<cfset url_list="comma seperated list of url paths">
<cfinclude template="/common/random_banner.cfm">

NOTE: The images must be in the directory of the page calling this script and the url list and image list must correspond.

Examples:
<cfset img_list="other.gif,world.gif,internet.gif,solutions.gif">
<cfset url_list="url1,url2,url3,url4">
<cfinclude template="/common/random_banner.cfm">

Close