I'm using cfcontent to prevent hotlinking images and I'm suddenly having a
lot of emails with people using Norton firewall getting blocked from viewing
images.

Anyone have a clue why this is happening.  It's just on the image display
page.

I link to the image like so...

<img
src="dsp_getimg.cfm?GalleryID=#GalleryID#&photoid=#photoid#&photo=#photo#">

Other than my query, this is everything on the page I'm linking to.

<cfif CGI.REFERER contains "folio">

<cfif session.auth.gallerysize is "lg_" and getphotos.lgheight is "">
<cfset getsize = "med_">
<cfelse>
<cfset getsize = "#session.auth.gallerysize#">
</cfif>

<cfcontent type="image/jpg"
file="#application.root#\folio\#getdirectory.foliodir#\gallery\#getdirectory
.directory#\#getsize##photo#">
<cfelse>
<cfcontent type="image/jpg" file="D:\InetPub\folio\gallery\img\nolink.jpg"> 

</cfif>

Thanks.
Emmet



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186859
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to