Or you could check out CF_adbanner in the Developers' Exchange.  I just
installed it on my server, and it's a great custom tag.  The author set it
up as shareware, with a $10.00 reg. fee if you use it.  I'll be sending in
my $10.00 for sure.  It's got an Access DB on the back end which holds all
the paths to the files, the URLs for the ads, and the impressions and
click-thrus for each banner.  You can create different categories to pull
ads from, and the tag pulls a random ad from the category specified.  Quite
nice, and almost completely plug-n-play.  I had it up and running in like 40
minutes.

<CFUG-SFL Manager>
-Kev
</CFUG-SFL Manager>

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 21, 2000 5:04 PM
> To: [EMAIL PROTECTED]
> Subject: Re: dynamically serving images
>
>
> I don't know if I'm follow you, but how about creating a DB table
> with two
> fields. One for a autonumber/identity [image number] and the
> second with the
> image path. Then you generate a random number between 1 and MAX([image
> number] ... then go to that record in the table a grab the path
> to the image.
>
> Once you have the path, use CF to dynamically insert it as the source for
> your image tag. Tada!
>
> Or you could store the images themselves in the DB and just serve
> them from
> there.
>
> Bill
> Willow Gold
> http://www.willowgold.com
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to