Protecting the members emailaddy's - Can it be done?

Zora

Adherent
Joined
Apr 5, 2004
Messages
258
A lot of people uses hotmail and similar mail accounts to avoid getting a lot of spam in the mail when they register with their main emailadress.

If I want to disallow the use of hotmail and yahoo mailadresses then there might be a problem for the users who don't want a lot of spam.

The question is:
Is there any way to protect the users emailadress from this? So that registering at my forum isn't going to lead to a lot of spam?
 

Bryan

Lost in Ohio...
Joined
Feb 25, 2004
Messages
2,030
That happens when the places they register at are selling their info, as long as you aren't selling your members email addresses, their registration at your site shouldn't cause them to get any spam at all... Another thing that can happen (if your forums are visible to guests) is that if they post their email address it can be harvested and put on a list. I see quite a few people post there address with an [at] in it instead of a @ to avoid this....
 

Kall

Devotee
Joined
Apr 26, 2004
Messages
2,992
Bryan said:
I see quite a few people post there address with an [at] in it instead of a @ to avoid this....

Or, if you are using vBulletin, you can make a replacement variable that changes every instance of '@' to a little image of an @ that spiders can't see.

:)
 

James

Aspirant
Joined
Feb 13, 2004
Messages
34
On my forums in IPB there is a mod. In the profile any @ is changed into an image has stated above.
 

Mephisteus

Enthusiast
Joined
Jan 22, 2004
Messages
144
"Or, if you are using vBulletin, you can make a replacement variable that changes every instance of '@' to a little image of an @ that spiders can't see."

Good idea there, am going to do that :)
 

Darkness Divine

BoxerTalk.org
Joined
Jun 29, 2004
Messages
206
Or, if you are using vBulletin, you can make a replacement variable that changes every instance of '@' to a little image of an @ that spiders can't see.
how is that done?
 

Kall

Devotee
Joined
Apr 26, 2004
Messages
2,992
Darkness Divine said:
how is that done?
Umm..

I said that off the top of my head, probably suffering from sleep deprivation.

Let me see if I can figure it out.

*edit*

Okay.

AdminCP - Styles and Templates - Replacement Variable Manager

Text to replace: @

Replace with: <img src=http://www.domain.com/at.gif border=0>

eg: http://forums.nzboards.com/showthread.php?t=4035
 

The Sandman

Tazmanian Addict
Joined
Jan 1, 2004
Messages
29,165
Thanks Kall! I've implemented this replacement variable here at TAZ for a trial run... :D
 

Kall

Devotee
Joined
Apr 26, 2004
Messages
2,992
*bows*

No worries man, I'm quite chuffed you like the idea.

One thing...it will screw up all email addy clickability, but if you really want one to be displayed so it is clickable, you would add it as a replacement variable.

At the moment, it shows "kall<img src=http://www.nzboards.com/at.gif border=0>nzboards.com" as the to: address if I click on it, so if I wanted that to resolve back.. I think I would put "kall<img src=http://www.nzboards.com/at.gif border=0>nzboards.com" as the text to replace, and 'the actual address' as the output text.

That way, I think you would be able to have specific addies still be hyperlinkable.

*edit* Yup, that does indeed work.

:)
 

The Sandman

Tazmanian Addict
Joined
Jan 1, 2004
Messages
29,165
Hmm - I wonder if someone very creative could come up with a modification to the vB code to do this automatically if the tags are used... :)
 

SaN-DeeP

TechArena.IN
Joined
Jun 30, 2004
Messages
4,293
i turned of the member to member email for protection on my forums
there is a pm system which can be used ..
 

Kall

Devotee
Joined
Apr 26, 2004
Messages
2,992
One thought is:

The fact that they register at your forums with their main email address won't mean any extra spam for them...unless you are selling their address. :)

As long as they choose not to receive email from other community members (in their profile) then theres no way anyone can email anything to them.
 
Top