Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > HTML
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

HTML HTML problems, maybe you are trying to code for MySpace. Get all the HTML coding help here for your website.

Google
Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-01-2007, 1:22 PM   #11
Headless
 
Headless's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default E-mail address on webpage

David Mackenzie <dcm@tarbrax.freeserve.co.uk> wrote:

>Every so often, someone posts a method for obscuring their e-mail
>address on a webpage - normally to attempt to defeat spambots.
>
>These methods either rely on Javascript which is unreliable at best,
>or "encrypts" the characters to their HTML entities which shouldn't
>defeat even the simplest spambot.


Character references are surprisingly effective according to this study:
http://www.cdt.org/speech/spam/030319spamreport.shtml

Note that this email address harvester optionally uses IE, in that mode
it translates character references flawlessly:
http://www.mailutilities.com/aee/


Headless

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Advertisements
Old 07-01-2007, 1:23 PM   #12
Jukka K. Korpela
 
Jukka K. Korpela's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default E-mail address on webpage

Sam Hughes <me@privacy.net> wrote:

> A linked image would still have <a
> href="mailto:email@asdfsdfdf.com"> and </a> around the IMG tag, so
> that would do nothing.


Indeed, it would do nothing to help the user who needs the address e.g.
in order to use a special E-mail program (which has nothing to do with
Web browsers).

But it would naturally help spammers' robots get the address. After
all, mailto:... (in content or in attribute value) is a most obvious
candidate for E-mail address harvesting.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 1:23 PM   #13
Clive Moss
 
Clive Moss's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default E-mail address on webpage


"Jukka K. Korpela" <jkorpela@cs.tut.fi> wrote in message
news:Xns93A3CEDC9CE34jkorpelacstutfi@193.229.0.31. ..
> "Freeserve" <thaynes@herfarm.freeserve.co.uk> wrote:
>
> > What about if your mail to link is a picture??? Does this fool the
> > spam bots?

>
> Well, it surely discriminates against blind people. This would be
> criminal in some civilized countries (like the UK) for public Web sites
> at least.
>
> I recently read an estimate (in a newspaper article that _favored_
> munging E-mail addresses) that an average user gets 6 or 7 spam
> messages daily. So it takes a few seconds a day to delete the spam. All
> those attempts to "fight against spam" by intentionally forging
> addresses surely cause more trouble than that.
>
> --
> Yucca, http://www.cs.tut.fi/~jkorpela/
> Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
>
>

The problem is not only about receiving spam, but also the "stealing" of
addresses for the "from" field.
One of my clients got 500 return notifications in one day, obviously from a
mass mail out that someone had done using his address as the sender.
I am looking now for ways to avoid putting addresses on any new sites I
write to avoid this in the future.

cm


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 1:24 PM   #14
FatBlokeOnBikepins@pinsmother-truckers.co.uk
 
FatBlokeOnBikepins@pinsmother-truckers.co.uk's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default E-mail address on webpage

>The obfuscators no longer are a safe way to keep harvesters at bay.
>The only way is to use scripting. If your host has PHP capabilities, I can send
>you a PHP script that will show you how. You can also be modify it to work with
>ASP, if you'd like.

I'd be interested in receiving that, please.
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 1:24 PM   #15
FatBlokeOnBikepins@pinsmother-truckers.co.uk
 
FatBlokeOnBikepins@pinsmother-truckers.co.uk's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default E-mail address on webpage

>The only way is to use scripting. If your host has PHP capabilities, I can send
>you a PHP script that will show you how. You can also be modify it to work with
>ASP, if you'd like.


I'd be interested in receiving that, please.

Yoooooors,

Iain.
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 1:25 PM   #16
Mr. Clean
 
Mr. Clean's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default E-mail address on webpage

In article <nvbgfvckh0ihmrf0ce9la5vq84sckqa0ch@4ax.com>,
FatBlokeOnBikepins@pinsmother-truckers.co.uk says...
> >The only way is to use scripting. If your host has PHP capabilities, I can send
> >you a PHP script that will show you how. You can also be modify it to work with
> >ASP, if you'd like.

>
> I'd be interested in receiving that, please.


I already posted it...

[PHP CODE]
<?
// email.php
// usage:
//
// <A HREF="email.php?to=me&domain=mydomain.com">E-Mail Me</a>-->
//
//

if(!isset($_GET["to"]))
{
// $_GET["to"] = "info";
$to = "info";
}

if(!isset($_GET["domain"]))
{
// uncomment this to have it retrieve the domain
// from the URL.
//$_GET["domain"] = "mydomain.com";
$domain = "mydomain.com";
}

$email_address = $to."@".$domain;

// send email header to page
header ("Location: mailto:$email_address");
?>
[/PHP CODE]

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 2:00 PM   #17
brucie
 
brucie's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default E-mail address on webpage

In post <j8a4gv8l1vl1cj7206heh9jaajph58at5l@4ax.com>
Leslie said...
[spam]

> What really pisses me off, though, is the amount of hard core porn
> spams I'm getting. These aren't just text emails with a clickable
> link to "Pink City," but embedded pictures of oral ***, bestiality and
> other activities I don't care to view while enjoying my morning
> coffee.


if the email contains remote images as soon as you view the email you
may be confirming that your address is "live" you should turn off the
loading of remote images (and all scripting) or better yet
automatically delete from the server any emails but plain text to save
you having to download them in the first place.

> Then there are the emails that 'guarantee to increase my manhood to
> please ALL the women in my life.' Who the hell are they sending this
> crap to? I don't even have that body part!


i can get you a half dozen factory seconds for only $19.95 + P&H

--
brucie a. blackford. 02/July/2003 11:02:49 am kilo.
http://loser.brucies.com/
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 2:00 PM   #18
Leslie
 
Leslie's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default E-mail address on webpage

On Wed, 2 Jul 2003 11:08:43 +1000, brucie <brucie@loser.brucies.com>
wrote:


>> Then there are the emails that 'guarantee to increase my manhood to
>> please ALL the women in my life.' Who the hell are they sending this
>> crap to? I don't even have that body part!

>
>i can get you a half dozen factory seconds for only $19.95 + P&H


Nah, not interested in seconds, unless they're still sealed in their
original box. This implies, of course, that they've never been used.

Leslie

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 2:01 PM   #19
Kathleen Coyne
 
Kathleen Coyne's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default E-mail address on webpage

I just read through the thread, and I have a few thoughts.

On the account that I used for years and years, I now end up with
around 100 spam a day. Obviously, I had to stop using that e-mail.
No matter what I did, I could not get the spam to stop. Filtering
just didn't work - it just kept coming and coming. This, of course,
still causes strife because, since I used the address for years and
years, people still e-mail me there. So, I must still occasionally
sift through all that goddamn friggen spam. It really amazes me how
some people can e-mail me on the correct address one day... and the
very next day e-mail me at my old address. Brain fart or something?

My website e-mail gets about 2 spam a month. My "info@domain.com"
address gets spammed all the time.

I also may have come up with a decent and easy way to "hide" an e-mail
address.

I use a javascript trick to remove common markup and make it easier to
change multiple pages -

<script language="javascript" type="text/javascript"
src="filename.js"></script>

and in filename.js I write:

document.write('text HTML blah blah blah')

I have noticed that in doing this, that robots can't crawl the
javascript (to fix the linking problem, I have put a link to a site
map on the main page). Assuming that harvesting robots would work the
same as search engine robots - then the harvesting robots will never
be able to see the e-mail address if you put it in filename.js

So... what you could theoretically do is have this where you want your
e-mail:

<script language="javascript" type="text/javascript"
src="email.js"></script>

and put this in the email.js file:

document.write('<a href="mailto:me@domain.com">me@domain.com</a>')

and it would work... right? maybe?

Just an idea. Thought I'd throw it out there. I think I may just try
it now. Actually, I currently have my address as me(@)domain.com
'cause I figured anyone with any brain cells would realize to remove
the "( )" - but I think this javascript trick might just be better
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 2:01 PM   #20
PeterMcC
 
PeterMcC's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default E-mail address on webpage

Rob McAninch wrote:
> Jukka K. Korpela
> <news:Xns93A3CEDC9CE34jkorpelacstutfi@193.229.0.31 >:
>
>> "Freeserve" <thaynes@herfarm.freeserve.co.uk> wrote:
>>
>>> What about if your mail to link is a picture??? Does this
>>> fool the spam bots?

>>
>> Well, it surely discriminates against blind people.

>
> If you indeed intend it to be a mailto: link then you have to put
> the address in there.
>
>> I recently read an estimate (in a newspaper article that
>> _favored_ munging E-mail addresses) that an average user gets
>> 6 or 7 spam messages daily. So it takes a few seconds a day to
>> delete the spam. All those attempts to "fight against spam" by
>> intentionally forging addresses surely cause more trouble than
>> that.

>
> I probably get around 50 between two accounts each day - still
> doesn't take long to delete them.


OT ish but thought that it might bring a little joy - I have been the
defence witness for btopenworld in a case in which a company called cube80
were suing because BT had stopped their service after my spam complaints.
It's taken 6 months but yesterday, at Winchester Crown Court, the spammer's
case was thrown out - Yes!

The moral of the story - it is worth making those complaints to abuse@...
and good on BT for taking it seriously.

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Featured Websites
Free Space
Free Space
Free Space Free Space
Closed Thread
Tags: , ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
I need to determine when a webpage that I'm browsing to was last updated. Jeff Ingram Windows 1 06-11-2007 5:23 PM
change e-mail address conductivity Google questions 0 05-28-2007 1:46 AM
Mail Factory - specify different MAIL FROM address to the From header Ben Wylie Pear 3 05-20-2007 6:34 PM
Webpage script problem. eric Website Coding 1 08-04-2006 8:15 PM


Featured Websites




All times are GMT +1. The time now is 1:14 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98