vBulletin ModsThe Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=248042 |
Quote:
;) |
Quote:
|
1 Attachment(s)
as you can see from the attached, i've insterted the groups number to be protected by the plugin. Can you spot some mistakes in that?
|
Quote:
|
i noticed little problem with the GSOM plugin,
if there is problem on outgoing traffic from vB and you chose to ban & submit to SFS then in the GSOM log is stays it submitted the user into SFS database w/o any indication o error is this possible to improve or it can't be verified ? |
Cool plugin, but there is a pretty serious oversight in this plugin which led to a ton of abuse recently.
The remote cache option states the following: "Duration in minutes that remote queries should be cached to reduce query traffic / lookup duration and load on the remote server" However the code says this: $sql = 'DELETE FROM '.TABLE_PREFIX.'glowhostspamomatic_remotecache WHERE `date` < DATE_SUB(NOW(), INTERVAL '.(int)$vbulletin->options['glowhostspamomatic_remote_cache'].' DAY); '; So we were hit by a botnet (one new registration attempt every four seconds, not even exaggerating) and we were expecting that after an IP was reported, that we wouldn't see that IP registering again after the 30 minute cache timeout. This led to two issues: 1) The cache isn't cleared for the banned user immediately, meaning the bot could immediately reregister without SFS being checked for the new entry. 2) The cache was 30 days old, so the same IP would literally create thousands of accounts before the cache would clear and start reporting the abuse. This also led to another observation of the code. The order of checks goes username, email, IP. However the order of checks (to take advantage of cache) should go IP, email, username. The code shouldn't even waste time querying for a bad username if it knows the IP is bad, so why put unnecessary strain on the SFS service by querying for username if the IP is bad? So, as I said, great plugin, but it needs some changes to work properly on a high traffic site effectively. Edit: I thought I'd mention how I changed the query. This should hopefully increase cache efficiency also: $sql = 'DELETE FROM '.TABLE_PREFIX.'glowhostspamomatic_remotecache WHERE (`date` < DATE_SUB(NOW(), INTERVAL '.(int)$vbulletin->options['glowhostspamomatic_remote_cache'].' MINUTE) and is_spambot = 0) or (`date` < DATE_SUB(NOW(), INTERVAL '.(int)$vbulletin->options['glowhostspamomatic_remote_cache'].' DAY) and is_spambot = 1); '; This would delete SFS negatives that are 30 minutes old, while letting SFS positives sit in the database cached for 30 days. |
This was working for a couple of months now I see 20-30 spammers get by every morning
1136 Spammers Denied Registration 18 Spammers Permanently Banned 7 Spammers submitted to StopForumSpam 7834 Spammy Posts Automatically Moderated |
Quote:
|
nice mod - good work
not installed i am prefer stop forum spam (traffic and load is very low) |
Quote:
|
Quote:
There's a reason I removed the "welcome to our newest member code" from my site. Why would I want to welcome a potential spammer and potentially push up their internet search engine standing? Same thing goes for member listings...none of my forum members are listed until they have three validated posts. Sorry for the rant, but this is a subject that is near and dear. Either way, if more forum owners were a bit more savvy and took more interest in purging/reporting spammers, we'd all be better off. ANY anti-spam tool is better than apathy. |
Quote:
It's still says version 2.10 released 1/10/2103 |
Quote:
|
We are having a problem with this Mod, when enabled and a member posts it goes to a blank white screen and when i disable it everything goes back to normal, posts post normally.
Any ideas on what could be the issue? |
Quote:
|
Quote:
|
how can i stop moderate posts?
i dont want, that the moderators get the posts from new users to activate the posts, and i dont want prevent posts, too .. i can only choose moderate posts or prevent posts. |
how can "Moderation Tools" option be enabled only for administrator?? and moderators do not use it?
|
thanks mark as installed
|
Hi,
Our web servers are behind an Amazon load balancer in TCP mode (transport layer) - so they cannot see the IP address if a client. I could configure load Balancer in HTTP mode and get Amazon to pass X-Forwarded-For header. Will Spam-0-Matic work with this header? Or does it look for REMOTE_ADDR? If I run HTTPS then I will have to terminate SSL traffic on the load balancer to get this header forwarded to the web server. Not very good from a security point of view. Any other alternative if the above is not possible? |
Glad to see you are still on this!! Have been using this and recommending it to clients for years!
Is there a list of changes or anything from the latest updates? Thanks |
Is there any way to filter out all messages that contain Chinese and russian letters? These seem to be the bulk of my spam.
|
Quote:
Quote:
Quote:
Quote:
|
Quote:
PS The update fixed the RSS feeds going to moderation problem -- Thanks again |
Quote:
|
Quote:
My bad, sorry I missed that. Thanks |
I love this MOD, do you know if this will be updated for vB 5?
|
Quote:
|
I been using this mod for quite sometime and i was working fine till last month. Since from last month i have hundreds & hundreds of spammers registering on my forum on daily basis. It's still blocking a lot of them which i am thankful :) but i am really tired of deleting hundreds of them on daily basis.
The problem is when i check their username or email at stopforumspam.com i see a huge list of those spammers, however for some reason they are still not being blocked and pass all the verification and register. Is there anything that can be done for this issue ?? One quick question which i can't seem to find is how can i delete those spammers and report them to stopforumspam as a spammer via admincp ?? I will appreciate if you can suggest me any better way to block these spammers :( Thanks in advance. |
Quote:
|
Thanks n i hope this will help :)
Update : I did install the above mentioned mod as well and it's still not helping much. I still had about 45 spammers registered in past few hours. You think this should be normal ??? Any help/suggestions ? Thanks in advance. |
Quote:
1) [GlowHost] Spam-O-Matic 2) Spammers Suck! (or you could use Spambot Stopper) 3) NoSpam! Image Enhancement = no spammers in a loooong time for me! |
So let me ask you guys this, If i have Glowhost Spam-o-matic, Vbulletin Spam Management, Spambot Stopper are running all at the same time and let's say if install NoSpam on top of it, would that work fine ?? I mean running all these mods at the same time would be okay or should i just stick to one or two of them ???
Thanks in advance. |
Hello..
i have 2 forum installed spam o matic, but i saw different thing in case like this: first i delete one thread (soft delete), then i open the thread again, choose the post and hit the spam o matic menu, and confirm menu. in my one forum, i got the user get banned, but no thread removed in my second forum, i got the user get banned, but thread removed (hard delete). i check all configuration is the same.. could someone one help me? |
Quote:
I have some custom scripts I could add that will help can install them if u want |
Hey guys. . i have a question. . why after install this plug in, i cannot post new thread??
|
Quote:
Any number of reasons. There are some options that if enabled and not properly set up will stop anyone from posting on the forum. Start by disabling the option below and see if that fixes it (at least until you set it up correctly). https://www.vbulletin.org/forum/external/2013/06/18.jpg |
Quote:
Hi ForceHSS, I have installed this one mod where you have to confirm your email before the registration and u can't register if u don't confirm your email via given code. So far it's helping me a lot. I would say it brought down spammers from 100 in 12 hours time to 5-6 in 12 hours, however they are still that pass this option as well. If this gets hectic i will contact u for sure. If that okay for you :) Thanks for your help. |
dont know this is a bug or not.
when a thread submited, and the member edit the 1st post and put lots of link inside it, the thread get moderated. me (admin), try to approve the thread using the moderation tools, but the status of the post still moderated, i have to approve the post from the admincp. very strange.. never had a problem like this before upgrade to 2.1.2 |
Quote:
It would be great if any action at all - made by a mod on a post (disapprove / approve / move ) would then cause the mod notification to go away, but this was happening for me before this latest SOM update too. Never have figured out why sometimes need to approve it the before moderation notice goes away - sometimes not :confused: |
Quote:
|
I've been happily running 2.0.2 for a while now. Any reason to upgrade to 2.1.2? Any reason not to upgrade?
|
Quote:
|
Yeah, that's how I'm leaning. The main feature I'd like added is to be able to Spam-O-Matic zap spammy threads at the forum display level, instead of having to open those threads and and select the individual post.
|
INSTALLED TODAY
Totally brilliant Thank you so much. Got 2 spammers within seconds.:D |
Quote:
The thing to do is decide how many links you want members to put in their post. If they go over that amount then their post will go into moderation. Have you set S-O-M to auto moderate? |
Set 0 for mod urls in the settings for this mod
|
Do you know if this MOD will be made to work with vB5?
|
Quote:
|
Quote:
|
If I was you I would not upgrade to vb5 for some time as there are way too many bugs in it. For me I never will don't like the look or the options. By the time vb5 is stable they will be plenty of mods to use on it so best to wait
|
When I try and install it I get an error
XML Error: Invalid character at Line 151 Any ideas? |
Strange have never seen a bug with this being installed check all files uploaded to correct place also make sure you are unzipping the file above with winrar
|
Quote:
Quote:
|
1 Attachment(s)
How to change this font color from white to black.
I searched this post for "font and color" and the only posts similar to my issue but the response was given over skype and not posted here that I saw. Can anyone help? |
Quote:
|
Quote:
|
Thanks friend ;)
Version 4.2.1 working :up: |
Quote:
|
Quote:
|
I installed this mod a week ago on 4.2.1 and it works GREAT! Almost 400 spammers stopped in 6 days!!
|
Well for 2 and a half years my RSS feeds robot hasn't worked.
I had the first original version 1 of this mod installed. Today I updated this mod to the lastest version and now my RSS feeds are now working.... |
Quote:
|
Quote:
|
Quote:
to update do I just download new version and update and overwrite via VB plugin manager |
This mod is absolutely amazon, within 72 hours it had stopped over 3,000 registrations and posts, absolutely amazing. They are still hitting my site hard but Spam-O-Matic is holding them off, well done guys. I recommend taking the time to get an Akismet and StopForumSpam API as this stops more getting through the net (some do)
|
This mod is amazing... I had to enter my forum each morning to delete posts for 30 minutes... now I can breakfast with no stress :)
|
Will this work with vBulletin 4.2.0 Patch Level 3?
|
Works with 4.2.1 on localhost, so not the best place to test..
Will go live soon... Thanks... |
Quote:
|
It works fine in vB Suite 4.2.1, tested.
|
Thank you all!
|
Has something suddenly broken. In the last 2 days, I've had 8,000 new members. Of course, 7,998 are spammers. Why isn't Spam-O-Matic catching these?
Here's a tiny bit of the log file: Quote:
|
They got through because they are not listed at SFS
A quick search of some of the records at SFS returns -0- entries for IP or email Only the 2 in red were tagged by SFS; the others are not found:
All IPs come back to China. You should try a second layer like - http://www.vbulletin.org/forum/showthread.php?t=289463 We have both installed. Regards. . . jcgriff2 ` |
Thank you sooooo much for this. 85 spammers stopped in less than 24 hours:up::up::up:
|
Quote:
|
Thanks for adding them.
I thought that since the user name was dynamically allocated that the IPs may be never-ending as well. We use & rely on the SFS plug-in; the other one simply aids in the process. |
Its a realy usefull addon
But what i missing is a check, if the ip is an actually tor exit node |
Quote:
|
Quote:
|
Hi first of all thanks a lot for the great mod.
But i have a problem,i am running spaomatic 2.1.2 on vbulletin 4.2.1, I installed spamomatic successfully but now when i administrator or other members try to post or post thread it says "Are you sure you want to leave the page" when i hit leave it takes me in to a blank page with this "Server Error". When i extend the error for reason it says "The website encountered an error while retrieving http://www.mydomain/newreply.php?do=postreply&t=2. It may be down for maintenance or configured incorrectly." Also when i disable the mod from plugin manager everything gets normal to back then.. I really need this mod please solve this issue for me. |
Quote:
I used an FTP utility to upload the contents of the upload folder to the root directory. I then used both the FTP utility and the File Manager in the cPanel of my web hosting service to verify that each of the following files is on the server: admincp/glowhostspamomatic.php includes/functions_ghsom.php includes/xml/cpnav_ghostspamomatic.xml Each file has the exact same size shown on the original copy on my local drive. After uploading I imported the product_glowhostspamomatic.xml file using the product manager. I was then able to view and edit the settings in the Options section. So please humor me. What am I missing? |
Quote:
The root folder was it www or public_html that you click into first? Check you have not renamed admincp folder you can do this by checking your config or check url when logging into admin panel on forums |
Quote:
|
Quote:
|
Quote:
Quote:
Thanks! |
Does this mod work in vBulletin 5.x? ;)
|
does this work in vB5?
|
Today this plugin started blocking all registrations until I turned off the 'IP Check' option.
Is anybody else having the same problem? |
Quote:
You might want to check that you weren't just getting slammed by a bunch of bots or spammers at the same time (throughout the day) from known bad ips. It could appear that it was blocking everyone but in reality it could've been doing exactly what is was suppose to do ...that is until you turned it off. |
Quote:
|
Looks like a proxy server (or something) was introduced on my server recently so all users appear to come from the same IP address and the plugin thinks they are spammers. working w/ webhost to resolve. cheers
|
Quote:
1. Google speed? 2. Cloud VPS? |
the web host thinks it is caused by varnish which does reverse proxy, looks like installing mod_rpaf should solve the issue.
thanks for suggesting google speed - i played around with that recently as well so that is a possible culprit.. |
I downloaded Spam-O-Matic, but found the install instructions to be a little bit confusing. It says upload "content" of the upload folder. I was told to actually upload the upload folder itself. Does this matter? Would like to see a little more specific locations. Where do you upload the product-glowhostspamomatic.xml? Our forum is in the /forum/ folder.
Our admincp folder was renamed. Does glowhostspamomatic.php get uploaded in it's admincp folder or in our renamed admincp folder? Thanks Do the files go in these folders? /forum/product-glowhostspamomatic.xml /forum/includes/functions_ghsom.php /forum/includes/xml/cpnav_glowhostspamomatic.xml /forum/<renamed admincp>glowhostspamomatic.php or these? /forum/product-glowhostspamomatic.xml /forum/upload/includes/functions_ghsom.php /forum/upload/includes/xml/cpnav_glowhostspamomatic.xml /forum/upload/admincp/glowhostspamomatic.php |
Quote:
1) product-xxxxxxx.xml are always imported (this is usually shown as a single file outside the upload directory) |
does this work in vB5?
|
Quote:
|
Quote:
|
Quote:
|
All times are GMT. The time now is 00:51. |
Powered by vBulletin® Version 3.8.14
Copyright © 2023, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.