![]() |
Quote:
There are a couple of things that you need to check. 1) Create a new group for newly registered members, you can set the number of post they have to have before using pictures, URL's, etc. Read about it here: New Members Create Link 2) Make sure you have your API keys. 3) Don't check User Names, just IP and E-Mail 4) Create a longer list of bad words you can find a bunch here: Bad Words list to copy and paste That might fix your problem, if not give us a little more detail on why they are not being banned. Have you checked the IP's at http://stopforumspam.com/ ? |
Thanks it seemed to install ok after the changes thanks for your help big time. ill let you know if anyproblems come up :up:
Quote:
|
Tried to install on vb 4.2.0
Getting error Quote:
|
Quote:
|
I never had it installed previously, what should I do from here?
|
What version of MySQL are you running? If it is the newer version 5.1 or up then you need to first remove a line of code in the XML file for it to function. Read this: https://vborg.vbsupport.ru/showpost....postcount=1639 and give it a try. Maybe that will fix the problem. If not then let me know and we will try something else.
|
That link says file not found?
|
Let's try again. If it doesn't work it is post #1639 four pages or more back.
https://vborg.vbsupport.ru/showpost....postcount=1639 |
Is there a way to show the logs to users who are moderators / have access to the MODCP or maybe get those to be posted in a thread automatically at all?
|
Is this 4.2 compatible?
Thanks |
Quote:
|
This mod has been very helpful for my forum since I've launched my site.
Stats So Far 5162 Spammers Denied Registration 224 Spammy Posts Automatically Moderated However, lately I've been getting lots of spam bots signing up and getting by the mod and posting blog posts on my board. What can I do to combat this? Have these bots found a way past the mod? Any plans to update the mod? |
Quote:
|
Just tried to update to the latest version of Spam-O-Matic on vB 4.2 and get a Database error when importing the xml.
This is what I get: Code:
Database error in vBulletin 4.2.0: |
molieman, a couple of things I noticed:
Quote:
1) Make sure that you DISABLE check username, let me reapeat, do not engage check username!! There are many reasons to do this but for example if a spammer decides to use my username, then I would be blocked from registering on your site. 2) Make sure to get your API keys and use them. 3) increase the amount of words on your Bad Words list. I could give you a link to GlowHost that has a list, but I will just present it to you here to copy and paste: Quote:
There are two ways to make this work, however, option one you may have to contact your provider to do unless you have direct access to the "my.ini" inside the MySQL installation directory. Turn Off MySQL Strict Mode Another way to do it is withing the XML file of GlowHost S-O-M. I placed this post back a number of pages and a number of members found it useful. I will repost it again here. {Quote from post #1639 in this thread} Are you still having the same issue? I was and after a little research I found that if you are running MySQL 5.5 it does not recognize the ?Type=MyIsam:? . It was valid for for older versions. Let me show you how I corrected the problem. For anyone that has a Database error that looks like the following example this is how I corrected it. Code:
Error Code.. Code:
[COLOR] Code:
) ; '); |
A few more items to remember to do for your forums using GlowHost S-O-M.
Some of these are decisions based on each individual Admin, but these are the basics that I follow. Remember: Bold is the title in S-O-M, also I'm not going in order for a reason that will be listed last. Q: StopForumSpam: Query Connection Errors A: Allow Registration Why you may ask. If for some reason the StopForumSpam site is down, I do not want to block the registration of the user. As I will explain in just a little bit, they will be placed in auto-moderation anyway. Q: Auto-Moderation: Enable A: Yes This is where your list of Bad Words, and New Member Group come in to play. It will be explained. Q: Auto-Moderation: Post Action A: Moderate Post With this utility you have the option to ban the user, and remove the post before anyone other than Mods, and Admin can see it. It is located in the Moderation Tools under the Post called of course Spam-O-Matic! Q: Auto-Moderation: Apply Auto-Moderation To Newbies only? A: Yes As stated earlier this will be explained and you MUST follow through for it to be effective. Q: Auto-Moderation: Minimum Post Count A: This depends on the Admin. I personally think that withing the first 3 posts that I will know if the member is a spammer or not. I set mine to 3, and for good reason that you will see here shortly. Q: Auto-Moderation: Bad Words A: Listed in my post above, just copy and paste Q: Auto-Moderation: URL Count A: You may set this to any number you desire. Remember that this only applies to your new user group that we have not mentioned yet. You may not want them to post any URL's so you may set it to 0. Q: Easy Cleanup: Banned UserGroup ID A: By default the Banned User ID in vB is 8. I mention this only because a user created a new banned user group for this mod which is not necessary. Just use the default Banned User ID. If you want to double check you may select AdminCP > Usergroups > Manage Usergroups and you will see the ID next to Banned Users. The rest of the questions are pretty much self explanatory, however, if you have a question feel free to ask. Now we are going to talk about creating a new usergroup. Instead of giving you a URL, I will just post the information here. Q: Newbies Manager: Put New User Into Newbies Group? A: Yes Note: as you create a new usergroup remember that the next question is: Q: Newbies Manager: Newbies Group ID A: Only the creator of the group will know the ID. Quote:
Feel free to ask question if you have any. Also remember that these are the types of settings that I use. Each person is going to have different perspectives. Only use this as a guide when getting your feet wet for the first time.:) |
I cannot begin to tell you how much I love this mod. 305 Spammers Denied Registration in 6 weeks and a huge headache removed for me.
|
Quote:
try this :D - https://vborg.vbsupport.ru/showthread.php?t=283722 Minimum Post Count Required To Post Blog Entries For various reasons we uninstalled this Glowhost mod after using it for almost 2 years. The new version is bad, has less features and blocked a lot of real human registrations and posts, the author also hasn't updated it in a long time. Now we use vB Q&A as the Human Verification system. |
No workie....
Database error in vBulletin 4.2.0: Invalid SQL: CREATE TABLE IF NOT EXISTS `glowhostspamomatic_log`( `date` DATETIME NOT NULL, `ip` VARCHAR(15) NOT NULL, `email` VARCHAR(255) NOT NULL, `username` VARCHAR(255) NOT NULL, `message` VARCHAR(255) NOT NULL, `is_blocked` TINYINT NOT NULL DEFAULT "0", `user_hash` VARCHAR(50) NOT NULL, `user_id` INT NOT NULL ) TYPE=MyISAM;; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 10 Error Number : 1064 Request Date : Thursday, May 31st 2012 @ 06:58:19 PM Error Date : Thursday, May 31st 2012 @ 06:58:19 PM |
Quote:
|
Thanks !!!!
|
Quote:
Find TYPE=MyISAM in XML and replace it with ENGINE=MyISAM |
For some reason, bots register on the site regardless. I've checked the logs:
2012-06-02 09:46:55 199.167.146.114 loans_Canada12 isaacroberts270@yahoo.co.uk Passed StopForumSpam checks. Sent to vBulletin Registration System. While clearly a lot of bots on that IP are on StopForumSpam database.. Any idea what might be up? |
Quote:
The other thing that you can do as Admin is go into Settings > Options > User Banning Options. There you may ban the IP address and the e-mail address. |
That's the thing Syxguns. The IP & E-Mail is selected. Just not the usernames. Though I recently have been given a hint to decrease the database date check from 60 to 30 days.
|
Quote:
New Member: Not able to post URL's, can not use signature, can not post pictures, have access to see blogs, but can not leave comments. I have this set to 2 on post count before they become a registered member. S-O-M should automatically moderate the post for me, but if for some reason it doesn't then I have the logs and can ban the e-mail, and or IP address in vB if I have to. So far I've only had a couple of spammers get through on my test site. |
Hi there, I've got Auto-Moderation: Enable set to "Disabled" and yet I am still getting new users who post links in their posts moved to auto-moderation. I would like to avoid that from happening - any assistance? Thanks!
|
Quote:
1) Did you create a new members group and if you did do you allow for URL's and pics? Those are part of the permissions that need to be adjusted. However, if you are not placing anyone in a new member group then make sure that Newbies Manager: Put New User Into Newbies Group? is set to NO. 2) I haven't ever tried it but maybe set Newbies Manager: Promotion From Post Count to 0 and have them moved directly into the registered member area. To be hones you may not want to use this modification. You would probably like vBStopForumSpam. It does not have built in auto moderation, it is just for registration. It is reported to work with vB 4. https://vborg.vbsupport.ru/showthrea...top+forum+spam |
I uploaded everything onto a new forum of mine, then went to install and it gives me this error.
HTML Code:
Database error in vBulletin 4.2.0: |
1 Attachment(s)
Quote:
|
Any chance we can get a blog spamming feature? I have spamomatic installed but just got 3900 spammy blog posts over the past day.
|
Quote:
|
Quote:
|
Quote:
|
Ok thanks for the answer unfortunately that isn't gonna happen so I will wait till there is an upgrade to support 5.5.23-55 but I will keep this is mind
|
Mate I have MySQL Version : 5.5.23-55 and I have no problem running this mod.
|
Quote:
|
I'm having a weird problem with this mod.
When I have it enabled, any time I try to save anything on the admin site (not just within this mod, but anywhere) it will time out. As soon as I disable this mod, the problem goes away. Here is what my host said about the issue. Again this seems to go away when I disable this mod... Quote:
|
Quote:
Change all occurence of Code:
TYPE=MyISAM Code:
ENGINE=MyISAM |
Thanks for that it fixed it had to change it in the product xml
|
All times are GMT. The time now is 09:09 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:
|