vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   RPG Integration Hack (https://vborg.vbsupport.ru/showthread.php?t=108790)

coRtALoS 05-23-2006 08:26 PM

Quote:

Originally Posted by Revan
Hmm, then I don't know what could be wrong... Only other thing I can think of is if you fire every bit of Maintenance off and see if that does bugger all...
If that doesn't do anything, try running soemthing like
[sql]SELECT classid FROM rpg_classes [/sql]
And see if that returns any rows.

And for the record, you might want to contact your host about upgrading MySQL. That version is 4 years old and will not be supported by the next version of vBulletin.
You will need MySQL 4.0 or newer, personally I suggest 4.1 for a good, stable release that won't need too much reconfiguration to work properly with vBulletin.

I did that query, and it did pull up results. It seems the tables are populated, noot sure what the problem is. I will definitely talk to the owner about upgrading mysql though, thanks. :)

-edit

Yeah, I checked the database, and everything seems fine. The tables have all the information. Must be a PHP problem, or something! I think i'll try updating vbulletin to the latest this weekend, and see if that does anything.

Oddjob 05-24-2006 02:41 AM

I uninstalled this a long while back, i tried to re-install it tonight. I get this error in step 4 of the installation.

Database error in vBulletin 3.5.4:

Invalid SQL:

ALTER TABLE `administrator`
ADD `rpgadminperms` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0';

MySQL Error : Duplicate column name 'rpgadminperms'
Error Number : 1060
Date : Tuesday, May 23rd 2006 @ 11:30:37 PM
Script : http://www.xx.com/forums//installer/index.php
Referrer : http://www.xx.com/forums//installer/index.php
IP Address : **(
Username : ***
Classname : vb_database

Ive searched this but have not found an answer.

Help.

Revan 05-24-2006 04:59 AM

Quote:

Originally Posted by coRtALoS
I did that query, and it did pull up results. It seems the tables are populated, noot sure what the problem is. I will definitely talk to the owner about upgrading mysql though, thanks. :)

-edit

Yeah, I checked the database, and everything seems fine. The tables have all the information. Must be a PHP problem, or something! I think i'll try updating vbulletin to the latest this weekend, and see if that does anything.

Did you try running the maintenance functions? Seems like either your cache is not built or not built properly.
[sql]SELECT * FROM datastore WHERE title = 'rpg_classes'[/sql] See what that gives, should pull up a serialised string.
You might be using a php version with a bugged unserialize() function, I dunno.

oninuva 05-24-2006 09:45 AM

ahhh! how do i fix this?

Quote:

Database error in vBulletin 3.5.4:

Invalid SQL:

SELECT languageid,
phrasegroup_arcade AS phrasegroup_arcade,
phrasegroup_global AS phrasegroup_global,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM language
WHERE languageid = 1;

MySQL Error : Unknown column 'phrasegroup_arcade' in 'field list'
Error Number : 1054
Date : Wednesday, May 24th 2006 @ 05:32:27 AM
Script : http://www.wow-elite.org/forum/arcad...ores&gameid=98
Referrer :
IP Address : 65.54.188.99
Username :
Classname : vb_database
it came up after i installed this

coRtALoS 05-24-2006 03:09 PM

Quote:

Originally Posted by Revan
Did you try running the maintenance functions? Seems like either your cache is not built or not built properly.
[sql]SELECT * FROM datastore WHERE title = 'rpg_classes'[/sql] See what that gives, should pull up a serialised string.
You might be using a php version with a bugged unserialize() function, I dunno.

I did this, and got:

Code:

a:132:{i:1;a:12:{s:7:"classid";s:1:"1";s:9:"classname";s:7:"Unknown";s:11:"classfolder";s:14:"mclasses/nonem";s:11:"classregatt";s:1:"1";s:13:"classmagicatt";s:1:"1";s:13:"classmagicdef";s:1:"1";s:11:"classregdef";s:1:"1";s:9:"classpeed";s:1:"1";s:10:"classevade";s:1:"1";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"1";s:7:"visible";s:1:"1";}i:2;a:12:{s:7:"classid";s:1:"2";s:9:"classname";s:6:"Amazon";s:11:"classfolder";s:16:"fclasses/amazonf";s:11:"classregatt";s:1:"8";s:13:"classmagicatt";s:1:"8";s:13:"classmagicdef";s:1:"6";s:11:"classregdef";s:1:"8";s:9:"classpeed";s:1:"5";s:10:"classevade";s:1:"5";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:3;a:12:{s:7:"classid";s:1:"3";s:9:"classname";s:6:"Archer";s:11:"classfolder";s:16:"fclasses/archerf";s:11:"classregatt";s:1:"9";s:13:"classmagicatt";s:1:"7";s:13:"classmagicdef";s:1:"6";s:11:"classregdef";s:1:"8";s:9:"classpeed";s:1:"5";s:10:"classevade";s:1:"5";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:4;a:12:{s:7:"classid";s:1:"4";s:9:"classname";s:8:"Archmage";s:11:"classfolder";s:18:"fclasses/archmagef";s:11:"classregatt";s:1:"6";s:13:"classmagicatt";s:2:"10";s:13:"classmagicdef";s:1:"8";s:11:"classregdef";s:1:"7";s:9:"classpeed";s:1:"4";s:10:"classevade";s:1:"4";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:5;a:12:{s:7:"classid";s:1:"5";s:9:"classname";s:8:"Assassin";s:11:"classfolder";s:18:"fclasses/assassinf";s:11:"classregatt";s:2:"10";s:13:"classmagicatt";s:1:"8";s:13:"classmagicdef";s:1:"7";s:11:"classregdef";s:1:"6";s:9:"classpeed";s:1:"5";s:10:"classevade";s:1:"5";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:6;a:12:{s:7:"classid";s:1:"6";s:9:"classname";s:10:"Black Mage";s:11:"classfolder";s:19:"fclasses/blackmagef";s:11:"classregatt";s:1:"6";s:13:"classmagicatt";s:2:"10";s:13:"classmagicdef";s:2:"10";s:11:"classregdef";s:1:"7";s:9:"classpeed";s:1:"4";s:10:"classevade";s:1:"4";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:7;a:12:{s:7:"classid";s:1:"7";s:9:"classname";s:10:"Blacksmith";s:11:"classfolder";s:20:"fclasses/blacksmithf";s:11:"classregatt";s:1:"8";s:13:"classmagicatt";s:1:"7";s:13:"classmagicdef";s:1:"8";s:11:"classregdef";s:1:"9";s:9:"classpeed";s:1:"4";s:10:"classevade";s:1:"4";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:8;a:12:{s:7:"classid";s:1:"8";s:9:"classname";s:10:"Calculator";s:11:"classfolder";s:20:"fclasses/calculatorf";s:11:"classregatt";s:1:"7";s:13:"classmagicatt";s:1:"7";s:13:"classmagicdef";s:1:"8";s:11:"classregdef";s:1:"8";s:9:"classpeed";s:1:"5";s:10:"classevade";s:1:"5";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:9;a:12:{s:7:"classid";s:1:"9";s:9:"classname";s:7:"Captain";s:11:"classfolder";s:17:"fclasses/captainf";s:11:"classregatt";s:2:"10";s:13:"classmagicatt";s:1:"6";s:13:"classmagicdef";s:1:"6";s:11:"classregdef";s:2:"10";s:9:"classpeed";s:1:"4";s:10:"classevade";s:1:"4";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:10;a:12:{s:7:"classid";s:2:"10";s:9:"classname";s:7:"Chemist";s:11:"classfolder";s:17:"fclasses/chemistf";s:11:"classregatt";s:1:"7";s:13:"classmagicatt";s:1:"8";s:13:"classmagicdef";s:1:"8";s:11:"classregdef";s:1:"9";s:9:"classpeed";s:1:"5";s:10:"classevade";s:1:"5";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:11;a:12:{s:7:"classid";s:2:"11";s:9:"classname";s:11:"Dark Knight";s:11:"classfolder";s:20:"fclasses/darkknightf";s:11:"classregatt";s:1:"9";s:13:"classmagicatt";s:1:"9";s:13:"classmagicdef";s:1:"6";s:11:"classregdef";s:1:"7";s:9:"classpeed";s:1:"4";s:10:"classevade";s:1:"4";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:12;a:12:{s:7:"classid";s:2:"12";s:9:"classname";s:7:"Dragoon";s:11:"classfolder";s:17:"fclasses/dragoonf";s:11:"classregatt";s:1:"8";s:13:"classmagicatt";s:1:"8";s:13:"classmagicdef";s:1:"7";s:11:"classregdef";s:1:"7";s:9:"classpeed";s:1:"6";s:10:"classevade";s:1:"6";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:13;a:12:{s:7:"classid";s:2:"13";s:9:"classname";s:10:"Ex-Soldier";s:11:"classfolder";s:20:"fclasses/ex-soldierf";s:11:"classregatt";s:2:"10";s:13:"classmagicatt";s:1:"6";s:13:"classmagicdef";s:1:"7";s:11:"classregdef";s:1:"9";s:9:"classpeed";s:1:"5";s:10:"classevade";s:1:"5";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:14;a:12:{s:7:"classid";s:2:"14";s:9:"classname";s:12:"Foot Soldier";s:11:"classfolder";s:21:"fclasses/footsoldierf";s:11:"classregatt";s:1:"9";s:13:"classmagicatt";s:1:"7";s:13:"classmagicdef";s:1:"6";s:11:"classregdef";s:2:"10";s:9:"classpeed";s:1:"4";s:10:"classevade";s:1:"4";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:15;a:12:{s:7:"classid";s:2:"15";s:9:"classname";s:7:"Gambler";s:11:"classfolder";s:17:"fclasses/gamblerf";s:11:"classregatt";s:1:"7";s:13:"classmagicatt";s:1:"8";s:13:"classmagicdef";s:1:"6";s:11:"classregdef";s:1:"9";s:9:"classpeed";s:1:"6";s:10:"classevade";s:1:"6";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:16;a:12:{s:7:"classid";s:2:"16";s:9:"classname";s:9:"Geomancer";s:11:"classfolder";s:19:"fclasses/geomancerf";s:11:"classregatt";s:1:"7";s:13:"classmagicatt";s:1:"8";s:13:"classmagicdef";s:1:"9";s:11:"classregdef";s:1:"8";s:9:"classpeed";s:1:"4";s:10:"classevade";s:1:"4";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:17;a:12:{s:7:"classid";s:2:"17";s:9:"classname";s:11:"Holy Knight";s:11:"classfolder";s:20:"fclasses/holyknightf";s:11:"classregatt";s:1:"9";s:13:"classmagicatt";s:1:"8";s:13:"classmagicdef";s:1:"7";s:11:"classregdef";s:1:"7";s:9:"
That's about half of the code, there's more..but it's all in that format.

Oddjob 05-24-2006 08:50 PM

Revan can i please have some help on how to re-install this...........

Oddjob 05-25-2006 01:25 AM

Still seeking help.......

Revan 05-25-2006 03:25 PM

Quote:

Originally Posted by oninuva
ahhh! how do i fix this?



it came up after i installed this

As you can see from the error, it's a problem with the Arcade.
Quote:

Originally Posted by coRtALoS
I did this, and got:

Code:

a:132:{i:1;a:12:{s:7:"classid";s:1:"1";s:9:"classname";s:7:"Unknown";s:11:"classfolder";s:14:"mclasses/nonem";s:11:"classregatt";s:1:"1";s:13:"classmagicatt";s:1:"1";s:13:"classmagicdef";s:1:"1";s:11:"classregdef";s:1:"1";s:9:"classpeed";s:1:"1";s:10:"classevade";s:1:"1";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"1";s:7:"visible";s:1:"1";}i:2;a:12:{s:7:"classid";s:1:"2";s:9:"classname";s:6:"Amazon";s:11:"classfolder";s:16:"fclasses/amazonf";s:11:"classregatt";s:1:"8";s:13:"classmagicatt";s:1:"8";s:13:"classmagicdef";s:1:"6";s:11:"classregdef";s:1:"8";s:9:"classpeed";s:1:"5";s:10:"classevade";s:1:"5";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:3;a:12:{s:7:"classid";s:1:"3";s:9:"classname";s:6:"Archer";s:11:"classfolder";s:16:"fclasses/archerf";s:11:"classregatt";s:1:"9";s:13:"classmagicatt";s:1:"7";s:13:"classmagicdef";s:1:"6";s:11:"classregdef";s:1:"8";s:9:"classpeed";s:1:"5";s:10:"classevade";s:1:"5";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:4;a:12:{s:7:"classid";s:1:"4";s:9:"classname";s:8:"Archmage";s:11:"classfolder";s:18:"fclasses/archmagef";s:11:"classregatt";s:1:"6";s:13:"classmagicatt";s:2:"10";s:13:"classmagicdef";s:1:"8";s:11:"classregdef";s:1:"7";s:9:"classpeed";s:1:"4";s:10:"classevade";s:1:"4";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:5;a:12:{s:7:"classid";s:1:"5";s:9:"classname";s:8:"Assassin";s:11:"classfolder";s:18:"fclasses/assassinf";s:11:"classregatt";s:2:"10";s:13:"classmagicatt";s:1:"8";s:13:"classmagicdef";s:1:"7";s:11:"classregdef";s:1:"6";s:9:"classpeed";s:1:"5";s:10:"classevade";s:1:"5";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:6;a:12:{s:7:"classid";s:1:"6";s:9:"classname";s:10:"Black Mage";s:11:"classfolder";s:19:"fclasses/blackmagef";s:11:"classregatt";s:1:"6";s:13:"classmagicatt";s:2:"10";s:13:"classmagicdef";s:2:"10";s:11:"classregdef";s:1:"7";s:9:"classpeed";s:1:"4";s:10:"classevade";s:1:"4";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:7;a:12:{s:7:"classid";s:1:"7";s:9:"classname";s:10:"Blacksmith";s:11:"classfolder";s:20:"fclasses/blacksmithf";s:11:"classregatt";s:1:"8";s:13:"classmagicatt";s:1:"7";s:13:"classmagicdef";s:1:"8";s:11:"classregdef";s:1:"9";s:9:"classpeed";s:1:"4";s:10:"classevade";s:1:"4";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:8;a:12:{s:7:"classid";s:1:"8";s:9:"classname";s:10:"Calculator";s:11:"classfolder";s:20:"fclasses/calculatorf";s:11:"classregatt";s:1:"7";s:13:"classmagicatt";s:1:"7";s:13:"classmagicdef";s:1:"8";s:11:"classregdef";s:1:"8";s:9:"classpeed";s:1:"5";s:10:"classevade";s:1:"5";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:9;a:12:{s:7:"classid";s:1:"9";s:9:"classname";s:7:"Captain";s:11:"classfolder";s:17:"fclasses/captainf";s:11:"classregatt";s:2:"10";s:13:"classmagicatt";s:1:"6";s:13:"classmagicdef";s:1:"6";s:11:"classregdef";s:2:"10";s:9:"classpeed";s:1:"4";s:10:"classevade";s:1:"4";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:10;a:12:{s:7:"classid";s:2:"10";s:9:"classname";s:7:"Chemist";s:11:"classfolder";s:17:"fclasses/chemistf";s:11:"classregatt";s:1:"7";s:13:"classmagicatt";s:1:"8";s:13:"classmagicdef";s:1:"8";s:11:"classregdef";s:1:"9";s:9:"classpeed";s:1:"5";s:10:"classevade";s:1:"5";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:11;a:12:{s:7:"classid";s:2:"11";s:9:"classname";s:11:"Dark Knight";s:11:"classfolder";s:20:"fclasses/darkknightf";s:11:"classregatt";s:1:"9";s:13:"classmagicatt";s:1:"9";s:13:"classmagicdef";s:1:"6";s:11:"classregdef";s:1:"7";s:9:"classpeed";s:1:"4";s:10:"classevade";s:1:"4";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:12;a:12:{s:7:"classid";s:2:"12";s:9:"classname";s:7:"Dragoon";s:11:"classfolder";s:17:"fclasses/dragoonf";s:11:"classregatt";s:1:"8";s:13:"classmagicatt";s:1:"8";s:13:"classmagicdef";s:1:"7";s:11:"classregdef";s:1:"7";s:9:"classpeed";s:1:"6";s:10:"classevade";s:1:"6";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:13;a:12:{s:7:"classid";s:2:"13";s:9:"classname";s:10:"Ex-Soldier";s:11:"classfolder";s:20:"fclasses/ex-soldierf";s:11:"classregatt";s:2:"10";s:13:"classmagicatt";s:1:"6";s:13:"classmagicdef";s:1:"7";s:11:"classregdef";s:1:"9";s:9:"classpeed";s:1:"5";s:10:"classevade";s:1:"5";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:14;a:12:{s:7:"classid";s:2:"14";s:9:"classname";s:12:"Foot Soldier";s:11:"classfolder";s:21:"fclasses/footsoldierf";s:11:"classregatt";s:1:"9";s:13:"classmagicatt";s:1:"7";s:13:"classmagicdef";s:1:"6";s:11:"classregdef";s:2:"10";s:9:"classpeed";s:1:"4";s:10:"classevade";s:1:"4";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:15;a:12:{s:7:"classid";s:2:"15";s:9:"classname";s:7:"Gambler";s:11:"classfolder";s:17:"fclasses/gamblerf";s:11:"classregatt";s:1:"7";s:13:"classmagicatt";s:1:"8";s:13:"classmagicdef";s:1:"6";s:11:"classregdef";s:1:"9";s:9:"classpeed";s:1:"6";s:10:"classevade";s:1:"6";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:16;a:12:{s:7:"classid";s:2:"16";s:9:"classname";s:9:"Geomancer";s:11:"classfolder";s:19:"fclasses/geomancerf";s:11:"classregatt";s:1:"7";s:13:"classmagicatt";s:1:"8";s:13:"classmagicdef";s:1:"9";s:11:"classregdef";s:1:"8";s:9:"classpeed";s:1:"4";s:10:"classevade";s:1:"4";s:6:"typeid";s:1:"1";s:8:"genderid";s:1:"2";s:7:"visible";s:1:"1";}i:17;a:12:{s:7:"classid";s:2:"17";s:9:"classname";s:11:"Holy Knight";s:11:"classfolder";s:20:"fclasses/holyknightf";s:11:"classregatt";s:1:"9";s:13:"classmagicatt";s:1:"8";s:13:"classmagicdef";s:1:"7";s:11:"classregdef";s:1:"7";s:9:"
That's about half of the code, there's more..but it's all in that format.

Okay, then we have established that the database is OK.
Are you sure the templates are all reverted, if you had edited them?

Oddjob 05-25-2006 05:06 PM

Hey Revan.....do you not give support?

Im trying to re-install your mod and your just ignoring me.

Oddjob 05-26-2006 10:29 AM

....guess not.

thats a shame.


All times are GMT. The time now is 12:14 AM.

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.02572 seconds
  • Memory Usage 1,829KB
  • 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_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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