vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Anti-Spam Options - [GlowHost] Spam-O-Matic for vB 3.8 (StopForumSpam, Akismet, Auto-Moderation and more) (https://vborg.vbsupport.ru/showthread.php?t=248470)

squidsk 02-27-2014 02:55 AM

Quote:

Originally Posted by drsolomon1990 (Post 2483513)
tried that mate but still showing err

You didn't change it correctly look at the code you've posted it is incorrect.

SirVault 05-20-2014 10:10 PM

Anyone, off the top of their heads, know how to allow registration but disallow posting abilities?

DaveHillDL 06-06-2014 01:26 PM

Just installed on 3.8.7PL4 - seems to be OK. I edited the XML file before I installed.

Is there any way to get VB to email the moderator(s) when there is a pending post? I can't see anything in the VB settings, nor any mod that will allow this (but I could be wrong!).

Dave

Tobin Frost 06-07-2014 10:40 AM

Thanks! :)

Katelynn 07-10-2014 05:45 PM

I've looked everywhere, and cannot find an answer. So I'll ask here.

My glowhostspamomatic_log table is HUGE! I have 1.5 million rows since initial install in 2012. I am running version 1.2.7

Was there no way to purge the table? Or is this something we have to do manually?

Does anybody have a cron job to purge the table to allow only "x" number of days to remain, and delete all other rows?

Hoping someone can help because my table is ridiculously large (250mb and 1.5 million rows).

Thank you

Katelynn 07-10-2014 08:40 PM

Hey Guys, Just wanted to let you know I figured it out. I ended up writing this for my dailycleanup.php cron job. Hope that helps someone with a huge log file!

If I should NOT be doing this, please let me know!!

Code:

// DELETE Spam--O-Matic Log Entries Older Than 7 Days
$vbulletin->db->query_write("
        DELETE FROM " . TABLE_PREFIX . "glowhostspamomatic_log
        WHERE date < DATE_SUB(NOW(), INTERVAL 7 DAY)
");

// OPTIMIZE Spam--O-Matic TABLE After Deletion Of Log Entries Older Than 7 Days
$vbulletin->db->query_write("
        OPTIMIZE TABLE " . TABLE_PREFIX . "glowhostspamomatic_log
");


OUTL4W 10-31-2014 08:51 AM

Anyone having issues on 3.8.8 patch level 4?...php 5.3.28

Fivestones 11-27-2014 05:50 AM

thanks

aseapeople 01-31-2015 01:43 AM

Anyone using this on 3.8.8 successfully still?

Zilvia 05-08-2015 02:17 PM

I know this is really old and unsupported, but Im trying to view the log in admincp, but I do not see anywhere that displays the log for Spam-O-Mattic and Ive looked through everything under AdminCP > Statistics & Logs. Im running 3.8.7Patch level 3. Does anyone know where I can review the log?

Thanks,


All times are GMT. The time now is 07:43 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.01380 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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