vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Casino (w/ 10 player poker) (https://vborg.vbsupport.ru/showthread.php?t=159151)

rknight111 11-25-2007 12:53 AM

This error is coming up about 30 times per day, how can I fix it???


Quote:

Database error in vBulletin 3.6.8:

Invalid SQL:

SELECT sum(bet) AS bet, sum(won) AS won, cs1.switch2
FROM casino_settings AS cs1
LEFT JOIN casino_settings AS cs2 ON cs1.switch1 = cs2.switch1
LEFT JOIN casino_bet_stats ON cs1.switch1 = gameid
WHERE cs1.settingname = 'gamename'
AND cs2.settingname = 'gameactive'
AND cs2.switch2 = '1'
GROUP BY gameid;

MySQL Error : The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
Error Number : 1104
Date : Saturday, November 24th 2007 @ 09:44:00 PM
Script : http://www......../forum/casino.php?do=stats
Referrer :
IP Address : ............
Username : r........
Classname : vb_database

peterpigman 11-25-2007 07:36 AM

Quote:

Originally Posted by Robbed (Post 1388868)
PHP Code:

Database error in vBulletin 3.6.8:

Invalid SQL:

        
SELECT sum(bet) AS betsum(won) AS woncs1.switch2 
        FROM casino_settings 
AS cs1
        LEFT JOIN casino_settings 
AS cs2 ON cs1.switch1 cs2.switch1  
        LEFT JOIN casino_bet_stats ON cs1
.switch1 gameid 
        WHERE cs1
.settingname 'gamename' 
        
AND cs2.settingname 'gameactive'
        
AND cs2.switch2 '1' 
        
GROUP BY gameid;

MySQL Error  The SELECT would examine more than MAX_JOIN_SIZE rowscheck your WHERE and use SET SQL_BIG_SELECTS=or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
Error Number 1104
Date         
SaturdayNovember 24th 2007 07:21:18 PM
Script       
forums/casino.php?do=stats
Referrer     
: /forums/casino.php?
IP Address   
Username     Rob
Classname    
vB_Database 

Get this when clicking more stats

Quote:

Originally Posted by rknight111 (Post 1388927)
This error is coming up about 30 times per day, how can I fix it???

https://vborg.vbsupport.ru/showpost....postcount=1855

wattieuk 11-25-2007 12:02 PM

I think this is a fantastic mod and my users love it. The only problem I have is my forum which has a fixed width of 760 doesnt display the roulette table properly. Is there any way to make the roulette table smaller?
Thanks.

Lee G 11-25-2007 04:28 PM

For some reason my Texas Holdem has stopped working, it keeps showing

There are no free seats available, please try again later.

Players are set to ten. All the other games work without any problems

Tried updating to the latest version of the casino and the problem is still there

Any ideas

Thanks Lee

forumrunt 11-25-2007 04:45 PM

what is the Casino Cash this adds?

rknight111 11-25-2007 05:14 PM

I added that as discussed. I never touched that part of the system before. Now I hope that stops the errors as there going up I get an email for each error. These seems to have started when I did the most recent upgrade to VB.

peterpigman 11-25-2007 06:14 PM

Quote:

Originally Posted by rknight111 (Post 1389241)
I added that as discussed. I never touched that part of the system before. Now I hope that stops the errors as there going up I get an email for each error. These seems to have started when I did the most recent upgrade to VB.

I have had none since I did that mod. It is a server setting apparently that causes it.

TTG 11-25-2007 09:24 PM

Had to turn off the roulette .. the ball has been round enough times to have gone to the moon and back and its still going :D

punchbowl 11-25-2007 10:26 PM

Db error for user names containing: '
e.g
john'sgirls

Database error in vBulletin 3.6.8:

Invalid SQL:

UPDATE user
SET casino_cash = casino_cash + 10000
WHERE username = 'john'sgirls';

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 's'' at line 3
Error Number : 1064

=================================================

Twilkey 11-26-2007 04:20 AM

Quote:

Originally Posted by punchbowl (Post 1389371)
Db error for user names containing: '
e.g
john'sgirls

Database error in vBulletin 3.6.8:

Invalid SQL:

UPDATE user
SET casino_cash = casino_cash + 10000
WHERE username = 'john'sgirls';

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 's'' at line 3
Error Number : 1064

=================================================

The ' in the users name is messing with the database.

Andrew Green 11-26-2007 04:53 AM

Will be fixed tomorrow, as well as all the other things I know of (well, it's fixed now, will be posted tomorrow :D)

buurman 11-26-2007 06:05 AM

Andrew,

For all the games is the max bet $25, exept is this not possible for the roulette..
Yes, $25 fiches, but you can place 100 of them on the table.

Like a real roulette, is it possible to set a table limit, pretty please? :D

dodgeboard.com 11-26-2007 12:23 PM

Andrew,

I mentioned this error some time back and you said to reapply settings in ACP, I did that and the error still exists...but I think I have narrowed down the problem.

It happens once per day, at the same time each night; between 9:01 and 9:04 pm. Some sort of CRON?

Quote:

Database error in vBulletin 3.6.8:

Invalid SQL:
INSERT INTO casino_lotto_draw (drawtime, jackpot, price, `range`, numbers, totalodds, odds, winper) VALUES (1196218800, 0, 2, 25, 3, , '', '');

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 ' '', '')' at line 1
Error Number : 1064
Date : Sunday, November 25th 2007 @ 09:04:36 PM
Script : http://www.dodgeboard.com/forums/cron.php?rand=847951
Referrer : http://www.dodgeboard.com/forums/private.php
IP Address : 64.219.131.167
Username : Unregistered
Classname : vb_database

Andrew Green 11-26-2007 12:44 PM

Quote:

Originally Posted by dodgeboard.com (Post 1389610)
Andrew,

I mentioned this error some time back and you said to reapply settings in ACP, I did that and the error still exists...but I think I have narrowed down the problem.

It happens once per day, at the same time each night; between 9:01 and 9:04 pm. Some sort of CRON?

I'll have a look at the code again, it is the cron task that settles and adds draws that is causing it. But you are still having draws get created properly?

dodgeboard.com 11-26-2007 01:12 PM

draws? what are draws?
:)

There are no numbers being created in the Lottery, if that's what you mean.

amroawad 11-26-2007 08:02 PM

It doesn't show casino in my vbulletin admin option!

Why is this?
thanks

Andrew Green 11-26-2007 08:09 PM

Quote:

Originally Posted by amroawad (Post 1389858)
It doesn't show casino in my vbulletin admin option!

Why is this?
thanks

includes/xml/cpnav_casino.php probably didn't get uploaded.

punchbowl 11-26-2007 08:36 PM

is there a known issue with roulette paying out on zero?
Quote:

Think something is up with the roulette. Had 250 chips on the 1,2,3,4,7,9, and 12 I think. This took me down to about 22k. I press spin, lands on 0. I've suddenly got about 85k?? Didn't manage a screenshot because I stupidly immediately went to the casino bit to check if I really had that much. I can't be arsed doing the calculations, but I think it might have paid out each bet as a winner?

Rouzbeh1 11-26-2007 08:46 PM

hi,
i have a suggestion which could be interesting to most of Casino users.
is it possible to have Sound Effects for Casino games. specially Roullette and slots machine...

thanks

PS: will this product also be supported in vb 3.7.x ?

Andrew Green 11-26-2007 09:29 PM

Quote:

Originally Posted by punchbowl (Post 1389886)
is there a known issue with roulette paying out on zero?

Yes, and the fixed version should go up tonight.

Andrew Green 11-26-2007 09:34 PM

Quote:

Originally Posted by Rouzbeh1 (Post 1389891)
PS: will this product also be supported in vb 3.7.x ?

Yes, not sure how soon after the release though, depends on how much, if anything, needs to be redone

SMO 11-27-2007 02:53 AM

First of all, thanks for sharing this wonderful mod.

However, Im not sure my roulette is working correctly. I cant place bets on the table or I just dont know how. Clicking the chips and placing them on the board isnt doing anything.

Also, and I apologize if this double posts, but how do I enable javascript? One of the games states it needs it on.

ty

Andrew Green 11-27-2007 02:59 AM

v.71 is up, fixes the bugs listed in the first post.

Andrew Green 11-27-2007 03:01 AM

Quote:

Originally Posted by SMO (Post 1390051)
First of all, thanks for sharing this wonderful mod.

However, Im not sure my roulette is working correctly. I cant place bets on the table or I just dont know how. Clicking the chips and placing them on the board isnt doing anything.

Also, and I apologize if this double posts, but how do I enable javascript? One of the games states it needs it on.

ty

to place bets select the chip by clicking on it, it should get brighter. Then click on the board where you want to place it.

All games use javascript, so if it is telling you that ensure that all files got uploaded, relupload and overwrite the associated files, make sure the templates are the original versions, and if that doesn't work let me know, as well as which game and I will login and have a look.

SMO 11-27-2007 03:21 AM

Quote:

Originally Posted by Andrew Green (Post 1390054)
to place bets select the chip by clicking on it, it should get brighter. Then click on the board where you want to place it.

All games use javascript, so if it is telling you that ensure that all files got uploaded, relupload and overwrite the associated files, make sure the templates are the original versions, and if that doesn't work let me know, as well as which game and I will login and have a look.

Thanks for the quick reply. I just ULed .71 and I still cant get roulette to work nor the Video Poker with the JS issue. Im sure it's the user (me) but Im now getting portions of the roullete screen missing as well.

Andrew Green 11-27-2007 03:27 AM

Quote:

Originally Posted by SMO (Post 1390061)
Thanks for the quick reply. I just ULed .71 and I still cant get roulette to work nor the Video Poker with the JS issue. Im sure it's the user (me) but Im now getting portions of the roullete screen missing as well.


ok, I'll register tomorrow and have a look.

dodgeboard.com 11-27-2007 03:48 AM

Andrew- great job.

One cosmetic issue only on the new release .71

Roulette screens are funky now. These were okay in .70

The corners wrap at the top and the bottom (top shown in pic)

1024x768

Andrew Green 11-27-2007 04:00 AM

Works fine in Opera and Firefox... someone must be using a browser that has yet to follow standards ;)

