The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Bad Behavior Details »» | ||||||||||||||||||||||||||
/**
* vB Bad Behavior is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) any * later version. * * This program is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. */ What is vB Bad Behavior? This is an integration of the Bad Behavior software with vBulletin. What is Bad Behavior? Bad Behavior is a PHP-based solution for blocking link spam and the robots which deliver it. Bad Behavior complements other link spam solutions by acting as a gatekeeper, preventing spammers from ever delivering their junk, and in many cases, from ever reading your site in the first place. This keeps your site's load down, makes your site logs cleaner, and can help prevent denial of service conditions caused by spammers. Visit http://bad-behavior.ioerror.us/ for more. Features For more information on the features of Bad Behavior (and subsequently this mod) please go to Bad Behavior's site: http://bad-behavior.ioerror.us/documentation/benefits/ For features related to the mod itself, please take a look at the screenshots. This mod should work with the entire 3.x series (well, beginning with 3.5), but it's only been tested on 3.8.x. I'm not sure if this works on vB 4.x yet, as I've not tested it - but if you try it out, let me know! Installation 1. Extract the contents of the zip file. 2. Upload the contents of the `upload` folder to your forum root. 3. Enter your AdminCP and go to Plugins & Products > Manage Products > [Add/Import Product] 4. Import the product using the `product-vb_badbehavior.xml` file. 5. Configure the mod in AdminCP -> vBulletin Options -> vBulletin Options -> vB Bad Behavior Options Upgrading vB Bad Behavior In many cases, all you'll need to do to upgrade is follow the installation instructions above. The only difference, will be you'll need to allow the files to overwrite. Also, when re-importing the product file, you'll need to set "Allow Overwrite" to "Yes". Bad Behavior Bad Behavior's files are at `/includes/bad-behavior/`. If you wish to update manually go to: http://bad-behavior.ioerror.us/download/ And download the latest development version. Extract the zip, and upload the contents of `bad-behavior` to `/includes/bad-behavior/` allowing the files to overwrite. Versions The current version of Bad Behavior this mod is using is: v2.2.14 The current version of Bad Behavior (development) is: v2.2.14 Changelog Version 1.0.13, 04/23/2013
Version 1.0.12, 12/21/2012 -- Released: 02/05/2013
Version 1.0.10, 09/09/2012
Version 1.0.9, 06/17/2012
Version 1.0.8, 06/12/2012
Version 1.0.7, 05/04/2012
Version 1.0.6, 01/04/2012
Version 1.0.5, 05/26/2011
Version 1.0.4, 04/28/2011
Version 1.0.3, 04/21/2011
Version 1.0.2, 04/10/2011
Version 1.0.1, 04/06/2011
Version 1.0.0, 04/05/2011
Screenshots Screenshots can now be seen at: http://www.secondversion.com/images/vb/vb_badbehavior/ I was running out of room for attachments here on vB.org Development https://github.com/ericsizemore/vb_b...ree/master/vb3 Only those who "Mark As Installed" will receive support for this modification. Download Now
Show Your Support
|
Comments |
#182
|
|||
|
|||
I was gonna install this, but I found out it doesn't work with Tapatalk. Update would be nice. Thank you.
|
#183
|
||||
|
||||
Quote:
/mobiquo/mobiquo.php At the bottom of the file /includes/whitelist.ini add: url[] = "/mobiquo/mobiquo.php" That's it. |
#184
|
|||
|
|||
Anyone know a similar whitelist for ForumRunner?
Also, has anyone who installed BadBehavior noticed a significant drop in Google Adsense, Amazon or revenue from other affiliates? |
#185
|
||||
|
||||
I have installed it and it's had no impact on my revenue at all
|
#186
|
|||
|
|||
Please add a whitelist for Forum Runner as well.
All requests come through <base_forum_url>/forumrunner/request.php <base_forum_url>/forumrunner/ad.php <base_forum_url>/forumrunner/image.php <base_forum_url>/forumrunner/detect.js Thanks! |
#187
|
|||
|
|||
Quote:
If you are lucky and it blocks a lot of bad or unwanted hits. The less hits that people see your your adds on, should increase the views to clicks ratio and increase your earnings marginally I block a lot more hits by adding extra user agents to one file with a reasonable amount of success What would be a nice feature would be an option to block ips if they hit x amount of times with a banned user agent. 7 day, 14 day 30day options etc The normal person will see the page of doom and either go away or look into solving the problem if they want to see the page. The morons running these spam / scraping scripts will hit constantly One which hit me this week, hit from at least 50 user agents. Most of which I have banned I find it a regular thing to see 100 successive hits come in from a banned user agent Then they come back again later with another user agent when they find that one failed. |
#188
|
||||
|
||||
Is it needed to whitelist it? Is BB blocking anything in Forum Runner?
|
#189
|
||||
|
||||
Thanks for that, but is there a way to whitelist all BlackBerry IP's? This mod is preventing anybody using a blackberry from accessing the forum. Thanks.
|
#190
|
||||
|
||||
It does not block IPs, but user agents. But yeah, you can just whitelist anything blackberry if you want.
I'm not 100% sure about this one. Try: In whitelist.ini under Code:
[useragent] useragent[] = "Mozilla/4.0 (It's me, let me in)" useragent[] = "Mozilla/4.0 (vBSEO; http://www.vbseo.com)" useragent[] = "BoardTracker (http://www.boardtracker.com/spider.html) (Mozilla/4.0 compatible; MSIE 6.0; Linux CentOS;)" Code:
useragent[] = "Blackberry (Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.9.0.8) (http://www.blackberry.net/go/mobile/profiles/uaprof/8530_evdo/5.0.0.rdf)" I have 286.000 entries in my logs. Its getting difficult to browse through this. Are entries really deleted from the log after 7 days or did BB block 286.000 attempts in the last week? It would be very helpful to get an overview of registered members that were blocked. BB enables me to notify my members of troyans and other malware on their PC. So that after the removal of this malware they can freely browse my site. But there is no way that I can find time to review 286.000 entries per week. Especially the entries that contain vb_login_username: The IP whois does not work. It links to a white screen. Consider to use another whois service like http://whois.domaintools.com/ |
#191
|
|||
|
|||
I find the who is bit annoying
It seems to add more nloat and you tend to miss any members that have been inadvertently caught by mistake Im also finding a lot of ips get through that are listed on Project Honeypot |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|