The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Dear All,
Recently I have discovered an insidious form of vbulletin-based spamming on my forum. I have a habit of banning spammers permanently, but leaving their accounts so they cannot reuse the e-mail addresses. During registration, they set their home pages and signatures to point to the spamvertised sites. Unwittingly, I have been linking to their petty little enterprises for months. Use this SQL statements to find these: Code:
select userid, username, homepage, usergroupid from user where usergroupid=8 and homepage <> ''; select user.userid, user.username, sigparsed.signatureparsed from user, sigparsed where user.userid=sigparsed.userid and user.usergroupid=8; Kees Jan |
#2
|
|||
|
|||
![]()
I had presumed that when banned, their profiles are not viewable by search engines and so the links are no use. Yes, admin can see the profiles, but nobody else (I think). Someone please correct me if I'm wrong.
However when banning I replace the URLs they put in (and signatures which can also contain a link or two) with a link to stopforumspam.com. |
#3
|
|||
|
|||
![]()
*hehe* that is a clever twist. :-)
The profiles of banned users are visible, though they are not linked from the members page. |
#4
|
|||
|
|||
![]()
If you don't allow banned to have sigs doesn't it stop this?
|
#5
|
|||
|
|||
![]() Quote:
I just tested. Banned users cannot have a signature by default, but if they had a signature before banning, then it appears to remain in their Admin CP profile. |
#6
|
|||
|
|||
![]()
hrm...you could only allow users with more then say, 1 or 2 posts have sigs? Using cybs advanced plugin?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|