How to Block Google Analytics code inside a firewall

2009-04-06 Thread Paul Ihrig

We have a chunk of code on our footer that does the normal tracking.
outside the firewall or in the real world, or site runs fine,
inside the firewall it runs poorly.

any one care to explain how i could cfif the code out for users inside the
firewall..
i have played around with the all the cgi vars i can think of...


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321338
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: How to Block Google Analytics code inside a firewall

2009-04-06 Thread Scott Stewart

cfif CGI.whatever contains first three octets of network IP block
cfelse
Load google code
/cfif

--
Scott Stewart
ColdFusion Developer
4405 Oakshyre Way
Raleigh, NC 27616
(h) 919.874.6229 (c) 703.220.2835
-Original Message-
From: Paul Ihrig [mailto:pih...@gmail.com] 
Sent: Monday, April 06, 2009 8:09 AM
To: cf-talk
Subject: How to Block Google Analytics code inside a firewall


We have a chunk of code on our footer that does the normal tracking.
outside the firewall or in the real world, or site runs fine,
inside the firewall it runs poorly.

any one care to explain how i could cfif the code out for users inside the
firewall..
i have played around with the all the cgi vars i can think of...




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321339
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: How to Block Google Analytics code inside a firewall

2009-04-06 Thread Paul Ihrig

i cant seem to be able to grab a variable that is different inside building
then outside.
every thing resolves to the same IP when pinged.


On Mon, Apr 6, 2009 at 8:13 AM, Scott Stewart sstwebwo...@bellsouth.netwrote:


 cfif CGI.whatever contains first three octets of network IP block
 cfelse
 Load google code
 /cfif

 --
 Scott Stewart
 ColdFusion Developer
 4405 Oakshyre Way
 Raleigh, NC 27616
 (h) 919.874.6229 (c) 703.220.2835
 -Original Message-
 From: Paul Ihrig [mailto:pih...@gmail.com]
 Sent: Monday, April 06, 2009 8:09 AM
 To: cf-talk
 Subject: How to Block Google Analytics code inside a firewall


 We have a chunk of code on our footer that does the normal tracking.
 outside the firewall or in the real world, or site runs fine,
 inside the firewall it runs poorly.

 any one care to explain how i could cfif the code out for users inside
 the
 firewall..
 i have played around with the all the cgi vars i can think of...




 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321340
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: How to Block Google Analytics code inside a firewall

2009-04-06 Thread Jason Fisher

Use cgi.remote_addr ... that will be the address of the User, rather than 
the Server.  That should do it.

 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321341
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: How to Block Google Analytics code inside a firewall

2009-04-06 Thread Paul Ihrig

http://www DOT rittal-corp DOT com/cgivars DOT  cfm
ok i and the guy next to me get*

REMOTE_ADDR*: 63.144.103.200

so as long as that dosnt change i should be fine?


On Mon, Apr 6, 2009 at 9:59 AM, Jason Fisher ja...@wanax.com wrote:


 Use cgi.remote_addr ... that will be the address of the User, rather than
 the Server.  That should do it.




 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321342
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: How to Block Google Analytics code inside a firewall

2009-04-06 Thread Paul Ihrig

thanks
that seems to have done the trick..

On Mon, Apr 6, 2009 at 10:07 AM, Paul Ihrig pih...@gmail.com wrote:

 http://www DOT rittal-corp DOT com/cgivars DOT  cfm
 ok i and the guy next to me get*

 REMOTE_ADDR*: 63.144.103.200

 so as long as that dosnt change i should be fine?



 On Mon, Apr 6, 2009 at 9:59 AM, Jason Fisher ja...@wanax.com wrote:


 Use cgi.remote_addr ... that will be the address of the User, rather than
 the Server.  That should do it.




 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321343
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4