vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - vbBux / vbPlaza v1.5.8 (Points + Store System) (https://vborg.vbsupport.ru/showthread.php?t=106953)

Rickie3 02-23-2006 03:04 AM

Quote:

Originally Posted by dan35
Mysql: 4.0.26
php: 4.4.2

Manage Lotteries

Code:

Database error in vBulletin 3.5.3:

Invalid SQL:

                                UPDATE estorelottery
                                SET
                                        ticketcost = '200',
                                        jackpot = '2000.00000',
                                        winningtax = '10.00000',
                                        ticketssold = '0',
                                        active = '0',
                                WHERE lotteryid = '1';

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 'WHERE lotteryid = '1'' at line 8
Error Number : 1064
Date        : Wednesday, February 22nd 2006 @ 08:35:19 PM
Script      : http://www.domain.com/forums/admincp/elottery.php
Referrer    : http://www.domain.com/forums/admincp/elottery.php?do=lotterylist
IP Address  : xx.xx.xx.xx
Username    : xxx
Classname    : vb_database


i'm getting the same error

VBUsers 02-23-2006 03:14 AM

Quote:

1) Points per Character - I'm sure this has already been brought up, but if you give points per character in a post, users can just post a large amount of characters (copy and paste), post, and then edit it out before anyone sees.
i think this should be taken out. if you give even 1 point per character you will have literally hundreds of thousands of points for loyal members or staff.

by post is great if you do it by character that is just to much in my opinion but hey some people want to do it that way.

Quote:

2) Points per Thread View - Some users of my forum (not even a day after I put up the eStore), have created scripts to simply view a thread repeatedly, thus not only increasing their points rapidly, but also creating a DDoS attack to the server (since they also shared the script with their friends)
this should be corrected imediatelty and those members should be IP banned.


Quote:

3) untested.. Points for Birthday - I have yet to test this, but if you set your birthday to the *next* day, and then when that day comes, you change the birthday again to the *next* day, so free points everyday
im going to test this as well.

Quote:

4) Points for Registration/Referral - of course if somebody is so inclined they could create a lot of accounts using a person as the referrer and mass up points this way.
Ban these members. the AE detector will help. i have caugth several members doing this and rules on my forum are no 2 usernames.

randominity 02-23-2006 03:44 AM

Currently I have disabled all the points except for from posts since that is the easiest/only way to see how people are getting their points (except from stealing).

And what's the AE detector? O_o

Edit: n/m found it -> https://vborg.vbsupport.ru/showthrea...ht=AE+detector

ChiliVB 02-23-2006 03:46 AM

I upgraded to v1.1.9 in hopes of fixing the lottery issues I was having. The upgrade went fine and everything appeared normal. However, users cannot open and view a threads. Neither can the administrator account.

The index and home pages appear normal but when clicking on a thread a new page opens, but it is completely blank. Its as if permissions to view a post have been affected. I've checked all forum and usergroup permissions and everything appears normal.

I could not find a setting in the estore options that probibited viewing a post but it appears one is somewhere. Please help. :ermm:

Rickie3 02-23-2006 03:55 AM

@ChiliVB the same here,and i thought it was just my server playing up

ChiliVB 02-23-2006 04:04 AM

Quote:

Originally Posted by Rickie3
@ChiliVB the same here,and i thought it was just my server playing up

Thanks for posting Rickie3, I thought I was losing my mind!

I found an entry called showthread_start in the Plugin Manager. But I can't tell if there are any problems with it. I guess we will have to wait til CMX sees our post.

RDX1 02-23-2006 04:39 AM

Could you add confirm on all delete/rebuild options please?

CMX_CMGSCCC 02-23-2006 04:43 AM

Quote:

Originally Posted by LadyJo
does the upgrade fix the fatal error my members are getting when sending gifts???

and does this fix the bug that resets my option settings to default after I save???

It should, the one having to do with PM's I assume u r referring to.

Quote:

Originally Posted by Rickie3
@CMX_CMGSCCC


where do i find estore_history please?

It's inside of the user table, use PhpMyAdmin to get the exact value for the user id that is causing the issue.

Quote:

Originally Posted by Robert9
Hi, I want to points given out per forum (minus the multiplyer if necessary) to display dynamically. Any way you could do this easily? Thanks!

Just put something in the templates like $foruminfo[ebux_perthread], etc..

Quote:

Originally Posted by lordofgun
YAY!!! Ability to give unlimited Reputation just like admins can too? :D

[high]* lordofgun prays.[/high]

Maybe..... ;p

Quote:

Originally Posted by lowandloudinc
hey CMX,

how do i change the name of the store? im talking about the link in the nav bar. it says estore munu. ide like to call it something related to my site if possible.

2 phrases....... estore_name, and estore_menu

Quote:

Originally Posted by dan35
Mysql: 4.0.26
php: 4.4.2

Manage Lotteries

Code:

Database error in vBulletin 3.5.3:

Invalid SQL:

                                UPDATE estorelottery
                                SET
                                        ticketcost = '200',
                                        jackpot = '2000.00000',
                                        winningtax = '10.00000',
                                        ticketssold = '0',
                                        active = '0',
                                WHERE lotteryid = '1';

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 'WHERE lotteryid = '1'' at line 8
Error Number : 1064
Date        : Wednesday, February 22nd 2006 @ 08:35:19 PM
Script      : http://www.domain.com/forums/admincp/elottery.php
Referrer    : http://www.domain.com/forums/admincp/elottery.php?do=lotterylist
IP Address  : xx.xx.xx.xx
Username    : xxx
Classname    : vb_database


Ooops, temporary fix:

in /admincp/elottery.php

Find:
Code:

active = '" . $_POST['active']["$lottery[lotteryid]"] . "',
Replace With:
Code:

active = '" . $_POST['active']["$lottery[lotteryid]"] . "'
Quote:

Originally Posted by randominity
Hi, my users have found a few exploits already...

1) Points per Character - I'm sure this has already been brought up, but if you give points per character in a post, users can just post a large amount of characters (copy and paste), post, and then edit it out before anyone sees.

2) Points per Thread View - Some users of my forum (not even a day after I put up the eStore), have created scripts to simply view a thread repeatedly, thus not only increasing their points rapidly, but also creating a DDoS attack to the server (since they also shared the script with their friends)

3) untested.. Points for Birthday - I have yet to test this, but if you set your birthday to the *next* day, and then when that day comes, you change the birthday again to the *next* day, so free points everyday

4) Points for Registration/Referral - of course if somebody is so inclined they could create a lot of accounts using a person as the referrer and mass up points this way.

Great work on the script thus far, but these are just some ways that it can be "exploited."

1) Then disable the Points Per Character by putting a 0 for this setting.

2) Same principle, for the Multiplier for Thread View, put a 0 there and there will be no points awarded for thread views.

3) This is not an issue, it saves an extra field in the user table saying when they last received a birthday present and if it hasnt been at least 364 days, it will not give them the points.

4) Sure, but its up to u to check for accounts using the same IP and ban them :) You could always enter a 0 for this setting too :)

Quote:

Originally Posted by RDX1
Could you add confirm on all delete/rebuild options please?

There will be confirm on the lottery and category delete options in the future, but rebuild datastore does not need a confirm as it should always be useful no matter what and build the proper data.

Quote:

Originally Posted by ChiliVB
I upgraded to v1.1.9 in hopes of fixing the lottery issues I was having. The upgrade went fine and everything appeared normal. However, users cannot open and view a threads. Neither can the administrator account.

The index and home pages appear normal but when clicking on a thread a new page opens, but it is completely blank. Its as if permissions to view a post have been affected. I've checked all forum and usergroup permissions and everything appears normal.

I could not find a setting in the estore options that probibited viewing a post but it appears one is somewhere. Please help. :ermm:

I cant replicate this problem at http://www.ps2hits.com/forums/

