Well, it appears that's the case.  Another wasted day redoing something. Oh
well.

-----Original Message-----
From: Scott Mulholland [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 09, 2004 1:18 PM
To: CF-Talk
Subject: RE: cfcontent and Norton firewall?

I think its your use of cgi.referer.  I have seen cases of Norton
Internet Security stripping that variable.

-----Original Message-----
From: Emmet McGovern [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 09, 2004 12:38 PM
To: CF-Talk
Subject: cfcontent and Norton firewall?


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\#getdirec
tory
.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 - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186872
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to