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 v1.0 Flash Games Development (https://vborg.vbsupport.ru/showthread.php?t=47198)

Da`Nacho 03-23-2003 08:16 PM

Quote:

Today at 03:44 PM tkeil69575 said this in Post #319
has anyone been abe to resolve the whos online problem (ie. the one that shows you playing a game when in fact your reading some thread?) my users have found out that this isnt right and its annoying ;)

greets
tina



It will be fixed in the next version of the arcade, but you can fix it by not using the $vbchampicon and just using the $vbchamtext by itself. If you want the icon just change the champion text so that it has an HTML img src link to the icon image on your web server.

Link14716 03-23-2003 09:21 PM

Quote:

Today at 01:24 AM Erwin said this in Post #318


Plasmanaut v2? Where did you get that? :)

I released it a few posts back as Plasma v2. Dunno if the ZIP is on my new server yet, though. Lemme check.

EDIT: Yep, the ZIP is there. :)

Here's my post with it: https://vborg.vbsupport.ru/showthrea...984#post366984

Here's the download link: http://www.vggmn.com/addons/plasma.zip

Mr L 03-23-2003 09:23 PM

Can anyone advise me on how to upload thumbnails or the crowns.

I can browse to they, but when I click on upload they are not there when refreshed.

Many thanks.

Erwin 03-24-2003 02:06 AM

Quote:

Today at 10:21 AM Link14716 said this in Post #321

EDIT: Yep, the ZIP is there. :)

Here's the download link: http://www.vggmn.com/addons/plasma.zip

That ZIP is 4.24 MB in size! :)

Edit: The game looks great. Big though... I'll trial it on my site... I'm just concerned of the bandwidth needed to host it :)

Link14716 03-24-2003 02:10 AM

Quote:

Today at 11:06 PM Erwin said this in Post #323


That ZIP is 4.24 MB in size! :)

Which is why it is on my server instead of attached here. It's one huge game. :)

Jakor Sevel 03-24-2003 03:04 PM

asteroids works nice, and for that basketball game, provide a link to that person's forums.

BrAinZ 03-24-2003 07:51 PM

Quote:

Yesterday at 11:23 PM HLodder said this in Post #322
Can anyone advise me on how to upload thumbnails or the crowns.

I can browse to they, but when I click on upload they are not there when refreshed.

Many thanks.

This confused me for a while. Make sure the graphics are in GIF format, as they seem to disappear if in BMP format.

dstruct2k 03-24-2003 08:14 PM

BMP format images aren't the best for the web anyways... You'd be a lot better off using GIFs for everything... You don't lose a lot of quality, you have 256 colors to work with, and they usually are under 1 or 2kb, as long as they aren't animated.

BMPs have a tendancy to not show up in some browsers... I think this is intentional, because even a 50px by 50px BMP can be well over 5kb, when if you save that same image as a GIF, it is only 1 or 2kb, and looks virtually identical. Browsers are usually coded to be as fast and efficient as possible, so some browsers may just decide to not show BMPs at all.

Mr L 03-24-2003 09:11 PM

Cheers.

All working now... :)

Osmosis 03-25-2003 08:32 AM

Hi all. Just wanted to chirp up and say nice work on the games. I've put several of them on my forums an kept the ones my users are enjoying.... Hexxagon is by far the favorite and there are some heated competitions going on for that one.

Anyway, I am a flash designer by trade, and I will convert and post any game you can give me the source files for... provided its a game that I will also be using, or if I have some spare time.

auz1111 03-25-2003 03:05 PM

I am still having trouble getting the scores for hexxagon to record. Is there anyway you guys could inform me with your exact variables and HTML code. I used the code from post #165 and am using score variable $hexxagonscore, but it is not working.

Mr L 03-25-2003 04:17 PM

Is Frogger actually working?

I've seen some comments of people looking at it, but no confirmed yes or no, it's all ok?

Tigga 03-25-2003 10:04 PM

Thanks to everyone who have modified the new games. I just added 6 new ones to my site earlier and my users are loving them. It's so funny to see everyone competing just to have a little crown by their name. ;)

Osmosis 03-26-2003 02:14 AM

Quote:

Yesterday at 05:05 PM auz1111 said this in Post #330
I am still having trouble getting the scores for hexxagon to record. Is there anyway you guys could inform me with your exact variables and HTML code. I used the code from post #165 and am using score variable $hexxagonscore, but it is not working.

The HTML code for hexxagon that I'm using is :
Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="500">
<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">
<param name=loop value=false>
<param name=menu value=false>
<param name=quality value=high>
<param name=bgcolor value=#000000>
<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="500">
</embed>
</object>

The score variable is $hexxagonscore and the hash offset is (as always) 5.

Where the smiley is in the code, it should be fullcolon D

auz1111 03-26-2003 12:07 PM

Thanks Osmosis! It is working now. :)

Osmosis 03-26-2003 06:59 PM

My pleasure!

As a sidenote here, and I"m not sure how this will be taken by you all, but I've managed to create a wrapper for an SWF file that works on my forums arcade. I've successfully taken an swf from the web, wrapped it, and made the scores submit to the arcade.

Now, I am not posting it here for 2 reasons. First of all, this is essentially a way to pirate copyrighted games (if they arent copyright, they have source code), and I dont want to be the one to spearhead this pirate ship. Secondly, I've only used this wrapper on one game so far (Pedestrian Killer), and it certainly doesnt work perfectly... i.e. the game has a built in high scores table that essentially appears and then the game submits the players score to the arcade.

BUT, hopefully thats incentive for you all to learn a bit more about flash :) I certainly hope a post like this doesnt get me banned from these boards, and if it will please let me know ahead of time so I can delete this post.

The Wedge 03-27-2003 02:01 AM

Warning: If you reached this page via your browser's "Back" button, you must refresh this
page before playing Simon Says, otherwise your score will result in a security violation.

i get that error when i try to isntall Simon Says.... any help?

The Wedge 03-27-2003 02:14 AM

also the swf file doesnt appear....

The Wedge 03-27-2003 03:30 AM

Quote:

01-31-03 at 02:56 AM Sanni said this in Post #112
problem fixed. I ended up adding it manually via running the following sql statement that futunreal posted (i think he was the one who posted it):

Code:

INSERT INTO arcadegames VALUES (NULL, 'hexxagonFinal', 'Hexxagon', 'Try to get the most stones.', 'hexxagonFinal.swf', 'hexxagon.gif', 'GIF89a\0\0?\0\0\0u?\0n?\0n?\0m?\0g?\0f?\0g?\0f?\0a?\0`?\0`?\07m\03g\03f\00`\06\0=\09\0\Z3\0\0 ?? ??????\n?????????[ xT\n?????????????Y \n?????????????????ý??zzzvvvuuuQQQFFF333### \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!?\0\0?\0,\0\0\0\0\0\0\0?\0H?_??*<裡Ç#>,(??E/jt?q?Ǝ-? )q$I?&*PqeI?]B???D?qr?ْ?L?5????N?7????0?ҕP??D?3?ԈN?2???gϩ?~????V?\\?z]4lұm?Yv?Q?v??%???߿?+ \0;', 1, 1, 355, 'icon-crown-white.gif', 'GIF89a\r\0 \0?\0\0?f\\?++?@A?NP?\0?\0 ?\0?\0?\0\n?\0 ?\0 ??GM?\0?\0\r?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0\r?\0?\0??%?4>?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0?%?\0?\0?\0?\0\Z?\0\Z?\0?\0?\0?\0?\0?\0?\0?\0?)??->?<M?\0?\0?\0?\0?\0?\0?3?8F?@T??Ȁ??]??????\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!?\0\0K\0,\0\0\0\0\r\0 \0\0.\0?Hp ??        2Yh????:?H?"?%+J?8?? 7r I????\0\0;', 'Hexxagon Champion', '', '$hexxagonscore', 5, '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="500">\r\n<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">\r\n<param name=loop value=false> \r\n<param name=menu value=false> \r\n<param name=quality value=high> \r\n<param name=bgcolor value=#000000>\r\n<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="500">\r\n</embed>\r\n</object>');
and it works now. Not sure why i couldnt get it working via the admin cp (had no problems with simon says).

one thing that did throw me is that it doesnt add the score unless you fill in/complete the entire board. I sat there testing it for ages trying to figure out why my score wasnt being added :speechless:


anyway, i hope the above helps anyone else who was having simular problems :)


i get this error


MySQL said:


You have an error in your SQL syntax near '\'hexxagonFinal\', \'Hexxagon\', \'Try to get the most stones.\', \'hexxagonFina' at line 1


Run SQL query/queries on database - i go through there....

Osmosis 03-27-2003 03:44 AM

I dont know why you'd want to send that SQL query when you can add the game thru the admin CP no problem.

The Wedge 03-27-2003 05:40 AM

the only reason why i did the SQL query like that is because when i tried to go through the admin CP the same stuff was happening....

Osmosis 03-27-2003 09:00 AM

what version is your board?

Mickie D 03-27-2003 03:40 PM

thanks for all the new games ... it really looks like nice list of games now :)

powelly 03-27-2003 04:22 PM

Hiya guys :)
Anyone know where Donkey Kong is lurking for the arcade? I've seen it on a couple of vbProArcade sites, but not anywhere in the threads :(

futureal 03-27-2003 05:32 PM

I am aware of at least a few sites out there that have modified games and are not giving them out to people. It's possible that one or more of the games you guys are looking for and have seen fall into that category.

I need to update the first post in this thread to reflect the newer games that have been added to the arcade.

futureal 03-27-2003 05:45 PM

First post has been updated, with links to all known games in this thread.

Enjoy!

The Wedge 03-27-2003 06:24 PM

im running version 2.2.9.. i think...

Jakor Sevel 03-28-2003 12:06 AM

if anyone knows of sites with other proarcade games they'd like out (such as donkey kong), post links to them and maybe one of us can convince them to release it.

auz1111 03-28-2003 12:33 AM

http://www.invoid.net/forum/proarcade.php
http://www.spielerboard.net/proarcade.php - WOW!
http://www.rocky7.de/board/proarcade.php
http://www.animeforum.de/forum/proarcade.php

Jakor Sevel 03-28-2003 02:15 AM

most those sites are for wbb2, and the site with vB seems to have the games only there, and not actually working with proarcade. I think the wbb2 games are configured differently.

Mr L 03-28-2003 10:25 AM

Quote:

Today at 04:15 AM Jakor Sevel said this in Post #349
most those sites are for wbb2, and the site with vB seems to have the games only there, and not actually working with proarcade. I think the wbb2 games are configured differently.

If this is the case, perhaps there is reason to offer duel support in VB Arcade?

Zachariah 03-28-2003 02:16 PM

I played with this , very cool stuff ...

I have had endless problems with DB's through the history of VB with imbeded images u/l ed to the SQL DB. Is there a fix to make the images show up useing a link to a file on the server vs. uploading the image into the DB ?

Jakor Sevel 03-28-2003 03:18 PM

just copy and paste the html from any of the games for asteroids.

DigitalDesktops 03-28-2003 05:17 PM

X-Ball

Game Hash Offset: 5
Score Return Variable: $score
HTML Code for Game:

Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="500">
<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">
<param name=loop value=false>
<param name=menu value=false>
<param name=quality value=high>
<param name=bgcolor value=#000000>
<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="500">
</embed>
</object>


Enter this query or add it via Admin CP:

PHP Code:

INSERT INTO arcadegames VALUES (NULL, 'x_ball_v1', 'X Ball', 'A game like Breakout!', 'xball.swf', 'x-Ball.gif', 'GIF89a\0\0?\0\0\0Z_\0Z?\0c?\0c?\0?\0\0?\0\0?\0\0?\0\0_\0\0?\0\0?\0\0?\0s????????{?{!??!??!?{!??!??!?{!??!?{)?_)??)??)??)??)?{)??)??)??)?{)??)?{1??1?{1??1?{1??1?{1?{9?_9_?9??9??9??9??9??9??9??B??B??B??JZsJc{J??J??J??J??J??J??J??RZcR??R??R??Zk?Zs?Z??Z??Z??Z??Z??cRJc??c??c??c??c??c??kRJkZJk??k??k??k??k??s??{?s{??{????_???????????k????c)?k9??k?c)?s9??k_{B_?J??J?k?s?s!?{!??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????,\0\0\0\0\0\0\0?\0+ ???\'"y?\nƒ??\0獛8p.????83n??1??\n<L\0?????0??    ?Aʔ!R6h ?J??>?V?9t???T???i?CذY?&???W?Ze?f ??*T85B?_%\0??Z\0????W\ZbC????k?/? )S\r\Z6l?;?.??1?~??ȗ3gƨ9e??%E7~6?d?E>O??d??֟E????О]g??;?kϢC@?\0???#>?q"E???W?8!???#d?0?????O? @x???@{    6?H_????Hp?\0??? ?\n ? 0?pC=?ĄR\\a?X\\!?a??E?-?[]?Fd?F` ??n?-!?m_M??(????1v1c??Hbn;????*?H#kE??c?%?b?Wv?Ō?IIÈ%???B\n9?o?Q?]?U?ۙ?ո?\\e)?%?a??㞬?(?S????g?\n?l80%V_w??ڣ ͉?WL??(??U&cv?@?X???e????XMy?Tdu?z??Q?*eV X?YeYZ\'_x??WX*??J4唢??h????k?z??_??`ĵF?k?c?T??Z????B?? ????Dn@\0\0;', 0, 1, 7, 'icon-crown-green.gif', 'GIF89a\r\0 \0?\0\0x??T?Ye?in?q\r???? "?&*?,2?4A?Ch?i?\0??????\Z??$?#*?)-?.<?<@?@C?BO?O]?]?\0?\0?\0\r?    ??\Z???\Z"??,?(,?(7?26?45?3M?L?\0\n???????? ?\Z"?\Z/?)8?1[?V\\?Yh?e?\0??\Z? ?(?U?MZ?Wj?eQ?C???b?D???\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!?\0\0K\0,\0\0\0\0\r\0 \0\0c?K????H?F?J    \Z?\n\n?)?(?#03BC8,K*\r1A?25?;$! /4@6&-?E:$%"\'7D9+.?фIG< >=\0?????\0;', 'X-Ball Champion', '', '$score', 5, '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="500">\r\n<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">\r\n<param name=loop value=false> \r\n<param name=menu value=false> \r\n<param name=quality value=high> \r\n<param name=bgcolor value=#000000>\r\n<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="500">\r\n</embed>\r\n</object>');


auz1111 03-28-2003 05:41 PM

X- BALL

It does not go to the correct page when a game ends. goes to: http://proarcade.php/ is there a way to fix this?

DigitalDesktops 03-28-2003 05:56 PM

i updated the zip. reupload xball.swf

drumsy 03-28-2003 06:38 PM

I'm having a problem with new games. The initial five released work wonderfully and the thumbnail images display properly but the two I've installed lately, Simon Says and Hexagon, are displaying the thumbnails very poorly. Colors are mixed up and the image is junky. What could be the problem? I can't manually add the image because I get an error having to do with openbase_dir or something like that. We also are running in safe mode.

Mr L 03-28-2003 07:28 PM

Quote:

Today at 07:56 PM DigitalDesktops said this in Post #357
i updated the zip. reupload xball.swf
Thank you for X-Ball.

My forum is about Retro gaming, consoles and old computer chat. This is just the kind of game that my members will love.

Cheers.

dstruct2k 03-30-2003 08:06 PM

X-Ball is ok... But to me, it looks like a version of Breakthru that was never completed. I think I'll leave this one alone... Some of my members have been requesting games like Pong and Centepede... Anyone wanna try to make either of these compatable? I'd really apreciate it.

Oh, and a modified version of Hexxagon would be nice, where if you win, you keep playing games against the computer until you lose. So if I beat the computer, I get to play another game, and another, until my winning streak is put to an end. Then, your total score would get sent to the scoreboard. I'll take a look at the FLA file later and see if I can make that change.

Mr L 03-30-2003 08:27 PM

Two games I'd like to see ported for it, the first is Monster!...

...attached is the FLA and SWF file from Flash Kit download site.


All times are GMT. The time now is 10:35 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.02466 seconds
  • Memory Usage 1,859KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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