Perhaps I could investigate it further if given a login to ur forums with admin and can administer plugins one evening?

-CMX

ChiliVB 02-23-2006 04:48 AM

Quote:

Originally Posted by CMX_CMGSCCC

I cant replicate this problem at http://www.ps2hits.com/forums/

Perhaps I could investigate it further if given a login to ur forums with admin and can administer plugins one evening?

-CMX

CMX, my forums are unusable right now, not posts can be viewed and I don't know what to do to fix the problem. I have even disabled eBux in the Plugin Manager to see if that would allow a post to be read. I'll send you a PM and see how we need to proceed.

Rickie3 02-23-2006 05:09 AM

i cant for the life of me find this code in elottery.php v1.1.9
active = '" . $_POST['active']["$lottery[lotteryid]"] . "'
-------------------------------------------------------------------
"EDIT" i found it,stupid me was looking at elottery.php v1.1.8 "DOH"

dirtycrow 02-23-2006 05:33 AM

since upgrade to 1.1.9, all the gift icons are now red Xs. i uploaded all the file and they are in the corret location

Kajouka 02-23-2006 05:33 AM

ok, two of my users are suddening getting this:

The eStore option you are trying to purchase has an invalid Set Value

for every page of the forums. I -think- it has to do with purchasing the custom title (because that was the one option they both did). And it didn't happen right away. I think it happened seven days after, because that's when the usertitle was set to expire.

Do you know what's going on?

======

edit: ok, it definately has to do with the expired custom title. THe page they get for every page on the forums is:

http://silverforums.net/forums/estor...=expireoptions

It seems that no matter what you click, that same page always loads.

VBUsers 02-23-2006 05:38 AM

Quote:

Originally Posted by dirtycrow
since upgrade to 1.1.9, all the gift icons are now red Xs. i uploaded all the file and they are in the corret location


i fixed this by upload the gift folder from 1.1.8

Rickie3 02-23-2006 05:56 AM

Quote:

Originally Posted by Kajouka
ok, two of my users are suddening getting this:

The eStore option you are trying to purchase has an invalid Set Value

for every page of the forums. I -think- it has to do with purchasing the custom title (because that was the one option they both did). And it didn't happen right away. I think it happened seven days after, because that's when the usertitle was set to expire.

Do you know what's going on?

======

edit: ok, it definately has to do with the expired custom title. THe page they get for every page on the forums is:

http://silverforums.net/forums/estor...=expireoptions

It seems that no matter what you click, that same page always loads.

ahhhh thats the same problem i had refer post https://vborg.vbsupport.ru/showpost....postcount=2135

but i purchased a Colored User Title

Kajouka 02-23-2006 06:09 AM

Rickie - did you have a expiration set on the color option? That's the only thing I can think of. The timing of them being locked out seems to fit with the expiration time that was on there as well (I'm guessing. No way to know for sure).

Rickie3 02-23-2006 06:36 AM

Quote:

Originally Posted by Kajouka
Rickie - did you have a expiration set on the color option? That's the only thing I can think of. The timing of them being locked out seems to fit with the expiration time that was on there as well (I'm guessing. No way to know for sure).

no expiration was set at 0

3dsoft 02-23-2006 07:15 AM

In the new drop down menu the index (estore.php) link is missing.

Is it possible to align the text fields (forms) in "thief" and "donate". It would look a lot better.

Rickie3 02-23-2006 07:44 AM

Quote:

Originally Posted by ChiliVB
I upgraded to v1.1.9 in hopes of fixing the lottery issues I was having. The upgrade went fine and everything appeared normal. However, users cannot open and view a threads. Neither can the administrator account.

The index and home pages appear normal but when clicking on a thread a new page opens, but it is completely blank. Its as if permissions to view a post have been affected. I've checked all forum and usergroup permissions and everything appears normal.

I could not find a setting in the estore options that probibited viewing a post but it appears one is somewhere. Please help. :ermm:

ive found this to happen when i use my quick reply button to a post it just goes to a blank white page but when i click the back button then refresh my post is there,i didnt have this prob till i upgraded to v1.1.9

NuclioN 02-23-2006 08:53 AM

By some members i get this after an admin donate:
Fatal error: Unable to proceed with save while $errors array is not empty in class vB_DataManager_PM in /includes/class_dm.php on line 758

Sooner95 02-23-2006 11:26 AM

Quote:

7) Template Updates: Template updates have changed inside the navbar to support a Drop Down eStore Menu.
Very much needed, thank you for another fine update.

angelo 02-23-2006 11:35 AM

How can I add more gift options?

fly 02-23-2006 11:42 AM

Quote:

Originally Posted by dippin' low
How can I add more gift options?

Upload them to /images/gifts and they will appear

mkoerner 02-23-2006 12:29 PM

Could you make it that after you buy somthing from the store and the page displays that the item was purchased could you have it update your pts amount also?

fly 02-23-2006 12:36 PM

If I set the 'Sticky Thread' option to expire after one day, it will unstick the thread?

NoRespect 02-23-2006 01:26 PM

I upgraded to 1.19 last nite, and now none of the gifts are showing up in the postbit.

EDIT: That'd be because all the gift GIFs are corrupt in the new zip.

jojo77 02-23-2006 01:33 PM

Quote:

Originally Posted by Kajouka
ok, two of my users are suddening getting this:

The eStore option you are trying to purchase has an invalid Set Value

for every page of the forums. I -think- it has to do with purchasing the custom title (because that was the one option they both did). And it didn't happen right away. I think it happened seven days after, because that's when the usertitle was set to expire.

Do you know what's going on?

======

edit: ok, it definately has to do with the expired custom title. THe page they get for every page on the forums is:

http://silverforums.net/forums/estor...=expireoptions

It seems that no matter what you click, that same page always loads.


Quote:

Originally Posted by Rickie3
ahhhh thats the same problem i had refer post https://vborg.vbsupport.ru/showpost....postcount=2135

but i purchased a Colored User Title


I have the same problem right now. Can go to any page. What's the fix for this one guys? :ermm:

ImportPassion 02-23-2006 01:48 PM

CMX, I have another user having that login problem. It tried to redirect him to http://www.7thgencivic.com/estore.php?do=expireoptions whioch doesn't exist, should be http://www.7thgencivic.com/forums/es...=expireoptions

maybe that is the issue. at least for this one guy. Where is that redirect set? I can't seem to find it anywhere?

Derek

dxguru 02-23-2006 02:03 PM

Quote:

Originally Posted by 7thgenCivic.Com
CMX, I have another user having that login problem. It tried to redirect him to http://www.7thgencivic.com/estore.php?do=expireoptions whioch doesn't exist, should be http://www.7thgencivic.com/forums/es...=expireoptions

maybe that is the issue. at least for this one guy. Where is that redirect set? I can't seem to find it anywhere?

Derek

I had this problem too ...

Find the user in the database and delete their eStore_history
BUT ... before you do, copy and paste it here so CMX can work out what item is causing the problem (please)

jilly 02-23-2006 02:27 PM

Scenario: Need help in a category setting - In the category Usertitle Options, I want only one usergroup to have permission to change someone else's user title - however I want to allow all usergroups to be able to change other usertitle options like glow, color, etc.

How can I set it so only one usergroup has permission to access one option in a category?

ImportPassion 02-23-2006 02:52 PM

Quote:

Originally Posted by dxguru
I had this problem too ...

Find the user in the database and delete their eStore_history
BUT ... before you do, copy and paste it here so CMX can work out what item is causing the problem (please)

welll, there is only one thing this guy had that had an expiration date, that was thief immunity.

Deimos 02-23-2006 02:55 PM

Yea I noticed all the gif files are broken

pfgannon 02-23-2006 03:54 PM

I don't know if this was addressed already or not but I couldnt find it in the thread.

In the mass forum settings page I keep on changing the points given but after I save it and come back they are reset to 0.

Any ideas on how to fix this?

inspiration100 02-23-2006 04:00 PM

Rock on! you added the psd as requested. Will donate via paypal when I get some $.

CMX_CMGSCCC 02-23-2006 04:43 PM

Quote:

Originally Posted by dirtycrow
since upgrade to 1.1.9, all the gift icons are now red Xs. i uploaded all the file and they are in the corret location

Slight issue with the files themself, I had used Replace Wizard on the folder and did a replace and it corrupted the .gif files, they will be fixed to the proper images released today in v1.2.0, for now, I've uploaded the images separately to the main post for users who need to fix them now.

Quote:

Originally Posted by Kajouka
ok, two of my users are suddening getting this:

The eStore option you are trying to purchase has an invalid Set Value

for every page of the forums. I -think- it has to do with purchasing the custom title (because that was the one option they both did). And it didn't happen right away. I think it happened seven days after, because that's when the usertitle was set to expire.

Do you know what's going on?

======

edit: ok, it definately has to do with the expired custom title. THe page they get for every page on the forums is:

http://silverforums.net/forums/estor...=expireoptions

It seems that no matter what you click, that same page always loads.

Ok, I'll look into this issue. I'm going to send u a PM as well.

Quote:

Originally Posted by 3dsoft
In the new drop down menu the index (estore.php) link is missing.

Is it possible to align the text fields (forms) in "thief" and "donate". It would look a lot better.

The main is when you press on eStore Menu, and the header itself goes to the eStore Main is that not clear enough? If not, I guess I can make it show up again underneath it? or how could I make it more visible?

Yes it is possible for that, I have cleaned it up for v1.2.0.

Quote:

Originally Posted by Rickie3
ive found this to happen when i use my quick reply button to a post it just goes to a blank white page but when i click the back button then refresh my post is there,i didnt have this prob till i upgraded to v1.1.9

I've done this on my test forum and have had no issues, so either it was fixed in the modifications I've done for v1.2.0 (unlikely), or there is something differently configured at your forums that has to be tracked down.

Quote:

Originally Posted by NuclioN
By some members i get this after an admin donate:
Fatal error: Unable to proceed with save while $errors array is not empty in class vB_DataManager_PM in /includes/class_dm.php on line 758

That was fixed a while ago, are u using the latest version? (And I still have to run that test on ur forums, I havent forgot, just been busy)

Quote:

Originally Posted by mkoerner
Could you make it that after you buy somthing from the store and the page displays that the item was purchased could you have it update your pts amount also?

Yes, I'll see about doing this in the next release.

Quote:

Originally Posted by flypaper
If I set the 'Sticky Thread' option to expire after one day, it will unstick the thread?

Yes and no, yes it should work. But it will only expire if the time has passed for it and the user that bought it sticky in the first place logs in.

Quote:

Originally Posted by NoRespect
I upgraded to 1.19 last nite, and now none of the gifts are showing up in the postbit.

EDIT: That'd be because all the gift GIFs are corrupt in the new zip.

Yes, stupid edit/replace overwrote them, they are attached to this post now and will be properly inserted into v1.2.0

Quote:

Originally Posted by jojo77
I have the same problem right now. Can go to any page. What's the fix for this one guys? :ermm:

In v1.2.0 I'm adding another change in the expired options that might resolve this, it should be released later today.

Quote:

Originally Posted by 7thgenCivic.Com
CMX, I have another user having that login problem. It tried to redirect him to http://www.7thgencivic.com/estore.php?do=expireoptions whioch doesn't exist, should be http://www.7thgencivic.com/forums/es...=expireoptions

maybe that is the issue. at least for this one guy. Where is that redirect set? I can't seem to find it anywhere?

Derek

It's inside the plugin for global_start, can you give me access to that users account, i.e. copy the account to a new user with the same estore_history specifically, and then give me access to that account with admin and can administer plugins, then I could debug why the URL is not getting built properly.

Quote:

Originally Posted by jilly
Scenario: Need help in a category setting - In the category Usertitle Options, I want only one usergroup to have permission to change someone else's user title - however I want to allow all usergroups to be able to change other usertitle options like glow, color, etc.

How can I set it so only one usergroup has permission to access one option in a category?

Simply set the category permissions Globally, for everyone to use. Then for the individual item u want to have specific access to, goto Manage Options -> click on the option you want to change -> Override Category Permissions set to Yes, then select the usergroups u wish to allow.

Quote:

Originally Posted by 7thgenCivic.Com
welll, there is only one thing this guy had that had an expiration date, that was thief immunity.

That's not making sense, I'm going to need to debug this one.

Quote:

Originally Posted by pfgannon
I don't know if this was addressed already or not but I couldnt find it in the thread.

In the mass forum settings page I keep on changing the points given but after I save it and come back they are reset to 0.

Any ideas on how to fix this?

Did you enter numbers other than 0? The input boxes are set to 0 by default.

Quote:

Originally Posted by inspiration100
Rock on! you added the psd as requested. Will donate via paypal when I get some $.

Thank my wife for the psd, I got it from her hehe.

-CMX

caimakale 02-23-2006 05:06 PM

Quote:

Originally Posted by CMX_CMGSCCC
Thank my wife for the psd, I got it from her hehe.

Thanks Mrs. CMX_CMGSCCC! ;)

fly 02-23-2006 05:08 PM

Quote:

Originally Posted by jilly
Scenario: Need help in a category setting - In the category Usertitle Options, I want only one usergroup to have permission to change someone else's user title - however I want to allow all usergroups to be able to change other usertitle options like glow, color, etc.

How can I set it so only one usergroup has permission to access one option in a category?

Then go into the 'change someone else's title' options and deny the usergroups who shouldnt have permission.

pfgannon 02-23-2006 05:22 PM

Well I set the numbers at 2 for threads and 1 for posts. But they keep reverting to 0

caimakale 02-23-2006 05:29 PM

I have been testing the "Can Change Always" feature of the site and noticed that if an item set to can change always and purchased for the first time by a user, they are never charged for it.

I have set up a test account with no flags and past purchases to test this and was able to login and purchase colored username without it affecting my points total. I also allow refunds on my site, so I went to return the item, and it credited me back what should have been the purchase price, so I walked away from the deal more points in my pocket than when I started.

So this creates a points exploit for any of your "Can Change Always" items if you have refunds enabled. If not then it is a free giveaway in the stores on those items.

Wachtmeister 02-23-2006 05:46 PM

Quote:

Originally Posted by 7thgenCivic.Com

Quote:

CMX, I have another user having that login problem. It tried to redirect him to http://www.7thgencivic.com/estore.php?do=expireoptions whioch doesn't exist, should be http://www.7thgencivic.com/forums/e...o=expireoptions

Quote:

It's inside the plugin for global_start, can you give me access to that users account, i.e. copy the account to a new user with the same estore_history specifically, and then give me access to that account with admin and can administer plugins, then I could debug why the URL is not getting built properly.

Is this maybe, because you use vbadvanced? Have you added estore.php into the CPMS Default Settings / Navbar replacements? I think this could solve your problem.

PS: guys, sorry for the unfriendly red color in my post. The editor does not save my changes :(

LadyJo 02-23-2006 06:18 PM

OK I see youve replied to people that the fatal error with send pm's was fixed awhile ago but I have the latest version and in fact it is not.

Also the user who has issues with things resetting to default, I have that too and I belive I can figure out I have to set it to anything over 0. I set it to other numbers and it defaults back... as well as the option numbers.. lets say I set the gifts to 50.. i go back in and are set at 20 again because thats deafult, while the bank and everything else are sonce again set at 0.

This is on my live forum and I got th fata erro about send_pm as well last night.

Thanks for your hard work

Jo


All times are GMT. The time now is 06:03 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.11404 seconds
  • Memory Usage 1,932KB
  • 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
  • (4)bbcode_code_printable
  • (45)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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