navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Free FrontPage Templates

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

hiding email address from email harvesters

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Community >> OutFront Discoveries >> hiding email address from email harvesters
Page: [1]
 
dpf

 

Posts: 7126
Joined: 11/12/2003
From: India-napolis
Status: offline

 
hiding email address from email harvesters - 2/22/2005 11:02:49   
I ran accross this today and thought it was cool:

<script language=javascript>
<!--
var contact = "Send an eMail"
var email = "icontact"
var emailHost = "emergentmarketing.com"
document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost + " class=topnav "+ ">" + contact + "</a>")
//-->
</script>


_____________________________

Dan
Larry M.

 

Posts: 2853
Joined: 2/20/2003
From: Greenville, South Carolina, USA
Status: offline

 
RE: hiding email address from email harvesters - 2/22/2005 11:38:51   
Dan,

Mind completing the script for a hypothetical email address so I can get a better grasp? Use, for instance, DPF@BellSouth.net.

Thanks as usual,


_____________________________

Larry M.

Reality is the leading cause of stress among those few in touch with it

(in reply to dpf)
dpf

 

Posts: 7126
Joined: 11/12/2003
From: India-napolis
Status: offline

 
RE: hiding email address from email harvesters - 2/22/2005 11:47:35   
sure thing, Larry.

quote:

<script language=javascript>
<!--
var contact = "Send an eMail" // this is what will show on the page as it is between the <a> and </a> in the document.write
var email = "DPF" //this goes into the "email" piece of document.write - note: the + signs are for concatenating (joining) the string pieces)
var emailHost = "BellSouth.net"
document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost + " class=topnav "+ ">" + contact + "</a>")
//-->
</script>


here is how it works: the server sends the html to the browser with this included:
document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost + " class=topnav "+ ">" + contact + "</a>")
//--> document.write is executed client-side by the javascript and produces this (which you are familiar with)
<a href="mailto:DPF@BellSouth.net">Send an Email</a>

however, this is written AFTER it is received by the browser - by the client side javascript. the actual html sent by the browser - which the trawler sees and you see via View/Source contains the document.write!! make sense?


_____________________________

Dan

(in reply to Larry M.)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: hiding email address from email harvesters - 2/22/2005 11:50:24   
Biggest downside is javascript is required... I use this on our work website and it does a great job of keeping the SPAM down.

I also use two forms for sending specific requests or questions, using ASP to process it and send it to us using CDOSYS

:)

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to dpf)
Donkey

 

Posts: 3919
Joined: 11/13/2001
From: Blackfield United Kingdom
Status: offline

 
RE: hiding email address from email harvesters - 2/22/2005 12:48:49   
A very simillar script was posted in OF about 18 months ago, I think it was posted by Shirley or Swirl.
<!-- Begin
a="dpf";
b="bellsouth.net";
document.write('<a href=\"mailto:'+a+'@'+b+'\">');
document.write(a+'@'+b+'<\/a>');
// End -->


I have used it since then but in a recent thread Here
tinaalice gives another method which is more accessible, and there is always the reverse text method from Gorilla(s) also mentioned in that thread.

_____________________________

:)

I have a higher and grander standard of principle than George Washington. He could not lie; I can, but I won't.
Samuel Clemens

(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: hiding email address from email harvesters - 2/22/2005 13:00:58   
I like the reverse text... just not easy to use in a link :)

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to Donkey)
jaybee

 

Posts: 14191
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: hiding email address from email harvesters - 2/22/2005 13:08:52   
quote:

I like the reverse text


Don't use it. Tried it with Lynx and it just comes out backwards.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to bobby)
rose12

 

Posts: 1
Joined: 2/22/2005
From: USA
Status: offline

 
RE: hiding email address from email harvesters - 2/22/2005 19:31:17   
Thanks "dpf"

(in reply to jaybee)
Newbie FrontPage

 

Posts: 28
Joined: 4/27/2004
From: Australia
Status: offline

 
RE: hiding email address from email harvesters - 2/25/2005 0:20:06   
I use webmaster@ and I do not get spam from that site. It seems that webmaster@........, does not seem to be a valid email address to many.
What about substituting the @ with the HTML Hex code : u ,? This suppose to work fine as well even though i have not tried it.
rolf

(in reply to rose12)
Spooky

 

Posts: 26606
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: hiding email address from email harvesters - 2/28/2005 13:22:47   
You can also score a new addin from www.jimcoaddins.com called "Spam Spoiler" which integrates with Frontpage to do a similar thing.

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to Newbie FrontPage)
d a v e

 

Posts: 4179
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: hiding email address from email harvesters - 2/28/2005 13:44:15   
i've been using the unicode encoded email address and text here http://members.tiscali.fi/dave_pirjo/test-area/spamtest.htm since feb 1st 2005 and haven't had a sausage yet... maybe still being spidered?

(it's from here http://www.pinnacledisplays.com/unicode-converter.htm)

_____________________________

David Prescott
Gekko web design

(in reply to Spooky)
jaybee

 

Posts: 14191
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: hiding email address from email harvesters - 2/28/2005 14:18:48   
Hey that's good! So good there's nothing there! Not a wonder the spiders can't see it. :)

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to d a v e)
rdouglass

 

Posts: 9280
From: Biddeford, ME USA
Status: offline

 
RE: hiding email address from email harvesters - 2/28/2005 14:42:55   
quote:

So good there's nothing there!


Get rid of the paren at the end of the URL. :)

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to jaybee)
jaybee

 

Posts: 14191
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: hiding email address from email harvesters - 2/28/2005 14:51:47   
Oh whoops! :)

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to rdouglass)
d a v e

 

Posts: 4179
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: hiding email address from email harvesters - 2/28/2005 15:13:23   
bless - she's only a moderator, what can you expect :)

_____________________________

David Prescott
Gekko web design

(in reply to jaybee)
Peppergal

 

Posts: 2207
Joined: 9/20/2002
Status: offline

 
RE: hiding email address from email harvesters - 3/1/2005 23:08:26   
Thanks Spooky!! I have a couple JimcoAddins, though one of them makes FP crash (the meta generator...only if I try to apply globally to all pages...if I do it page by page, which sorta defeats the purpose of the add in, it doesn't crash)

Up till now I have used the E-Cloaker that Seventh posted ages and ages ago, which works nice, but it would be so nice to have something within FP to do it.

I also used another email cloaker - it's nice cause you can have multiple email addresses and it will let you add a specific subject line and even body text to it:

http://www.willmaster.com/possibilities/demo/aelgwase.html

I saved it to my desktop....I've used both programs with success...no email address that I've cloaked have gotten spammed...

_____________________________

Northeast PA / Poconos/ Lake Wallenpaupack Real Estate
wallenpaupacklakeproperty.com
Karen's Real Estate Blog

(in reply to Spooky)
pacific22

 

Posts: 1
Joined: 6/30/2005
Status: offline

 
RE: hiding email address from email harvesters - 6/30/2005 17:24:17   
I tried out the JIMCO spam spoiler and was quite disappointed with it. First, when installing, there was no Help to tell you what to do, or where it was located.

But the main problem, once I did find it and try it out, was that on the new uploaded page, I did a "View source" using notepad, and the email address was there, NOT hidden at all from the robots. IT was even twice!!!
That's exactly the opposite to what it's supposed to do.

I wrote to JIMCO to tell them I think it's a piece of crap.

< Message edited by pacific22 -- 6/30/2005 17:50:49 >

(in reply to Peppergal)
Tailslide

 

Posts: 6296
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: online

 
RE: hiding email address from email harvesters - 6/30/2005 17:27:44   
I use this obsu.. obfus... oh hell I can't spell it here it is: http://www.seowebsitepromotion.com/obfuscate_email.asp

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to pacific22)
Page:   [1]

All Forums >> Community >> OutFront Discoveries >> hiding email address from email harvesters
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts