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)

Gemma 03-30-2011 12:23 PM

Quote:

Originally Posted by It's Damn Real! (Post 2178329)
Any way to hide the "Spam-O-Matic Statistics" from regular users? Ideally I'd like to have that information only viewable by Admins and Moderators.

In Plug-in Manager find the plugin Stats render - forumhome_complete change it so it looks like

Code:

if ($vbulletin->userinfo['usergroupid'] == 6)


PLUGIN CODE

}


Coume 03-30-2011 01:11 PM

First of all, I have to say that I am very impressed. In less than 15h, it already stopped 53 spammers to register.....

I do have some suggestions if I may.
1- Add a link visible for given groups to access easily the log
For instance, Admin/Moderators could click on the "Spam-O-Matic Statistics" title to access quickly the log to see if it is working properly or not (who has been banned/etc).

2- Allow to report thread to spam-O-matic.
Currently, the Spam-O-Matic option in moderation tools is only available in showthread moderation tools, whereas you have sometimes many threads that got automoderated that you could report very quickly as spam, if the Spam-O-Matic option was available from the forum view.

3- Moved deleted spam threads/posts to a SPAM forum
For instance, I only allow "soft delete" of spam messages to make sure that my moderators do not tagged as SPAM incorrect posts but that can result in several posts in a same thread or threads in forum that are deleted making the forum/thread difficult to read for admin/mod so by moving them to a dedicated spam forum, you can still go through them without cluttering the forum.

4-Manually report a user to spam-o-matic.
For instance, I have some users that only sent spams through PMs. I would like to report them to the spam databases but I cannot find a way to do that.

Thanks
Ludo

cyclical 03-30-2011 01:20 PM

My logs are showing that users cannot be checked because there is a problem connecting to stopforumspam server. Anyone know what is causing this?

Boofo 03-31-2011 12:51 AM

I don't know if this has been requested yet, but would there be a way to add an option for where to locate the stats on the forumhome? Right now it is set to:

Code:

$template_hook[forumhome_wgo_pos2]

but I changed it for my site to the following:

Code:

$template_hook[forumhome_wgo_pos4]

puertoblack2003 03-31-2011 03:58 AM

Quote:

Originally Posted by Boofo (Post 2179261)
I don't know if this has been requested yet, but would there be a way to add an option for where to locate the stats on the forumhome? Right now it is set to:

Code:

$template_hook[forumhome_wgo_pos2]

but I changed it for my site to the following:

Code:

$template_hook[forumhome_wgo_pos4]


thank you sir :)

Delphiprogrammi 03-31-2011 04:13 PM

Quote:

Originally Posted by It's Damn Real! (Post 2178329)
Any way to hide the "Spam-O-Matic Statistics" from regular users? Ideally I'd like to have that information only viewable by Admins and Moderators.

yes in the stats render plugin at the top write this (first line of code)
PHP Code:

 if(is_member_of($vbulletin->userinfo,5) OR is_member_of($vbulletin->userinfo,6))
{
     
//stats render code 

at the bottom (last line)

PHP Code:



that should do it

Delphiprogrammi 03-31-2011 04:16 PM

Quote:

Originally Posted by cyclical (Post 2179095)
My logs are showing that users cannot be checked because there is a problem connecting to stopforumspam server. Anyone know what is causing this?


this could be because you have leaseweb ip ranges blocked you need to unblock those and then it will work

cyclical 03-31-2011 05:31 PM

Quote:

Originally Posted by Delphiprogrammi (Post 2179456)
this could be because you have leaseweb ip ranges blocked you need to unblock those and then it will work

Don't have any IP ranges blocked at the server level. It had been working fine for months, and about 2-3 weeks ago it started just failing.

The error messages I get are
Spam-O-Matic Tagged username - Paibiddibboda Unable to connect to StopForumSpam.com. This is probably due to some temporary problems on their website: Unable to check. User passed to vBulletin registration system per your settings at 'StopForumSpam: Query

Spam-O-Matic Tagged email - weassadogrela@myfavmailbox.info Unable to connect to StopForumSpam.com. This is probably due to some temporary problems on their website: Unable to check. User passed to vBulletin registration system per your settings at 'StopF

Spam-O-Matic Tagged ip - 46.17.96.20 Unable to connect to StopForumSpam.com. This is probably due to some temporary problems on their website: Unable to check. User passed to vBulletin registration system per your settings at 'StopForumSpam: Query Connect

Obviously the server is working, but for some reason it can't be accessed.

GlowHost.com 03-31-2011 06:18 PM

Sounds like they have firewalled you or you have firewalled them. You can ask your host to check for you or ask on stopforumspam forums to see if you are blocked.

kaposer 04-01-2011 05:48 AM

GlowHost, thanks for your efforts on making such an antispam tool. I get this message when I try to post after installing the spam-o-matic:
-----------------------
Warning: require_once(includes/functions_ghsom.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/functions_newpost.php(443) : eval()'d code on line 5

Fatal error: require_once() [function.require]: Failed opening required 'includes/functions_ghsom.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/santifan/public_html/forums/includes/functions_newpost.php(443) : eval()'d code on line 5
------------------------
Any idea of what I'm doing wrong?

Thanks


All times are GMT. The time now is 07:45 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.03810 seconds
  • Memory Usage 1,756KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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