Skip to search.
umbraco

Group Information

  • Members: 364
  • Category: Internet
  • Founded: Mar 22, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Hiding a-mails from robots   Message List  
Reply Message #3806 of 6106 |
Re: [umbraco] Re: Hiding e-mails from robots

Oppps. Seems like my server doesn't like me to put .dll's in the webfolder.

You find the file here:
www.molnlyckestorband.com/CodeArchitects.SafeMailLink.zip

/Tobbe

On 3/21/06, Tobias Persson <syrgas@...> wrote:
>
> I have a small thing I can share the code to when I get to my personal
> computer this weekend. It's not my code from the beginning but I did a small
> modification for umbraco (will only encode the email-links on the frontend.
> Standard email links will be seen in umbraco editor).
>
> But you can download the dll here:
> www.molnlyckestorband.com/CodeArchitects.SafeMailLink.dll
>
> Just put it in the bin folder and add this to you web.config file:
>
> <httpModules>
> <add name="SafeMailLinkModule" type="
> CodeArchitects.SafeMailLink.SafeMailLinkModule,
> CodeArchitects.SafeMailLink" />
> </httpModules>
>
> You can see the function at: www.molnlyckestorband.com
>
> I have hardcoded in that the umbraco is in folder /umbraco so if you have
> it somewhere else, you have to modify the source.
>
> good luck,
> /Tobias
>
>
> On 3/21/06, mortenbock <mortenbock@...> wrote:
> >
> > Does aynone have a fix for this? I doubt that you all just publish
> > emails with no security?
> >
> > --- In umbraco@yahoogroups.com, "mortenbock" <mortenbock@...> wrote:
> > >
> > > Hi everyone.
> > >
> > > how do you protect your email adresses from spiders in your umbraco
> > > websites?
> > >
> > > I usually use this script to avoid getting harvested:
> > >
> > > <script language=javascript>
> > > <!--
> > > var username = "info";
> > > var hostname = " designchef.com";
> > > var linktext = "Email Us";
> > > document.write("<a href=" + "mail" + "to:" + username +
> > > "@" + hostname + ">" + linktext + "</a>")
> > > //-->
> > > </script>
> > >
> > > But when using this in the rich text editor i get this error:
> > >
> > > Cannot have ']]>' inside an XML CDATA block.
> > >
> > > How do you do this?
> > >
> > > /Morten
> > >
> >
> >
> >
> >
> >
> >
> >
> >
> > *********************************************************************
> > You can get professional help from umbraco founder Niels Hartvig by
> > buying support packages: http://umbraco.org/support.aspx
> > *********************************************************************
> >
> >
> >
> >
> >
> > SPONSORED LINKS
> > Computer
internet<http://groups.yahoo.com/gads?t=ms&k=Computer+internet&w1=Computer+inter\
net&w2=Computer+security&w3=Computer+training&w4=Cms&w5=Developer&c=5&s=93&.sig=\
y432C3vGtuDVn56ThLtSTQ
> Computer
> >
security<http://groups.yahoo.com/gads?t=ms&k=Computer+security&w1=Computer+inter\
net&w2=Computer+security&w3=Computer+training&w4=Cms&w5=Developer&c=5&s=93&.sig=\
w1fDmb1E-FEkLg5gqpSRxw
> Computer
> >
training<http://groups.yahoo.com/gads?t=ms&k=Computer+training&w1=Computer+inter\
net&w2=Computer+security&w3=Computer+training&w4=Cms&w5=Developer&c=5&s=93&.sig=\
UIPHN6SkXbvcPR48E3T7Ew
>
> >
Cms<http://groups.yahoo.com/gads?t=ms&k=Cms&w1=Computer+internet&w2=Computer+sec\
urity&w3=Computer+training&w4=Cms&w5=Developer&c=5&s=93&.sig=4rdAc5e9Ejg2HWWc-xi\
Vug
>
> >
Developer<http://groups.yahoo.com/gads?t=ms&k=Developer&w1=Computer+internet&w2=\
Computer+security&w3=Computer+training&w4=Cms&w5=Developer&c=5&s=93&.sig=LWnD3Ck\
EKe0jt3ESR0b97w
>
> > ------------------------------
> > YAHOO! GROUPS LINKS
> >
> >
> > - Visit your group "umbraco<http://groups.yahoo.com/group/umbraco>"
> > on the web.
> >
> > - To unsubscribe from this group, send an email to:
> > umbraco-unsubscribe@yahoogroups.com
> > <umbraco-unsubscribe@yahoogroups.com?subject=Unsubscribe>
> >
> > - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > Service <http://docs.yahoo.com/info/terms/>.
> >
> >
> > ------------------------------
> >
>
>


[Non-text portions of this message have been removed]




Tue Mar 21, 2006 12:55 pm

tbspersson
Offline Offline
Send Email Send Email

Message #3806 of 6106 |
Expand Messages Author Sort by Date

Hi everyone. how do you protect your email adresses from spiders in your umbraco websites? I usually use this script to avoid getting harvested: <script...
mortenbock Offline Send Email Mar 20, 2006
11:31 am

Does aynone have a fix for this? I doubt that you all just publish emails with no security?...
mortenbock Offline Send Email Mar 21, 2006
12:36 pm

I have a small thing I can share the code to when I get to my personal computer this weekend. It's not my code from the beginning but I did a small ...
Tobias Persson
tbspersson Offline Send Email
Mar 21, 2006
12:47 pm

Oppps. Seems like my server doesn't like me to put .dll's in the webfolder. You find the file here: www.molnlyckestorband.com/CodeArchitects.SafeMailLink.zip ...
Tobias Persson
tbspersson Offline Send Email
Mar 21, 2006
12:55 pm

I am trying to use this, but where in the Web.config file do I insert the code snippet? I get this error: *Configuration Error* *Description: *An error...
Morten Bock Søren...
mortenbock Offline Send Email
May 1, 2006
8:01 am

Nevermind :-) I found the solution. It has to be placed between the <system.web> </system.web> tags. ... [Non-text portions of this message have been removed]...
Morten Bock Sørensen
mortenbock Offline Send Email
May 1, 2006
8:08 am
Advanced

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help