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)

bzcomputers 11-06-2012 07:16 PM

Quote:

Originally Posted by KProjects (Post 2378932)
Is anyone else noticing people getting through with IPs that are listed in stopforumspam.com? I've noticed it quite a bit lately on a couple different vB sites w/ this mod installed..

I have IP check enabled
I have it set to block if it can't reach the stopforumspam site..

I believe even if it is in the database, if it is old (like 180 days, not sure what the length of time is), it will no longer block that ip.

KProjects 11-06-2012 07:16 PM

I did not know that - i'm just using the default settings that it had when I installed it.. is the updated code in this thread somewhere?

TheSupportForum 11-06-2012 07:21 PM

Quote:

Originally Posted by KProjects (Post 2378936)
I did not know that - i'm just using the default settings that it had when I installed it.. is the updated code in this thread somewhere?

open functions_ghsom.php
replace code from line 96 - 105 with

PHP Code:

                        case 'username':
                            
$is_spam VBGHSFS_getXML('http://api.stopforumspam.org/api?username='.urlencode($data).'&f=serial'$field);
                            break;

                        case 
'email':
                            
$is_spam VBGHSFS_getXML('http://api.stopforumspam.org/api?email='.urlencode($data).'&f=serial'$field);
                            break;

                        case 
'ip':
                            
$is_spam VBGHSFS_getXML('http://api.stopforumspam.org/api?ip='.urlencode($data).'&f=serial'$field);
                            break; 


KProjects 11-06-2012 07:28 PM

Thank you!

Quote:

Originally Posted by TheSupportForum (Post 2378937)
open functions_ghsom.php
replace code from line 96 - 105 with

PHP Code:

                        case 'username':
                            
$is_spam VBGHSFS_getXML('http://api.stopforumspam.org/api?username='.urlencode($data).'&f=serial'$field);
                            break;

                        case 
'email':
                            
$is_spam VBGHSFS_getXML('http://api.stopforumspam.org/api?email='.urlencode($data).'&f=serial'$field);
                            break;

                        case 
'ip':
                            
$is_spam VBGHSFS_getXML('http://api.stopforumspam.org/api?ip='.urlencode($data).'&f=serial'$field);
                            break; 



KProjects 11-06-2012 07:40 PM

Ok - as an update..

I remembered about the logs that it provides, so I looked through there - I had a total of 80 registration attempts on one of my sites today.. of that 80, it let 4 through.

The 4 were from the same IP address, which is in the stopforumspam.com database 57 times so far..

My API code currently does point to www.stopforumspam.com and not api.stopforumspam.com but because of the 76 blocks today it seems to be contacting the server fine..

I did just change the code to what you have pasted above and will see how it goes over the next couple days..

Thanks,
Rob

vBBurger 11-06-2012 08:42 PM

How does the newbie filter work if you have Email Activation enabled on vBulletin?

Because Email Activation puts them into a group awaiting Email activation, while Glow Host is trying to put them into the Newbies group.

Normally this wouldn't be a problem. Most people immediately go and activate.

But with Spam Bots, they register, never activate by email, and since GlowHost puts the user into a group which has posting privileges, they are able to post on the forum without activating.

This is where the problem arises.

If this is in fact a bug, or oversight, the solution would be for GlowHost to *wait* until they have moved out of the "Awaiting Email Activation" group before considering them a new registrant.

As it stands, it immediately considers them an activated registrant.

ThinkingBig 11-06-2012 09:21 PM

Quote:

Originally Posted by jimmy026 (Post 2378718)
There any way for me not to moderate the new members? We have so many members and a lot of ban appeals that come in and it takes forever to go through and moderate all the post.

+1 i have same problem... all new mambers post need to be moderate i got
Auto-Moderation set to disable and this not helps..

kartheekb 11-08-2012 07:18 AM

showing as database problem..

i have tryed other products , they are uploading..

Quote:

Database error in vBulletin 4.2.0:

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 : Thursday, November 8th 2012 @ 02:16:13 AM
Error Date : Thursday, November 8th 2012 @ 02:16:14 AM
Script : http://technodiscuss.com/vbforum/adm...=productimport
Referrer : http://technodiscuss.com/vbforum/adm...?do=productadd
IP Address : 117.XXX.X.XX
Username : admin
Classname : vB_Database
MySQL Version : 5.5.23-55

TheSupportForum 11-08-2012 07:42 AM

Quote:

Originally Posted by kartheekb (Post 2379296)
showing as database problem..

i have tryed other products , they are uploading..

please read a few pages up :(

in product-glowhostspamomatic.xml change all instances of

Code:

) TYPE=MyISAM; ');
to

Code:

) ENGINE=MyISAM; ');
then install again

kartheekb 11-08-2012 03:56 PM

Quote:

Originally Posted by TheSupportForum (Post 2379299)
please read a few pages up :(

in product-glowhostspamomatic.xml change all instances of

Code:

) TYPE=MyISAM; ');
to

Code:

) ENGINE=MyISAM; ');
then install again

thank you... worked. ;)


All times are GMT. The time now is 01:57 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.02952 seconds
  • Memory Usage 1,773KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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