Astahost.com   Mar 18, 2010
Open Discussion & Free Web Hosting > Computers & Tech > Internet and Websites

Html Encoding Of Email Addresses (stop Harvesting)

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Internet and Websites

Html Encoding Of Email Addresses (stop Harvesting)

whistle
Many people leave his e-mail address on the homepage of his site. That is spammer's favorite. They can browse your site and catch the email addess in their list. Then a lot of garbage email will be sent to the email address.

There are lots of solusion for the problem. One is to use a hyperlink to another website to redirect the email address. It seems a little complicate.

Another is html encoding. That is, each alphabet of the email address will be enconded. For example, "this@is.a.test" will be enconded into "this%40is%2Ea%2Etest". The encoded string seems nonsense, but it works. As long as you put "this%40is%2Ea%2Etest" within your html code, then "this@is.a.test" will be exactly shown on the page.

How to do this? Don't worry, w3school.com give us a useful tool to do it, referring to http://www.w3schools.com/html/html_ref_urlencode.asp.

Comment/Reply (w/o sign-up)

mzwebfreak
another thing that I've seen a lot of webmasters do is something along the theme of webbyNOSPAMatnevernormaldotcom....a spammer has to literally reedit the email address to remove all the excess to put you on their lists.

Comment/Reply (w/o sign-up)

bill
i would just creat a e-mail account account somewhere and they can spamm me all they want, but the no harrvesting thing might help a lot of ppl.

Comment/Reply (w/o sign-up)

WeaponX
Not so sure how reliable this is. I remember doing this before in the past and it doesn't seem to work. I still got lots of spam and virus emails. I'm sure they decoded it somehow. Spammers are getting smarter and smarter arrggg.

Two methods that I hear that are effective against email leechers is:

1. To use javascript instead and piece your email address together. Just assign a variable to your main username, the @yahoo or whatever part, and then the domain (.com, .net, etc...). Then just combine all three parts into your full email. I know some popular sites that use this. Not sure how effective though since I haven't given this a spin myself.

2. To use an image displaying your email address. OK, this one I definitely gave a try. Seems like these idiots have too much time on their hands though. I had more spam and virus emails coming in than when I had my emails in plain text. So I just took down the image.

The safest and most effective method to prevent getting spammed is to use a contact form. Don't just use any ordinary form like a plain HTML one. I searched for this and found that if you use a PHP contact form, there is no way they can get your email address and spam you. They can still spam you, but they will have to do it manually by filling out the required fields and then hitting the submit button. Probably more work than it's cut out for them LOL. I have looked and found a handful of PHP contact forms. Didn't like any of them except for this one. Setup should be a breeze and before you know it, users can start using that to contact you.

Just for the purpose of this post, those who are interested don't need to do this manually by using that ASCII table. Just go to a site like this one and it will encode the email for you. But like I said, it doesn't seem to be effective.

 

 

 


Comment/Reply (w/o sign-up)

Brian
What I've seen a lot of sites fo to keep email addresses from being spammed, yet allowing the website owner to be contacted is to make the email address a jpg or gif file. That way, the email address can be copied by those who really want to contact the person and the spammers get nothing for all their attempts at harvesting.

As hard as one tries, these spam harvesters will continue to get their booty. They want those addresses and they get them.

Just remember never to click on an email you've received if it is from an unknown person. It will keep your viruses down and it will make reading your important mail much easier. Delete is such an easy thing to do.

Comment/Reply (w/o sign-up)

cheesecake89
What is harvesting?

Comment/Reply (w/o sign-up)

Brian
Cheesecake, harvesting is one way that spammers get a list of email addresses. There are programs that go to different web sites on the internet and they find or harvest as many email addresses as possible.

Ever wonder why you get so much spam?

Spam is unwanted email sent to you by those who have gotten your email address thru a variety of means. Fill out a request for a sample of aspirin, send an e-card, register as a member of a forum and your email is out there.

It is a multi-million dollar problem and costs website owners a lot of grief, not to mention those who receive the spam in their in-boxes.

Comment/Reply (w/o sign-up)

whistle
QUOTE (WeaponX @ Jul 30 2005, 05:11 AM)
Just for the purpose of this post, those who are interested don't need to do this manually by using that ASCII table.  Just go to a site like this one and it will encode the email for you.  But like I said, it doesn't seem to be effective.
*


The link is very cool. I have a question after I saw the link. May whole page be encoded as that? If it does, is there any benefits?

Comment/Reply (w/o sign-up)

