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)

donwon 05-23-2011 01:00 AM

Yes there is an increase. I have had probably 50 today alone.

Sarteck 05-23-2011 10:17 PM

GlowHost,

One of the account I have in the Protect Users setting is an account that posts IP information of each member as they register to a thread, and checks the user's IP against other registration and post IPs (to detect Duplicate Accounts, for the most part). These posts are made to a thread my Staff can view with the following function:

PHP Code:

function insert_post_to_ip_thread($text)
{
  global 
$vbulletin;
  
$postdm =& datamanager_init('Post'$vbulletinERRTYPE_STANDARD'threadpost');
  
$postdm->set('threadid'71539);
  
$postdm->set('userid'54564);
  
$postdm->set('pagetext'$text);
  
$postdm->set('allowsmilie'0);
  
$postdm->set('visible'1);
  
$postdm->set('dateline'TIMENOW);
  
$postdm->save();
  
build_thread_counters(71539);
  
build_forum_counters(673);


I notice, in your plugin, you use $this->registry->userinfo to get the userinfo. I am wondering, with my simple function above, perhaps the registry of the post object does not get set with my userinfo?

If that's the case, it would explain why it's ignoring both the post count and the Protect Users settings. Could you make a suggestion on improving my little function there so that the registry does get set, perhaps, if that's the case?


[EDIT] Each of the accounts I'm having do automatic posting use similar functions, so it does seem likely that this could be the problem.

GlowHost.com 05-23-2011 10:54 PM

I am not a programmer so I cannot really tell you about your functions or how to improve them, sorry. As for testing, its not going to be for a while, I don't have version 2.5 set for release for at least another month due to other projects.

hamedbia2 05-24-2011 08:35 AM

hello,
with this add-on ,can i limit the some user groups to submit for example 10 threads per day?

caracena 05-24-2011 09:49 AM

Quote:

Originally Posted by hamedbia2 (Post 2199388)
hello,
with this add-on ,can i limit the some user groups to submit for example 10 threads per day?

No. To do that I use https://vborg.vbsupport.ru/showthread.php?t=131014 and it works perfectly.

hamedbia2 05-24-2011 03:42 PM

Quote:

Originally Posted by caracena (Post 2199397)
No. To do that I use https://vborg.vbsupport.ru/showthread.php?t=131014 and it works perfectly.

Thanks,but i'm using vbulletin 4.1.2

DannyITR 05-24-2011 03:56 PM

This mod is un-usable. I get emails every few days from disgruntled people not able to register if I'm using the IP function. Why is this happening??????

togotutor 05-24-2011 07:44 PM

Is it going to affect the SEO somehow?

Sushubh 05-25-2011 01:10 PM

Is it me or the threads moderated by this plugin are still visible to the end user?

They do not open thankfully. But they are still visible in different sections of the forum.

How do I hide them from members?

caracena 05-25-2011 01:53 PM

Quote:

Originally Posted by Sushubh (Post 2199780)
Is it me or the threads moderated by this plugin are still visible to the end user?

They do not open thankfully. But they are still visible in different sections of the forum.

How do I hide them from members?

You must have some setting wrong becouse in my forum, members whith moderated messages usually write them 2 or 3 times saying that "they don't know why their messages didn't showed up" so no... they don't show for regular members.


All times are GMT. The time now is 01:39 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
  • Page Generation 0.03743 seconds
  • Memory Usage 1,749KB
  • 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_php_printable
  • (3)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