vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Anti-Spam Options - [GlowHost] Spam-O-Matic - Spam Firewall stops forum spam (https://vborg.vbsupport.ru/showthread.php?t=248042)

Amadeusmq 11-26-2011 07:20 AM

Quote:

Originally Posted by GlowHost.com (Post 2271952)
If its in the log, it's already in the database so no need to submit it 2x.

I'm sorry Glow, but this confused me a bit. Are you saying that what is in the database is automatically submitted to stopforumspam.com at some point? Or, are you saying it was already in the database at stopforumspam.com?

I think my second guess is probably right, and that makes sense. I was thinking that the addon did some sort of checking internally to determine that the email address was 'bad', but now that I think about it, it's probably coming from the stopforumspam.com database.

So yea, I guess I answered my own question ;)

Sami 11-26-2011 11:03 AM

After the upgrade to 4.1.8, we also got the blank page problem that blocks posts. How to fix the issue and how to avoid it in the future?

liltiger 11-26-2011 02:19 PM

This is a great product but it is having a conflict with bbcode for mp3s

anyone have any idea how to fix?

SMJ 11-26-2011 02:29 PM

Just to followup on liltiger's post:

We installed the mp3 bb code and after submitting a post get this error message:

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(758) : eval()'d code on line 17

Fatal error: require_once() [function.require]: Failed opening required 'includes/functions_ghsom.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/skiervil/public_html/testvb/includes/class_dm_threadpost.php(758) : eval()'d code on line 17

By disabling Spam-O-Matic - we could add an mp3 file. re-enabling it and get the same error message. One that was added with it disabled is still there.

SMJ 11-26-2011 02:32 PM

Actually - it makes posting anything impossible.

SMJ 11-26-2011 03:11 PM

sorry for all the posts, testing like mad here.
all these problems happened on a test version of the site we built.

Not having any problems on the real site, and the mp3 bbcode player is working.

Perhaps we just need to re-install spam-o-matic in the test site. Right now it's a consistent problem that if it's enabled we get the above error message on any post attempt.

SMJ 11-26-2011 03:23 PM

Problem solved FYI. Somehow functions_ghsom.php got deleted during some install we were doing, don't know how.

Once I copied it back into the includes folder the test site works again.

GlowHost.com 11-26-2011 08:02 PM

Quote:

Originally Posted by haincha (Post 2271974)

Is there a way to set it up to automatically delete zero post members that are still in the Newbie group after say 48 hours?

Good idea, its been added to the todo list.

Quote:

Originally Posted by The Rocketeer (Post 2271978)
Hey GlowHost, When will you be providing us with the update that you promised so many months ago? I think its about time we saw a beckon of hope :) as more and more people started having problems and complainig about some mission features and other improvements :)

I can't say when it will be. If we had people willing to pay for code then it would be done faster but its currently being developed only when we have free time to spare.

Quote:

Originally Posted by robert garrett (Post 2272050)
I would like a option to not display the spammer statistics unless logged on as a admin.

Ok, this was added to the list as well.

Poker Face 11-27-2011 03:57 AM

If after installing this mod, would it be necessary to install either of these other two?

vB Bad Behavior (vB4) 1.0.5

Ban Spiders by User Agent 3.0.3

ForceHSS 11-27-2011 04:25 AM

Quote:

Originally Posted by Poker Face (Post 2272278)
If after installing this mod, would it be necessary to install either of these other two?

vB Bad Behavior (vB4) 1.0.5

Ban Spiders by User Agent 3.0.3

I would and have

Alfa1 11-27-2011 01:32 PM

Quote:

Originally Posted by Poker Face (Post 2272278)
If after installing this mod, would it be necessary to install either of these other two?

vB Bad Behavior (vB4) 1.0.5

Ban Spiders by User Agent 3.0.3

Certainly. I use vb BB.

Poker Face 11-27-2011 01:50 PM

Quote:

Originally Posted by ForceHSS (Post 2272285)
I would and have

Quote:

Originally Posted by Alfa1 (Post 2272369)
Certainly. I use vb BB.

Thanks! :up:

shri 11-29-2011 01:18 AM

Quote:

Originally Posted by fly (Post 2260910)
I'm getting Visitor message spam now. Can I request that be added to the next version?

This, plus getting it to work with Social Groups would be great for version 2.5.

HMBeaty 11-29-2011 01:23 AM

Quote:

Originally Posted by robert garrett (Post 2272050)
I would like a option to not display the spammer statistics unless logged on as a admin.

other than that this is working great.

RG

Open the plugin forumhome_complete in the GlowHost - Spam-O-Matic modification and at the very top, add:
PHP Code:

if (is_member_of($vbulletin->userinfo6))


At the very bottom, add:
PHP Code:



This will make the stats viewable only to Administrators

ForumUserStarte 11-29-2011 10:28 PM

The first time I tried, I got this "Importing Product, Please Wait..." and waiting for hours without completion

the second time I tried it, I got this error

Database error in vBulletin 4.1.3:

Invalid SQL:
CREATE TABLE IF NOT EXISTS `vb_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 : Wednesday, November 30th 2011 @ 12:21:08 AM
Error Date : Wednesday, November 30th 2011 @ 12:21:08 AM
Script : http://www.speaklogic.org:88/forum/a...=productimport
Referrer : http://www.speaklogic.org:88/forum/a...?do=productadd
IP Address : 144.90.1.18
Username : admin
Classname : vB_Database
MySQL Version : 5.5.8

HMBeaty 11-29-2011 11:10 PM

Quote:

Originally Posted by ForumUserStarte (Post 2273182)
The first time I tried, I got this "Importing Product, Please Wait..." and waiting for hours without completion

the second time I tried it, I got this error

Database error in vBulletin 4.1.3:

Invalid SQL:
CREATE TABLE IF NOT EXISTS `vb_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 : Wednesday, November 30th 2011 @ 12:21:08 AM
Error Date : Wednesday, November 30th 2011 @ 12:21:08 AM
Script : http://www.speaklogic.org:88/forum/a...=productimport
Referrer : http://www.speaklogic.org:88/forum/a...?do=productadd
IP Address : 144.90.1.18
Username : admin
Classname : vB_Database
MySQL Version : 5.5.8

The fix for this has already been provided many times throughout this thread, check the last few pages or so.

vivaciti 11-30-2011 03:51 PM

Hi,
Since installing this mod every time a user joins up (if not spammer) it says "Sent to vBulletin Registration System" but the user is then sat in the (COPPA) Users Awaiting Moderation primary usergroup rather than registered user. Am I missing some config for this mod as I can't see anywhere in the mod to alter the group it places users in.

Cheers in advance.

ForceHSS 11-30-2011 05:39 PM

check coppa settings in mod and normal settings in options

vivaciti 12-01-2011 05:01 PM

Cant see anything in the options for this, we dont even use COPPA in VB and its turned off.

Any other ideas, dont want to dump it if I can help it.

ForceHSS 12-02-2011 06:01 AM

Quote:

Originally Posted by vivaciti (Post 2273732)
Cant see anything in the options for this, we dont even use COPPA in VB and its turned off.

Any other ideas, dont want to dump it if I can help it.

have you checked the settings in this mod as you have it turned on some where

Alfa1 12-02-2011 11:21 PM

Please consider to add Bad Behavior to SOM.

Its the one thing that is missing. vB BB works well, but the developer doesn't have the time to keep it up to date.

Vick98 12-03-2011 08:36 AM

Excellent mod! Works for 4.1.8.

MXjunk127 12-04-2011 11:35 AM

So, I cannot absolutely attribute this to your mod, but I installed it on 4.1.8 a few days ago and some of my new users are not being registered correctly...Infact, they are showing up as guests...However, guests are not supposed to be allowed to post (per permissions), and although their user names show in the newbies usergroup via the adminCP, none of their info (even email or username) is viewable in the user view of the adminCP....Kinda not good on my live forum...

The users that show of as guests show they cleared the system and got sent to registration, and they show as recently registered...

"Passed StopForumSpam checks. Sent to vBulletin Registration System."

Other Products installed:

Auto Database Backup
Change Author And Date
GlowHost - Spam-O-Matic
IpInfo
Make Prefixes Clickable to Filter Forumdisplay
Members who have Visited
Min Post Count / Days Registered to Use Polls BOP5
More Share Options for VB4 by BOP5 Light
One Touch Ban & Cleaner
Prevent Double Posts
Save Users' Old Email Addresses
Separate Sticky and Normal Threads
Social Networking in Postbit & Profile

Any Help would be appreciated, thanks!

GTX2 12-04-2011 10:51 PM

I've noticed a problem, what happens to Users Waiting Email Confirmation usergroup !?
I no longer can see which users have confirmed their email or not....
is there any way to put this mod working only after user confirms email and not right after registering !?!?

Edit: sorry, saw someone earlier found this issue... it would really be great to still be able to have users confirming their email, just for validation as i receive many many registrations with wrong/invalid email.

tkr reptiles 12-05-2011 02:29 AM

Is this going to be updated for 4.1.7 and 4.1.8? After upgrading to 4.1.7, this doesn't work half as good as it did on 4.1.5...

Thanks

vivachina 12-05-2011 11:48 PM

Hello

I think there is an small bug. When settings default usergroup for newbies.

Newbies Manager: Newbies Group ID
The group ID that new users will be put into immediately after successfully registering.


What is successful registration?
I have set email verification as first step.
So, my successful registration comes when the newcomer confirms his email.

But Spam-O-Matic moves the newcomer to Newbies Group ID without waiting for email confirmation. And should have move after email confirmation.

My mistake. This was reported several. Any fix or workaround?

watty005 12-06-2011 05:56 PM

How do I delete those 'web hosting' links in the footer of my forum??

ForceHSS 12-06-2011 07:06 PM

Quote:

Originally Posted by watty005 (Post 2275228)
How do I delete those 'web hosting' links in the footer of my forum??

remove them from the stop o matic options

Froberg 12-08-2011 04:53 PM

.. Considering I currently have 2000+ posts awaiting moderation, I'd say that the effectiveness has fallen dramatically.

Anyone else experiencing this? :)

Oh, should mention.. this accumulated over a few days. Even had to ban newbies from commenting on blogs since they can't be spam-o-matified, and the bots were posting there...

bcilloniz 12-09-2011 12:49 AM

Seems to be working ok... ¿Anyway to see the: "15 Spammers Denied Registration"?

I leave one web hosting link on my footer

Thanks for this mode.

ihstiv 12-09-2011 04:05 PM

This is a great mod - we've been using it for a while now, and it's saved us a lot of time!

We are now fine-tuning and trying to reduce the # of legitimate users that are being blocked. The first thing we've done is to turn off the username check - we had one user recently with username 'Jack' that was blocked due to his username matching on SFS..

My question is: what is the easiest way to Lift a Ban on a user? I see them listed in the log file, but I'm not finding any way to release them from the user ban..

Do I just have to go to ACP > Users > Add new user - and manually create their account?

Thanks!

ihstiv 12-09-2011 06:06 PM

Quote:

Originally Posted by ihstiv (Post 2276243)
This is a great mod - we've been using it for a while now, and it's saved us a lot of time!

We are now fine-tuning and trying to reduce the # of legitimate users that are being blocked. The first thing we've done is to turn off the username check - we had one user recently with username 'Jack' that was blocked due to his username matching on SFS..

My question is: what is the easiest way to Lift a Ban on a user? I see them listed in the log file, but I'm not finding any way to release them from the user ban..

Do I just have to go to ACP > Users > Add new user - and manually create their account?

Thanks!

I think I found the answer to my own question; since no user account is created when a user is 'blocked' by spamomatic - there is no way to 'lift the ban'

Any suggestions for another approach to this that would involve lest steps than manually creating user accounts for legitimate users?

Thanks

TeknoSounds 12-10-2011 08:42 PM

Turn off username checking. Since bots use fairly common names sometimes, real people will get blocked. Just keep IP and email address checking on, turn on human verification in your VB settings and ask a simple question.

cool_recep 12-12-2011 12:35 AM

The best plugin on my forum after vBSEO :) Waiting for the next version ;)

hubbers72 12-14-2011 08:39 PM

Hi I'm new :)

And I'm getting these errors after a relatively new installation of 4.1.8.

The only add on I have added is GlowHost Spam-O-matic

GlowHost Spam-O-matich logs
Warning: require_once() [function.require-once]: Unable to access ../upload/admincp/global.php in /home/sitename/public_html/admincp/glowhostspamomatic.php on line 11

Warning: require_once(../upload/admincp/global.php) [function.require-once]: failed to open stream: No such file or directory in /home/sitename/public_html/admincp/glowhostspamomatic.php on line 11

Fatal error: require_once() [function.require]: Failed opening required '../upload/admincp/global.php' (include_path='.:/usr/lib/php') in /home/sitename/public_html/admincp/glowhostspamomatic.php on line 11

And on the CP I get these

Tags
Parse error: syntax error, unexpected T_STRING in /home/sitename/public_html/admincp/tag.php on line 585

Manage content priority
Parse error: syntax error, unexpected T_STRING in /home/sitename/public_html/admincp/sitemap.php on line 180

Rebuild sitemap
Parse error: syntax error, unexpected T_STRING in /home/sitename/public_html/admincp/sitemap.php on line 180

But even if I disable the GlowHost pluggin I still get the last three errors. And there doesn't look anything too suspiscious on line 180.

I've renamed the admincp to another name (not shown above) but I updated that value to the correct one in glowhostspamomatic.php on line 11

Any ideas?

ForceHSS 12-14-2011 09:09 PM

it says you dont have the file uploaded to your admincp folder uploading the file will fix the problem

hubbers72 12-14-2011 09:36 PM

Hi, thanks for the reply.

I had a typo above. Yes the file glowhostspamomatic.php is uploaded and in the correct folder. I renamed that folder on install for security but have updated the filename on line 11 so that it matches the correct structure.

Not sure why the xml is being impacted?

maxicroma 12-15-2011 11:59 AM

I keep having problems whit my forum.
When i try to delete post and its activated the Spam-O-Matic it give these error

PHP Code:

Parse errorsyntax errorunexpected T_STRING in /www/****/****i/foro/includes/class_core.php(4600) : eval()'d code on line 4 

I need a way to fix it

Keyvan63 12-20-2011 06:18 PM

Does it work with VB 4.1.8 and up?
I get errors when importing it:

Database error in vBulletin 4.1.8:

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 : Tuesday, December 20th 2011 @ 08:17:26 PM
Error Date : Tuesday, December 20th 2011 @ 08:17:27 PM
Script : http://localhost/AW/admincp/plugin.php?do=productimport
Referrer : http://localhost/AW/admincp/plugin.php?do=productadd
IP Address : ::1
Username :XXXX
Classname : vB_Database
MySQL Version : 5.5.16


RESOLVED by:
Replace TYPE=MyISAM to ENGINE=MyISAM in the xml file it is MySQL variable which changed from this version i run.
Thank U

ForceHSS 12-20-2011 09:03 PM

Quote:

Originally Posted by hubbers72 (Post 2277826)
Hi, thanks for the reply.

I had a typo above. Yes the file glowhostspamomatic.php is uploaded and in the correct folder. I renamed that folder on install for security but have updated the filename on line 11 so that it matches the correct structure.

Not sure why the xml is being impacted?

try uninstalling the plugin and reinstalling it again see if that fixes the problem


All times are GMT. The time now is 08:35 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
  • Page Generation 0.02984 seconds
  • Memory Usage 1,859KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete