The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi everybody,
I am looking for a solution to have vBulletin automatically break up email addresses in postings to prevent address harvesting. So that if a user enters myname@domain.com, it would be "corrected" into myname @ domain.com or myname AT domain.com I guess there is a solution for this already in place so please point me towards it :-) Best, Tobias |
#2
|
|||
|
|||
![]()
Good One!
|
#3
|
|||
|
|||
![]()
I was expecting this to be easy, but maybe it's not. Should I post this under mod suggestions instead?
|
#4
|
||||
|
||||
![]()
I've just thought it through and it's not that hard, use some preg functions to sort them out.
|
#5
|
|||
|
|||
![]() Quote:
![]() |
#6
|
||||
|
||||
![]()
Match a part of a string with @ followed by a . and make sure that they are alphanumeric.
|
#7
|
|||
|
|||
![]()
OK, we are getting closer. I have no clue whatsoever about preg functions and would need a step-by-step type of explanation where and how to implement this. Any further help is appreciated
![]() Thanks, Tobias |
#8
|
||||
|
||||
![]()
Read up on regular expression.
|
#9
|
|||
|
|||
![]()
I think spammers are fully aware of this and work-around it. There should never be a need to post emails in posts anyway.
|
#10
|
||||
|
||||
![]()
It's not to prevent spammers. It's to prevent email-harvesting bots.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|