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)

amogh 10-26-2012 06:29 AM

I see that legitimate registrations are being blocked by Spam-O-Matic.

I want to undo a few actions that Spam-O-Matic has taken (I see the log and want to allow some registrations that have been blocked)

How do I do this?

Amogh

contra88 10-26-2012 06:55 AM

I have a problem
I installed spam o matic but often I find a boot with ip registered on the forums and the emails stop spam on forum.com

- I uploaded the files in the upload folder
- I installed the plugin
- I configured the options
- I put the API to stop spam forum

What did I do wrong?

iputinwork 10-27-2012 01:50 AM

I've got this error, any idea how to fix it?:

Database error in vBulletin 4.1.12:
Invalid SQL:
SELECT * FROM glowhostspamomatic_stats;
MySQL Error : Table 'iputinwork_forum.glowhostspamomatic_stats' doesn't exist
Error Number : 1146

Parse error: syntax error, unexpected T_STRING in /home/iputinwork/public_html/includes/adminfunctions_plugin.php(1097) : eval()'d code on line 17

I've tried to re-install several times and same thing happens.

ForceHSS 10-27-2012 02:56 AM

Quote:

Originally Posted by iputinwork (Post 2376210)
I've got this error, any idea how to fix it?:

Database error in vBulletin 4.1.12:
Invalid SQL:
SELECT * FROM glowhostspamomatic_stats;
MySQL Error : Table 'iputinwork_forum.glowhostspamomatic_stats' doesn't exist
Error Number : 1146

Parse error: syntax error, unexpected T_STRING in /home/iputinwork/public_html/includes/adminfunctions_plugin.php(1097) : eval()'d code on line 17

I've tried to re-install several times and same thing happens.

MySQL Error : Table 'iputinwork_forum.glowhostspamomatic_stats' doesn't exist can you not see this

iputinwork 10-27-2012 12:27 PM

Quote:

Originally Posted by ForceHSS (Post 2376223)
MySQL Error : Table 'iputinwork_forum.glowhostspamomatic_stats' doesn't exist can you not see this

Yes I can see it, but how do it fix it? What is causing the table to not exist?

I thought the table would be created once installed. Sorry this is my first time using vB.

cool_recep 10-27-2012 01:58 PM

When will it support blogs?

ForceHSS 10-27-2012 03:15 PM

Quote:

Originally Posted by iputinwork (Post 2376272)
Yes I can see it, but how do it fix it? What is causing the table to not exist?

I thought the table would be created once installed. Sorry this is my first time using vB.

you need to install the files as it is saying you have not

iputinwork 10-28-2012 05:11 PM

Quote:

Originally Posted by ForceHSS (Post 2376297)
you need to install the files as it is saying you have not

I've tried to install the files numerous times, and I've also given it to my webmaster and still getting an error.

cURL is installed on the server and allow_url_fopen is enabled in PHP settings

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 : Sunday, October 28th 2012 @ 11:34:38 AM

Error Date : Sunday, October 28th 2012 @ 11:34:38 AM

Script : http://www.exploregta.com/admincp/pl...=productimport

Referrer : http://www.exploregta.com/admincp/pl...?do=productadd

TheSupportForum 10-28-2012 05:47 PM

Quote:

Originally Posted by iputinwork (Post 2376599)
I've tried to install the files numerous times, and I've also given it to my webmaster and still getting an error.

cURL is installed on the server and allow_url_fopen is enabled in PHP settings

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 : Sunday, October 28th 2012 @ 11:34:38 AM

Error Date : Sunday, October 28th 2012 @ 11:34:38 AM

Script : http://www.exploregta.com/admincp/pl...=productimport

Referrer : http://www.exploregta.com/admincp/pl...?do=productadd

in product-glowhostspamomatic.xml change all instances of

Code:

) TYPE=MyISAM; ');
to

Code:

) ENGINE=MyISAM; ');
then install again

iputinwork 10-28-2012 06:19 PM

^^

Yup, I did that and then I get this after I import the .xml file :

Database error in vBulletin 4.1.12:
Invalid SQL:
SELECT * FROM glowhostspamomatic_stats;
MySQL Error : Table 'iputinwork_forum.glowhostspamomatic_stats' doesn't exist
Error Number : 1146

Parse error: syntax error, unexpected T_STRING in /home/iputinwork/public_html/includes/adminfunctions_plugin.php(1097) : eval()'d code on line 17

iputinwork 10-28-2012 08:00 PM

solved thanks to simonhind!!!

Silver_2000_)! 10-30-2012 04:18 AM

Upgraded forum to VB4 and no one can post
"fatal error: Call to undefined function clean_options_list() in /includes/functions_newpost.php(532) : eval()'d code on line 8"
the search this mod function is broken - any ideas whats wrong ?
If I disable this mod the error disappears

ForceHSS 10-30-2012 04:39 AM

Quote:

Originally Posted by Silver_2000_)! (Post 2376958)
Upgraded forum to VB4 and no one can post
"fatal error: Call to undefined function clean_options_list() in /includes/functions_newpost.php(532) : eval()'d code on line 8"
the search this mod function is broken - any ideas whats wrong ?
If I disable this mod the error disappears

remove xml remove all files then reinstall it again

ilikeitlikethat 10-31-2012 11:29 AM

i cant seem to get this plugin working at all, even tho ive done a fresh install and everything..

if i have it enabled, it gives me an error when i try to register a test account & also an error when i try to post..

ugh, i need this working..

TheSupportForum 10-31-2012 12:00 PM

Quote:

Originally Posted by ilikeitlikethat (Post 2377251)
i cant seem to get this plugin working at all, even tho ive done a fresh install and everything..

if i have it enabled, it gives me an error when i try to register a test account & also an error when i try to post..

ugh, i need this working..

do you read others posts the solution is in loads of them

in product-glowhostspamomatic.xml change all instances of

Code:

) TYPE=MyISAM; ');
to

Code:

) ENGINE=MyISAM; ');
then install again

doctorsexy 11-02-2012 10:59 AM

Is there a how to set up guide to this somewhere...

and is there a way of making the Spam-O-Matic Statistics in wgo a different color .... thanks

TheSupportForum 11-02-2012 11:05 AM

Quote:

Originally Posted by doctorsexy (Post 2377770)
Is there a how to set up guide to this somewhere...


Step 1 : install
Step 2 : Get your StopForumSpam API Key Here
Step 3 : input key in right field

what else would you need to do other than that ?

doctorsexy 11-02-2012 12:23 PM

Quote:

what else would you need to do other than that ?
Well quite alot judging from some of the posts .

TheSupportForum 11-02-2012 12:32 PM

Quote:

Originally Posted by doctorsexy (Post 2377797)
Well quite alot judging from some of the posts .

if you come across other problems after install please post them, thats the idea just like the rest, each person may have individual issue we won't know till you install and test

rinkrat 11-03-2012 06:17 PM

Getting more and more spammers from .ch getting through this mod. It used to stop them all.

TheSupportForum 11-03-2012 06:44 PM

Quote:

Originally Posted by rinkrat (Post 2378130)
Getting more and more spammers from .ch getting through this mod. It used to stop them all.

they are using bots they are not real people

smoknz28 11-03-2012 09:26 PM

I am running vb v4.2.0 Level 3

Installing this mod for the first time...

1. Uploaded required files.

2. Imported file....database error and file was not imported.

Code:

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  : Saturday, November 3rd 2012 @ 02:21:55 PM
Error Date    : Saturday, November 3rd 2012 @ 02:21:55 PM
Script        : http://www.xxxxxxxxxxxx/forums/admincp/plugin.php?do=productimport
Referrer      : http://www.xxxxxxxxxxxxxx/forums/admincp/plugin.php?do=productadd
IP Address    : xxxxxxxxxxxxxxxxxx
Username      : xxxxxxxxxxxxx
Classname    : vB_Database
MySQL Version : 5.5.27-cll


bzcomputers 11-03-2012 09:41 PM

Quote:

Originally Posted by smoknz28 (Post 2378168)
I am running vb v4.2.0 Level 3

Installing this mod for the first time...

1. Uploaded required files.

2. Imported file....database error and file was not imported.

Code:

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  : Saturday, November 3rd 2012 @ 02:21:55 PM
Error Date    : Saturday, November 3rd 2012 @ 02:21:55 PM
Script        : http://www.xxxxxxxxxxxx/forums/admincp/plugin.php?do=productimport
Referrer      : http://www.xxxxxxxxxxxxxx/forums/admincp/plugin.php?do=productadd
IP Address    : xxxxxxxxxxxxxxxxxx
Username      : xxxxxxxxxxxxx
Classname    : vB_Database
MySQL Version : 5.5.27-cll


read post 2175 on previous page

smoknz28 11-03-2012 10:00 PM

Thanks....and sorry if I didn't go through all of the posts. 146 pages and counting. I got through around 10 pages and started seeing double vision. ;)

Heading to post 2175.

Thanks

smoknz28 11-03-2012 10:07 PM

Yup, that did it. ;)

Now, off to configuring it.

Thanks Bzcomputers.

jimmy026 11-06-2012 12:07 AM

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.

DFish 11-06-2012 01:46 PM

Quote:

Originally Posted by ForceHSS (Post 2374371)
you need to upload the files

Lol, the files were the first thing I uploaded then the XML via the ACP. So yeah. Still having issues. Thanks for the help though. :up:

ForceHSS 11-06-2012 06:43 PM

Quote:

Originally Posted by DFish (Post 2378878)
Lol, the files were the first thing I uploaded then the XML via the ACP. So yeah. Still having issues. Thanks for the help though. :up:

you might have but the error is saying you have not uploaded them to the right place

KProjects 11-06-2012 07:08 PM

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..

TheSupportForum 11-06-2012 07:12 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..

which API are you using ?
and are you aware that they migrated their API to a new location that you need to change in the php file

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 08:53 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.05864 seconds
  • Memory Usage 1,886KB
  • 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
  • (10)bbcode_code_printable
  • (2)bbcode_php_printable
  • (22)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