WeaponX
QUOTE
The link is very cool. I have a question after I saw the link. May whole page be encoded as that? If it does, is there any benefits?
Yes, you can encode the whole webpage basically similar to that. There is a free program called HTML Cipher which will do just that. It will encode everything for you, including the emails.

Benefits? Probably not much. Like I said, these spammers/harvesters are getting smarter and smarter each day. I'm sure they know how to decode this automatically by now.

If you encode the whole page, there might be some benefit if you don't want users to see your source code. HTML Cipher also provides features to, in a way, "secure" your webpage so the source code can't be viewed easily. But there's always a way around this. And like the email method, it can be decoded within minutes.

My suggestion is to go with the contact form. Take a look at mine here. No email address to be shown anywhere there. It's just using PHP to do all the processing behind the scenes biggrin.gif

Comment/Reply (w/o sign-up)

calixt
Just like WeaponX, I think simply replacing "ats and dots" with their well known html-encodings won't do.

I am working at a university and had to learn that university web sites are a paradise for harvesters huh.gif

For our department I decided to use the javascript technique, combining cloaking and putting pieces together. The idea is to let the harvesters not even discover that there is an e-mail address on the page...
CODE
<a href="javascript:send2('ex a, mp, le#u n,i-er lan,,gen,,!d e')">

As you can see, the traitorous bits are cloaked and some meaningless chars are inserted.

A colleague of mine has developped a different solution (using server side scripting, of course): email addresses will not be shown before the visitor has proved to be human.
His explanation is in German but I am sure you will guess the idea behind it:
http://www.theologie.uni-erlangen.de/spam.php

Calixt

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : html, encoding, email, addresses, stop, harvesting

  1. Free Disposable Temporary Email
    Fight SPAM ! (3)
  2. Increase Your Knowledge Of Html Language
    (11)
    For Creating good website you have to be master in HTML Language. It is a scryptic Language. If you
    want to Learn this language than visit the link http://zwqa.page.tl/Increase-you-HTML-Knowledge.htm
    ....
  3. Help Us Fight Spam !
    Also Encrypt your email address (2)
    I have introduced Anti-spam Campaign in my site @ www.jbi.in Visit
    http://www.jbi.in/fightspam/index.html for more info. The purpose of it is , Whenever a Spam bot
    visits that page to harvest email addresses, it * collects a lot of useless, randomly generated
    fake email addresses along with fake contact names and images. * enters an infinite loop as this
    page links to itself and generates a bunch of fresh fake email addresses every time it is reloaded.
    You can make use of our online email encoder to protect your email address from being harvested ! T....
  4. How Can I Include A File In A Html Page ?
    a fast changing text in several pages, how can I put it in a file and (11)
    A often-changing text in a static page, or a same set of lines in several pages... How can I include
    a file inside a html page ? #include will probably be a wrong syntax, but... i would have to have
    mything.html which is often changing, and I would like it to be inserted in main.html as well as in
    menus.html and in news.html. Could I insert something like #include mything.html in each page, and
    then, if I want to modify myghing.html the modifications are seen in all the pages where it's
    included ? Or do I ask something stupid ?....
  5. Email From Microsoft And Gmail For Your Own Domain For Free
    (8)
    Did you know that if you owned a domain and wanted a free custom mail domain then you can simply got
    to these sites for the respective custom domains for your company: 1. Gmail for your domain
    https://www.google.com/hosted/Home 2. Windows Live Custom Domains http://domains.live.com/ ....
  6. Free Email Forwarding Service?
    Other than Bigfoot.com (10)
    I have signed email accounts with both hotmail and yahoo, but after a few years the spamming was
    so bad that I am receiving hundreds of email a day. I do use spam control, but sometimes important
    emails get filtered too. I am really tired of it. I started looking at free email forwarding
    services. I found Bigfoot.com, but their free service only offer 50 emails a day! Can anyone
    recommend a better free service? ....
  7. Gmail Hosted Domain
    free email (9)
    Hi I am newbe to this forum and I am not good at English. So I made some mistake pls forgive me. I
    got hosted gmail account from google https://www.google.com/hosted/minzawaung.uni.cc I already
    have domain http://www.minzawaung.uni.cc How I connect my domain and gmail account. to work email
    ----@minzawaung.uni.cc I now have email minzawaung@minzawaung.uni.cc but I can't sent message.
    I am very poor in knowledge about that. /sad.gif" style="vertical-align:middle" emoid=":("
    border="0" alt="sad.gif" /> Can anyone help me? ....
  8. You Will Soon Be Paying For Safe Delivery Of Your Email..!
    yahoo and aol start on a new controversial system to prevent spam (8)
    yahoo and aol are starting on a new controversial system that will give only 'paid'
    senders, the electronic equivalent of buying postage stamps, for guarantee of safe delivery of
    emails sent...or else your email will end up burried as spam in 'bulk' folder or even be
    undelivered. click here if you dont want to login. the idea seems to be control spam...but
    this is ridiculous because our normal personal mails may end up in bulk because we dont pay! so what
    will our inbox become the paid 'official' spam box while we will have to fish in f....
  9. Idocs: A Good Html Starter Guide
    (0)
    Hey everyone. If anyone is new to html and need some help on how to get started
    http://www.idocs.com is a great site to use. They go over everything you need to know and are very
    helpful. Another good html help site is http://www.davesite.com . they have good info on
    everything and were very helpful to me.....
  10. Need Some Html Help?
    Where to find free HTML tutorials (3)
    If you're just starting out with Web page design, you'll probably want to know at least
    basic HTML coding. It's easy to do, really. All that you need is Notepad and a basic knowledge
    of how Web pages work. At the same time, there are plenty of advanced programming options that you
    can pick up and use if you want extra effects or more specific commands at your control. JavaScript,
    for example. Or maybe you want forms so that you can collect feedback from your visitors in one
    standardized format. Or maybe you just want to know how to get tables into your page....
  11. Funny Email Quizzes
    (5)
    ...do any of you know where i can find some of those funny quizzes you always get in emails...do any
    of you know what im talking about /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
    alt="tongue.gif" />.......
  12. Uploading Html Webpages, Folders And Organization
    newb question -_-'' (9)
    Hi, Quick question (I hope =P), I've started to create my own webpage (I currently have a
    filler graphic up on my astasite) and I have something of a file tree on my computer with the
    various pages and stuff related to it in different folders. Example (everything on the page is
    within the main folder, within the other folders are data from other pages and graphics) Main
    Folder *index.html *graphics *blah blah blah *Folder 2 **2nd page **graphics **blahblahblah *Folder
    3 **3rd page **graphics **blahblahblah **Folder4 ***4th page ***graphics ***blahblahblah My Qu....
  13. Storing Files With Your Email Box Space
    store a file in your email account (4)
    this is something i often used to do when i got a file (usually software of some sort), and i wanted
    to keep it so i would be able to access it for later download. i did it once to save aerosmiths mp3
    "dont wanna miss a thing" which took me hours to locate on the net. of course at that time, i didnt
    much take into account the possibility of using online storage servers like znail and so on.
    anyway, i would create a blank email, then i'd upload the software and send it to myself. and
    there it would sit in myemail box until i needed it, when i would download it again.....
  14. What's The Diff Tween Html, Xhtml, And Shtml?
    that's kind self explanitory (8)
    does any one know /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> ?....
  15. Xhtml Taking Over Html?
    (9)
    I've heard of a rumour saying iexplore and firefox is soon going to switch to XHTML. I'm not
    sure what it means but is there any difference or is it just a file ext. diff? I know HTML is a very
    "happy-go-lucky" coding style (You don't have to caps most of the codes for example) and other
    coding like php and JAVA is very strict. Will XHTML be stricter than normal old html? That reminds
    me of shtml...its still working around is it?....
  16. Gmail Does Not Accept Rar Attachment Email?
    cannot receive rar attachment email (13)
    This is the Postfix program at host smtp.XXXXX.net. I'm sorry to have to inform you that the
    message returned below could not be delivered to one or more destinations. For further assistance,
    please send mail to If you do so, please include this problem report. You can delete your own
    text from the message returned below. The Postfix program : host gsmtp171.google.com said: 552
    5.7.0 Illegal Attachment....
  17. You Thought 1 Gb Email ? Is Big Enough ?
    forget Gmail , Walla and Spymac (59)
    If you ever thought that 1 GB e-mail is TOOOOO BIG think again what about a 2048MB ? ( 2 gb )
    E-mail account ? with POP/SMTP/Webmail support yes yes it exists : http://www.gawab.com
    you can also sign up as a webmaster and GIVE your USERS thiernames@yourdomain.com with 2 gb accounts
    /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....

    1. Looking for html, encoding, email, addresses, stop, harvesting



See Also,

*SIMILAR VIDEOS*
Searching Video's for html, encoding, email, addresses, stop, harvesting
advertisement




Html Encoding Of Email Addresses (stop Harvesting)

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com



Creative Commons License