whistle
Jul 28 2005, 05:43 PM
| | 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
Jul 29 2005, 02:22 AM
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
Jul 29 2005, 08:26 PM
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
Jul 29 2005, 09:11 PM
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
Jul 29 2005, 09:20 PM
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
Jul 29 2005, 11:27 PM
Brian
Jul 29 2005, 11:40 PM
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
Jul 31 2005, 12:53 AM
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
Jul 31 2005, 03:32 AM
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
Comment/Reply (w/o sign-up)
calixt
Aug 12 2005, 08:22 AM
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 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.phpCalixt
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : html, encoding, email, addresses, stop, harvesting
- Free Disposable Temporary Email
Fight SPAM ! (3)
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
....
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....
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 ?....
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/ ....
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? ....
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? ....
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....
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.....
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....
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" />.......
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....
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.....
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" /> ?....
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?....
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....
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" />....
Looking for html, encoding, email, addresses, stop, harvesting
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for html, encoding, email, addresses, stop, harvesting
|
advertisement
|
|