![]() |
"New" Form of Spam
1 Attachment(s)
I say "new" only in the sense that this is the first I've noticed it. Maybe this is something you've been running into ever since vBulletin introduced the comments on your profile section.
Say you're an aggressive administrator. You don't just have every anti-spamming tool you can find, you've got the most effective anti-spamming tools you can find. And one of the most effective forms of fighting spam, is you. Spam threads last no more than a few minutes, if that. Not just chatty members trying to boost post count, I mean spammers. Porn, gaming, window washers and now, for some odd reason, water filters. And you just don't ban spammers. You delete spammers. One offense, no appeals. What's the need for an appeal, as they're likely automated posters anyway? After a while, the spammers don't bother. I don't know why. Maybe they just don't consider it worth the effort/resources to only have content up for a fraction of a hour. Maybe you're just that good. Or maybe... Attachment 124538 I call these guys the "Self Spammers". Here's what they do. They don't send PMs, or VMs to anybody. They don't post threads or generic "Thank You" replies or start Social Groups or anything else. All they do is join and send one Visitor Message. To themselves. What does this accomplish? Nothing much really. But consider if you have three or four of these guys registering every day. I did, for about six months. I had nearly a hundred user profile pages with junk links to junks deals, junk porn, junk water filters, junk wedding planners and somebody who really thinks my users will be interested in "Driving Games". (The most specific and niche form of spam I've ever seen. And I'm counting the Farm Porn links!) Sometimes, they don't post a message, but check they're signature, and there are the links. Sometimes they do both. Either way, now you've got links to all kinds of shady content right there on your own website. Google crawl bot or not, that's not what I signed up for. So, what I've done is enabled my Email Upon New User feature (well, actually, I've always had this enabled, I just started paying attention to it more) and checking each of my new users. I also edited the MEMBERINFO template to include a handy bold red delete link. I did this to both my desktop and mobile skin, so I coule likewise delete users from my phone. Handy when baby has fallen asleep on my chest again and I can't see the laptop and try to breath at the same time. So, maybe you've see this before. Maybe you've got thousands of these on your forum. I suggest taking time to look at your most recently registered members and consider adding that delete button. This public service announcement brought to you by the letters M and D and the campaign to put Wookies in Disney's Animal Kingdom. |
Ahh you noticed this too eh... yeap same here I noticed it a while back... I kept seeing those funky names registering on a clients site you know the ones just just scream spammer... no posts... I visited their profiles and sure enough there was a message to themselves a link to buy prescription drugs online.
Glad you posted this I simply did away with all the members and called it a day but it's hard to detect so I actually need to go do another round of reviewing members on that site and others be forewarned as to what DJ posted. |
We dont allow messages in profiles, so no issue there.
I recently modified the memberinfo templates to cut out the display of sigs and profile information until they had at least two posts. |
I've always hated those Guest posts when you delete a user's account, so I don't delete inactive accounts on that merit alone, but I have been deleting accounts inactive for a year or more with no post count. That trimmed off a lot of those that I had been missing. Now, I take a somewhat twisted joy deleting accounts seconds after they've posted. Not sure why, but I'm chalking it down to me being a weirdo.
|
I don't even allow visitor messages... seems like stuff best served by either PM or a real forum post IMO.
When people do spam the forum I always use the "Delete as Spam" feature to ban them and delete all posts in 1 step. |
is this due to signatures or only to VMs to their own profile?
I moderate new users and VMs, so that should prevent this. |
Quote:
Would be great... Thanks |
Quote:
Quote:
--------------- Added [DATE]1292619648[/DATE] at [TIME]1292619648[/TIME] --------------- I forgot about the other, more advanced form of spam I've been seeing lately. Never used to run into it before this year, but this one seems to be some form of preprogrammed responses to familiar titles. Like, I had posted an MSNBC review of the Aliens Vs Predator video game, so the post refrences the title and posts a "prerecorded" message using the title and generic info about the genre. The same user would go around posting the same style messaged in poor english on several threads, following the same MO. Like the one I deleted today: Quote:
Quote:
Quote:
Quote:
|
I would be greatful if you posted the info on adding that delete button/link and
info how to block users from using profile for x number of posts. |
Quote:
Code:
<if condition="$show['edit_profile']"> |
I added that line in memberinfo - I still see no link...
|
What version of vB are you on? Does the Edit User Profile link show normally?
|
Quote:
I do not see an edit profile until i like on my profile then I see the edit profile link. otherwise I see nothing that pertains to editing a profile if i visit a members url. This is strange.. I also noticed that the visitor area vanishes when I log out as a user, I can only see this area when I am logged in as a user or admin. When i click on Friends/Infraction tabs, blank, it shows nothing. --------------- Added [DATE]1292650927[/DATE] at [TIME]1292650927[/TIME] --------------- I assume if members can not see profile links, then search engines will not be able to see them either, i guess that is a good thing, as it looks like they can only be seen once the member logs in.... |
Quote:
|
Quote:
log in, do i really need it? As long as SE cant see their profile junk, then I am ok... I logged in as a reg user, posted a link in my profile, logged out, I can not see any links, so i would think SE can not see them either if nothing shows....I can see the link as long as I am online, but once I am off, the link no longer appears to show. |
For vBulletin 4.x, try adding this block of code in red to that same MEMBERINFO template:
Code:
<vb:if condition="$show['edit_profile']"> --------------- Added [DATE]1292652019[/DATE] at [TIME]1292652019[/TIME] --------------- Quote:
|
Quote:
|
Quote:
|
I found it in the usergroup options. I tried it where you suggested and it still showed. It would be nice to have a global option to turn off the visitor messaging for everyone.
|
Quote:
|
I thought so, too, but it still showed the visitor messaging in the profile until I disabled it in each of the usergroups. There was no option to disable it anywhere in the settings. It would have made it easier if there was.
I have a question about the delete user link you posted, will it come up with a box to make sure you want to delete it before it deletes it? |
Quote:
|
Good. I didn't want to test it until I was sure. Also, I tried to use {vb:raw admincpdir} for the admin directory name for those that have their admincp directory renamed, but it doesn't seem to work there.
|
Quote:
Code:
{vb:raw admincpdir}/user.php?{vb:raw session.sessionurl}do=remove&u={vb:raw userinfo.userid} |
No, since the admincpdir variable is not pre-registered in the MEMBERINFO template. I added a plugin to the member_start hook that assigns it and pre-registers it and then it works.
|
Heheh, I was actually in the middle of doing that. :) I'm just getting sleepy and I'm apparently not writing my syntax correctly.
|
Add this to the member_start hook and you can use the admincp variable:
Code:
$admincpdir = $vbulletin->config['Misc']['admincpdir']; |
Quote:
and while adding this, someone signed up just to drop their link in... how nice of them... --------------- Added [DATE]1292827892[/DATE] at [TIME]1292827892[/TIME] --------------- I think this is too much trouble anyway... I need a mod that can control the use of profile sig usage lets say until they reach some post limit.... |
Quote:
|
Thanks for the tip Digital Jedi. This is one weakness the spammers have found in our armour.
We need a feature by which spammers cannot post links in their profiles without a minimum number of posts. |
http://armour.ws/community/memberlist.php
I have this issue. Most of my users (2,700) just register and place a link in their profile or just place in their signature. This has been recently combatted with the help of some plugins from vb.org. It is a shame. :( Would have loved it if most of those who signed up were real users. Could have at least go my forum going a bit. I'm really considering of deleting all my users. :( |
Quote:
|
Quote:
|
Heheh, well, I don't have any, actually. I check my Who's Online quite frequently. I also want to encourage posting. I'm not big on membership just for the sake of membership. If they want to join, at least say hello. At least contribute, even if it's small.
|
All times are GMT. The time now is 05:50 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|