Obfuscate email addresses

Author Message

Remco Wulms

Wednesday 09 March 2005 3:46:01 am

Is there a way to obfuscate email addresses in XML Text fields? In other words, is the following feature request still open?

http://www.ez.no/community/bugs/obfuscate_email_addresses_on_pages

Kristian Hole

Wednesday 09 March 2005 4:28:04 am

This is implemented in the wash operator:

{"santa@northpole.com"|wash(email)}

Se here:
http://ez.no/ez_publish/documentation/development/libraries/ez_template/operators/string_handling

The output is something like

president<span class="hide">dotspammeyoubastard</span>@whitehouse.gov

Kristian

http://ez.no/ez_publish/documenta...tricks/show_which_templates_are_used
http://ez.no/doc/ez_publish/techn...te_operators/miscellaneous/attribute

Remco Wulms

Wednesday 09 March 2005 4:45:07 am

Actually, the problem is when you have a site with many classes with XML Text fields, which contain large portions of text, with some email addresses in the middle of the text. I don't think it's recommended to wash(email) all XML Text fields, or am I wrong?

Kristian Hole

Wednesday 09 March 2005 8:13:05 am

Yes. Washing an entire xmlfield will not work.

Probably standard/templates/content/datatype/view/ezxmltags/link.tpl needs to be changed in order to support this.

As far as i can see, it does no washing of the url. So this needs to be changed in order to support this.

Kristian

http://ez.no/ez_publish/documenta...tricks/show_which_templates_are_used
http://ez.no/doc/ez_publish/techn...te_operators/miscellaneous/attribute

Fabricio Guerrero

Tuesday 21 February 2006 10:08:41 am

Hi,

I've got this to work but now I'm in the need of just doing a simple spam filter.. by default the filter is something like:

<a href="mailto:fabricio<span class="spamfilter">SPAMFILTER</span>@oneworldmarket.org">fabricio</a>

client just wants:
<a href="mailto:fabricio_AT_oneworldmarket.org">fabricio</a>

a simple filter.. maybe not the best as i've read spiders know about simple filters and can still spider this..

any how where would i need to change this??

Thanks in advance...
Fabricio

http://www.solobromasychistes.com <<Joomla Site :P
http://www.recipesforhealthyfood.com/ <<Drupal Site :P
http://www.ezforge.com/ <<future ezCommunity, Articles, forums and more...

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 00:18:05
Script start
Timing: Jan 19 2025 00:18:05
Module start 'layout'
Timing: Jan 19 2025 00:18:05
Module start 'content'
Timing: Jan 19 2025 00:18:06
Module end 'content'
Timing: Jan 19 2025 00:18:06
Script end

Main resources:

Total runtime1.0352 sec
Peak memory usage4,096.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0063 587.9141152.6250
Module start 'layout' 0.00630.0032 740.539139.4453
Module start 'content' 0.00961.0242 779.9844597.0938
Module end 'content' 1.03380.0014 1,377.078116.1641
Script end 1.0352  1,393.2422 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.3097160.0002
Check MTime0.00130.1265160.0001
Mysql Total
Database connection0.00110.106710.0011
Mysqli_queries0.977094.3761650.0150
Looping result0.00060.0604630.0000
Template Total0.999496.520.4997
Template load0.00200.197920.0010
Template processing0.997396.338620.4986
Template load and register function0.00020.019010.0002
states
state_id_array0.00130.120910.0013
state_identifier_array0.00100.100320.0005
Override
Cache load0.00180.1703310.0001
Sytem overhead
Fetch class attribute can translate value0.00070.063430.0002
Fetch class attribute name0.00130.127070.0002
XML
Image XML parsing0.00110.109430.0004
class_abstraction
Instantiating content class attribute0.00000.001680.0000
General
dbfile0.00160.1581220.0001
String conversion0.00000.001040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 22
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs