Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
SpamBuster v1.0.0 (Stable): Identify, log and remove spam posts on your forum Details »»
SpamBuster v1.0.0 (Stable): Identify, log and remove spam posts on your forum
Version: 1.0.0, by UK Jimbo UK Jimbo is offline
Developer Last Online: Mar 2013 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 03-01-2006 Last Update: 06-14-2006 Installs: 158
Uses Plugins
 
No support by the author.

This is the v3.5 version of vbSpamBuster that I wrote for vBulletin v3.0.x This version adds some new features.

What does it do?
It spots posts that could potentially be spam then (depending on option settings) creates a thread alerting site admin/moderators about the post and/or hides the post from view.

How does it identify the spam?
All off the posts for users with a post count of less than 10 (configurable) have their posts checked against a number of rules. Each rule has a different "score". If the total score for the post exceeds a specified limit then the post is deemed to be spam.

Can I add my own rules?
The installer file has a default rule set with it, you may wish to customise the rules in the options section of the AdminCP. The rules system is fairly simple to add to, in simple terms each rule is a perl regular expression and a score.

How do I install it?
Import the product via the Product Manager in the AdminCP. The options group and plugins will be added to your system. Now would be a good time to click the install link on here to record the fact that you've installed it.

How do I configure it?
Head to the "SpamBuster" option group in the "vBulletin Options" section of your AdminCP. Fill in the relevant fields. Further documentation will follow but it should be obvious what each setting does for the moment.

How do I upgrade?
Just run a regular install. It's worth backing up your settings particluarly the rules before performing the upgrade. If you're upgrading from v0.3.2 to v1.0.0 you can just download the attached rules file and add it via the admincp as there have been no code changes.

How can I test it?
Try posting a new thread/post with some trigger values in it. The string ekmas.com should do the trick.

Help it's broken my forum!
Erm, that's not an intended feature. Disable all six of the plugins that are part of the product "SpamBuster" and post an error report to this thread. The forum will work fine.

Why doesn't it do x,y or z?
Because I've either not thought about it yet or I've not written it yet. Please drop a post into this thread with any (sensible!) suggestions.

Can I use it commercially?
You're free to use it for whatever purpose comercially/privately as long as you don't resell the code. It's released under the LGPL, see the link below for futher info. If you find this plugin useful and you'd like to make a donation please use the "donate" button below.




This software is licenced under the CC-GNU LGPL.


Changelog
  • 15th June 2006 - v1.0.1 - Updated list of rules uploaded as a text file
  • 6th April 2006 - v1.0.0 - Stable release: code remains the same but the rules file has changed.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #142  
Old 04-28-2007, 08:02 PM
EragonSN EragonSN is offline
 
Join Date: Sep 2006
Location: Norway
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any way to get this mod for 3.6.5 ?
Reply With Quote
  #143  
Old 06-26-2007, 08:34 PM
jeryp jeryp is offline
 
Join Date: Feb 2006
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes please could this be ported to the latest release as it was great in 3.5 but now the spam is creeping back
Reply With Quote
  #144  
Old 06-29-2007, 03:43 PM
rc1320 rc1320 is offline
 
Join Date: Jun 2007
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I really need this for the latest 3.6.x

Does anyone know what I can do to get it to function properly? I am averaging 3-5 daily that I have to manually fix.
Reply With Quote
  #145  
Old 07-07-2007, 04:21 AM
cdoyle cdoyle is offline
 
Join Date: Oct 2004
Posts: 462
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
I just installed this hack, but it doesn't seem to be working? At least I can't seem to get it to do anything.

it's installed, it appears to be enabled, but not catching anything or posting in the forum I wanted it too.

I created a new testuser, and created a new post with the subject
BIG MONEY

and then the only thing I put in the post was a URL

http:www.bigmoneyscam.com

and it let it threw?

What am I doing wrong?

here is the config file I'm using
PHP Code:
## SpamBuster config file
# re-written by MajorGeeks.Com
# tests are in the format:
# type:name:score:section:expression

########################################
## Website root domains - commonly used and overseas domains. Dot info is the worst.
########################################
regexp:a_dotae:10:any:"/\.ae/i" 
regexp:a_dotbiz:10:any:"/\.biz/i"
regexp:a_dotcc:10:any:"/\.cc/i"
regexp:a_dotcn:10:any:"/\.cn/i"
regexp:a_dotde:10:any:"/\.de/i"
regexp:a_dotedu:10:any:"/\.edu/i" 
regexp:a_dotfm:10:any:"/\.fm/i"
regexp:a_dothungary:10:any:"/\.hu/i"
regexp:a_dotindia:10:any:"/\.in/i"
regexp:a_dotis:10:any:"/\.is/i"
regexp:a_dotinfo:10:any:"/\.info/i"
regexp:a_dotjapan:10:any:"/\.jp/i"
regexp:a_dotkorea:10:any:"/\.kr/i"
regexp:a_dotkorea:10:any:"/\.ky/i"
regexp:a_dotla:10:any:"/\.la/i"
regexp:a_dotly:10:any:"/\.ly/i"
regexp:a_dotnet:9:any:"/\.net/i"
regexp:a_dotno:10:any:"/\.no/i"
regexp:a_dotorg:5:any:"/\.org/i"
regexp:a_dotpoland:10:any:"/\.pl/i"
regexp:a_dotrussia:10:any:"/\.ru/i"
regexp:a_dottw:10:any:"/\.tw/i"
regexp:a_dotus:10:any:"/\.us/i"

########################################
## Website specific domains - mainly dot com, us and cc
########################################
regexp:a_0catch:10:any:"/0catch\.com/i"
regexp:a_0rz:10:any:"/0rz\.com/i"
regexp:a_3-hosting:10:any:"/3-hosting\.net/i"
regexp:a_32url:10:any:"/32url\.com/i"
regexp:a_150m:10:any:"/150m\.com/i"
regexp:a_250x:10:any:"/250x\.com/i"
regexp:a_888:10:any:"/888\.com/i"
regexp:a_9999mb:10:any:"/9999mb\.com/i"
regexp:a_adultfriendfinder:10:any:"/adultfriendfinder\.com/i"
regexp:a_ajcarvelli:10:any:"/ajcarvelli\.com/i"
regexp:a_alldating:10:any:"/alldating\.org/i"
regexp:a_asphost4free:10:any:"/asphost4free\.com/i"
regexp:a_hometownaol:10:any:"/hometown.aol\.com/i"
regexp:a_asapdeal:10:any:"/asapdeals\.com/i"
regexp:a_hometownaol:10:any:"/hometown.aol\.de/i"
regexp:a_bigsearcher:10:any:"/bigsearcher\.net/i"
regexp:a_blogdangit:10:any:"/blogdangit\.com/i"
regexp:a_bloggingmylife:10:any:"/bloggingmylife\.com/i"
regexp:a_blogspot:10:any:"/blogspot\.com/i"
regexp:a_bravehost:10:any:"/bravehost\.com/i"
regexp:a_chueca:10:any:"/chueca\.com/i"
regexp:a_cjb:10:any:"/cjb\.net/i"
regexp:a_clasificalia:10:any:"/clasificalia\.com/i"
regexp:a_createblog:10:any:"/createblog\.us/i"
regexp:a_draftblank:10:any:"/draftblank\.org/i"
regexp:a_dreaminder:10:any:"/dreaminder\.com/i"
regexp:a_drivecleaner:10:any:"/drivecleaner\.com/i"
regexp:a_duobackshopping:10:any:"/duobackshopping\.com/i"
regexp:a_forex:10:any:"/forex\.com/i"
regexp:a_etradeoil:10:any:"/etradeoil\.com/i"
regexp:a_find4uorg:10:any:"/find4u\.org/i"
regexp:a_free3xmovies:10:any:"/free3xmovies\.com/i"
regexp:a_freehostia:10:any:"/freehostia\.com/i"
regexp:a_freelotto:10:any:"/freelotto\.com/i"
regexp:a_freewebs:10:any:"/freewebs\.com/i"
regexp:a_forumophilia:10:any:"/forumophilia\.com/i"
regexp:a_genterist:10:any:"/genterist\.net/i"
regexp:a_geocities:5:any:"/geocities\.com/i"
regexp:a_gowinworld:10:any:"/gowinworld\.com/i"
regexp:a_happyhost:10:any:"/happyhost\.org/i"
regexp:a_hi5:10:any:"/hi5\.com/i"
regexp:a_highcareer:10:any:"/highcareer\.com/i"
regexp:a_hometownaol:4:any:"/hometown.aol\.com/i"
regexp:a_hyip:10:any:"/hyip\.com/i"
regexp:a_jeeee:10:any:"/jeeee\.net/i"
regexp:a_jobyour:10:any:"/jobyour\.com/i"
regexp:a_juststolen:10:any:"/juststolen\.net/i"
regexp:a_kicks-ass:10:any:"/kicks-ass\.org/i"
regexp:a_kuznetsova:10:any:"/kuznetsova\.net/i"
regexp:a_kokoom:10:any:"/kokoom\.com/i"
regexp:a_lipitor:10:any:"/lipitor\.com/i"
regexp:a_maplestorywiki:10:any:"/maplestorywiki\.com/i"
regexp:a_maple-story-hacks:10:any:"/maple-story-hacks\.com/i"
regexp:a_mbporno:10:any:"/mbporno\.net/i"
regexp:a_mediapost:10:any:"/mediapost\.net/i"
regexp:a_metamark:10:any:"/metamark\.net/i"
regexp:a_mobilitydrive:10:any:"/mobilitydrive\.com/i"
regexp:a_mp3sonido:10:any:"/mp3sonido\.com/i"
regexp:a_myspace:8:any:"/myspace\.com/i"
regexp:a_mytrickster:10:any:"/mytrickster\.net/i"
regexp:a_myworldresults:10:any:"/myworldresults\.com/i"
regexp:a_n00bie:10:any:"/n00bie\.net/i"
regexp:a_notlong:10:any:"/notlong\.com/i"
regexp:a_online-games-hacks:10:any:"/online-games-hacks\.com/i"
regexp:a_orgfree:10:any:"/orgfree\.com/i"
regexp:a_pharmacyforlife:10:any:"/pharmacyforlife\.com/i"
regexp:a_pilul:10:any:"/pilul\.org/i"
regexp:a_photobucket:5:any:"/photobucket\.com/i"
regexp:a_private-e-gold:10:any:"/private-e-gold\.com/i"
regexp:a_prohosting:8:any:"/prohosting\.com/i"
regexp:a_queroumforum:10:any:"/queroumforum\.com/i"
regexp:a_quickfreehost:10:any:"/quickfreehost\.com/i"
regexp:a_RhinoBrands:10:any:"/RhinoBrands\.com/i"
regexp:a_Security-Scanner:10:any:"/Security-Scanner\.net/i"
regexp:a_semaorg:10:any:"/sema\.org/i"
regexp:a_seo-promotion:10:any:"/seo-promotion\.org/i"
regexp:a_sexplaycam:10:any:"/sexplaycam\.com/i"
regexp:a_shorlcom:8:any:"/shorl\.com/i"
regexp:a_shorturl:8:any:"/shorturl\.com/i"
regexp:a_shortenurl:8:any:"/shortenurl\.com/i"
regexp:a_shove-it:10:any:"/shove-it\.com/i"
regexp:a_shrinkurl:8:any:"/shrinkurl\.us/i"
regexp:a_shurl:8:any:"/shurl\.com/i"
regexp:a_sitepalace:10:any:"/sitepalace\.com/i"
regexp:a_snipurl:8:any:"/snipurl\.com/i"
regexp:a_sphosting:10:any:"/sphosting\.com/i"
regexp:a_sponsor123:10:any:"/sponsor123\.org/i"
regexp:a_topgamesites:10:any:"/topgamesites\.net/i"
regexp:a_tripod:9:any:"/tripod\.com/i"
regexp:a_turkage:10:any:"/turkage\.com/i"
regexp:a_t35:10:any:"/t35\.com/i"
regexp:a_templatemonster:10:any:"/templatemonster\.com/i"
regexp:a_theblogaddict:10:any:"/theblogaddict\.com/i"
regexp:a_theonlyprofit:10:any:"/theonlyprofit\.com/i"
regexp:a_thewarcenter:10:any:"/thewarcenter\.com/i"
regexp:a_thewongfamily:10:any:"/thewongfamily\.com/i"
regexp:a_tiny.cc:10:any:"/tiny\.cc/i"
regexp:a_tiny2go:10:any:"/tiny2go\.com/i"
regexp:a_tinyurl:10:any:"/tinyurl\.com/i"
regexp:a_TopgoldExchange:10:any:"/TopgoldExchange\.com/i"
regexp:a_toppornclips:10:any:"/toppornclips\.com/i"
regexp:a_topsorted:10:any:"/topsorted\.com/i"
regexp:a_twelvemonths:10:any:"/twelvemonths\.org/i"
regexp:a_urlcutter:10:any:"/urlcutter\.com/i"
regexp:a_urlsnip:10:any:"/urlsnip\.com/i"
regexp:a_uranime:10:any:"/uranime\.com/i"
regexp:a_utairway:10:any:"/utairway\.com/i"
regexp:a_vipvirgins:10:any:"/vipvirgins\.net/i"
regexp:a_voserb:10:any:"/voserb\.com/i"
regexp:a_weblogpost:10:any:"/weblogpost\.com/i"
regexp:a_websamba:10:any:"/websamba\.com/i"
regexp:a_w3t:10:any:"/w3t\.org/i"
regexp:a_weblover:10:any:"/weblover\.org/i"
regexp:a_webspawner:10:any:"/webspawner\.com/i"
regexp:a_wordpress:8:any:"/wordpress\.com/i"
regexp:a_xoompages:10:any:"/xoompages\.com/i"
regexp:a_xxx-01:10:any:"/xxx\.com/i"
regexp:a_yesitisfree:10:any:"/yesitisfree\.com/i"

########################################
## Word specific blocks
########################################

##Casino
regexp:t_baccarat:6:title:"/baccarat/i"
regexp:a_casino:6:any:"/casino/i"
regexp:a_keno:6:any:"/keno/i"
regexp:a_poker:6:any:"/poker/i"
regexp:t_roulette:6:title:"/roulette/i"
regexp:a_slots:5:any:"/slots/i"

#Phones
regexp:a_ericsson:8:any:"/ericsson/i"
regexp:a_kyocera:8:any:"/kyocera/i"
regexp:a_motorola:8:any:"/motorola/i"
regexp:a_nextel:8:any:"/nextel/i"
regexp:a_nokia:8:any:"/nokia/i"
regexp:a_ringtone:8:any:"/ringtone/i"

#consoles
regexp:a_Nintendo:4:any:"/Nintendo/i"
regexp:a_playstation:4:any:"/playstation/i"
regexp:a_xbox:4:any:"/xbox/i"
regexp:a_PS3:4:any:"/PS3/i"

#Drugs and pharmacy
regexp:a_Acne:10:any:"/Acne/i"
regexp:a_Anatrim:10:any:"/Anatrim/i"
regexp:a_ativan:10:any:"/ativan/i"
regexp:a_alprazolam:10:any:"/alprazolam/i"
regexp:a_carisporodol:10:any:"/carisporodol/i"
regexp:a_cialis:10:any:"/cialis/i"
regexp:a_Clenbuterol:10:any:"/Clenbuterol/i"
regexp:a_enhancement:5:any:"/enhancement/i"
regexp:a_ephedra:10:any:"/ephedra/i"
regexp:a_ephedrine:10:any:"/ephedrine/i"
regexp:a_hcl:4:any:"/hcl/i"
regexp:a_lamictal:10:any:"/lamictal/i"
regexp:a_levitra:10:any:"/levitra/i"
regexp:a_Xanaax:10:any:"/Nicotrol/i"
regexp:a_Percocet:10:any:"/Percocet/i"
regexp:a_pharmacy:5:any:"/pharmacy/i"
regexp:a_pills:3:any:"/pills/i"
regexp:a_Pimple:5:any:"/Pimple/i"
regexp:a_phentermine:10:any:"/phentermine/i"
regexp:a_pheromones:10:any:"/pheromones/i"
regexp:a_Propecia:10:any:"/Propecia/i"
regexp:a_prozac:10:any:"/prozac/i"
regexp:a_Soma:3:any:"/Soma/i"
regexp:a_Steroids:7:any:"/Steroids/i"
regexp:a_tramadol:10:any:"/tramadol/i"
regexp:a_ultram:9:any:"/ultram/i"
regexp:a_viagra:10:any:"/viagra/i"
regexp:a_wellbutrin:10:any:"/wellbutrin/i"
regexp:a_xanax:10:any:"/xanax/i"
regexp:a_Xanax:10:any:"/Xanax/i"
regexp:a_Xanaax:10:any:"/Xanaax/i"
regexp:a_Zyban:10:any:"/Zyban/i"

#Porn and dating
regexp:a_alcohol:5:any:"/alcohol/i"
regexp:a_anal:10:any:"/anal/i"
regexp:a_blowjobs:10:any:"/blowjobs/i"
regexp:a_boobs:10:any:"/boobs/i"
regexp:a_Britney:5:any:"/Britney/i"
regexp:a_cum:6:any:"/cum/i"
regexp:a_cumshots:6:any:"/cumshots/i"
regexp:a_++++:10:any:"/++++/i"
regexp:a_dating:5:any:"/dating/i"
regexp:a_drunk:5:any:"/drunk/i"
regexp:a_ejaculation:10:any:"/ejaculation/i"
regexp:a_fisting:9:any:"/fisting/i"
regexp:a_gangbang:10:any:"/gangbang/i"
regexp:a_girlfriend:8:any:"/girlfriend/i"
regexp:a_horny:10:any:"/horny/i"
regexp:a_incest:10:any:"/incest/i"
regexp:a_juggs:8:any:"/juggs/i"
regexp:a_lesbian:10:any:"/lesbian/i"
regexp:a_milf:10:any:"/milf/i"
regexp:a_nudism:10:any:"/nudism/i"
regexp:a_penis:10:any:"/penis/i"
regexp:a_porn:4:any:"/porn/i"
regexp:a_rape:10:any:"/rape/i"
regexp:a_sex:4:any:"/sex/i"
regexp:a_shemale:10:any:"/shemale/i"
regexp:a_sexual:10:any:"/sexual/i"
regexp:a_tits:10:any:"/tits/i"
regexp:a_virgin:10:any:"/virgin/i"
regexp:a_webcam:6:any:"/webcam/i"
regexp:a_xxx:6:any:"/xxx/i"
regexp:a_whores:10:any:"/whores/i"

#Non English words
regexp:a_?:10:any:"/?/i"
regexp:a_?:10:any:"/?/i"
regexp:a_?:10:any:"/?/i"
regexp:a_?:10:any:"/?/i"
regexp:a_?:10:any:"/?/i"
regexp:a_?:10:any:"/?/i"
regexp:a_Giochi:10:any:"/Giochi/i"
regexp:a_Levione:10:any:"/Lezione/i"
regexp:a_Paginas:10:any:"/Paginas/i"
regexp:a_Registrierung:5:any:"/Registrierung/i"

#Miscellaneous
regexp:a_anime:5:any:"/anime/i"
regexp:a_bankruptcy:8:any:"/bankruptcy/i"
regexp:a_E-Gold:6:any:"/E-Gold/i"
regexp:a_estore:5:any:"/estore/i"
regexp:a_forex:10:any:"/forex/i"
regexp:a_Investor:3:any:"/Investor/i"
regexp:a_Rolex:5:any:"/Rolex/i"
regexp:a_surgery:3:any:"/surgery/i"
regexp:a_Stockbroker:4:any:"/Stockbroker/i" 
Reply With Quote
  #146  
Old 08-14-2007, 09:10 PM
UK Jimbo's Avatar
UK Jimbo UK Jimbo is offline
 
Join Date: Sep 2002
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by <MG>CP View Post
Here is our updated spambuster rules. We are at about 90% effective right now. The ones getting by are typically rare single domain posts. Since we have people posting Hijack This log files, those occasionally get caught, but we are very happy with this latest file.

Our work on this updated text is 3 months and 282 replies from our moderators perfecting it! It uses a LOT of known spamming domains, so if your website allows a ton of html links, this wont work very well for you, but you can edit it yourself.

A good bit of re-write and time has gone into it, I hope it helps you as much as it has us.

Comments and suggestions welcome.
This is a fantastic ruleset. Thanks for sharing it. I've included it as the default to SpamBuster v1.1.0 which I'll be releasing in the next few moments.


Quote:
Originally Posted by Kungfu View Post
finally got around to working on this, this should update the latest posts and counters in the forum you dump the spam reports in.

{code}
Nice work Kungfu. I've included code v.similar to that in v1.1.0 too. Thanks.
Reply With Quote
  #147  
Old 08-14-2007, 09:21 PM
UK Jimbo's Avatar
UK Jimbo UK Jimbo is offline
 
Join Date: Sep 2002
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ladies & Gentlemen. I'm happy to announce v1.1.0

https://vborg.vbsupport.ru/showthread.php?t=155242
Reply With Quote
  #148  
Old 07-27-2008, 10:44 AM
cobby cobby is offline
 
Join Date: Apr 2006
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Let me ask one question will this clean a board of spam thats already been posted. I cant find the answer to that. If it can how can we trigger it. I tried using maintenance but that was unsuccessful.
Reply With Quote
  #149  
Old 02-15-2010, 10:38 AM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Had to uninstall this off my 3.5.4 it was moderating posts that didn't have keywords listed and prevented inline moderation of the unapproved posts.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:41 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07843 seconds
  • Memory Usage 2,466KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete