vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   vbProArcade Beta 2 (https://vborg.vbsupport.ru/showthread.php?t=42880)

Mijae 11-19-2002 11:34 PM

Also, I edited function.php to post[arcade] but I cant get it to show up on the postbit template...

aibon 11-19-2002 11:45 PM

Quote:

Originally posted by v0id
How can I make a user with no requierments go to a new template with the text saying Y"ou need 2 posts to play in the arcade"? [/B]
for ease just use the vbulletin errordisplay (function standarderror):

PHP Code:

    if (($bbuserinfo[usergroupid] != 2) and
        (
$bbuserinfo[usergroupid] != 5) and
        (
$bbuserinfo[usergroupid] != 6) and
        (
$bbuserinfo[usergroupid] != 7)) {
      
show_nopermission();
    }
    elseif (
$bbuserinfo[posts] < 2) {
      eval(
"standarderror(\"".gettemplate('error_need2posts')."\");");
      exit;
   } 

you'll have to create a template 'error_need2posts'.

the template should be put in the templatecache for performance reasons. unfortunately the templatecache isnt yet used in this
hack. should be implemented, but to avoid overhead of caching unused templates a bit of the code has to be rearanged. i dont know whats up with the hack as futureal seems to be pretty busy @moment. i'm offering my help, if its wanted as i really like this hack and will be modifying my verion definitly. unfortunatly futureal didnt contact me yet about that and the state of development.

Sebastian 11-20-2002 12:45 AM

Quote:

Originally posted by aibon
im not futureal, but here you go: all i can say is rtfm.... read da ++++ing manual.
That is why I specially asked futureal for an answer, so I won't have to hear someone telling me to RTFM, obviously I did or it would be like guessing trying to install it... I rather manually add the links to forum home rather that adding three extra unnecessary queries .. the same affect can be achived by adding the links to the template.

Areku 11-20-2002 03:34 PM

When is next version coming out? ;)

Any major issues/security issues with current one?

Sebastian 11-22-2002 11:03 PM

Same ... any updates? I see you add many new features to the newer version .. update, update! :)

http://www.shadowsofnamek.com/forum/proarcade.php

JackG 11-23-2002 06:04 PM

Tried to mannually make thetabes but get this error:

MySQL said: You have an error in your SQL syntax near '$tetrisscore', 550, 380, 'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540' at line 9

JackG 11-23-2002 06:08 PM

My file has slashes in it. I will remove all slashed and try again.

JackG 11-23-2002 06:10 PM

Ahh ok - my files does not have slased but it has ( ' )

When i past into MysqlAdmin - it puts the slashed in (on submit)..

hmmm

What should I do?

Sebastian 11-23-2002 07:25 PM

Don't copy&paste it ... run it from the sql file ... you are talking about the content in allgames right?

xxxsaint 11-23-2002 08:09 PM

here's a pretty kool .fla poker game , anyone able to integrate it into the arcade and with LeSane's Store

xxxsaint 11-23-2002 08:16 PM

Quote:

Originally posted by desi
ok guys .. my appology.. but i really needed to fix this hack cause my forum members were eating my brains off ...

well as suggested i've checked everything .... all the games work fine for admins only ...

but when i try to activate the game... i just doesn't do it ..:(

i have checked the code over and over again ... but its all as in the install text ....

cheers


open proarcade.php

look for this code :
Quote:

if (($bbuserinfo[usergroupid] != 2) and
($bbuserinfo[usergroupid] != 5) and
($bbuserinfo[usergroupid] != 6) and
($bbuserinfo[usergroupid] != 7) and
those are user group id's. ANY user group that you want to be able to play ,has to be added to this portion , for example , my code looks like this :

Quote:


if (($bbuserinfo[usergroupid] != 2) and
($bbuserinfo[usergroupid] != 5) and
($bbuserinfo[usergroupid] != 6) and
($bbuserinfo[usergroupid] != 7) and
($bbuserinfo[usergroupid] != 8) and
($bbuserinfo[usergroupid] != 9) and
($bbuserinfo[usergroupid] != 10) and
($bbuserinfo[usergroupid] != 11) and
($bbuserinfo[usergroupid] != 12) and
($bbuserinfo[usergroupid] != 13) and
($bbuserinfo[usergroupid] != 14) and
($bbuserinfo[usergroupid] != 15) and
($bbuserinfo[usergroupid] != 16) and
($bbuserinfo[usergroupid] != 17) and
($bbuserinfo[usergroupid] != 18) and
($bbuserinfo[usergroupid] != 21) and
($bbuserinfo[usergroupid] != 22) and
($bbuserinfo[usergroupid] != 23) and
($bbuserinfo[usergroupid] != 24)) {
show_nopermission();
}
break;
default:
// if no action specified, go to arcade page
$action = "arcade";
break;
}
because of all the custom sections and levels we have. He can't put it in the php as a general user group clearance because he doesn't know how many user groups you have , or which ones you wish to allow usage of the arcade , so you have to modify that portion of proarcade.php yourself to fit your individual forum.

JackG 11-24-2002 03:56 AM

My problem is step 5.
I try to add allgames.sql and I get this:

(I run it from the file and also get the error)

SQL-query:

INSERT INTO arcadegames VALUES (
1,
\'tetris\',
\'Tetris\',
\'The classic game of Tetris that we all know and love...\',
\'tetris.swf\',
\'\', \'\', 0, 0, 0,
\'Tetris Champion\',
\'#FF0000\',
\'$tetrisscore\',
550, 380,
\'classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"\',
\'username=$username&s=$session[sessionhash]&highscore=$highscore&bbtitle=$bbtitle&location=$v pa_bburl&gamename=$game\',
\'\\r\\n\',
\'pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"\'
);

INSERT INTO arcadegames VALUES (
2,
\'breakout\',
\'Breakout\',
\'A simple Arkanoid-style game -- see how many balls you can keep going at once!\',
\'breakout.swf\',
\'\', \'\', 0, 0, 0,
\'Breakout Champion\',
\'#ff0000\',
\'$breakoutscore\',
400, 500,
\'classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"\',
\'location=$vpa_bburl&gamename=$game&s=$session[sessionhash]\',
\' \\r\\n \\r\\n \\r\\n\',
\'pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"\'
);

INSERT INTO arcadegames VALUES (
3,
\'pacman\',
\'Pacman\',
\'A perfect recreation of the arcade classic!\',
\'pacman.swf\',
\'\', \'\', 0, 0, 0,
\'Pacman Champion\',
\'#FF0000\',
\'$pacmanscore\',
360, 420,
\'classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"\\r\\ncodebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"\',
\'location=$vpa_bburl&gamename=$game&s=$session[sessionhash]\',
\'\\r\\n\',
\'pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"\'
);

INSERT INTO arcadegames VALUES (
4,
\'spaceinvaders\',
\'Space Invaders\',
\'Drop down, increase speed, and reverse direction!\',
\'invaders.swf\',
\'\', \'\', 0, 0, 0,
\'Space Invaders Champion\',
\'#FF0000\',
\'$invadersscore\',
500, 500,
\'classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"\',
\'location=$vpa_bburl&gamename=$game&s=$session[sessionhash]\',
\'\\r\\n\',
\'pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"\'
);

INSERT INTO arcadegames VALUES (
5,
\'snake\',
\'Snake\',
\'Eat as much as you can without hitting the walls or your own tail!\',
\'snake.swf\',
\'\', \'\', 0, 0, 0,
\'Snake Champion\',
\'#FF0000\',
\'$snakescore\',
400, 400,
\'classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"\\r\\ncodebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"\',
\'location=$vpa_bburl&gamename=$game&s=$session[sessionhash]\',
\'\\r\\n\',
\'pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"\'
);


MySQL said: You have an error in your SQL syntax near '$tetrisscore', 550, 380, 'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540' at line 9
Back

Kars10 11-24-2002 07:38 AM

Quote:

Originally posted by JackG


INSERT INTO arcadegames VALUES (
1,
\'tetris\',
\'Tetris\',
\'The classic game of Tetris that we all know and love...\',
\'tetris.swf\',
\'\', \'\', 0, 0, 0,
\'Tetris Champion\',
\'#FF0000\',
\'$tetrisscore\',
550, 380,
\'classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"\',
\'username=$username&s=$session[sessionhash]&highscore=$highscore&bbtitle=$bbtitle&location=$v pa_bburl&gamename=$game\',
\'\\r\\n\',
\'pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"\'
);





INSERT INTO arcadegames VALUES (
2,
\'breakout\',
\'Breakout\',
\'A simple Arkanoid-style game -- see how many balls you can keep going at once!\',
\'breakout.swf\',
\'\', \'\', 0, 0, 0,
\'Breakout Champion\',
\'#ff0000\',
\'$breakoutscore\',
400, 500,
\'classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"\',
\'location=$vpa_bburl&gamename=$game&s=$session[sessionhash]\',
\' \\r\\n \\r\\n \\r\\n\',
\'pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"\'
);






INSERT INTO arcadegames VALUES (
3,
\'pacman\',
\'Pacman\',
\'A perfect recreation of the arcade classic!\',
\'pacman.swf\',
\'\', \'\', 0, 0, 0,
\'Pacman Champion\',
\'#FF0000\',
\'$pacmanscore\',
360, 420,
\'classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"\\r\\ncodebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"\',
\'location=$vpa_bburl&gamename=$game&s=$session[sessionhash]\',
\'\\r\\n\',
\'pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"\'
);







INSERT INTO arcadegames VALUES (
4,
\'spaceinvaders\',
\'Space Invaders\',
\'Drop down, increase speed, and reverse direction!\',
\'invaders.swf\',
\'\', \'\', 0, 0, 0,
\'Space Invaders Champion\',
\'#FF0000\',
\'$invadersscore\',
500, 500,
\'classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"\',
\'location=$vpa_bburl&gamename=$game&s=$session[sessionhash]\',
\'\\r\\n\',
\'pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"\'
);





INSERT INTO arcadegames VALUES (
5,
\'snake\',
\'Snake\',
\'Eat as much as you can without hitting the walls or your own tail!\',
\'snake.swf\',
\'\', \'\', 0, 0, 0,
\'Snake Champion\',
\'#FF0000\',
\'$snakescore\',
400, 400,
\'classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"\\r\\ncodebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"\',
\'location=$vpa_bburl&gamename=$game&s=$session[sessionhash]\',
\'\\r\\n\',
\'pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"\'
);


Run the Querys one be one, not all together. Ive separated the querys in the quote for u.

Kars10 11-24-2002 07:42 AM

Upps, you see that smilie?? So take youre allgames-file, and separate the querys there. That should be easy.. :)
If you copy and paste the code from here you get an MySql-Error...

xxxsaint 11-24-2002 05:07 PM

anyone found , or anyone else interested in casino games for this that could be modified to work with lesane's store money system ?

JackG 11-24-2002 09:56 PM

Hi Minifreunde,

Thanks for taking the time to separate them for me.
But still the error comes (taken from allgames.sql file):


Error
SQL-query:

INSERT INTO arcadegames VALUES (
1,
'tetris',
'Tetris',
'The classic game of Tetris that we all know and love...',
'tetris.swf',
'', '', 0, 0, 0,
'Tetris Champion',
' '$tetrisscore',
550, 380,
'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab 'username=$username&s=$session[sessionhash]&highscore=$highscore&bbtitle=$bbtitle&location=$v pa_bburl&gamename=$game',
'\r\n


---> MySQL said: You have an error in your SQL syntax near '$tetrisscore',
550, 380,
'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540' at line 9


---------

Same sort of error if I run all at once.

I am on Win NT if that matters in this case.

* phpMyAdmin 2.1.0

* MySQL 3.23.28-gamma


Any ideas?

NTLDR 11-24-2002 10:04 PM

Quote:

Originally posted by JackG
' '$tetrisscore',
One ' not two ;) ('$tetrisscore')

JackG 11-24-2002 10:35 PM

hmmm. i dont understand what you mean.
I am copying what was in the zip file exactly
as is.

Please re phrase.

NTLDR 11-24-2002 10:46 PM

The error is theres '' in my quote above when there should only be '

IE: Two apostrophe's (') when there should be one.

JackG 11-24-2002 11:00 PM

Ok, but I am not using 2.
Why do I get an error?

xxxsaint 11-25-2002 02:22 AM

Quote:

INSERT INTO arcadegames VALUES (
1,
'tetris',
'Tetris',
'The classic game of Tetris that we all know and love...',
'tetris.swf',
'', '', 0, 0, 0,
'Tetris Champion',
' '$tetrisscore',

^ see that right there .


Kars10 11-25-2002 06:55 AM

Yeah, delete the second ' and it must work!
Whats with the other Querys?? Did you try them??

Kohhal 11-25-2002 08:13 AM

I think it was mentioned before but the Top scoreboard isn't showing the correct comments for the users top score, it shows their first comment always?

Anyone know a fix?

Great hack btw :rambo:

JackG 11-25-2002 06:48 PM

Actually I am not having that extra ' :

-----
INSERT INTO arcadegames VALUES (
1,
'tetris',
'Tetris',
'The classic game of Tetris that we all know and love...',
'tetris.swf',
'', '', 0, 0, 0,
'Tetris Champion',
'#FF0000',
'$tetrisscore',
550, 380,
'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"',
'username=$username&s=$session[sessionhash]&highscore=$highscore&bbtitle=$bbtitle&location=$v pa_bburl&gamename=$game',
'<param name="quality" value="high">\r\n<param name=bgcolor value="#576375">',
'pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"'
);
---------

php Myadmin returns this error:

------------
Error
SQL-query:

INSERT INTO arcadegames VALUES (
1,
'tetris',
'Tetris',
'The classic game of Tetris that we all know and love...',
'tetris.swf',
'', '', 0, 0, 0,
'Tetris Champion',
' '$tetrisscore',
550, 380,
'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab 'username=$username&s=$session[sessionhash]&highscore=$highscore&bbtitle=$bbtitle&location=$v pa_bburl&gamename=$game',
'\r\nMySQL said: You have an error in your SQL syntax near '$tetrisscore',
550, 380,
'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540' at line 9

----------


Looks like something wrong with the '#FF0000' line
right above '$tetrisscore'

Because I dont see that line in the error. ('#FF0000' )

I really appreciate your patience :)

Any more ideas?

JackG 11-25-2002 09:21 PM

Note to Hack Creator: I have Safe Mode = Off

Mijae 11-26-2002 12:14 AM

Quote:

Originally posted by v0id
Also, I edited function.php to post[arcade] but I cant get it to show up on the postbit template...
anyone?

Sebastian 11-26-2002 05:04 PM

JackG: If you look at the error it's returning there is still a second ' on '$tetrisscore', - see it? Drop the arcadegames table and re-create it. you have to get rid of that second '

Attached is a working allgames.sql .. use this one.

Highlander 11-26-2002 05:51 PM

are there only 5 GAMES?.. i need more :) really i like it

mondaynightmike 11-26-2002 07:17 PM

just found this :D

Looks great i'll install it over the weekend :D :D Thanks :cool:

xxxsaint 11-26-2002 11:57 PM

is there a way for people to cheat on the scores , I remember with the other version of the arcade there was a way to just enter it into the address bar a certain way and it would put up whatever score you input

JackG 11-27-2002 05:08 AM

Sebastian, II am not pasting in double '..
For example. I just pasted this is from your file:

INSERT INTO arcadegames VALUES (
1,
'tetris',
'Tetris',
'The classic game of Tetris that we all know and love...',
'tetris.swf',
'', '', 0, 0, 0,
'Tetris Champion',
'#FF0000',
'$tetrisscore',
550, 380,
'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"',
'username=$username&s=$session[sessionhash]&highscore=$highscore&bbtitle=$bbtitle&location=$v pa_bburl&gamename=$game',
'<param name="quality" value="high">\r\n<param name=bgcolor value="#576375">',
'pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"'
);


And I got this error which displays the insert wrong for some strange reason:

Error
SQL-query:

INSERT INTO arcadegames VALUES (
1,
'tetris',
'Tetris',
'The classic game of Tetris that we all know and love...',
'tetris.swf',
'', '', 0, 0, 0,
'Tetris Champion',
' '$tetrisscore',
550, 380,
'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab 'username=$username&s=$session[sessionhash]&highscore=$highscore&bbtitle=$bbtitle&location=$v pa_bburl&gamename=$game',
'\r\nMySQL said: You have an error in your SQL syntax near '$tetrisscore',
550, 380,
'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540' at line 9Back

Do you see?

I really want to get this working.

Sebastian 11-27-2002 06:07 AM

JackG:

I know you didn't put an extra ' but the error it's returning is showing an extra ' in the database.

Drop (delete) the current arcadegames table, THEN run the sql again making sure it doesn't have the extra '

you must drop the arcadegames table.... then run that .sql file I posted above and it should work.

did you try dropping the table first then re-creating it?

John 11-27-2002 03:33 PM

Quote:

Originally posted by xxxsaint
is there a way for people to cheat on the scores , I remember with the other version of the arcade there was a way to just enter it into the address bar a certain way and it would put up whatever score you input
If you're talking about my version, I found a way to make it 100% cheat proof (unless someone has access to the database)

xxxsaint 11-27-2002 04:05 PM

aren't you the guy the just blocked me on msn messenger :|

anybody know about cheating on THIS version ?

John 11-27-2002 04:07 PM

Quote:

Originally posted by xxxsaint
aren't you the guy the just blocked me on msn messenger :|

anybody know about cheating on THIS version ?

Probably not, I haven't blocked anyone for days!

If I did, don't take it personally - I do it to people all the time when I need some peace ;)

JackG 11-27-2002 08:45 PM

Hi Sebastian - I really appreciate it but -

Dident work.

I dropped the ArcadeGames forum. Pasted the first ister in
and got this error:

Error
SQL-query:

INSERT INTO arcadegames VALUES (
1,
'tetris',
'Tetris',
'The classic game of Tetris that we all know and love...',
'tetris.swf',
'', '', 0, 0, 0,
'Tetris Champion',
' '$tetrisscore',
550, 380,
'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab 'username=$username&s=$session[sessionhash]&highscore=$highscore&bbtitle=$bbtitle&location=$v pa_bburl&gamename=$game',
'\r\nMySQL said: You have an error in your SQL syntax near '$tetrisscore',
550, 380,
'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540' at line 9Back




- Now I dont have the arcade games table...

futureal 11-28-2002 04:53 AM

Hi guys,

I am going to do everything in my power to get Beta 2 out in the next few days over the holiday weekend. Those of you that have seen it on my site know that it has been progressing gradually, it's almost completely to where I want it.

When Beta 2 is released, I will first make sure that works, and then come up with an upgrade script (hopefully) after that. The upgrade script will just consist of some queries to run that will preserve your old score tables. If you don't mind losing your scores, the best (and recommended) upgrade will be to just delete the tables and start fresh.

More info to come soon. Thanks.

futureal 11-28-2002 04:56 AM

Quote:

Originally posted by TheMasterG
I think it was mentioned before but the Top scoreboard isn't showing the correct comments for the users top score, it shows their first comment always?

Anyone know a fix?

Great hack btw :rambo:

This has been fixed for the new version (see previous post). Thanks!

Shepski 11-28-2002 08:16 AM

Have a problem when the game ends, it displays :

Warning: MySQL: A link to the server could not be established in proarcade.php on line 203

And then takes you to the screen that tells you your rank and to enter a comment but it doesnt save any of the comments but does save your score.

Any ideas?

PS. Great script, will provide many hours of amusement for the users :)

futureal 11-28-2002 09:57 AM

That's a very odd error, it almost seems like a problem with the MySQL on your server. Could you look in your proarcade.php file and tell me which line is number 203? This is certainly an error that I have not yet come across.

In other news, I finished the postbit integration of the champions system tonight. You can see it in action on my website (look for posts by a user who is the champion of a particular game). Just as everything else in the arcade, it is completely configurable in the Admin CP.

More to come.


All times are GMT. The time now is 01:02 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.03083 seconds
  • Memory Usage 1,871KB
  • 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
  • (1)bbcode_php_printable
  • (12)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