Freepages-Help-L Archives

Archiver > Freepages-Help > 2003-06 > 1057000350


From: (by way of Pat Asher <>)
Subject: [FreeHelp] Re: Freepages-Help-D Digest V03 #230
Date: Mon, 30 Jun 2003 15:12:44 -0400


In a message dated 6/30/2003 1:03:53 PM Central Daylight Time,
writes:

> ----- Original Message -----
> From: <>
> To: <>
> Sent: Sunday, June 29, 2003 8:33 PM
> Subject: [FreeHelp] Email address encryption
>
>
> >Many moons ago there was a discussion regarding email encryption --
> I think on this list.
> >
> >I've checked for free downloads of encryption software --nyet, nada.
> >
> >I would very much like to encrypt the email addresses of individuals
> who have contributed information to the web site.

-----------------------
This is what I am trying now to prevent some of the harvesting of
email addresses at my site. I have not emplemented it everywhere, but it does
seem to help where it has been placed in lieu of plain email addys.

--------- Just remove the periods before script and the period before the
exclamation point, then put your email name, your server name, and what you
want
shown when a visitor goes to write you. It is a simple javascript code that
seems to do ok. You could simply type the screen name on the page such as
you-at-whateverserver.com which is still considered safe from spiders and
bots.
These links may help you also.

<A HREF="http://www.robertgraham.com/tools/mailtoencoder.html">Mailto
Encoder</A>
<A HREF="http://www.spywareinfo.com/harvest_project/">SpywareInfo > The
Harvester Project</A>

Nancy

<.BR>
<.script language="Javascript" type="text/javascript">
<.!-- Begin script
username="youremailname"
at="@"
domainname="yourservername.com"
text="what shows up to the user"
title="hover text"
document.write("<a href='mailto:"+username+""+at+""+domainname+"'
title='"+title+"'>"+text+"<\/a>")
// End script -->
</script>
<.BR>
--------------------------end----


This thread: