Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.

Register Today on DNForum IT'S FREE!

Page 1 of 2 1 2 LastLast
Results 1 to 20 of 21
  1. #1
    Platinum Lifetime Member
    HomerJ's Avatar
    Join Date
    Sep 2006
    Location
    Austin, Texas
    Posts
    1,573
    Country

    Mexico Follow HomerJ On Twitter
    DNF$
    4,542
    Bank
    0
    Total DNF$
    4,542
    Donate  

    coding an email address to avoid spam harvesters?

    Is this possible?

    Is there any way to include your email contact on a webpage, besides listing it to look like ... mail at mysite dot com ?

    do i just have crappy spam filters? most all professional companies have their emails listed directly with the @ and . how do they avoid getting scraped by spam harvesters?

    even using forms or mailto: feature you still have to code the email address. can anyone help me here? i hate spam to death. heavan help any spammer that would ever cross me in a dark alley.
    DomainAnimal.com
    Patience is a virtue

  2. #2
    Platinum Lifetime Member

    Join Date
    Jan 2007
    Location
    Ottawa
    Posts
    2,178
    DNF$
    2,741
    Bank
    0
    Total DNF$
    2,741
    Donate  
    you could always make an your email address an image. people won't be able to click on it to mail you but it should work to avoid spam harvesters.

  3. #3
    Platinum Lifetime Member

    Join Date
    Jul 2007
    Location
    Hershey, PA
    Posts
    94
    DNF$
    216
    Bank
    0
    Total DNF$
    216
    Donate  
    Listing your email address in the form "name at domain dot com" isn't really safe nowadays either, as most email harvesting spiders look for several patterns, including that one.

    Like DomainsInc said, creating an image of the email is your best bet. As far as mailto links go, I personally hate them and never use them. In the case of a mailto link, there's no way to get around it, because like you said, you have to include the email address in the html markup.

  4. #4
    Platinum Lifetime Member
    HomerJ's Avatar
    Join Date
    Sep 2006
    Location
    Austin, Texas
    Posts
    1,573
    Country

    Mexico Follow HomerJ On Twitter
    DNF$
    4,542
    Bank
    0
    Total DNF$
    4,542
    Donate  
    Quote Originally Posted by DomainsInc View Post
    you could always make an your email address an image. people won't be able to click on it to mail you but it should work to avoid spam harvesters.
    good idea domainsinc
    DomainAnimal.com
    Patience is a virtue

  5. #5
    Formerly 'aZooZa'
    Dale Hubbard's Avatar
    Join Date
    Jan 2003
    Location
    UK
    Posts
    6,178
    Country

    England
    DNF$
    2,085
    Bank
    0
    Total DNF$
    2,085
    Donate  
    Use a 'captcha' and obfuscate the target email address string, character by character with a simple logical operator so it's not readily visible in the source. This for the paranoid only

  6. #6
    Platinum Lifetime Member

    Join Date
    Aug 2007
    Location
    USA
    Posts
    88
    Blog Entries
    1
    DNF$
    399
    Bank
    0
    Total DNF$
    399
    Donate  
    You can do it with javascript:

    Code:
    <script type="text/javascript">
    var y = "contact"
    var z = "example.com"
    document.write("<a href=\"mailto:" + y + "@" + z + "\">" + y + "@" + z + "<\/a>")
    </script>
    If you want to make it trickier, break up the domain into more than one variable.
    Domains Names and Development, SEO -- Travel domains
    JerusalemGuidebook.com - EgyptGuidebook.com
    AmsterdamGuidebook.com
    - and many more...

  7. #7
    Platinum Lifetime Member
    poulos's Avatar
    Join Date
    Jul 2003
    Location
    wierd.net
    Posts
    1,233
    DNF$
    4,428
    Bank
    0
    Total DNF$
    4,428
    Donate  
    hi
    I have this site Im uploading now that has 2 options that work for me


    http://www.1privacy.net/encryptemail/email/

    try and let me know, free for now.
    (:
    http://seo.submittools.net/
    - I reserve the right not to sell to anyone at my discretion
    - Buyer pays the PAyPAl fees of 3.9% if paying by CC

  8. #8
    Platinum Lifetime Member
    adomaindeal's Avatar
    Join Date
    Feb 2008
    Location
    sandiego
    Posts
    168
    DNF$
    357
    Bank
    0
    Total DNF$
    357
    Donate  
    Quote Originally Posted by poulos View Post
    hi
    I have this site Im uploading now that has 2 options that work for me


    http://www.1privacy.net/encryptemail/email/

    try and let me know, free for now.
    (:
    Wow that's nice tool.

  9. #9
    Gold Lifetime Member

    Join Date
    Jul 2004
    Posts
    1
    DNF$
    26
    Bank
    0
    Total DNF$
    26
    Donate  
    Great dicussion on an ever present challenge to keep email addresses protected. I thought I would add two more suggestions: E Cloaker 2.0 and MailTo Protector. Both are email link generators and encoders that significantly reduce the possibility of spam bots harvesting email addresses from a web page.

  10. #10
    Internet Entrepreneur
    David G's Avatar
    Join Date
    Apr 2002
    Location
    Sonoran Desert
    Posts
    5,906
    Blog Entries
    136
    Country

    United States
    DNF$
    2,789
    Bank
    0
    Total DNF$
    2,789
    Donate  
    I had been using a simple .gif image and informing people to typein the unclickable image address to send email by using the ALT Tag message which appears upon mouseover. It's free with insignificant amount of work involved.

  11. #11
    Platinum Lifetime Member
    xrvel's Avatar
    Join Date
    Nov 2007
    Location
    Xrvel.com
    Posts
    85
    Country

    Aaland Follow xrvel On Twitter
    DNF$
    589
    Bank
    0
    Total DNF$
    589
    Donate  
    Quote Originally Posted by webd View Post
    You can do it with javascript:

    Code:
    <script type="text/javascript">
    var y = "contact"
    var z = "example.com"
    document.write("<a href=\"mailto:" + y + "@" + z + "\">" + y + "@" + z + "<\/a>")
    </script>
    If you want to make it trickier, break up the domain into more than one variable.
    I use this method. Sometimes i put an image too

    And sometimes i put some hidden HTML characters between real e-mail address

    For example the real e-mail address is "admin@example.com" :
    Code:
    ad<span style="color:#000;display:none;" id="xawda">sdxasjdkw</span>min<span style="color:#F00;display:none;" id="a019s">sdxasjdkw</span>@exa<span style="color:#FC0;display:none;" id="ab1n9">mination</span>mple.com
    And the visitor still see the above as "admin@example.com"

  12. #12
    .scot
    ftaylor's Avatar
    Join Date
    Apr 2008
    Location
    Glasgow
    Posts
    473
    DNF$
    4,580
    Bank
    0
    Total DNF$
    4,580
    Donate  
    You could just use a contact form. Or you could create a clever javascript challenge such as "slide the slider to the end of the bar to reveal the email address".
    www.musicdownloads.tv for sale, taking offers.

  13. #13
    Platinum Lifetime Member
    kengreenwood's Avatar
    Join Date
    May 2006
    Location
    Tampa
    Posts
    400
    DNF$
    4,963
    Bank
    0
    Total DNF$
    4,963
    Donate  
    Not everyone is a fan of it but you could create a very small flash file link on the page. Spambots don't know how to deal with flash files.

  14. #14
    þórr mjǫlnir
    draggar's Avatar
    Join Date
    Dec 2007
    Location
    South Florida
    Posts
    12,638
    Country

    Czech Republic
    DNF$
    4,791
    Bank
    114,257
    Total DNF$
    119,048
    Donate  
    Quote Originally Posted by DomainsInc View Post
    you could always make an your email address an image. people won't be able to click on it to mail you but it should work to avoid spam harvesters.
    I was going to suggest this. It can easily be done in most image programs including MS Paint.
    Save the wolves - join The Wolf Army today!
    Please follow the rules or suffer the wrath of Thor's Hammer.

  15. #15
    Platinum Lifetime Member
    kengreenwood's Avatar
    Join Date
    May 2006
    Location
    Tampa
    Posts
    400
    DNF$
    4,963
    Bank
    0
    Total DNF$
    4,963
    Donate  
    Quote Originally Posted by draggar View Post
    Originally Posted by DomainsInc View Post
    you could always make an your email address an image. people won't be able to click on it to mail you but it should work to avoid spam harvesters.
    Quote Originally Posted by draggar View Post
    I was going to suggest this. It can easily be done in most image programs including MS Paint.
    this is my point about the flash (.swf) file. People would still be able to click it and it would also be visible just like an image. And spambots wouldn't be able to deal with it. You could even have the email address get retrieved dynamically by the swf file from either an xml or database field so that the address isn't even embedded in the swf.

  16. #16
    Exclusive Lifetime Member
    exxe's Avatar
    Join Date
    Nov 2007
    Location
    Europe
    Posts
    1,244
    DNF$
    2,532
    Bank
    0
    Total DNF$
    2,532
    Donate  

  17. #17
    CrossLogix.com
    copper's Avatar
    Join Date
    Mar 2006
    Location
    Matthews, NC. U
    Posts
    2,548
    DNF$
    3,522
    Bank
    0
    Total DNF$
    3,522
    Donate  
    Does email harvester see source code or visible page?
    If it sees source code, you can simply encrypt html code, no?

  18. #18
    DNF Addict

    Join Date
    Aug 2005
    Posts
    1,605
    DNF$
    14,865
    Bank
    0
    Total DNF$
    14,865
    Donate  
    domaintools uses a good one for their 'domain who-is history' page
    BobGuzzo.com domains.

  19. #19
    CrossLogix.com
    copper's Avatar
    Join Date
    Mar 2006
    Location
    Matthews, NC. U
    Posts
    2,548
    DNF$
    3,522
    Bank
    0
    Total DNF$
    3,522
    Donate  
    I really would like to know this, so, let me repost.
    Could someone answer this?

    Does email harvester see source code or visible page?
    If it sees source code, you can simply encrypt html code, no?

  20. #20
    Exclusive Lifetime Member
    exxe's Avatar
    Join Date
    Nov 2007
    Location
    Europe
    Posts
    1,244
    DNF$
    2,532
    Bank
    0
    Total DNF$
    2,532
    Donate  
    Quote Originally Posted by copper View Post
    Could someone answer this?

    Does email harvester see source code or visible page?
    Source.

Page 1 of 2 1 2 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Domain name forum recommended by Domaining.com