vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

RS_Jelle 11-02-2007 05:17 PM

Quote:

Originally Posted by ntloc (Post 1374239)
Hi, is it possible to create an extra text field for the upload name say like i got 3 chapters of manga and i'm only allow to upload one at a time and instead of writing the whole name in the name box "one_piece_01", I want to have 2 text fields for
Name: one_piece
Chapter: 01

it will combine those 2 text fields together (seperated by "_" or anything I want) to make it become "one_piece_01"

Also, I've tried the to put in my forums dir .htaccess with:
php_value upload_max_filesize 25M
php_value post_max_size 25M

but it doesn't work, it gave me the error "500" for the whole site, anywhere i go i got that error. If I delete it the problem is gone, any suggestion?

For the first thing, I don't think we are going to create such a feature as I think you would be on of the only persons using "chapters". We try to integrate the most requested features in the next version.

An error 500 message is a .htaccess error. I would suggest you contacting your host to ask them why it doesn't work. Maybe they've blocked it, but that's pretty strange for a normal host ...

Quote:

Originally Posted by vrom (Post 1374315)
It's strange but users with IE can't downloads any file from DOWNLOADSI
It happened after updating to 5.0.6 version

Find in your downloads.php
PHP Code:

header("Content-Type: $ctype; name=\"".basename($filename)."\";"); 

Replade with
PHP Code:

header("Content-Type: $ctype"); 

This fixed the corruption of some zip files (also occuring only in IE), but my fear becomes true: it causes some new issues :p
Please try downloading with IE6 and IE7 (before you do the file edit). I would like to know which versions it affects etc (and try some different files: not only zip files for example).

vrom 11-02-2007 05:19 PM

Quote:

Originally Posted by RS_Jelle (Post 1374320)
For the first thing, I don't think we are going to create such a feature as I think you would be on of the only persons using "chapters". We try to integrate the most requested features in the next version.

An error 500 message is a .htaccess error. I would suggest you contacting your host to ask them why it doesn't work. Maybe they've blocked it, but that's pretty strange for a normal host ...



Find in your downloads.php
PHP Code:

header("Content-Type: $ctype; name=\"".basename($filename)."\";"); 

Replade with
PHP Code:

header("Content-Type: $ctype"); 

This fixed the corruption of some zip files (also occuring only in IE), but my fear becomes true: it causes some new issues :p
Please try downloading with IE6 and IE7 (before you do the file edit). I would like to know which versions it affects etc (and try some different files: not only zip files for example).

The problem is onlu with IE6, i dont know about any other IE. But in opera and FF averything is OK.
All files are affected. Not only zip:mad::mad:

RS_Jelle 11-02-2007 05:24 PM

Quote:

Originally Posted by vrom (Post 1374321)
The problem is onlu with IE6, i dont know about any other IE. But in opera and FF averything is OK.
All files are affected. Not only zip:mad::mad:

There's also IE7, the newest version. It's an additional XP Windows Update and the default browser of Vista. Just do the file edit I gave to you in the above post and it will be fixed.

Can you pm me the url of your forum and a test account, so I can download files. I want to compare some things with other sites.

vrom 11-02-2007 05:32 PM

Quote:

Originally Posted by RS_Jelle (Post 1374322)
There's also IE7, the newest version. It's an additional XP Windows Update and the default browser of Vista. Just do the file edit I gave to you in the above post and it will be fixed.

Can you pm me the url of your forum and a test account, so I can download files. I want to compare some things with other sites.

