You don't need a program you need to use the right coding.
Drop me an email or go to http://mybranding.info/contact.php and use the form there (a great example of email that cannot get harvested by a spambot)
2007-08-17 01:06:53
·
answer #1
·
answered by Anonymous
·
0⤊
1⤋
There may be software out there, but what i do is place the email address on the website with an image of the @ sign and have a mailto: tag in the source, or there is the simpler way which is to format emails like name (at) domain (dot) TLD which looks scruffy and not user friendly, but the best way I have found is doing it in flash by making a small button with the email address on and it works in exactly the same way as a normal link but has no viewable source code to the programs that email harvesters use, if you want a hand doing that email me.
2007-08-17 08:12:14
·
answer #2
·
answered by centerfolddesign 1
·
0⤊
1⤋
Just curious, how that is possible?
Who is your site HOSTED by,
and there is No way. Unless you told someone how to access your site as administrator.
I have had an active Web Site for over 8 years and I have never heard of such rubbish.
Your site is hosted by someone and it is on a server that is Password and Username protected to even get on, If it isnt than you may very well have a problem.
Not only are all there servers protected you should be to with Firewall's and Virus Protection, I can Guarntee they are.
Don
2007-08-17 08:10:10
·
answer #3
·
answered by Don M 7
·
0⤊
0⤋
Write a php code for emailing to the selected user, make it log IP addresses, and not give away the email addresses.
...
It would be less than 50 lines of code.
2007-08-17 08:11:39
·
answer #4
·
answered by feedmej00rpplz 3
·
1⤊
0⤋
Or...you could go here and download a free tool that encodes your email in a script. We have used this for ages with great sucess http://acme-web-design.info/free-web-email-cloaker.php
Andy
2007-08-17 08:11:11
·
answer #5
·
answered by Anonymous
·
0⤊
1⤋
You need to CODE in a proper manner...
NEVER use "mailto:address@server": it is an HTML code, visible to anyone.
USE the PhP function "mail();". It stays on your server and stays invisible.
Learn about PhP on www.php.net.
Good luck.
2007-08-18 05:23:15
·
answer #6
·
answered by just "JR" 7
·
0⤊
0⤋
if it is an email that is coded into the HTML try using this:
http://www.mailtoprotector.com/eprotector.shtml
it creates an encoded email address:
test at test.com
the link you see is this:
test at test.com
handy to hardcode into a site as a link
the other way for a link is script:
or an email form that has server side script to send to one email address you specify in the code
this one you would have to email me for
but an example is here:
http://www.the-lonestar.com/contact.php << this also includes the scripted email address
2007-08-17 08:27:02
·
answer #7
·
answered by dino d 3
·
0⤊
1⤋
What about an E-Condom?
2007-08-17 08:12:19
·
answer #8
·
answered by Mungo 3
·
0⤊
1⤋