vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   Gallery 2.1 and vBulletin 3.5.X integration (https://vborg.vbsupport.ru/showthread.php?t=111931)

albertsch9 04-07-2006 06:30 PM

1 Attachment(s)
Quote:

Originally Posted by SilVert
post your code, i think my problem was with the VBB template name in the integration script.

I have created a Templatenamed gallery and the gallery2.php calls the template gallery.
The gallery2.php gives me only a white screen:tired:

The Chief 04-08-2006 02:10 AM

Quote:

Originally Posted by SuperJETT
I guess I've got something going on with the plugins.
Code:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/.bluster/superjett/x-h20.com/includes/class_dm_user.php(1548) : eval()'d code on line 10
That is the message I get when I try to change something in my usercp or try to logout. Also, when I do open www.x-h2o.com/gallery2.php or /gallery2/ I get the gallery, but no way to upload anything, I can only view.

Do I need to change some usergroup permissions or other?

I have the same error!!

anybody knows how this can be fixed??

yeah, there seems to be some bugs...

A big one also is that it takes ALOT of time to load...

hope it will come bug free soon :)

Clayton 04-08-2006 06:19 PM

thank you Brent H

will take a look at this when time allows as the whole vBadvanced Gallery story has become a tad difficult

thalamus 04-10-2006 06:09 AM

Quote:

Originally Posted by SuperJETT
I guess I've got something going on with the plugins.
Code:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/.bluster/superjett/x-h20.com/includes/class_dm_user.php(1548) : eval()'d code on line 10
That is the message I get when I try to change something in my usercp or try to logout.

I believe this is caused by a spurious ' in the "Update Gallery User" plugin - took me a little while to find, but it's actually in the first line of the code.

If you go to AdminCP -> Plugin System -> Plugin Manager, then click Edit against the Update Gallery User, you'll see the first line being something like this:
Code:

require_once('/home/xxxxxx/public_html/gallery2/embed.php'');
As you can see, there's an additional single quote at the end of the line... just remove it, and it should remove the error.

tuanluu 04-10-2006 06:38 AM

I think check your plugin there is a extra '

I think.. It work for me

defcon_420 04-10-2006 08:36 AM

anyone have any luck with getting the rewrite module to work embedded?
I either get my header images and no pic's in the gallery(broken links) or i get no header images (broken links) and pictures work in the gallery.. it seems to be redirecting the images outside of the gallery as well as the images inside.

d8tabyte 04-10-2006 03:24 PM

Ive been working on this for the past week and a half and my mind has finally gone numb. I get the same issues, I get it to work embeded, the second I upload a pic, white screen and gallery2.php becomes inaccessable. I give up until a better system is worked out.

As a side note, non embed works fine even after the issues with gallery2.php

defcon_420 04-10-2006 03:39 PM

i would suggest you hold out a little d8tabyte, johnmont has been beta testing new plugins and intergration script. I'll let him fill you in on what it does when he is ready to put it in production.

ztempuser 04-10-2006 07:15 PM

i have done some of the testing my self and i have found it to work, but now i also have a problem. i have uploaded images the my gallery2/ and my gallery2 works just fine, also i have no problems with mod normal users and super mods accessing the galler2.php page. but when they do the page comes out empty, i mean it has all the info like album names..... but no pictures are showing up what so ever just text in its place
Quote:

Originally Posted by defcon_420
i would suggest you hold out a little d8tabyte, johnmont has been beta testing new plugins and intergration script. I'll let him fill you in on what it does when he is ready to put it in production.


defcon_420 04-11-2006 02:40 AM

this is because you have the URL rewrite module enabled .. go into your gallery admin then modules and disable or remove the modue
then your pictures will work

Elvin Motric? 04-11-2006 10:45 AM

I get these error messages when installing the plugins. They appear when a user tries to post a new thread:

Quote:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /usr/home/ry3944/domains/twilights.be/public_html/boards/includes/class_dm_user.php(1571) : eval()'d code on line 10


Unable to add cookies, header already sent.
File: /usr/home/ry3944/domains/twilights.be/public_html/boards/includes/class_dm_user.php(1571) : eval()'d code
Line: 10
And also my gallery2.php doesn't show gallery. It comes up empty if I don't use the standard vBulletin layout. My site uses another layout and in this one it doesn't show gallery.

http://boards.twilights.be/gallery2.php

EDIT: for some strange and twisted reason it does show the gallery in both layouts now. Though I still get the error when I activate the plugins

EDIT2: I've narrowed the source of the error down to the Update Gallery User Plugin.

Final EDIT: thanks to a friend who knows a bit more about php then me I've been able to resolve all problems. There was a problem with the settings of my webserver and one problem with the script. All matters resolved!

tuanluu 04-12-2006 03:50 AM

go to plug in manager edit two plug in one say delete and upadate gallery

find the line public_html or something similar and fix to you need

and check for the extra commo too take one out

I up ../gallery it work for me

ztempuser 04-13-2006 02:26 AM

but you know,? i have had it uninstalled for a while now, and it still is disabled, i guess thats not my problem what else could be cuuseing this to not let the pics show up?
Quote:

Originally Posted by defcon_420
this is because you have the URL rewrite module enabled .. go into your gallery admin then modules and disable or remove the modue
then your pictures will work


tuanluu 04-13-2006 04:33 AM

does you gallery work alone?

defcon_420 04-13-2006 07:27 AM

Blackwidow one of your path's in the gallery2.php is incorrect.. play with the path settings
mines working great :)

ztempuser 04-13-2006 09:15 PM

:D your right lol i went back and read the whole script line by line and i found this
Code:

// the folder where you've installed gallery relative to httpd root. Should have trailing /
define('G2_URI',                                                '/gallery2/');

it says /gallery2/ i have mine in /forum/gallery2/ now it works nice:D its a charm to have. but one thing im waiting for the fix for is for the adim to beable to see the gallery page, i know the instructions where given but i did not fully understand so i didn't try it, but im getting mad at the problem so i will try it in a few min lol.

defcon_420 04-13-2006 11:27 PM

ok, make another user, give them admin rights (non embedded e.g www.yoursite.com/gallery2/main.php)
then go in with the new admin embedded and delete your first admin, then re-enter him (eg. www.yoursite.com/gallery2.php)
thats it basically

ztempuser 04-14-2006 12:12 AM

man i finaly got it:) im so happy now lol, i still didn't get much of what you said lol, but i played around for about 30min and i got it:)
great thread guys:)

SilVert 04-17-2006 01:44 PM

anybody still with outstanding issues at this point?

JoshMount. im back, and the weather was so nice... now, about that plugin beta ;)

silkie 04-18-2006 10:41 PM

yup me. I've done what you said to do but I think I might be in a different situation. I'm using vb 3.5.4 with g2.1 and vbadvanced 2.1(also using update/delete members plugin) which means I have g2 in my root folder, vbadvanced in root (called portal) and forums directory under vb (portal)

ie:
home/
gallery2/
portal/forums/gallery2.php

I fixed the two plugins where it had the extra ' after embed. ie: require_once('/home/vampirec/public_html/gallery2/embed.php '');

then I did this:
Quote:

ok, make another user, give them admin rights (non embedded e.g www.yoursite.com/gallery2/main.php)
then go in with the new admin embedded and delete your first admin, then re-enter him (eg. www.yoursite.com/gallery2.php)
that just didn't work. not under any circumstances. when the page loads (AFTER I log in) it shows my vb template, however the area where the gallery SHOULD be is empty and I have this error:

line: 98, Failed to create G2 user with extId [1]. Here is the error message from G2:
Error (ERROR_COLLISION)
in modules/core/classes/GalleryUser.class at line 166 (gallerystatus::error)
in modules/core/classes/GalleryEmbed.class at line 300 (galleryuser::create)
in /home/vampirec/public_html/portal/forums/gallery2.php at line 95 (galleryembed::createuser)
in /home/vampirec/public_html/portal/forums/gallery2.php at line 50

if I'm NOT logged in I get this error:
line: 115, G2 did not return a success status. Here is the error message from G2:
Error (GALLERY_SUCCESS)
in at line 0


any clues on what the heck I did and where I might have gotten turned around?

defcon_420 04-19-2006 01:53 AM

i think your best off to move your exising installations as brent explained in THIS POST the problem Brent ran in to was that it expected files referenced by global.php to be located in places that they aren't...

HERE are the instruction to move your current installs

I use vbadvanced 2.1 on vbulletin 3.5.4 with gallery 2.1 and it all works great!

silkie 04-19-2006 03:06 AM

I must be having a super blonde moment because for some reason I just can't seem to catch on to this extremely simple newbie concept. are you saying you don't have your vb installed in your portal directory? don't you HAVE to have it in the portal directory? if that's the case where do you have your portal directory and how did you get around the whole forums having to be in the portal directory thing?

defcon_420 04-19-2006 04:47 AM

Quote:

Originally Posted by silkie
ie:
home/
gallery2/
portal/forums/gallery2.php

install your vbulleting into your webroot directory, install your portal into your webroot directory then install your gallery2 into /gallery2
so
vb = /
portal =/
and gallery2 = /gallery2

:banana:

silkie 04-19-2006 01:12 PM

ok I'll give that a try. I re-read the vba install file, it doesn't say it has to be in the portal directory. I'm not sure why I thought it had to be in the portal directory other than I was thinking of vbportal. thanks for the quick response defcon, hopefully I won't have to bother you anymore.

p.s. cute nanner! LOL

I don't know what I"ve done but now my css isn't working for my portal. it's working fine in my forums page though. look here maybe you can tell me what I"ve over looked (again)

portal:
www.vampirecommunity.com/forums/index.php

forums:
www.vampirecommunity.com/forums/forum.php

I renamed my forums to forum.php and put my portal in my forums directory and named it index.php still no go with my style

SilVert 04-19-2006 02:47 PM

i dont know anything about VBadvanced... so here is my .02 :)

it can work with your current structure... but you need to have the gallery.php file in your forums root(as far as i know, not the protal root). then the paths must be entered from that point... so if i am reading it correctly... it shoudl look like this:

PHP Code:

$ret GalleryEmbed::init(array('embedUri' => 'gallery2.php',
        
'g2Uri' => '/gallery2/',
        
'loginRedirect' => 'index.php',
        
'activeUserId' => $uid)); 

as long as it is in the forum directory, i think this will work for you... but you might also need to change the path for the global.php(mine is ./global.php since it is in the forum root).

silkie 04-19-2006 02:50 PM

I guess I'll get back to that as soon as I figure out why I lost my css style :(

gosh darn it! now I can't log in either

just moved my cmps_index.php (renamed to index.php) to root and it's still a no go with the style.

SilVert 04-19-2006 07:09 PM

the css on gallery will come along once you have all the paths correctly inserted. or they should.. i dont really have a test site to play with that has vbadvanced. i have plain jane VBB :)

silkie 04-19-2006 08:16 PM

I finally got my design back for the most part. I had to do a complete uninstall and then reinstall. I'm not sure why but it fixed it for the most part. there's a couple of tweaks I still have to redo but nothing major. now I can play with the gallery part.

oh and thanks for your help

I'm still getting this error on my gallery
line: 98, Failed to create G2 user with extId [1]. Here is the error message from G2:
Error (ERROR_COLLISION)
in modules/core/classes/GalleryUser.class at line 166 (gallerystatus::error)
in modules/core/classes/GalleryEmbed.class at line 300 (galleryuser::create)
in /home/vampirec/public_html/forums/gallery2.php at line 95 (galleryembed::createuser)
in /home/vampirec/public_html/forums/gallery2.php at line 50

I'm going to try the way around this like earlier posted but I have one question.

I have more members than just myself...so when I make another ID do just make a new user period or does it matter what ID I give that user?

SilVert 04-21-2006 05:04 PM

Quote:

Originally Posted by silkie
I finally got my design back for the most part. I had to do a complete uninstall and then reinstall. I'm not sure why but it fixed it for the most part. there's a couple of tweaks I still have to redo but nothing major. now I can play with the gallery part.


oh and thanks for your help

I'm still getting this error on my gallery
line: 98, Failed to create G2 user with extId [1]. Here is the error message from G2:
Error (ERROR_COLLISION)
in modules/core/classes/GalleryUser.class at line 166 (gallerystatus::error)
in modules/core/classes/GalleryEmbed.class at line 300 (galleryuser::create)
in /home/vampirec/public_html/forums/gallery2.php at line 95 (galleryembed::createuser)
in /home/vampirec/public_html/forums/gallery2.php at line 50

I'm going to try the way around this like earlier posted but I have one question.

I have more members than just myself...so when I make another ID do just make a new user period or does it matter what ID I give that user?

your error is cause you are trying to log into Gallery with the vbb admin account(aka acount #1), there is already a 1 created in gallery. that is the reason you are getting that error. or atleast in my experances :) if you jump into the gallery with another user account(created by VIA the script or not) it should work.

if you are using the plugin approach:
i belive the way it will work is that when a new user is created(VIA VBB), the plugin will be trigered and create an account in the gallery system... same idea when you delete a user account. but i am not using this method as of yet

if you are soley using the integration script:
when you hit the script for the 1st time(assumeing you have met all the pre req's) it will create your user account. once that is done the rest of the configuration is all done VIA gallery. if you delete a user out of VBB, you will have to delete the user manualy out of Gallery.

does that all make sence to you?

ztempuser 04-23-2006 03:16 AM

i have a few mod questions, how can i remove these from the bottom of my pages?
http://el-halawa.net/forum/gallery2/images/xhtml10.pnghttp://el-halawa.net/forum/gallery2/images/gallery.gifhttp://el-halawa.net/forum/gallery2/...-blackjack.pnghttp://el-halawa.net/forum/gallery2/...ata/donate.png
also i'm useing the classic theme and at the top it has like this bar that tells you where your at *ex: if im in a sub album like lets say cars, so at the top it will say gallery/cars/ and they are links as well* (lol) well for some reason they are showing up to small on the gallery page on my forum, but in the normal gallery2/main.php the text is just fine

silkie 04-23-2006 03:24 PM

1 Attachment(s)
Quote:

your error is cause you are trying to log into Gallery with the vbb admin account(aka acount #1), there is already a 1 created in gallery. that is the reason you are getting that error. or atleast in my experances if you jump into the gallery with another user account(created by VIA the script or not) it should work.

if you are using the plugin approach:
i belive the way it will work is that when a new user is created(VIA VBB), the plugin will be trigered and create an account in the gallery system... same idea when you delete a user account. but i am not using this method as of yet

if you are soley using the integration script:
when you hit the script for the 1st time(assumeing you have met all the pre req's) it will create your user account. once that is done the rest of the configuration is all done VIA gallery. if you delete a user out of VBB, you will have to delete the user manualy out of Gallery.

does that all make sence to you?
ok I'm following you there. I understand how it's reading that I already have user account. I tried entering with a different account and I even tried making that new account an admin but I still get an error. the other thing is that now matter who I try to log in as, I don't get the gallery to come up at all. All I get is my vbtemplate and a piece of text that says gallery but I can't click on any album or anything. it's as if there is no gallery and that error won't go away. here's the error I'm getting now:

line: 121, G2 did not return a success status. Here is the error message from G2:
Error (GALLERY_SUCCESS)
in at line 0

here's a screenshot of what it's doing.

SilVert 04-24-2006 05:55 PM

Quote:

Originally Posted by silkie
ok I'm following you there. I understand how it's reading that I already have user account. I tried entering with a different account and I even tried making that new account an admin but I still get an error. the other thing is that now matter who I try to log in as, I don't get the gallery to come up at all. All I get is my vbtemplate and a piece of text that says gallery but I can't click on any album or anything. it's as if there is no gallery and that error won't go away. here's the error I'm getting now:

line: 121, G2 did not return a success status. Here is the error message from G2:
Error (GALLERY_SUCCESS)
in at line 0

here's a screenshot of what it's doing.


what is on line 121? is it this:
PHP Code:

            else
            {
                echo 
'<HR>line: '.__LINE__.', G2 did not return a success status. Here is the error message from G2: <br />'.$ret->getAsHtml();
                return 
false;
            } 

if so

make sure that the following section, looks like this:
PHP Code:

// User not mapped, create G2 user now
                    // Get Arguments for the new user:
                    
$args['fullname'] = $vbulletin->userinfo['username'];
                    
$args['username'] = $vbulletin->userinfo['username'];
                    
$args['hashedpassword'] = $vbulletin->userinfo['password'];
                    
$args['hashmethod'] = 'md5';
                    
$args['email'] = $vbulletin->userinfo['email'];
                    
$args['language'] = $vbulletin->userinfo['lang_code'];
                    
$args['creationtimestamp'] = $vbulletin->userinfo['joindate']; 

im just guessing, i dont remember how i resolved that on my site...

silkie 04-27-2006 02:46 PM

1 Attachment(s)
yes that's exactly what's on line 121. here's my gallery2.php file, maybe I got it all screwed up.

SilVert 04-28-2006 02:08 PM

if you go into notepage(or most text editors) and do a Ctrl g, it will bring up a prompt asking what line to goto

on your line 121 it is a "}" which makes me think that it is extra... try removing it and see what it says...

silkie 04-30-2006 12:41 AM

if I do that it tells me this error:

Parse error: parse error, unexpected $ in /home/vampirec/public_html/forums/gallery2.php on line 177

defcon_420 05-01-2006 12:48 AM

Really dont want to hijack this thread so i'll keep it short with a link. Since most of the development with gallery2.1 intergration is going on here i hope someone else may have a better idea of this than me.
here a random gallery block that will display in vbAdvanced 2.1
i had been asking and asking for someone to make this but i managed to do it myself. I'm not a coder so any help is very welcome.
The only problem is it when u click on the picture in the CMPS it returns the image non embedded.. i'd really like to fix this or if someone else has any idea's how to make it work returning the photo embedded mode.

If you install it please click INSTALL :)

https://vborg.vbsupport.ru/showthread.php?t=114434

SilVert 05-01-2006 05:13 PM

Quote:

Originally Posted by silkie
if I do that it tells me this error:

Parse error: parse error, unexpected $ in /home/vampirec/public_html/forums/gallery2.php on line 177

what is your VBB gallery template called?

you have both gallery and gallery2 throughout your script.... for simplicity, it might be easyer to name the integration script and the template the same thing and then just use gallery or gallerys2 through the script when it needs to be mentione(only a reccomendation)

silkie 05-02-2006 02:43 PM

the integration script is gallery2.php and the template is gallery2 am I on the right track? or am I missing what you are asking me?

SilVert 05-02-2006 04:21 PM

Quote:

Originally Posted by silkie
the integration script is gallery2.php and the template is gallery2 am I on the right track? or am I missing what you are asking me?

fix line(says gallery, it should be gallery2 from the info in your prior post) 8. see what that changes... :)

silkie 05-03-2006 06:30 PM

everything now says gallery2 and I still keep getting the same message. it gives me my vb style and navbar and says forums>Gallery but nothing below that. just my footer. error message is still:

line: 119, G2 did not return a success status. Here is the error message from G2:
Error (GALLERY_SUCCESS)
in at line 0


here's my gallery2.php


Code:

<?php

// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);

// #################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'gallery2'); // change this depending on your filename

// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array(

);

// get special data templates from the datastore
$specialtemplates = array(

);

// pre-cache templates used by all actions
$globaltemplates = array(
'gallery2',
);

// pre-cache templates used by specific actions
$actiontemplates = array(

);

// ######################### REQUIRE BACK-END ############################

// Full path to vBulletin
    define('CWD', '/home/vampirec/public_html/forums');

    // Call global.php
    require_once(CWD . '/global.php');

// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################

$navbits = array();
$navbits[$parent] = 'Gallery';
error_reporting(E_ALL );

$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');

// #######################################################################
// ###################### Begin G2 INTEGRATION CODE ######################
// #######################################################################

$data = runGallery();
$data['title'] = (isset($data['title']) && !empty($data['title'])) ? $data['title'] : 'Gallery';

function runGallery() {
global $vbulletin, $userinfo;
require_once('/home/vampirec/public_html/gallery2/embed.php');

$data = array();

// If it's an anonymous user, set the g2 activeUser to null
$uid = $vbulletin->userinfo['userid'] = 0 ? '' : $vbulletin->userinfo['userid'];

// initiate G2
// You need to edit the following 4 lines to suit your VB3 & G2 installations
// This is set up for an install that looks like:
// public_html/VB/<vb files>
// public_html/gallery2/<gallery2 files>
// and also setup for a VB3 template name of 'gallery2'. If you have any
// differences, make those changes here!
// You might need to change 'loginRedirect' if you have your VB3 setup to
// where index.php is not the root page of VB3... Like if you've changed it
// to forums.php or something of the like.

$ret = GalleryEmbed::init(array('embedUri' => '/gallery2.php',
'g2Uri' => 'http://www.vampirecommunity.com/gallery2/',
'loginRedirect' => 'index.php',
'activeUserId' => $uid));
if ($ret)
{
if ($ret->getErrorCode() & ERROR_MISSING_OBJECT)
{
// Check if there's no G2 user mapped to the activeUserId
$ret = GalleryEmbed::isExternalIdMapped($uid, 'GalleryUser');
if ($ret && ($ret->getErrorCode() & ERROR_MISSING_OBJECT))
{
// User not mapped, create G2 user now
// Get Arguments for the new user:
$args['fullname'] = $vbulletin->userinfo['username'];
$args['username'] = $vbulletin->userinfo['username'];
$args['hashedpassword'] = $vbulletin->userinfo['password'];
$args['hashmethod'] = 'md5';
$args['email'] = $vbulletin->userinfo['email'];
$args['language'] = $vbulletin->userinfo['lang_code'];
$args['creationtimestamp'] = $vbulletin->userinfo['joindate'];

$retcreate = GalleryEmbed :: createUser($uid, $args);
if ($retcreate)
{
echo '<HR>line: '.__LINE__.', Failed to create G2 user with extId ['.$uid.']. Here is the error message from G2: <br />'.$retcreate->getAsHtml();
return false;
}
$ret = GalleryEmbed::checkActiveUser($uid);
if ($ret) {
print $ret->getAsHtml();
return false;
}
}
else
{
echo '<HR>line: '.__LINE__.', G2 did not return a success status. Here is the error message from G2: <br />'.$ret->getAsHtml();
return false;
}
}
else
{
echo '<HR>line: '.__LINE__.', G2 did not return a success status. Here is the error message from G2: <br />'.$ret->getAsHtml();
return false;
}
}

// user interface: disable sidebar in G2 and get it as separate HTML to put it into a block
//GalleryCapabilities::set('showSidebar', false);

// handle the G2 request
$g2moddata = GalleryEmbed::handleRequest();

// show error message if isDone is not defined
if (!isset($g2moddata['isDone'])) {
$data['bodyHtml'] = 'isDone is not defined, something very bad must have happened.';
return $data;
}
// die if it was a binary data (image) request
if ($g2moddata['isDone']) {
exit; /* uploads module does this too */
}

// put the body html from G2 into the xaraya template
$data['bodyHtml'] = isset($g2moddata['bodyHtml']) ? $g2moddata['bodyHtml'] : '';

// get the page title, javascript and css links from the <head> html from G2
$title = ''; $javascript = array(); $css = array();

if (isset($g2moddata['headHtml'])) {
list($data['title'], $css, $javascript) = GalleryEmbed::parseHead($g2moddata['headHtml']);
$data['headHtml'] = $g2moddata['headHtml'];
}

/* Add G2 javascript */
if (!empty($javascript)) {
foreach ($javascript as $script) {
$data['javascript'] .= "\n".$script;
}
}

/* Add G2 css */
if (!empty($css)) {
foreach ($css as $style) {
$data['css'] .= "\n".$style;
}
}

// sidebar block
if (isset($g2moddata['sidebarHtml']) && !empty($g2moddata['sidebarHtml'])) {
$data['sidebarHtml'] = $g2moddata['sidebarHtml'];
}

return $data;
}
// #######################################################################
// ####################### End G2 integration code #######################
// #######################################################################

eval('print_output("' . fetch_template('gallery2') . '");');

?>



All times are GMT. The time now is 12:48 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.10491 seconds
  • Memory Usage 1,917KB
  • 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
  • (5)bbcode_code_printable
  • (3)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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