The fix doesn't works.
Nobody can downloads files from IE:(

vrom 11-02-2007 05:34 PM

1 Attachment(s)
May be this will help you?
This the screen of the error.

RS_Jelle 11-02-2007 05:52 PM

Quote:

Originally Posted by vrom (Post 1374324)
The fix doesn't works.
Nobody can downloads files from IE:(

Hmm, that's very strange. Are you sure you did the change correct, saved it and reuploaded downloads.php?

Another try, but I'm pretty sure this can't affect IE only or so:
Find in /includes/class_downloads.php:
PHP Code:

        if ((strrpos($this->url'/')+1) != strlen($this->url))
        {
            
$this->url .= '/';
        } 

Replace with:
PHP Code:

        if (strrpos($this->url,"/") != strlen($this->url))
        {
            
$this->url .= "/";
        } 

Quote:

Originally Posted by vrom (Post 1374327)
May be this will help you?
This the screen of the error.

Can you translate the error to English? My Russian isn't that good :D

vrom 11-02-2007 06:16 PM

Quote:

Hmm, that's very strange. Are you sure you did the change correct, saved it and reuploaded downloads.php?
Yes I'm sure)

Quote:

Another try, but I'm pretty sure this can't affect IE only or so:
Find in /includes/class_downloads.php:
PHP Code:

        if ((strrpos($this->url'/')+1) != strlen($this->url))
        {
            
$this->url .= '/';
        } 

Replace with:
PHP Code:

        if (strrpos($this->url,"/") != strlen($this->url))
        {
            
$this->url .= "/";
        } 


Doesn't help.



Quote:

Can you translate the error to English? My Russian isn't that good :D
You can't download ...s.html?do=file&id=88&act=down from [my forum url]
Impossible to open this internet url. URL is not found. Please, try later

PS i can downloads any file, uploaded not by DownloadsII, but inserrted to it as a link.
So the problem isn't in the server

Nate Dawg 11-03-2007 05:50 AM

Can you have static-download URLs?

RS_Jelle 11-03-2007 07:22 AM

Quote:

Originally Posted by Nate Dawg (Post 1374666)
Can you have static-download URLs?

It's not a DownloadsII feature, but it's possible if you are using vBSEO (there's a topic about it at the vBSEO forums).

Ricsca 11-03-2007 01:07 PM

When upload the file, I do not find not any manner to load the thumbnails...

Why?

Thanks

RS_Jelle 11-03-2007 01:20 PM

Quote:

Originally Posted by Ricsca (Post 1374804)
When upload the file, I do not find not any manner to load the thumbnails...

Why?

Thanks

You need to upload them after adding the file (so after submitting the file). The "Upload Images" form is at the bottom of the file page.

Be sure the "Allow Images" DownloadsII setting is enabled and the usergroup has got the "Can Upload Images" permission, otherwise you won't see it.

An example of what you should see: https://vborg.vbsupport.ru/attachmen...0&d=1154030030

Ricsca 11-03-2007 04:24 PM

Thanks ;)

narutorasengan 11-03-2007 05:25 PM

Quote:

Originally Posted by RS_Jelle (Post 1371714)
Everyone's got a different taste :D
But you can change such things pretty easily in the templates.

I already thought about such a thing as I know it from the Moodle e-learning CMS, but I don't think a lot of people have LibClamAV installed. Shared hosts probably don't want to install it as it takes some resources.



Open downloads.php
Find
PHP Code:

    if (!in_array($sortfield$sortfields))
    {
        
$sortfield 'date';
    } 

Replace with
PHP Code:

    if (!in_array($sortfield$sortfields))
    {
        
$sortfield 'name';
    } 



thank you :)

ntloc 11-04-2007 04:09 PM

If this have categories per page like with the Files display per page in Download Setting would be great, i think a lot of people would like to have this features, don't u think so?

RS_Jelle 11-04-2007 04:43 PM

Quote:

Originally Posted by ntloc (Post 1375681)
If this have categories per page like with the Files display per page in Download Setting would be great, i think a lot of people would like to have this features, don't u think so?

Hmm, if you need such a feature, I think you just have too much categories (or you should use a better sub-categories layout) :D
Even vBulletin hasn't got such a feature.

Like vBulletin it's possible to hide sub-categories on the main page if there are too much of them.

BluAzn 11-05-2007 09:08 AM

I am receiving this error when I tried to download a file from the DownloadsII system.

Quote:

Warning: copy(./downloads//ec_tmp/xxxxxxxxxxxx.torrent) [function.copy]: failed to open stream: Permission denied in /downloads.php on line 700
ERROR: File not found.

Black Tiger 11-05-2007 12:19 PM

@BluAzn: I had that same problem. Downloads II creates the /ec_tmp directory and the webserver needs write-rights on that directory.
You could ask your hoster to install phpsuexec or give apache write rights to that directory.

ntloc 11-05-2007 06:10 PM

Thanks for the last reply, just curious has anyone here asked for the download file queue time limit. What i mean is a feature set a time limit of x seconds and if user doesn't click on the link to download, it'll be expired and user have to go back out or refresh the page again in order to download. I think it'll be pretty useful because it'll prevent user from using download manager to download the files and take up all the queues for themself. And also another useful feature is when guest allowed to download file without logging in, they have to enter a Verification image (words) in order to continue and download the file just like with vbulletin, when you don't log in and you try to search something you have to enter Image Verification to continue. Just wanna put my 2c on some features that i think will be useful for all since this is a download manager script.

maidos 11-06-2007 08:01 PM

RS_Jelle can you please check your pm, i have given u screenshot of those error file down

cellow 11-07-2007 07:50 AM

1 Attachment(s)
Hi Jelle,

after a user or admin upload a picture, the thumbnail is "readable", but not the original (big) picture.
After i looked into "downloads" folder on the ftp server, i could see, that the uploaded image is chmod "600" :-(

So where is the bug in the download.php ???

regards

PS: i use downloadsII 5.06

TheBlackPoet 11-08-2007 11:53 AM

hey, i love this hack.... i've been using it for a while... but i was thinking today. is it possible to show more to the admin that how many downloads occurred.. such as... WHO downloaded?? knowing who downloaded what give me a better perspective..

kevcj 11-08-2007 12:23 PM

TheBlackPoet - this function is already built into DownloadsII.

Go into your administrative control panel, and look for "Downloads" in the left column. Select the drop drown arrow, and click the bottom link "downloads." That page will show you who has downloaded what file.

TheBlackPoet 11-08-2007 01:30 PM

MAN..... how could i not see that.... i must be having ANOTHER stupid moment... thanks...

fariborz khan 11-09-2007 05:26 AM

hi:
i have 3 question.please tell answer to them or write a clear link to related post:
1.
i have many file in my host that not listed in download II hack how can import those to danload II navigation list?
2.
i have a folder that i uploud my file in it and download file from internetto it,how can download II monitor and add those file to it's navigation list automatically.
3.
please explain clearly how can change defuld download directory?

sorry me for my english .

BozzaJos 11-09-2007 11:21 AM

Hey guys!

I just love this hack. It's probably the most important feature on my site. I do have some things I would like to see in a possible next version. I hope you guys could take a look at it and comment whether it is doable.

1. Option to put the download in the profile of the Author instead of the person who uploaded it. I add a lot of files on my site which are made by others. I have nothing to do with those downloads but when the Author isn't a member on my site, I can't assign him as the uploader and the download appear on my profile and people will think I've made it. So I would like to have an option which you can set to automaticly put the download on the profile of the Author's name and if he doesn't exist than don't put it on anyone's profile.

2. Option to use the Author's name for the person who uploaded it. I add a lot of downloads made by others but I'm always so decent to use the "Assign Uploader" option and fill in the name of the Author so it appear on his profile. Isn't it possible to have a checkbox with "Use the Author's name as uploader" when you add a download? This will make it a lot easier and takes less time.

3. I know there is the option "Sort by Weight" and it's very usefull but I would like to have some categories sorted by weight but some alphabetically. Unfortunately, this isn't possible.

4. Another neat option is to show or hide sub-categories. I know you can hide them on the main page and on the category page and I've got them both turned on. But... I have some categories on which I really would like to show the sub-categories. These categories are in a third or even fourth category. So I would love to see that you can select "Show sub-categories" for some pages.

That's basicly it. I hope you guys could take a serious look at these extra features and hopefully you can add them in the next version. By the way, if you would like to have a demo site which has a well-filled downloads database please let me know. My downloads center has 676 files in 121 categories and 185,487 Downloads. A lot of the downloads has a screenshot added so it looks really awesome when checking a category and you see all those thumbnails.

Thanks again and regards,

Bozza

maidos 11-09-2007 06:42 PM

i dont wish to have every single filesdisplay uploaded by zetaf, how do i remove it

CUSTEL 11-09-2007 06:58 PM

How would one go about adding images next to the categories like the demo in the op?

RS_Jelle 11-10-2007 09:49 AM

Quote:

Originally Posted by cellow (Post 1377573)
Hi Jelle,

after a user or admin upload a picture, the thumbnail is "readable", but not the original (big) picture.
After i looked into "downloads" folder on the ftp server, i could see, that the uploaded image is chmod "600" :-(

So where is the bug in the download.php ???

regards

PS: i use downloadsII 5.06

Are you having any problems with this? It's pretty normal.
I also have got this, but it displays perfectly in the browser and you can remove it (with the delete link) without any errors. I don't understand the problem? Why should it have more permissions?

Quote:

Originally Posted by fariborz khan (Post 1378896)
hi:
i have 3 question.please tell answer to them or write a clear link to related post:
1.
i have many file in my host that not listed in download II hack how can import those to danload II navigation list?
2.
i have a folder that i uploud my file in it and download file from internetto it,how can download II monitor and add those file to it's navigation list automatically.
3.
please explain clearly how can change defuld download directory?

sorry me for my english .

  1. There's a mass import feature in the AdminCP part.
  2. DownloadsII can't add files automatically. There isn't a standard method for this like RSS for news, so I don't know how we could implement this.
  3. I don't understand this question? You can add and modify categories in the AdminCP. Modifying the look of DownloadsII can be done by modifying the DownloadsII templates of your style.

Quote:

Originally Posted by BozzaJos (Post 1378987)
Hey guys!

I just love this hack. It's probably the most important feature on my site. I do have some things I would like to see in a possible next version. I hope you guys could take a look at it and comment whether it is doable.

1. Option to put the download in the profile of the Author instead of the person who uploaded it. I add a lot of files on my site which are made by others. I have nothing to do with those downloads but when the Author isn't a member on my site, I can't assign him as the uploader and the download appear on my profile and people will think I've made it. So I would like to have an option which you can set to automaticly put the download on the profile of the Author's name and if he doesn't exist than don't put it on anyone's profile.

2. Option to use the Author's name for the person who uploaded it. I add a lot of downloads made by others but I'm always so decent to use the "Assign Uploader" option and fill in the name of the Author so it appear on his profile. Isn't it possible to have a checkbox with "Use the Author's name as uploader" when you add a download? This will make it a lot easier and takes less time.

3. I know there is the option "Sort by Weight" and it's very usefull but I would like to have some categories sorted by weight but some alphabetically. Unfortunately, this isn't possible.

4. Another neat option is to show or hide sub-categories. I know you can hide them on the main page and on the category page and I've got them both turned on. But... I have some categories on which I really would like to show the sub-categories. These categories are in a third or even fourth category. So I would love to see that you can select "Show sub-categories" for some pages.


That's basicly it. I hope you guys could take a serious look at these extra features and hopefully you can add them in the next version. By the way, if you would like to have a demo site which has a well-filled downloads database please let me know. My downloads center has 676 files in 121 categories and 185,487 Downloads. A lot of the downloads has a screenshot added so it looks really awesome when checking a category and you see all those thumbnails.

Thanks again and regards,

Bozza

For question 1 and 2: You can use the author field in two ways and because of this such an option isn't logical. You can put a member in it (with auto suggest), but you can also upload for example vBulletin and put Jelsoft as the author, which isn't a member (just an example as distributing vBulletin is illegal).
For question 3: This is already implemented in v6 as this is requested multiple times already :)
For question 4: I think this is a bit a complicated method? Are you having that many sub-categories?

Quote:

Originally Posted by maidos (Post 1379221)
i dont wish to have every single filesdisplay uploaded by zetaf, how do i remove it

Find and remove in the downloads_file template:
HTML Code:

({$vbphrase['ecdownloads_uploaded_by']} <a href="member.php?u={$file['uploaderid']}">{$file['uploader']}</a>)
Quote:

Originally Posted by CUSTEL (Post 1379225)
How would one go about adding images next to the categories like the demo in the op?

That's not a default feature as some people are using bigger images, which will mess up the layout. I'm doing it with some template edits of the downloads_main and downloads_main_catbit templates. You need to put a higher colspan value in the first template and put the category image in a separate td in the second template.

fariborz khan 11-10-2007 10:30 AM

Quote:

Originally Posted by fariborz khan (Post 1378896)
hi:
i have 3 question.please tell answer to them or write a clear link to related post:
1.
i have many file in my host that not listed in download II hack how can import those to danload II navigation list?
2.
i have a folder that i uploud my file in it and download file from internetto it,how can download II monitor and add those file to it's navigation list automatically.
3.
please explain clearly how can change defuld download directory?

sorry me for my english .


3. Change the permissions on the directory called 'downloads' (under your forum directory) making it writeable and executable (chmod 777) i want explain this option(Note for Advanced users: once you have installed the product, you also have the option to place the 'downloads' folder anywhere in your web server's path.)

RS_Jelle 11-10-2007 10:38 AM

Quote:

Originally Posted by fariborz khan (Post 1379647)
3. Change the permissions on the directory called 'downloads' (under your forum directory) making it writeable and executable (chmod 777) i want explain this option(Note for Advanced users: once you have installed the product, you also have the option to place the 'downloads' folder anywhere in your web server's path.)

That's the fact that you can rename the downloads folder, which is the default name of it, to something different if you want. Then you also need to change the name in the DownloadsII settings. There are no advantages of another name, but it's possible :)

BozzaJos 11-10-2007 10:42 AM

Quote:

Originally Posted by RS_Jelle (Post 1379626)
For question 1 and 2: You can use the author field in two ways and because of this such an option isn't logical. You can put a member in it (with auto suggest), but you can also upload for example vBulletin and put Jelsoft as the author, which isn't a member (just an example as distributing vBulletin is illegal).
For question 3: This is already implemented in v6 as this is requested multiple times already :)
For question 4: I think this is a bit a complicated method? Are you having that many sub-categories?

For answers 1 and 2: I like that you can put whatever you want in the Author field but the Uploaded by has to be a member and you can't just fill in whatever you like. And it's the name @ Uploaded by which gets the download shown on his profile. So for example if I upload vBulletin, I put Jelsoft as the author but since Jelsoft isn't a member, vBulletin will be shown on my profile looking like I'm the author of it and not Jelsoft. I would like to see that the downloads gets added to the profile of the Author's name and if that name isn't a member, don't put it on any profile.

For answer 3: Many thanks, sorry for not noticing that it was already requested multiple times.

For answer 4: I'm having a lot of sub-categories indeed. I have tons of categories and like I said, lotsa downloads. I have to try and make it look a bit organized. For example, when you want to download some logos you'll have to go to:
Football Manager 2008 ? Graphics ? Stickerbook V2 ? League Packs ? Europe

I can't show all categories on the main page coz that will make it look really messy. But I also can't make them all show on the Graphics page coz we are still talking about tens of categories. I would like to have them shown on the Stickerbook V2 in this example. Can't you add an option when editing/adding a category that you can show all sub-categories on the page of that category.

fariborz khan 11-10-2007 10:57 AM

Quote:

Originally Posted by RS_Jelle (Post 1379653)
That's the fact that you can rename the downloads folder, which is the default name of it, to something different if you want. Then you also need to change the name in the DownloadsII settings. There are no advantages of another name, but it's possible :)

RS_Jelle sorry me for meny question:
you say:
you can rename the downloads folder
i want:
change name of directory to MYSITE DOWNLOAD
and change the pocition of MYSITE DOWNLOAD to another folder.
ok!!!
now how do this;)
please link related topic to me or explain me.
thanks a lot

cellow 11-10-2007 12:33 PM

Quote:

Originally Posted by cellow (Post 1377573)
Hi Jelle,
after a user or admin upload a picture, the thumbnail is "readable", but not the original (big) picture.
After i looked into "downloads" folder on the ftp server, i could see, that the uploaded image is chmod "600" :-(
So where is the bug in the download.php ???
regards
PS: i use downloadsII 5.06

Quote:

Originally Posted by RS_Jelle (Post 1379626)
Are you having any problems with this? It's pretty normal.
I also have got this, but it displays perfectly in the browser and you can remove it (with the delete link) without any errors. I don't understand the problem? Why should it have more permissions?

Hi Jelle,
of course i have problem with this!!! The uploaded pictures (chmod 600) are not seenable!
Browser error:
"Forbidden
You don't have permission to access /forum/downloads/kaisa_3oL.jpg on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

After i changed it to chmod 666, the picture can everbody see.
I don't know find any configuration in the admincp for that.
maybe i have to fix any .php file?

thank you 4 ur support

Joshva 11-11-2007 07:26 AM

Quick question.

I'd like to say users have 1gig of storage but the individual files upload must be less than or equal to 20mb. Can this be done?

Thanks,
Josh

RS_Jelle 11-12-2007 05:21 AM

Quote:

Originally Posted by fariborz khan (Post 1379660)
RS_Jelle sorry me for meny question:
you say:
you can rename the downloads folder
i want:
change name of directory to MYSITE DOWNLOAD
and change the pocition of MYSITE DOWNLOAD to another folder.
ok!!!
now how do this;)
please link related topic to me or explain me.
thanks a lot

Change the directory name of the downloads folder, but it must stay inside the forums folder! DownloadsII doesn't support download directories placed outside the vBulletin forums folder at the moment. Also keep the 777 permissions chmod.
Then just change the Download URL of the DownloadsII settings to match the new name, but keep its's structure (./downloads/ -> the point and slashes are necessary in that way, like it's default).

Quote:

Originally Posted by cellow (Post 1379694)
Hi Jelle,
of course i have problem with this!!! The uploaded pictures (chmod 600) are not seenable!
Browser error:
"Forbidden
You don't have permission to access /forum/downloads/kaisa_3oL.jpg on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

After i changed it to chmod 666, the picture can everbody see.
I don't know find any configuration in the admincp for that.
maybe i have to fix any .php file?

thank you 4 ur support

Are you on a shared host or a dedicated server? It's pretty strange as you are the first one having these problems with it. I'm only having it with that chmods as default and I don't get a forbidden error. Maybe you have a pretty strict Apache configuration?

Quote:

Originally Posted by Joshva (Post 1380193)
Quick question.

I'd like to say users have 1gig of storage but the individual files upload must be less than or equal to 20mb. Can this be done?

Thanks,
Josh

The 1GB of storage can be set using the usergroup permissions. The 20MB per file can be accomplished by limiting it with a .htaccess file in the forums directory to limit the PHP maximum upload value.

Code:

php_value upload_max_filesize 20M
php_value post_max_size 20M


tanujdude91 11-12-2007 06:01 AM

I would like to know whether vBSEO will change the URL's of the categories and downloads ?
For example - http://www.domain.com/downloads.php?do=file&id=320 or http://www.domain.com/downloads/file-name/

RS_Jelle 11-12-2007 10:55 AM

Quote:

Originally Posted by tanujdude91 (Post 1380843)
I would like to know whether vBSEO will change the URL's of the categories and downloads ?
For example - http://www.domain.com/downloads.php?do=file&id=320 or http://www.domain.com/downloads/file-name/

I've heard that there's a thread at the vBSEO forums with rewrite rules for vBSEO to rewrite the DownloadsII url's (but I don't use vBSEO myself) :)

Joshva 11-12-2007 08:33 PM

Quote:

Originally Posted by RS_Jelle (Post 1380831)

The 1GB of storage can be set using the usergroup permissions. The 20MB per file can be accomplished by limiting it with a .htaccess file in the forums directory to limit the PHP maximum upload value.

Code:

php_value upload_max_filesize 20M
php_value post_max_size 20M



What error will that report to the user? Will they understand it?

RS_Jelle 11-13-2007 05:50 AM

Quote:

Originally Posted by Joshva (Post 1381298)
What error will that report to the user? Will they understand it?

No, with the PHP setting the upload will just time-out (blank screen). But you can edit the downloads_file_addit template to set a warning for your members.

mark|3 11-13-2007 07:21 AM

i am trying to install the file but somehow i am having problems installing this and achieving the correct end result.

In my admincp >
i see downloads
Setting
Categories
Import
Downloads.

But in my forum i do see the link download or have any function to allow downloads.

I am using vb 3.6.8 and have only downloaded the DownloadsII 5.0.6.zip file. Do i need to download the addons to make it work properly?

Thanks


All times are GMT. The time now is 11:40 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.03777 seconds
  • Memory Usage 1,936KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (10)bbcode_php_printable
  • (32)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete