![]() |
Unable to install I get this error:
Code:
Database error in vBulletin 4.1.10: |
It might be just me but my MYSQL server goes crazy with it on and it lags
|
this modification together with BadBehaviour2 module https://vborg.vbsupport.ru/showthread.php?t=261498
turned out as quite effective against spammers my thanks to author |
My site has been plagued by spammers, with 50+ spam registrations a day. Since installing this mod we've been spam free. So far it's caught every one of them without stopping genuine members from registering.
|
I've been using this mod on my forum for about a month now. So far 5 out of 1,076 spammers got through and 3 were automatically moderated. This is a great mod and I sincerely thank you for it :D
|
We enabled Facebook login and have seen some issues.
We have a user that tried to log in by using the FB connet link. They failed that and it was counted as spam (due to the email that was passed by FB). Here is the entry. I removed the last four digits and replaced them with X's to protect anything that might be sensitive. Spam-O-Matic Tagged email - app+6dcsihi7.2quci25km3.d66d191d410df363d41495c2c9 07XXXX@proxymail.facebook.com - Spammer Found and rejected. Is there a way to whitelist an email domain? |
Installed
|
I am suddenly getting a lot people denying they are spammers that are being banned. It started happening with my latest VB upgrade.
Anyone else have this happening? |
disable name check
|
Exact thing happened to me. IP and email checks are pretty dead on, but name check is the highest risk for false positives.
|
Database error on 4.1.10
|
Quote:
Post your error message maybe someone can help you. |
Anyone able to get this to work with 4.1.10.
I had a heck of a time getting vbulletin setup and this was the culprit. |
Quote:
Yep..works fine with 4.1.10 |
Disregard. Solved my issue...
|
3 times now, I had a user signup (not a spammer) and something in the registration system is causing it to double and triple create accounts with the exact username. The user ids are consecutive though. EX: JohnW (id34) & JohnW (id35) & JohnW (id36)
This is the only mod I have that is for Registrations. Anyone else experiencing this? I wonder if the user is clicking on the register button multiple times while waiting for the Spam Check to come back. |
then add his info in the spam o matic forums manually
|
Quote:
|
Is this addon still supported?
Will there be another release? |
Just enabled this on a new forum and have had several users, who have made prior posts, all of a sudden end up being moderated...is there some setting I missed?
This is on 4.1.10 Please give me some direction in which to look for my answer/issue |
They probably have fewer posts than the minimum to not be moderated.
|
Works great for me on 4.1.11 ! Thanks!
|
Quote:
|
I have a clean install with 3 members. Using Darkvision skins.. I am getting the following errors when trying to enter articles in CMS
Warning: require_once(includes/functions_ghsom.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/class_dm_threadpost.php(1771) : eval()'d code on line 16 Fatal error: require_once() [function.require]: Failed opening required 'includes/functions_ghsom.php' (include_path='.:/usr/lib/php') in /home/compa37/public_html/infotech/forum/includes/class_dm_threadpost.php(1771) : eval()'d code on line 16 Then.. This is the error I get when people try to register... Warning: require_once(includes/functions_ghsom.php) [function.require-once]: failed to open stream: No such file or directory in [path]/register.php(338) : eval()'d code on line 10 Fatal error: require_once() [function.require]: Failed opening required 'includes/functions_ghsom.php' (include_path='.:/usr/lib/php') in /home/compa37/public_html/infotech/forum/register.php(338) : eval()'d code on line 10 All of these errors go away when I turn Spam-0-matic so I am guessing that's the cause. Any fixes? I'd love to use this, but can't with all these errors |
you dont have the file uploaded to the right folder or not uploaded at all
|
Hello,
I'm trying to install on a freshly upgraded 4.1.11 board and am getting the following error when importing the product: Code:
Database error in vBulletin 4.1.11: |
Quote:
DROP TABLE IF EXISTS `glowhostspamomatic_log`; CREATE TABLE `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(4) NOT NULL default '0', `user_hash` varchar(50) NOT NULL, `user_id` int(11) NOT NULL, KEY `user_id` (`user_id`), KEY `date` (`date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
I have the same issue.I ran that sql an its not showing in the admin panel.theres a few other mods that are doing this also.
|
Quote:
Jay |
it will only show that up when it blocks someone do make sure you have it to show in the settings also it is this table that holds that info glowhostspamomatic_stats
|
Quote:
|
the bottom of each post
|
Well, I'd like to say this mod has done its job well on my forum. Can't recall if I've had many spammers get through since installing this (Though I've had some issues where it wouldnt let a real person register). About a years worth of using this resulted in this: "13904 Spammers Denied Registration". Sounds like its doing good to me.
Sure been a while since this has been updated. |
Quote:
An error occurred while attempting to execute your query. The following information was returned. error number: 1064 error desc: 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 'CREATE TABLE `glowhostspamomatic_log` ( `date` datetime NOT NULL, `ip` varchar' at line 2 |
1 Attachment(s)
Quote:
sql uploaded just in case you need it CREATE TABLE `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(4) NOT NULL default '0', `user_hash` varchar(50) NOT NULL, `user_id` int(11) NOT NULL, KEY `user_id` (`user_id`), KEY `date` (`date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
That does work indeed, however if I import the mod after that, I still get the same error :S
|
strange you should not be getting it with the table there now have you tried removing and installing the xml and making sure you have all the files in the right folders
|
MySQL gone away errors - cause found...
Refer: https://vborg.vbsupport.ru/showthrea...77#post2312277 Kym |
shadowbreed,
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. Edit: Looking back I see that your problem is not the same as mine was. This will not help you. Edit: #2 For anyone that has a Database error that looks like the following example this is how I corrected it. Code:
Error Code.. Code:
$db->query_write('CREATE TABLE IF NOT EXISTS `'.TABLE_PREFIX.'glowhostspamomatic_log`( Code:
) ; '); |
The version of mysql would not make a diffence
|
All times are GMT. The time now is 07:23 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:
|