I'll mess around with IE in the next couple days.

But if you like, there are two lines commented out in the _main template:

Code:

<!-- <td  style="background-image:url('casino/cards/cloth.gif')">&nbsp;</td> -->
Just remove the comment wrappers, and the colspan='3' from the line below the first one and it should be back to normal

dodgeboard.com 11-27-2007 04:11 AM

Yep, I use IE...and Yep that fixed it.

For those that have the same problem...

Edit template casino_roulette_main

find:

Code:

<td colspan='3' style="padding: 10px;vertical-align:top;color:black;height:400px;background-image:url('casino/cards/cloth.gif')">


       
        <table>
                <tr>
                        <td style='width:300px;'>
                                <div>
                                        <img id='w' src='casino/cards/rwheel.png' alt='' />
                                        <img id='i' src='casino/cards/rball.gif' alt='' style='z-index:2;position:relative;top:-30px; left:50px;' />
                                </div>
                        </td>
                        <td align='center' style='font-size:22pt;color:black;font-weight:bold;width:300px;'>
                                $vbphrase[casino_currency_marker]<span id='cash'>$cash</span><br/>
                                <span id='controls'>
<img src='casino/cards/spin.png' alt='Spin' onmousedown='spinwheel()' style='cursor:pointer' /><br/>
<img src='casino/cards/clear.png' alt='Clear' onmousedown='resetbets()' style='cursor:pointer' />
                                </span>
                        </td>
                        <td rowspan='2'  style='vertical-align:middle;'>
                                <table >
                                        $t_chips
                                </table>
                        </td>               
                </tr>
                <tr>
                        <td colspan='2'>
                                <div id = 'chips'></div>
                                <div style='height:350px;width:620px;'>
                                        <img id='board' src='casino/cards/rboard.png' alt='Roulette Board' onmousedown="snaptoboard(event)" style='position:absolute;cursor:pointer;'/>
                                </div>

                        </td>
                </tr>       
        </table>


</td>
<!-- <td  style="background-image:url('casino/cards/cloth.gif')">&nbsp;</td> -->

replace with:

Code:

<td style="padding: 10px;vertical-align:top;color:black;height:400px;background-image:url('casino/cards/cloth.gif')">


       
        <table>
                <tr>
                        <td style='width:300px;'>
                                <div>
                                        <img id='w' src='casino/cards/rwheel.png' alt='' />
                                        <img id='i' src='casino/cards/rball.gif' alt='' style='z-index:2;position:relative;top:-30px; left:50px;' />
                                </div>
                        </td>
                        <td align='center' style='font-size:22pt;color:black;font-weight:bold;width:300px;'>
                                $vbphrase[casino_currency_marker]<span id='cash'>$cash</span><br/>
                                <span id='controls'>
<img src='casino/cards/spin.png' alt='Spin' onmousedown='spinwheel()' style='cursor:pointer' /><br/>
<img src='casino/cards/clear.png' alt='Clear' onmousedown='resetbets()' style='cursor:pointer' />
                                </span>
                        </td>
                        <td rowspan='2'  style='vertical-align:middle;'>
                                <table >
                                        $t_chips
                                </table>
                        </td>               
                </tr>
                <tr>
                        <td colspan='2'>
                                <div id = 'chips'></div>
                                <div style='height:350px;width:620px;'>
                                        <img id='board' src='casino/cards/rboard.png' alt='Roulette Board' onmousedown="snaptoboard(event)" style='position:absolute;cursor:pointer;'/>
                                </div>

                        </td>
                </tr>       
        </table>


</td>
<td  style="background-image:url('casino/cards/cloth.gif')">&nbsp;</td>

Thanks Andrew!!

buurman 11-27-2007 05:38 AM

Quote:

Originally Posted by buurman (Post 1389501)
Andrew,

For all the games is the max bet $25, exept is this not possible for the roulette..
Yes, $25 fiches, but you can place 100 of them on the table.

Like a real roulette, is it possible to set a table limit, pretty please? :D

Andrew, didnt get any reply on this, but is this "table limit" an option in future updates?

buurman 11-27-2007 06:34 AM

Quote:

Originally Posted by dodgeboard.com (Post 1390071)
Andrew- great job.

One cosmetic issue only on the new release .71

Roulette screens are funky now. These were okay in .70

The corners wrap at the top and the bottom (top shown in pic)

1024x768

After the update, I also have the same problem, changed the code and the rounded corners are fine now, but missing the pieces between the corners, like in the screenshot.
This is in IE and Firefox, only in roulette, not in Texas hold em.

ausjeepo 11-27-2007 07:54 AM

Hi Andrew,

we where running version .51 and have upgraded to .71 I reverted all the templates uploaded all the files and have upgraded but we are getting random db errors especially when pressing stats which consistantly gives a db error, and texas holdem doesnt show anyone else in so if two people are playing they dont see each other. Any ideas? Thanks for all your work on this mod our members love it.

Database error in vBulletin 3.6.5:

Invalid SQL:

SELECT sum(bet) AS bet, sum(won) AS won, cs1.switch2
FROM casino_settings AS cs1
LEFT JOIN casino_settings AS cs2 ON cs1.switch1 = cs2.switch1
LEFT JOIN casino_bet_stats ON cs1.switch1 = gameid
WHERE cs1.settingname = 'gamename'
AND cs2.settingname = 'gameactive'
AND cs2.switch2 = '1'
GROUP BY gameid;

MySQL Error : The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay Error Number : 1104
Date : Tuesday, November 27th 2007 @ 04:29:16 AM
Script : http://www.ausjeepoffroad.com/forum/casino.php?
Referrer : http://www.ausjeepoffroad.com/forum/...=72210&page=15
IP Address : 124.169.141.225
Username : Dave
Classname : vb_database



http://www.ausjeepoffroad.com/forum/casino.php

rwilkins108 11-27-2007 09:26 AM

Hey Andrew, on Let 'em ride, could you move the chips to below your dollar amount? when the game ends, and the chips get drawn, the board extends pretty far to the right.

Thanks!

ezurick 11-27-2007 10:44 AM

Quote:

Originally Posted by buurman (Post 1390117)
After the update, I also have the same problem, changed the code and the rounded corners are fine now, but missing the pieces between the corners, like in the screenshot.
This is in IE and Firefox, only in roulette, not in Texas hold em.

Yeah, I am using IE (as most my users are using) and I applied this edit and now it is worse... The left corner is corrected, but the right one is off drastically and the piece between must be in cyber space somewhere... lol.

Also, since I updated to .71, when I play roulette... I click on a chip... no matter what number I select, it places the chip in the 2 to 1 slot. This didn't happen until I updated... something has changed and ruined the roulette fer me... :( It was working great until this update.

Lastly, and so berry important... is there a way to turn of the donations, or perhaps limit the amount. I see no settings. The reason is I have some hardcore users with amount in the hundred thousands... and they have either close friends or multiple accounts... and they place high bets in vbookie football games on both teams to get a sure win. So I restrict the amount to donate/transfer... but with the feature in casino, they are by passing my restriction... please help me correct this... Oh! I am using vbcredits 1.4RC1...

hgb 11-27-2007 11:12 AM

my lotto has not worked right at all and waited for this update to see if it would fix it... no luck tho...

I have been running the cron after every draw manually but now that wont work.
Quote:

Casino Lottery Draw

Fatal error: Call to a member function on a non-object in /home/******/public_html/forums/includes/cron/casino_lotto.php on line 127
also I have not been able to get the box to show how many people are in hold 'em game, even on a stock VB template with placing the $inpoker at the bottom of the navbar template????

thanks for any help:D

punchbowl 11-27-2007 11:25 AM

Database error in vBulletin 3.6.8:

Invalid SQL:

SELECT sum(bet) AS bet, sum(won) AS won, cs1.switch2
FROM casino_settings AS cs1
LEFT JOIN casino_settings AS cs2 ON cs1.switch1 = cs2.switch1
LEFT JOIN casino_bet_stats ON cs1.switch1 = gameid
WHERE cs1.settingname = 'gamename'
AND cs2.settingname = 'gameactive'
AND cs2.switch2 = '1'
GROUP BY gameid;

MySQL Error : The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
Error Number : 1104
Date : Tuesday, November 27th 2007 @ 01:20:47 PM
Script : http://www.********.com/forum/casino.php?
Referrer : http://www.********.com/forum/casino.php?do=blackjack
IP Address : #####################
Username : ********
Classname : vB_Database

==============================

Database error in vBulletin 3.6.8:

Invalid SQL:

SELECT sum(bet) AS bet, sum(won) AS won, cs1.switch2
FROM casino_settings AS cs1
LEFT JOIN casino_settings AS cs2 ON cs1.switch1 = cs2.switch1
LEFT JOIN casino_bet_stats ON cs1.switch1 = gameid
WHERE cs1.settingname = 'gamename'
AND cs2.settingname = 'gameactive'
AND cs2.switch2 = '1'
GROUP BY gameid;

MySQL Error : The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
Error Number : 1104
Date : Tuesday, November 27th 2007 @ 12:47:24 PM
Script : http://www.####.com/forum/casino.php?do=stats
Referrer : http://www.####.com/forum/casino.php?
IP Address : ####
Username : ####
Classname : vB_Database

=========================

Database error in vBulletin 3.6.8:

Invalid SQL:

SELECT sum(bet) AS bet, sum(won) AS won, cs1.switch2
FROM casino_settings AS cs1
LEFT JOIN casino_settings AS cs2 ON cs1.switch1 = cs2.switch1
LEFT JOIN casino_bet_stats ON cs1.switch1 = gameid
WHERE cs1.settingname = 'gamename'
AND cs2.settingname = 'gameactive'
AND cs2.switch2 = '1'
GROUP BY gameid;

MySQL Error : The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
Error Number : 1104
Date : Tuesday, November 27th 2007 @ 11:45:24 AM
Script : http://www.*****.com/forum/casino.php?
Referrer : http://www.*****.com/forum/casino.php?do=texasholdem
IP Address : *****
Username : *****
Classname : vB_Database

buurman 11-27-2007 12:18 PM

After last update, many things dont work anymore in IE, only in firefox.
No Texas Hold em, and Roulette isnt working (no fishes on table and buggy) and a lot of images aint working, they are called jpg instead of png.
Maybe also test on IE? :)

Kmaster 11-27-2007 01:45 PM

Quote:

Originally Posted by buurman (Post 1390273)
After last update, many things dont work anymore in IE, only in firefox.
No Texas Hold em, and Roulette isnt working (no fishes on table and buggy) and a lot of images aint working, they are called jpg instead of png.
Maybe also test on IE? :)

me either, with many problem with IE after upgraded.

jewropa 11-27-2007 02:50 PM

after the last update lot of bugs!

Andrew Green 11-27-2007 03:06 PM

Quote:

Originally Posted by hgb (Post 1390231)
my lotto has not worked right at all and waited for this update to see if it would fix it... no luck tho...

I have been running the cron after every draw manually but now that wont work.


also I have not been able to get the box to show how many people are in hold 'em game, even on a stock VB template with placing the $inpoker at the bottom of the navbar template????

thanks for any help:D

I'll get back to you on that later today

Quote:

Originally Posted by buurman (Post 1390273)
After last update, many things dont work anymore in IE, only in firefox.
No Texas Hold em, and Roulette isnt working (no fishes on table and buggy) and a lot of images aint working, they are called jpg instead of png.
Maybe also test on IE? :)


What in Texas Hold'em isn't working?

All I can see in my rather quick IE test is that Roulette is rather buggered up, anything else?


All times are GMT. The time now is 04:30 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.04707 seconds
  • Memory Usage 1,895KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (21)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
  • (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