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)
-   -   Miscellaneous Hacks - Banned Users List (https://vborg.vbsupport.ru/showthread.php?t=228217)

Eric 11-16-2009 10:00 PM

Banned Users List
 
1 Attachment(s)
NOTE: This mod is marked "unsupported", but I'll try my best (as time permits) to help those who have marked as installed.


What is this!?
This modification will allow you show a page containing all of your banned users. I suppose you could think of this as a public "Wall of Shame", per say. ;)


Check the screenshots to see exactly what is displayed.


Current Version
1.1.6


Features flagged for future version(s):
  • Looking for suggestions


Will this work on x.x.x ??
Unless otherwise stated, this will work on all 4.0 versions. If you would like to use the vB 3.x version, you can find it here.


Sounds cool. How do I install?
  1. Upload everything inside the "upload" directory of the zip file to your forums.
    • banned.php => To your FORUM ROOT directory
    • functions_bannedusers_list.php => To your FORUM_ROOT/includes directory
  2. Login to your Admin Control Panel and go to "Plugins & Products" -> "Manage products"
    • Click on "Add/Import product"
    • Browse for "product-bannedusers.xml" (included in the zip file), and click "Import"
    • If upgrading from an older version, then set "Allow Overwrite" to "Yes".
  3. In your admin control panel go to vBulletin Options => Banned Users List
    • Edit the Usergroups that you do not want to show the banned members list to.
  4. Optional: Only if the auto template injection does not work, as the template hooks were not found.
    • In the "navbar" template, find:
      • HTML Code:

        {vb:raw template_hook.navbar_quick_links_menu_pos3}
    • Below it, add:
      • HTML Code:

        <vb:if condition="$vboptions['bannedusers_enabled'] AND $vboptions['bannedusers_hidefrom'] AND !is_member_of($bbuserinfo, $vbptions['bannedusers_hidefrom'])"><li><a href="./banned.php{vb:raw session.sessionurl}">{vb:rawphrase bannedusers_text}</a></li></vb:if>


Upgrade
  1. Login to your Admin Control Panel
  2. Go to "Plugins & Products" -> "Manage products"
  3. Click on "Add/Import product"
  4. Browse for "product-bannedusers.xml" (included in the zip file)
  5. Set "Allow Overwrite" to "Yes", and click "Import"
  6. Upload and overwrite 'banned.php' and '/includes/functions_bannedusers_list.php'


Changelog
v1.1.6 - October 20th, 2013
-- Removed unnecessary text from template.

v1.1.5 - June 23rd, 2011
-- Added 'bannedusers_navbar' to the cache, it was previously uncached (props to Delphiprogrammi).
-- Added suggestion by Clamshells: allow the columns to be sorted ascending or descending.
-- Updated template HTML/CSS to hopefully fix the pagination display issue.
-- Updated to be compatible with vB 4.1.x, should be compatible back to 4.0.5

v1.1.4 - August 20th, 2010
-- Made changes to how the scripts checks which usergroups has access to the banned list
-- Corrected a pagination bug that added the wrong sort by value

v1.1.3 - August 11th, 2010
-- Updated template HTML for vB 4.0.5
-- Updates to style/css to use stylevar for border colors, improved link css for sorting
-- Some minor updates to banned.php

v1.1.2 - June 26th, 2010
-- Fixed sort links (props to Konkere for pointing out the bug)
-- Should now use stylevars from current style, instead of default colors.
-- Two templates were not being cached, should now be fixed.

v1.1.1 - November 20th, 2009
-- When querying for banned usergroups, added a check in banned.php to make sure we had groups to query with.
-- Should never happen, but added check to see if usergroupcache is empty, and rebuild if it is.
-- Added ability to sort by username, banned by, banned on, ban lift date (table columns are links)

v1.1.0 - November 17th, 2009
-- Update to be compatible with vB4.0

v1.0.1 - August 5th, 2009
-- Added: AdminCP option of usergroups that are not allowed to view the banned members list.
-- Added: Template edits can now be done automatically if enabled.

v1.0.0 - April 12th, 2009
-- Initial Release


NOTE: This mod is marked "unsupported", but I'll try my best (as time permits) to help those who have marked as installed.

Eric 11-17-2009 06:17 PM

reserved.

taffy056 11-17-2009 06:26 PM

This looks so cool, I saw something like this on the big boards list sometime ago, tag it for future use :)

Eric 11-17-2009 06:36 PM

:)

One thing about this, is that it uses tables - which is fine I suppose - but I based the css / table off of how vB 4 does the memberlist. It looks good, imho, but I'm just not a big fan of tables.

If you have any suggestions feel free to let me know :D

abdobasha2004 11-17-2009 07:34 PM

nice :)
reserved

woffie 11-18-2009 03:48 PM

It would be nice if there were a link in the banlist to "all IP's used by this member".

Marv 11-18-2009 04:20 PM

Good job, but I´ll add 2 suggestions:
- what about an option to sort them by date instead of their usernames ? Guess that offers a better benefit for the admins out there.
- what about a searchbox for the banlist ?

garretbyrne 11-19-2009 12:02 AM

Hi thanks for modding this.. I ran into a problem though while installing it...

----------------------
Database error in vBulletin 4.0.0 Beta 3:

Invalid SQL:

SELECT
userban.userid, adminid, bandate, liftdate, reason,
user.username as username,
admin.username as adminname, admin.displaygroupid as admindisplaygroupid, admin.usergroupid as adminusergroupid
FROM userban as userban
LEFT JOIN user as user ON(user.userid = userban.userid)
LEFT JOIN user as admin ON(admin.userid = userban.adminid)
WHERE user.usergroupid IN ()
ORDER BY bandate DESC;

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 ')
ORDER BY bandate DESC' at line 8
Error Number : 1064
Request Date : Thursday, November 19th 2009 @ 01:59:38 AM
Error Date : Thursday, November 19th 2009 @ 01:59:38 AM
Script : http://forum.**************.org/banlist.php
Referrer :
IP Address : **.**.**.**
Username : Garret
Classname : vB_Database
MySQL Version : 5.0.81-community
--------------------------

Any help you can provide would be really appreciated..

Regards
Garret

fta2k 11-19-2009 12:24 AM

Installed and working fine.

Note to anyone like myself that didn't completely read the setting description:

If you put a 0 or leave blank on users who cannot see it, it will NOT work.

Eric 11-19-2009 09:28 AM

Quote:

Originally Posted by woffie (Post 1916677)
It would be nice if there were a link in the banlist to "all IP's used by this member".

Quote:

Originally Posted by Marv (Post 1916686)
Good job, but I?ll add 2 suggestions:
- what about an option to sort them by date instead of their usernames ? Guess that offers a better benefit for the admins out there.
- what about a searchbox for the banlist ?

I'll look into adding these :)

Quote:

Originally Posted by garretbyrne (Post 1916927)
Hi thanks for modding this.. I ran into a problem though while installing it...

----------------------
Database error in vBulletin 4.0.0 Beta 3:

Invalid SQL:

SELECT
userban.userid, adminid, bandate, liftdate, reason,
user.username as username,
admin.username as adminname, admin.displaygroupid as admindisplaygroupid, admin.usergroupid as adminusergroupid
FROM userban as userban
LEFT JOIN user as user ON(user.userid = userban.userid)
LEFT JOIN user as admin ON(admin.userid = userban.adminid)
WHERE user.usergroupid IN ()
ORDER BY bandate DESC;

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 ')
ORDER BY bandate DESC' at line 8
Error Number : 1064
Request Date : Thursday, November 19th 2009 @ 01:59:38 AM
Error Date : Thursday, November 19th 2009 @ 01:59:38 AM
Script : http://forum.**************.org/banlist.php
Referrer :
IP Address : **.**.**.**
Username : Garret
Classname : vB_Database
MySQL Version : 5.0.81-community
--------------------------

Any help you can provide would be really appreciated..

Regards
Garret

Quote:

Originally Posted by fta2k (Post 1916931)
Installed and working fine.

Note to anyone like myself that didn't completely read the setting description:

If you put a 0 or leave blank on users who cannot see it, it will NOT work.

garretbyrne, you need to edit the mod's settings and include who can not see that list - which by default should be banned members themselves. I'll look into change how this works in the next version.

garretbyrne 11-19-2009 05:02 PM

Hi I've looked into the settings and there all fine I've also tried to change settings but still makes no difference...

Delilahs 11-19-2009 05:22 PM

Look in the 'quick links' on the navbar, when I installed it, it dropped it into there.

garretbyrne 11-19-2009 06:03 PM

Quote:

Originally Posted by Delilahs (Post 1917305)
Look in the 'quick links' on the navbar, when I installed it, it dropped it into there.

Yea that sorted it turns out i was pointing it to the old one I had from 3.8, the link was in my sig.. now changed and working perfectly..

Cheers and sorry for that...

Eric 11-20-2009 11:47 AM

Updated to 1.1.1:

Quote:

v1.1.1 - November 20th, 2009
-- When querying for banned usergroups, added a check in banned.php to make sure we had groups to query with.
-- Should never happen, but added check to see if usergroupcache is empty, and rebuild if it is.
-- Added ability to sort by username, banned by, banned on, ban lift date (table columns are links)

SİMAR 11-20-2009 12:27 PM

thanks

LuckyNeo 01-02-2010 02:59 AM

Thank you, very much! This is usefull hack!

ndut 02-13-2010 10:55 PM

installed..

Konkere 04-06-2010 04:00 PM

Nice hack!
But sorting is not working correctly. Error in the template bannedusers.
Solution
Find in the template bannedusers
PHP Code:

        <th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=username&amp;mode={vb:raw mode}">{vb:rawphrase username}</a></td>
        <
th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=bannedby&amp;mode={vb:raw mode}">{vb:rawphrase banned_by}</a></td>
        <
th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=bannedon&amp;mode={vb:raw mode}">{vb:rawphrase banned_on}</a></td>
        <
th class="blocksubhead">{vb:rawphrase ban_period}</td>
        <
th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=banlift&amp;mode={vb:raw mode}">{vb:rawphrase ban_will_be_lifted_on}</a></td

And replaced by
PHP Code:

        <th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=username&amp;do={vb:raw mode}">{vb:rawphrase username}</a></td>
        <
th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=bannedby&amp;do={vb:raw mode}">{vb:rawphrase banned_by}</a></td>
        <
th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=bannedon&amp;do={vb:raw mode}">{vb:rawphrase banned_on}</a></td>
        <
th class="blocksubhead">{vb:rawphrase ban_period}</td>
        <
th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=banlift&amp;do={vb:raw mode}">{vb:rawphrase ban_will_be_lifted_on}</a></td


SnapOff Racing 06-10-2010 03:58 PM

how can i change the color of the background on the php? it looks real bad on my skin

Eric 06-27-2010 01:52 AM

v1.1.2 - June 26th, 2010
-- Fixed sort links (props to Konkere for pointing out the bug)
-- Should now use stylevars from current style, instead of default colors.
-- Two templates were not being cached, should now be fixed.

Alien 07-03-2010 12:22 AM

Here's another bug fix:

Since version 4.0.1, there has been an additional template variable call (to grab additional.css) in the HEAD.

Please add the following:

{vb:raw headinclude_bottom}

Before </head> in your template and you're all set.

Robbed 08-01-2010 10:57 PM

If you're looking for features to add. an older banned list had ability to disable whatever column you want in the admincp.

example Banned by. I just manually did the template edits.

Eric 08-11-2010 09:19 AM

v1.1.3 - August 11th, 2010
-- Updated template HTML for vB 4.0.5
-- Updates to style/css to use stylevar for border colors, improved link css for sorting
-- Some minor updates to banned.php

Eric 08-12-2010 12:54 AM

Tested & working on vB4.0.6

Robbed 08-12-2010 03:25 PM

Thanks

sulasno 08-14-2010 08:30 AM

tagged and thanks

would be nice if I could select which usergroup to display;

I got a usergroup "miserable users"

TheSupportForum 08-18-2010 07:40 PM

Developer: Request New Feature in Admincp

please make it possible to show this list in admincp, and shown is a link to unban them with a click of a button, this would then be a better MOD to use and more useful

tech4c 08-19-2010 06:08 AM

nice
thanks

daveaite 08-19-2010 07:48 AM

Looking for suggestion eh? A email list beside the username would be awesome. At one of my communities theirs imposters, this would solve that problem.

Eric 08-20-2010 07:21 AM

Quote:

Originally Posted by sulasno (Post 2083597)
tagged and thanks

would be nice if I could select which usergroup to display;

I got a usergroup "miserable users"

This mod will show all banned groups. So, as long as a usergroup is selected as a "Banned Group" in the Usergroup Manager, it should show on this list.

Quote:

Originally Posted by simonhind (Post 2085946)
Developer: Request New Feature in Admincp

please make it possible to show this list in admincp, and shown is a link to unban them with a click of a button, this would then be a better MOD to use and more useful

Not what this mod is/was intended for. That is a default feature of vBulletin...

Quote:

Originally Posted by daveaite (Post 2086180)
Looking for suggestion eh? A email list beside the username would be awesome. At one of my communities theirs imposters, this would solve that problem.

So... just show their email address? Maybe elaborate a little more, please? :)

miket1234 08-20-2010 08:43 AM

I installed , but all the users have access to informations.
I tried to restrict them in AdminCP- Options-Ban.... but NO EFFECTS

Do you have the same problem guys? or is just me :D

miket1234 08-20-2010 11:36 AM

i'm using vbulletin forum 4.0.5

Eric 08-20-2010 05:24 PM

v1.1.4 - August 20th, 2010
-- Made changes to how the scripts checks which usergroups has access to the banned list
-- Corrected a pagination bug that added the wrong sort by value

abqtj 08-21-2010 03:47 PM

Hi, I'm having trouble installing this. I uploaded the two files (banned in the root, then the other in the includes folder) and when I go to import the product, the window fills up with all of the "code" and does not refresh like other products do.

I get this:

Quote:

Importing Product, Please Wait...

[:]

Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in /home/nmoffroa/public_html/forumvb/includes/class_template_parser.php
#0 /home/nmoffroa/public_html/forumvb/includes/class_template_parser.php(1019): vB_TemplateParser->validate_curly(Object(vB_CurlyNode), Array)
#1 /home/nmoffroa/public_html/forumvb/includes/adminfunctions_template.php(2863): vB_TemplateParser->validate(Array)
#2 /home/nmoffroa/public_html/forumvb/includes/adminfunctions_plugin.php(545): compile_template('{vb:stylevar ht...')
#3 /home/nmoffroa/public_html/forumvb/admincp/plugin.php(1714): install_product(' Show a page containing all of your banned users. 1.1.4 xmlns:fb="http://www.facebook.com/2008/fbml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html"> {vb:raw headinclude} {vb:cssfile {vb:raw file}} {vb:cssfile {vb:raw includecss}} {vb:raw headinclude_bottom} {vb:raw header} {vb:raw navbar}
{vb:raw pagetitle}


{vb:raw pagenav}
{vb:rawphrase banned_users}: {vb:raw viewing}, {vb:rawphrase usergroups}: {vb:raw groups}

{vb:raw bannedusers_bit}
{vb:rawphrase username} {vb:rawphrase banned_by} {vb:rawphrase banned_on} {vb:rawphrase ban_period} {vb:rawphrase ban_will_be_lifted_on} {vb:rawphrase ban_time_remaining} {vb:rawphrase ban_reason}

{vb:rawphrase bannedusers_viewtemp} ? {vb:rawphrase bannedusers_viewperm}
{vb:raw pagenav}
{vb:raw footer} ]]> {vb:raw baninfo.username} {vb:raw baninfo.bannedby} {vb:raw baninfo.bannedon} {vb:raw baninfo.banperiod} {vb:raw baninfo.banlift} {vb:raw baninfo.banremaining} {vb:raw baninfo.banreason} ]]> {vb:rawphrase bannedusers_noperm} ]]> {vb:rawphrase bannedusers_notemp} ]]>
{vb:rawphrase bannedusers_text}
]]> parse_templates options['bannedusers_enabled']) { if ( !is_member_of($vbulletin->userinfo, explode(',', $vbulletin->options['bannedusers_hidefrom'])) AND $vbulletin->options['bannedusers_autotemplate'] ) { $template_hook['navbar_quick_links_menu_pos3'] .= vB_Template::create('bannedusers_navbar')->render(); } }]]>

Please seperate the usergroups you do not want to see the banned mebmers list by commas. Enter 0 or leave blank to disable (Not recommended).]]> Yes to enable Automatic Template edits for this hack. If you disable this, then you will need to manually edit the 'navbar' template as instructed in install.txt]]> boolean yesno 1 number 25 free 1,2,3,4 boolean yesno 1 ,[1] => 1)))),[code] => 256)) called at [(null):0] #1 trigger_error(Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in /home/nmoffroa/public_html/forumvb/includes/class_template_parser.php , 256) called at [/home/nmoffroa/public_html/forumvb/vb/vb.php:287] #2 vB::handleException(Exception Object ([] => Unable to find a class to validate: vB_TemplateParser_Curlycssfile,[] => ,[] => 0,[] => /home/nmoffroa/public_html/forumvb/includes/class_template_parser.php,[] => 1083,[] => Array ([0] => Array ([file] => /home/nmoffroa/public_html/forumvb/includes/class_template_parser.php,[line] => 1019,[function] => validate_curly,[class] => vB_TemplateParser,[type] => ->,[args] => Array ([0] => vB_CurlyNode Object ([type] => curly,[value] => cssfile,[attributes] => Array ([0] => vB_CurlyNode Object ([type] => curly,[value] => raw,[attributes] => Array ([0] => file),[] => )),[] => 20),[1] => Array ())),[1] => Array ([file] => /home/nmoffroa/public_html/forumvb/includes/adminfunctions_template.php,[line] => 2863,[function] => validate,[class] => vB_TemplateParser,[type] => ->,[args] => Array ([0] => Array ())),[2] => Array ([file] => /home/nmoffroa/public_html/forumvb/includes/adminfunctions_plugin.php,[line] => 545,[function] => compile_template,[args] => Array ([0] => {vb:stylevar htmldoctype} xmlns:fb="http://www.facebook.com/2008/fbml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html"> {vb:raw headinclude} {vb:cssfile {vb:raw file}} {vb:cssfile {vb:raw includecss}} {vb:raw headinclude_bottom} {vb:raw header} {vb:raw navbar}
{vb:raw pagetitle}


{vb:raw pagenav}
{vb:rawphrase banned_users}: {vb:raw viewing}, {vb:rawphrase usergroups}: {vb:raw groups}

{vb:raw bannedusers_bit}
{vb:rawphrase username} {vb:rawphrase banned_by} {vb:rawphrase banned_on} {vb:rawphrase ban_period} {vb:rawphrase ban_will_be_lifted_on} {vb:rawphrase ban_time_remaining} {vb:rawphrase ban_reason}

{vb:rawphrase bannedusers_viewtemp} ? {vb:rawphrase bannedusers_viewperm}
{vb:raw pagenav}
{vb:raw footer} )),[3] => Array ([file] => /home/nmoffroa/public_html/forumvb/admincp/plugin.php,[line] => 1714,[function] => install_product,[args] => Array ([0] => Show a page containing all of your banned users. 1.1.4 xmlns:fb="http://www.facebook.com/2008/fbml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html"> {vb:raw headinclude} {vb:cssfile {vb:raw file}} {vb:cssfile {vb:raw includecss}} {vb:raw headinclude_bottom} {vb:raw header} {vb:raw navbar}
{vb:raw pagetitle}


{vb:raw pagenav}
{vb:rawphrase banned_users}: {vb:raw viewing}, {vb:rawphrase usergroups}: {vb:raw groups}

{vb:raw bannedusers_bit}
{vb:rawphrase username} {vb:rawphrase banned_by} {vb:rawphrase banned_on} {vb:rawphrase ban_period} {vb:rawphrase ban_will_be_lifted_on} {vb:rawphrase ban_time_remaining} {vb:rawphrase ban_reason}

{vb:rawphrase bannedusers_viewtemp} ? {vb:rawphrase bannedusers_viewperm}
{vb:raw pagenav}
{vb:raw footer} ]]> {vb:raw baninfo.username} {vb:raw baninfo.bannedby} {vb:raw baninfo.bannedon} {vb:raw baninfo.banperiod} {vb:raw baninfo.banlift} {vb:raw baninfo.banremaining} {vb:raw baninfo.banreason} ]]> {vb:rawphrase bannedusers_noperm} ]]> {vb:rawphrase bannedusers_notemp} ]]>
{vb:rawphrase bannedusers_text}
]]> parse_templates options['bannedusers_enabled']) { if ( !is_member_of($vbulletin->userinfo, explode(',', $vbulletin->options['bannedusers_hidefrom'])) AND $vbulletin->options['bannedusers_autotemplate'] ) { $template_hook['navbar_quick_links_menu_pos3'] .= vB_Template::create('bannedusers_navbar')->render(); } }]]>

Please seperate the usergroups you do not want to see the banned mebmers list by commas. Enter 0 or leave blank to disable (Not recommended).]]> Yes to enable Automatic Template edits for this hack. If you disable this, then you will need to manually edit the 'navbar' template as instructed in install.txt]]> boolean yesno 1 number 25 free 1,2,3,4 boolean yesno 1 ,[1] => 1))))) called at [(null):0]

I tried just navigating to the admin options and seeing if Banned User List was there, but it isn't. The product IS, however, in my list of products, just no way to configure the settings, etc.

I installed the latest version, btw.

Eric 08-21-2010 03:51 PM

I just installed it on my local install, and on my dev board - it imported fine. What vBulletin version are you using?

abqtj 08-21-2010 03:53 PM

4.0.3, Pl1

Eric 08-21-2010 03:56 PM

Unfortunately I don't have a way to test it on 4.0.3 myself, but tested and updated w/4.0.5 - 4.0.6

abqtj 08-21-2010 03:57 PM

I'll try an older version I suppose first...I need to update soon anyway :D

Delphiprogrammi 08-22-2010 07:04 PM

hi,

there's an uncached template "bannedusers_navbar"

PHP Code:

$cache[] = 'bannedusers_navbar'

hook "cache_templates"

miket1234 08-23-2010 06:24 AM

Quote:

Originally Posted by SecondV (Post 2086962)
v1.1.4 - August 20th, 2010
-- Made changes to how the scripts checks which usergroups has access to the banned list
-- Corrected a pagination bug that added the wrong sort by value

yes, now works fine
thanks


All times are GMT. The time now is 06:23 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.01523 seconds
  • Memory Usage 1,876KB
  • 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
  • (2)bbcode_html_printable
  • (3)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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