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)

ForceHSS 10-10-2013 02:35 AM

you could always upgrade ur vb forum or edit the files for 3.8 version and add that part

juan71287 10-10-2013 02:44 AM

If i knew how to edit it I would have done it long time ago :/

hinomaru 10-10-2013 03:20 AM

As I know, there are many different functionality about this plugin for vb3.8 and vb4.x
I run 2 version of vbulletin 3.8 and 4.2.1 and run spam-o-matic too for vb3.8 and vb4.2 and without error.

So I think you better run spam-o-matic with the version of your vbulletin.

juan71287 10-10-2013 03:23 AM

All I need is, if someone can make the version for vb3.8 have the stats to show on forum.

ForceHSS 10-10-2013 03:33 AM

Quote:

Originally Posted by juan71287 (Post 2451634)
All I need is, if someone can make the version for vb3.8 have the stats to show on forum.

https://vborg.vbsupport.ru/forumdisplay.php?f=30

juan71287 10-10-2013 03:39 AM

Wouldnt go that far for just a simple addition IMHO. But thanks anyways.

Terrablade 10-18-2013 08:20 AM

Folks how does the auto-moderation on specific words work?

Is it a wildcard or what?

If i have in 1 line to moderate the word thanksssssssssssssssssss
will it also moderate the word thanks? or it has to be the entired thankssssssssssss?
Im getting posts moderated that i have not set a specific word for it to do so and I believe its because it s ready parts of the words i have set and not its entirety...

Can someone explain?

fly 10-18-2013 11:27 AM

Quote:

Originally Posted by Terrablade (Post 2454371)
Folks how does the auto-moderation on specific words work?

Is it a wildcard or what?

If i have in 1 line to moderate the word thanksssssssssssssssssss
will it also moderate the word thanks? or it has to be the entired thankssssssssssss?
Im getting posts moderated that i have not set a specific word for it to do so and I believe its because it s ready parts of the words i have set and not its entirety...

Can someone explain?

I think its safe to assume that its the whole word, otherwise posts would get moderated if they contained a single letter from the word thanks (to take your example to the extreme).

Terrablade 10-18-2013 07:33 PM

Thats what I believe its happening..

I have the word thankssssssssssssssssssssss in moderation
but im seeing posts moderated with the word thanks in it or thank you :/

fly 10-18-2013 09:04 PM

Quote:

Originally Posted by Terrablade (Post 2454463)
Thats what I believe its happening..

I have the word thankssssssssssssssssssssss in moderation
but im seeing posts moderated with the word thanks in it or thank you :/

But then why not words with just 'th'? :confused:

Terrablade 10-19-2013 05:22 AM

Good question,
Would like to see the coder explaining.

But no sign of him/her

fly 10-19-2013 01:06 PM

Quote:

Originally Posted by Terrablade (Post 2454564)
Good question,
Would like to see the coder explaining.

But no sign of him/her

*tisk*tisk*

I'll be damned, you're right. Looks like this line is doing exactly what you said.

Code:

if (str_replace($keywords, '', strtolower($this->fetch_field('pagetext', 'post'))) != strtolower($this->fetch_field('pagetext', 'post')) && !can_moderate()) {
edit: Wait, maybe not. I'll look at it more later, gotta run.

Terrablade 10-19-2013 03:50 PM

you let me know.. thanks :D

DemOnstar 10-20-2013 03:23 PM

Uninstalled..

Don't use it at all.

Spam Hammer seems to take care of the lot..Although I can't find the original link to what I downloaded..

Anyway...

vbresults 10-20-2013 10:12 PM

Quote:

Originally Posted by DemOnstar (Post 2454905)
Uninstalled..

Don't use it at all.

Spam Hammer seems to take care of the lot..Although I can't find the original link to what I downloaded..

Anyway...

https://vborg.vbsupport.ru/showthread.php?t=289463

DemOnstar 10-21-2013 04:32 AM

Quote:

Originally Posted by vbresults (Post 2454997)

Thank you sir... Correct you are..

adnedarn 10-21-2013 11:36 PM

Hopefully someone can help me out here... Sometimes the IP check doesn't work. I have it set to block registration if there is connection errors, yet somehow I am still getting people sent through the registration process when they are on the banned IP list. Example of my log from right now:

Quote:

2013-10-21 20:23:05 192.187.114.51 rhymnarmA vestadns@hotmail.com Passed StopForumSpam checks. Sent to vBulletin Registration System.

2013-10-21 20:20:42 66.117.2.34 fluipliek cheektack@hotmail.com Spam-O-Matic Tagged ip - 66.117.2.34 - Spammer Found and rejected.
The first one is a banned IP for a few days now yet has been passed through, while just moments prior, another user was rejected due to the IP address. Any guesses?
Thanks!
Andrew

ForceHSS 10-22-2013 12:16 AM

Quote:

Originally Posted by adnedarn (Post 2455191)
Hopefully someone can help me out here... Sometimes the IP check doesn't work. I have it set to block registration if there is connection errors, yet somehow I am still getting people sent through the registration process when they are on the banned IP list. Example of my log from right now:



The first one is a banned IP for a few days now yet has been passed through, while just moments prior, another user was rejected due to the IP address. Any guesses?
Thanks!
Andrew

The first one is not in the spam o matic db the 2nd one is the plugin is doing its job

adnedarn 10-22-2013 12:29 AM

What spam o matic db? It says that it pulls the details from stopforumspam.com (SFS) ... which it is listed and has been for days. http://stopforumspam.com/search
Ones that I caught and were not in the above link I submit... I'm not aware of a seperate spam o matic db. ???

Terrablade 10-22-2013 01:55 AM

Does anyone know if placing the moderated words in brackets {dog} works better?

Like the censorship mod. if you use dog. it will ban any word starting with Dog. Thats what i think happens witg spamomatic.

In censorship mod if you place {dog} it will only ban the word dog not dogma for example

ForceHSS 10-22-2013 02:26 AM

Quote:

Originally Posted by adnedarn (Post 2455202)
What spam o matic db? It says that it pulls the details from stopforumspam.com (SFS) ... which it is listed and has been for days. http://stopforumspam.com/search
Ones that I caught and were not in the above link I submit... I'm not aware of a seperate spam o matic db. ???

sfs = db its what i call it use to making games so I use this

ForceHSS 10-22-2013 02:27 AM

Quote:

Originally Posted by Terrablade (Post 2455212)
Does anyone know if placing the moderated words in brackets {dog} works better?

Like the censorship mod. if you use dog. it will ban any word starting with Dog. Thats what i think happens witg spamomatic.

In censorship mod if you place {dog} it will only ban the word dog not dogma for example

Why not test it then you will see how it works

adnedarn 10-22-2013 02:48 AM

so if we are both looking at the same database, why do I see that the IP address has been listed there for a few days yet the IP is getting passed through on my board?

ForceHSS 10-22-2013 03:21 AM

Strange it is now showing. Sometimes there db goes down have seen that in the pass. I use this along with the plugin helps when it does that

Jon12345 10-22-2013 02:23 PM

Couple of questions:

1. I have v2.1.0 - is it important to upgrade to v2.1.2? If so, how do I upgrade?

2. I am getting some errors:

Code:

Database error in vBulletin 4.2.0:

Invalid SQL:
INSERT INTO glowhostspamomatic_log(`date`, `ip`, `email`, `username`, `message`, `is_blocked`, `user_hash`) VALUES (now(), "112.25.11.36", "bradaitay@ymail.org", "bradpitay9394", "Spam-O-Matic Tagged email - bradpitay@ymail.org 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 Connection Errors\'", "0", "0f94df251e863a6a6f3bbaaef63eab");;

MySQL Error  : MySQL server has gone away
Error Number  : 2006
Request Date  : Saturday, October 19th 2013 @ 03:36:18 AM
Error Date    : Saturday, October 19th 2013 @ 03:36:48 AM
Script        : http://www.mysite.co.uk/forums/regis...p?do=addmember
Referrer      : http://www.mysite.co.uk/forums/register.php
IP Address    : 112.25.11.36
Username      : bradapiay9394
Classname    : vB_Database
MySQL Version :

Any idea why?

Terrablade 10-22-2013 08:56 PM

Maybe deleting the log file?

ForceHSS 10-23-2013 05:18 AM

Quote:

Originally Posted by Jon12345 (Post 2455327)
Couple of questions:

1. I have v2.1.0 - is it important to upgrade to v2.1.2? If so, how do I upgrade?

2. I am getting some errors:

Code:

Database error in vBulletin 4.2.0:

Invalid SQL:
INSERT INTO glowhostspamomatic_log(`date`, `ip`, `email`, `username`, `message`, `is_blocked`, `user_hash`) VALUES (now(), "112.25.11.36", "bradaitay@ymail.org", "bradpitay9394", "Spam-O-Matic Tagged email - bradpitay@ymail.org 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 Connection Errors\'", "0", "0f94df251e863a6a6f3bbaaef63eab");;

MySQL Error  : MySQL server has gone away
Error Number  : 2006
Request Date  : Saturday, October 19th 2013 @ 03:36:18 AM
Error Date    : Saturday, October 19th 2013 @ 03:36:48 AM
Script        : http://www.mysite.co.uk/forums/regis...p?do=addmember
Referrer      : http://www.mysite.co.uk/forums/register.php
IP Address    : 112.25.11.36
Username      : bradapiay9394
Classname    : vB_Database
MySQL Version :

Any idea why?

Talk to your host about this problem "MySQL server has gone away"

djbaxter 10-24-2013 09:21 PM

Quote:

Originally Posted by ForceHSS (Post 2455508)
Talk to your host about this problem "MySQL server has gone away"

Not that simple. I'm getting similar errors with the other mod from which this was derived:

Code:

Database error in vBulletin 4.2.2:

Invalid SQL:
INSERT INTO vbstopforumspam_log (date, ipaddress, email, username, message, blocked, userhash) VALUES (now(), '216.244.87.218' , 'dmmt347ewq@hotmail.com', 'zeeukslzdx', 'Result on field ip - 216.244.87.218 [REMOTEERR] Unverfied but allowed by policy', 0, 'f3c419d6641f368fc5888e9c4a81d2be');;

They usually also say

Code:

MySQL server has gone away
but that's a red herring. I'm on a dedicated server and that is the ONLY time I'm getting these errors. There are no other MySQL issues at the times these occur and it happens on two different 4.2.2 forums.

It's the Invalid SQL error that needs attention. Note the double occurrence of ";;" at the end. That looks malformed to me.

It may well have to do with upgrading to PHP 5.4.20 after the vBulletin 4.2.2 upgrade. I'm not certain.

A satisfactory workaround for now I think would be to turn off logging since the rest of the functions seem to be still working. There is no option to do that in vbStopForumSpam and I don't recall such an option for this mod either (I found it to be overkill for my needs so I reverted to the simpler version).

ForceHSS 10-24-2013 09:30 PM

MySQL server has gone away is a server issue you need to talk to your host

fly 10-24-2013 09:32 PM

Agreed. Something is happening to your SQL server. That's a PHP error and is happening at a lower level then this mod.

djbaxter 10-24-2013 09:48 PM

Quote:

Originally Posted by ForceHSS (Post 2455941)
MySQL server has gone away is a server issue you need to talk to your host

Quote:

Originally Posted by fly (Post 2455942)
Agreed. Something is happening to your SQL server. That's a PHP error and is happening at a lower level then this mod.

So which is it? PHP or MySQL? And why is it only happening when this mod or the other one tries to write to the log file?

Seems to me it has more to do with something in the mod that needs to be updated for 4.2.2 or PHP 5.4.20.

fly 10-24-2013 09:51 PM

It's PHP alerting you that it can't make a connection to the MYSQL database. I take it you recently upgraded to 5.4? Maybe something with that upgrade?

djbaxter 10-24-2013 09:58 PM

One more point:

The log IS being updated normally and I am ONLY seeing this error when the SFS database can't be accessed: Note the [REMOTEERR] part of the error message. Any other time, there is no error.

djbaxter 10-24-2013 10:01 PM

Quote:

Originally Posted by fly (Post 2455944)
It's PHP alerting you that it can't make a connection to the MYSQL database. I take it you recently upgraded to 5.4? Maybe something with that upgrade?

I run two forums, four blogs, a directory, and several other PHP scripts on this dedicated server. Nothing else is having any problems connecting to MySQL.

Again, the only errors I am getting are with writing to the log when the mod cannot connect to the SFS database.

That's a little too specific for me to believe it's the standard "MySQL has gone away" error.

squidsk 10-25-2013 03:59 PM

Remove the second ; and see what happens. Having a second ; will immediately try to redo the last mysql statement and if you're using myslqi in your vbulletin it will allow multiple mysql statements in a single query attempt.

djbaxter 10-25-2013 04:18 PM

The key is trying to find it. :o

ForceHSS 10-25-2013 06:31 PM

Did the one I give you work better than the ops version

Terrablade 10-26-2013 01:06 AM

Awesome how the coder doesnt even pop up here to try to explain some of this issues :D

djbaxter 10-26-2013 01:24 AM

Quote:

Originally Posted by ForceHSS (Post 2456189)
Did the one I give you work better than the ops version

Just installed it tonight on 2 of the 5 forums. Will let you know.

Update:

On one of the forums, after installing, it demoted me from Admin to new member, des[pite the fact that I was set as an Unalterable Admin in the config file (???!!!???) and I could no longer log in to the AdminCP.

Luckily, I have a co-Admin on that forum who was able to intervene and promote me again.

Thanks anyway but I've reverted to vBStopForumpam again.

camoit 10-27-2013 07:39 PM

I think I might have found a problem.
When it's enabled it turns off the stock Vulletin IP address block system.
I keep getting spammers from the USA and China getting through even though there IP address is in the ban user box.
On a side note, only the spammers that get through and try to post have an ICQ address. I think they are using it some way to do the posting of there Ugg boots and crap. There is a connection between them.


All times are GMT. The time now is 08:36 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.03531 seconds
  • Memory Usage 1,846KB
  • 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
  • (16)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