![]() |
hi, thanks it works fine except one problem.
Since I ve installed it on a 3.8.2 i can't erase anymore users from the list "users waiting validation". I can erase them one by one from the user menu, but not from the list! any idea? thanks this is the error Database error in vBulletin 3.8.2: Invalid SQL: DELETE FROM vb_user WHERE userid = 206; |
Quote:
|
ok in fact...now it works!! it was a server problem probably! thanks and sorry ;)
|
What is the importance of the API Key? Do I have to have one?
I'm confused as to how to get the key. Thanks |
The API key is for reporting
Read http://www.stopforumspam.com/add signup to Forums also with same email |
Would it be possible in the next version to integrate with the "Delete as Spam" hook and have a checkbox to submit user details to the Stop Forum Spam database when you delete as spam.
|
I saw cURL mentioned a few times here. What exactly is this and is it needed in order to run this mod? I don't look after the server myself as my site is hosted by another company and I don't know if they use cURL. I'm still waiting to hear back from them. Thanks.
|
it's a php method preferable (I think) to fopen to get text via a URL
If you have the correct PHP version, you probably don't need to worry. |
Thanks. I just heard back from the hosting company and they do have it. Apparently all of their software is current.
|
@ilrglen:
create a file on your server called phpinfo.php and put the following in it: Code:
<?php then browse to http://yourdomain.com/phpinfo.php (or wherever you put the file) and search for CURL in the results. Should see something like this: Quote:
|
Quote:
|
Quote:
|
Quote:
|
Pedigree: Take down the October 2009 MotM message... CAUSE YOU WON :)
|
Where do I find the spam log viewer as shown in the attachments? For some reason, I can't locate it.
|
Quote:
|
I keep finding stopforumspam.com when looking up suspicious users , Unless someone tells me there is a better Mod I think Ill try this as well.
|
This mod uses stopforumspam.com data to check against.
|
Wow this mod is rejecting just about everyone with a gmail address.
Quote:
|
Quote:
Quote:
Quote:
|
It's only rejecting spammers with gmail address. We have plenty of real members with gmail addresses.
A recent tactic of US spammers seems to be to get a fresh Nigerian Human to sign up. We see the IP is Nigerian and do nothing. About 5min to 15min later the 1st post comes, a large advert for phones etc from a US IP, often with new email addresses to send the order to. If it's a cable or Fibre IP, then the user IP doesn't change much. So then we add those posting Emails and original email to VB's own blocked emails list (in case in future Stopforumspam is down) and then add all the IPs and Emails and user names to stopforumspam. I'd like to see this mod add blocked or banned IPs & email, (i.e. no matter if registration was successfull or not) to VB's blocked list. I already made one tiny change on the addon reporting script so the Report to Stopforumspam box and button doesn't appear unless the user is Banned user group (Change NOT admintrators group to EQUAL Banned Group). That submit button needs to simply update the Blocked IPs and Banned Emails settings visible in VBoptions userBanning, two SQL statements) |
Quote:
|
Here is the code from the "submit" to stopforumspam. It's the plugin add on I got from this thread with one small change.
PHP Code:
if (is_member_of($user['usergroupid'], 8)) Note it's now ==8, banned Group, rather than != Admin Group This means the box with email, username, IP and submit to stopforumspam only appears if you banned user (i.e. automagically via Delete all posts as Span etc) I haven't added anything else. But this is where you would add two SQL statements, one to add email and other to add IP to the database normally accessed manually in VBoptions User Banning settings. Then assuming all the spammer's posts where physically deleted you can now safely delete the user. I usually also manually add IP used and email quoted in the Spamvertisment that is deleted, as well as the user account IP and email. None of this is automatic, I'm only suggesting that that's what I would automate and where I'd add it. |
The other issue is that the vbstopforumspam 1st checks IP then it checks email.
If there is a match on email in log I update manually the IP and user name with that email to Stopforumspam as the email pretty much is always real spammer. a) That would be a useful thing to automate. b) Since spammers usually try with same email and / or IP multiple times and stopforum spam database could go down for a while, I thought that if any successful blocks on email or IP found at stopforumspam, it would make sense to automatically update VB's own blocking database with those likely to be retried IP and/or email. I think that's quite useful compromise between loading the entire stopforumspam database (and syncronising changes) or doing nothing. I don't think anything needs added to the "in forum" delete as spam or ban user as you want to review banned users in Admin CP before blocking/reporting them. The Submit code (in last post above) ideally should use a custom user field (Reported) and NOT automatically delete the user. Then the button text could be Unsubmit and remove the details from Stopforumspam, the vboptions user blocking, and unbanned the user (change group to Registered User) if it was all a mistake. Mistakes happen. |
Fantastic I was getting really frustrated banning spammers every morning. Thanks
|
Quote:
vBSFS keeps out the vast majority of spammers (say, 999 per 1000 attempts at least), so you'll only have to deal with possible human spammers on occasion, assuming you have enough people who can authorise new users of course. You might want to install the ModCP moderate new users plugin as well, helps share this load with your supermoderators and thus keeps response time to a minimum. |
Wow, I installed this an hour ago and already have had 20 spammers try to sign up and be rejected!
|
Im in the code again at the moment, putting code in there so that its hooked in inline_deleteaspam.
Now, given that you can delete posts as spam and not ban someone, what options should be put in to avoid submitting non banned users to the database? Either 1. No submission to the database if the user isnt set to be perm-banned 2. A form checkbox in the page, to overwrite #1 3. Admin options (off by default) that allows non-banned users to be submitted regardless of the form data. |
After you select Delete post as spam, under Punitive Action add a 3rd radio box that says "Ban these users and submit to vBSFS". It'd be nice if it submitted the IP they posted from as well as the IP they registered from, as like someone said earlier, they can be different. ESPECIALLY those wankers who spam the cell phone crap!
|
Thats what I have at the moment but submitting data when not banning a user, a bit of an odd action
|
That's why I'd do Ban + submit as one button. Only problem is the actual banning part. Last time I looked at the code it was over complicated.
I wonder if you can inject another page after you select ban that has the submit options (e.g. post IP, registration IP, enter in alternate email addresses that may have been in the post, etc). Don't want to submit all banned people of course as some may just be jerks and not spammers. |
There are lots of things going on with the banning, like akismet submissions, lots of thread stuff etc etc. I have to make sure that I get it just right or code starts running all over the place.
|
My point exactly. Same goes for mass bans. I SO FRIGGIN WISH It was an option!
|
I think it should only be in the Mod or AdminCp. not in the inlinehook..
Often people may be banned who are not Spammers. |
so, a fine balance of usability and funtionality... oh fun :)
|
Work so far... The template insert is all in php so it should work if the template changes, as long as it has the same fieldset/table structure.
|
Brilliant mod - has cut down my spam amazingly!
|
Installed thanks for this mod. The only thing...I followed:
4 - You can edit the default rejection message by Admin Control Panel / Languages & Phrases / Phrase Manager / Front-End Error Messages / vbstopformspam_reject and vbstopformspam_reject_connectionerror There is no "Front-End Error Messages" there. Only "Front-End Redirect messages" And what exactly does this edit? Is this an important edit? Thanks |
Quote:
Installed. Thanks! |
Wait a minute here! Have I been missing out on some dialogue? Are we talking about adding a function to the AdminCP that submits the rejected registrars data to SFS without having to log on and fill out all three fields and submit them manually? If so, I LOVE IT! If not, that would be a great addition to the mod. This mod flippin rocks and so does the author! :)
|
All times are GMT. The time now is 09:35 AM. |
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:
|