Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 18, 200618 yr I find that most spammers on my site put similar things in the profile fields. Example many put "Google" as their "favourite show to watch" on my TV forum. If there was a way I could autoban everyone with "google" as their favourite show to watch, that would be really cool and save me time since these spammers register everyday.
August 18, 200618 yr I find that most spammers on my site put similar things in the profile fields. Example many put "Google" as their "favourite show to watch" on my TV forum. If there was a way I could autoban everyone with "google" as their favourite show to watch, that would be really cool and save me time since these spammers register everyday.You could run a custom sql query to delete members with that value for that custom profile field, but in terms of adding a feature or getting support on how to do that, you should go vist IPS Beyond.
August 20, 200618 yr I think this would be too much effort for the majority of administrators to configure and too much extra code would be needed. I'd suggest this should be a modification rather than a default feature. :)
August 20, 200618 yr Yeah it is enabled.The image code generator will be much better in IPB 2.2.If they really are humans who register (read the discussion here), then they will be able easily to choose another show. Besides, they come once and spam, then you could mass-ban them but the next time they come they use other accounts. So, I'm not sure a mass-banning would be a very useful general feature.Currently I can suggest only search for members within ACP by the show (it is a feature in ACP), and then delete the accounts manually (if they really are accounts meant only for spamming, they can be deleted for sure).
August 21, 200618 yr It surely wouldn't take a lot of skill to craft something like this manually.UPDATE ibf_members SET mgroup = 5 WHERE fave_show = 'Google'
August 21, 200618 yr ellawella, if you're going to help The Law with an SQL query, then write it appropriately. Data on the favourite show are not a basic member profile field, so this query wouldn't work.
August 21, 200618 yr ellawella, if you're going to help The Law with an SQL query, then write it appropriately. Data on the favourite show are not a basic member profile field, so this query wouldn't work.It was merely given as an example. I'm hardly going to bother finding and installing the mod The Law is using, then checking what the appropriate column is named. I assume he/she has the intuition to realise that.
August 21, 200618 yr I believe some enchanced member management tools are planned for 3.0 :)I would imagine something like this would be included, although I can't guarantee that ;)
Archived
This topic is now archived and is closed to further replies.