vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=119041)

AndrewD 10-13-2006 02:30 PM

Quote:

Originally Posted by Rouzbeh1
hi
i have two problems with LDM.
1 - when forum is turned OFF LDM doesn't work how it should or i may have forgotten to turn on some options. (entry thumb can't be shown in portal and also thread. it can not find the image somehow....)
if you need some more details or access to my site, please let me know.

2 - Bandwidth Usage is not working for me at all ( per file & per size in Bytes)

feature request for new versions:
1 - adding 2 or more links for each entry (mirror choose)

thanks in advance

I'm sorry, I'm not quite understanding point 1, and I can't help without point 2 without taking a look. Pls send me a pm with site details and an admin u/name and pwd.

Rouzbeh1 10-13-2006 05:11 PM

Quote:

Originally Posted by AndrewD
I'm sorry, I'm not quite understanding point 1, and I can't help without point 2 without taking a look. Pls send me a pm with site details and an admin u/name and pwd.

thanks
PM sent

fringehead 10-13-2006 07:48 PM

Thanks for the quick reply Andrew! I will ask the guys over at vbdrupal about changing their function name. How much code modification would it take to get your mod to work? So I just change the name of the function and the code that references that function and it's all good?

I'll check it out!

Thanks,

Sean

Quote:

Originally Posted by AndrewD
Sean, you will have to edit one or other piece of code to rename function check_url to something else.

The difficulty is one has no control over the ways users combine pieces of software, and it is not straightorward in php to keep function definitions localised.

I've started working on this problem for 2.2.7 by introducing a new naming scheme, but it will be sometime before I am confident that nothing has been broken in the process.

If you are running v 2.2.5, this is where check_url is defined/used:

check_url (local_links_include.php)
local_links_include.php(1171)
local_links_actions.php(412)
local_links_actions.php(445)
local_links_actions.php(702)
local_links_actions.php(837)
local_links_actions.php(875)
local_links_admin.php(849)

If you are running 2.2.6 beta, these are the locations:

check_url (local_links_include.php)
local_links_include.php(1185)
local_links_actions.php(412)
local_links_actions.php(445)
local_links_actions.php(702)
local_links_actions.php(837)
local_links_actions.php(875)
local_links_admin.php(849)


fringehead 10-13-2006 08:06 PM

Andrew, I made the changes and the program is working fine!

Thanks for the quick and very informative reply!

You're doing a great job supporting your awsome FREE program!

Sean

obmob 10-13-2006 08:25 PM

WOW! Andrew has had a lot of posts this week... :D

Great Job, Great Job!

Already translating spanish phrases... it's the best i can do for LDM! :)

AndrewD 10-14-2006 04:32 AM

As per PM, just for the record...

Quote:

Originally Posted by Rouzbeh1
hi
i have two problems with LDM.
1 - when forum is turned OFF LDM doesn't work how it should or i may have forgotten to turn on some options. (entry thumb can't be shown in portal and also thread. it can not find the image somehow....)
if you need some more details or access to my site, please let me know.

Boy, the first problem (images not shown when forum turned off) is a bit obscure...

The image that is shown on the portal is actually constructed "on the fly", not read directly from the file. The script that creates it (local_resize.php) is being told that your forums are switched off, so does not run.

The fix is to edit local_resize.php, find the line

Code:

define('SKIP_SESSIONCREATE', 1);
and comment it out, i.e.

Code:

// define('SKIP_SESSIONCREATE', 1);
I'll fix this in the next release.


Quote:

2 - Bandwidth Usage is not working for me at all ( per file & per size in Bytes)
As far as I can see this working correctly. I gave your (my) usergroup an allowance of 1 file and 292K per day, downloaded benjamin once, then tried to download it a second time and it told me that I had used up all my allowances.

LDM deliberately allows you to exceed your bandwith allowance with the current transfer, i.e. if downloading the file will take you over the allowance, that's ok, but it will not start the download if the allowance is already exceeded.


Another point - for your sample download (benyamin.zip), you had set up both the entry and the image using a full url to your own site. This works, but it will be *much* more expensive in server load than giving just the filename relative to your site, i.e. just as /downloads/music/albums/benyamin/Benyamin - 85.zip. I've edited the example to show you what I mean. This downloads faster and places less load on your server.



Quote:

feature request for new versions:
1 - adding 2 or more links for each entry (mirror choose)

thanks in advance
Noted - several people have asked for this - it requires a bit of redesign to do this cleanly, so I will think whether/how to best handle your request.

Let me know that everything is now ok.

Rouzbeh1 10-14-2006 10:27 AM

thank you Andrew for your time and help
Quote:

Originally Posted by AndrewD
As far as I can see this working correctly. I gave your (my) usergroup an allowance of 1 file and 292K per day, downloaded benjamin once, then tried to download it a second time and it told me that I had used up all my allowances.

LDM deliberately allows you to exceed your bandwith allowance with the current transfer, i.e. if downloading the file will take you over the allowance, that's ok, but it will not start the download if the allowance is already exceeded.

it wasn't working before, so i tried everything and then asked you for help.
could you please tell me what was the reason it wasn't working? (any settings i may have forgotten?!...)

Quote:

Another point - for your sample download (benyamin.zip), you had set up both the entry and the image using a full url to your own site. This works, but it will be *much* more expensive in server load than giving just the filename relative to your site, i.e. just as /downloads/music/albums/benyamin/Benyamin - 85.zip. I've edited the example to show you what I mean. This downloads faster and places less load on your server.
i have first entered in the same way you explained, but somehow the images were not being shown, so i just done some testings :D


once again i would like to thank you for your support.
everything is working perfect.

AndrewD 10-14-2006 10:31 AM

Quote:

Originally Posted by Rouzbeh1
thank you Andrew for your time and help

it wasn't working before, so i tried everything and then asked you for help.
could you please tell me what was the reason it wasn't working? (any settings i may have forgotten?!...)


I didn't do anything!! One of the great mysteries of life...

Ophelia 10-14-2006 06:28 PM

Hi there Andrew.

Thank you for your response earlier.. :)

I have a new issue.

We have the Terms of Use Accept/Decline turned on. I know that when you had it set up so it showed when they downloaded, there was an issue with folks using a download manager.. well we are running into a similiar issue, but most are not using a download manager.

Here is thread where I'm asking them to define their environment.

http://www.gottapixel.net/forum/showthread.php?t=6558

The issue is that when they click Accept, it looks like it's forwarding them, but instead, sends them back to the Accept/Decline page. We *really* want to use this feature on the site as there is a lot of sharing of graphic files and a reminder is always nice ;) Any ideas?

AndrewD 10-15-2006 05:41 AM

Quote:

Originally Posted by Ophelia
Hi there Andrew.

Thank you for your response earlier.. :)

I have a new issue.

We have the Terms of Use Accept/Decline turned on. I know that when you had it set up so it showed when they downloaded, there was an issue with folks using a download manager.. well we are running into a similiar issue, but most are not using a download manager.

Here is thread where I'm asking them to define their environment.

http://www.gottapixel.net/forum/showthread.php?t=6558

The issue is that when they click Accept, it looks like it's forwarding them, but instead, sends them back to the Accept/Decline page. We *really* want to use this feature on the site as there is a lot of sharing of graphic files and a reminder is always nice ;) Any ideas?

One of your users has remarked that they can prevent the problem by temporarily turning off their firewall. I think this gives a hint.

LDM records that people 'accept' the terms of agreement by storing a cookie on their PC. This cookie lasts for 24 hours. If, for any reason, the PC refuses to create the cookie, or if LDM is not told about it, then I realise that the software will get thrown into this loop and keep asking the same question.

I had missed this possibility - it may be related to the growing concern around the web about security. I will have to find a different approach. In the meantime, it will be very helpful to learn what firewall and what antivirus software people are using who experience this problem.

If

Ophelia 10-15-2006 02:05 PM

One user did reply back.

Quote:

eTrust - like this one as it is the simplest to use and update - also cost is quite reasonable - this issue is the only one I have encountered in the 2 or 3 years of using
I will see if I can't get the rest of them to respond on what firewall they have as well.

Ophelia 10-15-2006 04:57 PM

One more thing.. it seems that bbcodes aren't working. I checked and we have "allow bbcodes" turned on.. but all it does is show the code, and not actually implement them.

AndrewD 10-16-2006 04:26 AM

Quote:

Originally Posted by Ophelia
One more thing.. it seems that bbcodes aren't working. I checked and we have "allow bbcodes" turned on.. but all it does is show the code, and not actually implement them.

Funny - I don't seem to be able to turn them off on my test site - they always seem t work even when I tell them not to...

I can see at least one example of a failed bbcode on your site, in http://www.gottapixel.net/forum/loca...s.php?catid=41

I can't get to the bottom of this with admin access to your site, so if you wish, send me a username and pwd.

On the previous matter, I've made the code changes to cope with difficult firewalls, so it should be easy to fix this problem. Let's get to the bottom of your bbcode problem before we make any changes.

AndrewD 10-16-2006 03:45 PM

Quote:

Originally Posted by Ophelia
One more thing.. it seems that bbcodes aren't working. I checked and we have "allow bbcodes" turned on.. but all it does is show the code, and not actually implement them.


Have you got BBCodes enabled on your main VB admincp (VB/Admincp/Options/BBCode Settings)?

WebmasterSimds 10-18-2006 01:50 PM

I have a question for you, don't know if this is the right place to add it or not, but I am wondering if it is possable to add fields to it. specifically the following....

ok specifically, I am looking to add 1 set of fields to the uploads area, this field would be a row of special version icons / or text that would be included in the file view, or posted so that when they go through a catagory of files, they wil be able to see what version it is for. like EPack 1, EPack2 and so on.

Examp.

[ ] Version 1 [ ] Version 2 [ ] Version 3 [ ] Version 4 [ ] Version 5
[ ] Version 6 [ ] Version 7

Is something like this possable to do, to add.? and it dont have to be searchable, just someting to add a litle extra information to the download itself?

Thanks in Advance, and if I posted this in the wrong place, please dont shoot me

obmob 10-18-2006 02:43 PM

Oh, it would be nice to add something like that... that way i could give my users wallpapers in different sizes... but i guess this is not plausible at the moment... of course, i might be wrong :p

WebmasterSimds 10-18-2006 03:49 PM

well i know the catagory image mod for VB interacted with LDB perfectly cause when i added that, it went and added the cat images from VB main to the LDB and I changed them to fit my needs there.

Someting, ( as you mentioned) with or for different sizes per say, but mine would be like for diferent versions with either a text message or maybe a small image with a check box next to it those would be for all the files. I would have to make someting on a image to show if the person or persons knowing how to under stand it.

Of just extra fields per say to add to it would even be more helpfull

EasyTarget 10-19-2006 07:16 AM

Is it possible to make it so uploads can be submitted to another domain? I want to have the file server on one domain on a different machine and the web server on another.

AndrewD 10-19-2006 07:33 AM

Quote:

Originally Posted by EasyTarget
Is it possible to make it so uploads can be submitted to another domain? I want to have the file server on one domain on a different machine and the web server on another.


This is not possible, for security reasons. PHP can only handle uploads onto its own system.

You never got back to me on the last problem - are things working?

AndrewD 10-19-2006 04:01 PM

Quote:

Originally Posted by WebmasterSimds
I have a question for you, don't know if this is the right place to add it or not, but I am wondering if it is possable to add fields to it. specifically the following....

ok specifically, I am looking to add 1 set of fields to the uploads area, this field would be a row of special version icons / or text that would be included in the file view, or posted so that when they go through a catagory of files, they wil be able to see what version it is for. like EPack 1, EPack2 and so on.

Examp.

[ ] Version 1 [ ] Version 2 [ ] Version 3 [ ] Version 4 [ ] Version 5
[ ] Version 6 [ ] Version 7

Is something like this possable to do, to add.? and it dont have to be searchable, just someting to add a litle extra information to the download itself?

Thanks in Advance, and if I posted this in the wrong place, please dont shoot me

There have been a few other requests for additional user fields. I'll give this some thought, although it will not be until 2.2.7 at the earliest. I want to get 2.2.6 finished - been promising this for a month now...

xadoa 10-20-2006 01:12 PM

what is the estimated time for the full 2.2.6 AndrewD ?? i've been waiting day by day.. everyday come and look at this thread.. only 2.2.6beta1 ..hehe..

thanks for the hard work

XD

AndrewD 10-20-2006 01:18 PM

Quote:

Originally Posted by xadoa
what is the estimated time for the full 2.2.6 AndrewD ?? i've been waiting day by day.. everyday come and look at this thread.. only 2.2.6beta1 ..hehe..

thanks for the hard work

XD

I know, I know. I didn't want to make 2.2.6 'official' until I was certain that the bugs were all identified and corrected. I'm pretty sure that this is now the case, so let me promise that it will go gold this weekend (unless of course someone finds something to stop me...)

xadoa 10-21-2006 06:03 AM

i am excited .. it's 3AM here and still checking on your hack :D .. today is saturday .. that meant in no time now .. heheh ..

thanks Andrew

elsupremo 10-21-2006 06:31 AM

I finally caught up with everyone, upgrading both my VB to 3.6.2 and my LDM to 2.2.6. I ended up having the problem with the constant MYSQL error e-mails like this:
PHP Code:

Database error in vBulletin 3.6.2:

Invalid SQL:

                               
INSERT IGNORE INTO session
                                       
(sessionhashuseridhostidhashlastactivitylocationstyleidlanguageidloggedininforuminthreadincalendarbadlocationuseragentbypassprofileupdate)
                               
VALUES
                                       
(''1''''1161414394''0010000''00);

MySQL Error  :
Error Number :
Date         SaturdayOctober 21st 2006 12:06:38 AM
Script       
http://www.MyWebSite.com/local_links.php?action=jump&id=1131&catid=18
Referrer     :
Hide quoted text -
IP Address   : [removed for privacy]
Username     Name
Classname    
vB_Database 

Anyway, I just uploaded your fixed local_links.php. The e-mails were coming in at a very consistent rate before. I'll wait through the evening before my final verdict.

One question: I ended up adjusting wait_timeout to 90 seconds when I was troubleshooting this problem. LDM told me that was a low wait_timeout setting, so I changed the setting back to default. What is an optimal wait_timeout setting?

Thanks again Andrew.

AndrewD 10-21-2006 12:12 PM

Quote:

Originally Posted by elsupremo
I finally caught up with everyone, upgrading both my VB to 3.6.2 and my LDM to 2.2.6. I ended up having the problem with the constant MYSQL error e-mails

I fell into the trap of trying to be too friendly to the web server by releasing the database before everything was finished - I'd missed that VB keeps hold of some database accesses which are performed when the job finally ends. The error messages were actually telling you (not very clearly) that there was no longer a connection to the database.

Quote:

One question: I ended up adjusting wait_timeout to 90 seconds when I was troubleshooting this problem. LDM told me that was a low wait_timeout setting, so I changed the setting back to default. What is an optimal wait_timeout setting?
I've not got right to the bottom of all the timeout settings. The basic point is to ensure that downloads complete before the database or the php script decide to give up in desparation. So, if you are offering downloads of large files - particularly if these are being streamed directly to a media player - the value for wait_timeout (and the similar value for php timeout - I can't recall its name) should be longer than the download takes to finish.

The php timeout is more critical on windows servers than on linux, as it seems to count also the time when the script has actually been told to sleep for a while. Under linux, this time is ignored.

AndrewD 10-22-2006 08:36 AM

I have uploaded the release candidate for version 2.2.6 of LDM in the first post of this thread. I would welcome reports. To upgrade, simply upload the files again and reinstall via the VB product manager. Please remember to backup your database first.

Installation - Very important

If your web site runs Microsoft's IIS web server in cgi mode (you can find this out by looking at the main VB admincp page), the php environment variable DOCUMENT_ROOT is not defined by default. This causes serious problems with the placement of files managed by LDM on your server. Version 2.2.6 of LDM detects this problem and issues a fatal error if necessary. In this case, you must edit the file includes/local_links_init.php to define LDM_DOCUMENT_ROOT. The code makes clear where to edit. Alternatively, you could patch your web server so that DOCUMENT_ROOT is correctly defined.


changes

Since the 2.2.6 beta, I believe that all reported bugs have been fixed and a few new extras provided, as follows:

new features:

VB Profile
Parameters added in plugins to configure number of 'My Entries'/'Visited Entries' to display in profile

new 'extras'

force-mp3-to-m3u converts downloads of mp3s to download a matching m3u, to force winamp, etc, to stream the file
stream-mms-videos improves the security of LDM's handling of mms: streams and adds the option to save a stream to file

bugs fixed:

bbcode, smiles, images, html admin settings work correctly and editor toolbars adjust accordingly
usernames with quotes no longer produces sql error
LDM icons can now be in gif, jpg or png format
navbar errors fixed in search module
mp3 files with no id3 image no longer crash certain versions of php
downloads into slow channels (e.g. streaming into winamp) no longer die mid-way through transfer
curl transfer work ok when urls contain spaces
invalid 'file rename' requests detected during add/edit entry form
correct messages displayed when file uploads exceed allowed space
autothread extras do a better job of displaying the associated image in the thread

Ophelia 10-22-2006 12:49 PM

Andrew,

Just got the new 2.2.6 installed.

One issue that I see right away. When you click on the magnify glass to see the full version, it used to show it correctly, now it's showing everything at 100x100. I reset thumbs hoping that would change it, but it doesn't. I know that originally, the previews are usually roughly 400x400 on our site (it's what we require for our team).

Best wishes and thank you so much for the hard work you do!
Stacy

Ophelia 10-22-2006 01:16 PM

One more small issue.

1. Go into a download.
2. Click on the comments/ratings
3. Click on the View Comments and Ratings

I get the following error:

Warning: Division by zero in /includes/local_links_include.php on line 2233

Warning: Division by zero in /includes/local_links_include.php on line 2233

In the first table that shows up, I'm not for sure what used to be there, but now all that is there is this:

http://img.photobucket.com/albums/09...LD_example.jpg

Not for sure if it did this before, as I never went this deep into the comments.

Also (sorry)

When you try to edit a download, even if you don't change anything at all, you get the following error when you click submit

Fatal error: Call to undefined function: check_url() in /home/website/public_html/forum/local_links_actions.php on line 837

I can hide things, I can delete things.. I can not however upload or edit.

When I try to upload for the first time. I get this error:

Fatal error: Call to undefined function: check_url() in /home/webattit/public_html/forum/local_links_actions.php on line 445

AndrewD 10-22-2006 01:39 PM

Quote:

Originally Posted by Ophelia
When you try to edit a download, even if you don't change anything at all, you get the following error when you click submit

Fatal error: Call to undefined function: check_url() in /home/website/public_html/forum/local_links_actions.php on line 837

I can hide things, I can delete things.. I can not however upload or edit.

When I try to upload for the first time. I get this error:

Fatal error: Call to undefined function: check_url() in /home/webattit/public_html/forum/local_links_actions.php on line 445


Ophelia, please check that you have actually uploaded all the php files. It looks to me as if you still have the old local_links_actions.php file there. Line 837 in the old code refers to check_url(). Line 839 in the new code refers to check_ldm_url().

This may be the cause of your other problem too - I'll try to check.

AndrewD 10-22-2006 01:54 PM

Quote:

Originally Posted by AndrewD
Ophelia, please check that you have actually uploaded all the php files. It looks to me as if you still have the old local_links_actions.php file there. Line 837 in the old code refers to check_url(). Line 839 in the new code refers to check_ldm_url().

This may be the cause of your other problem too - I'll try to check.


Yes, if looks as if you also got the old local_links.php installed.

I can reproduce both of your bug reports by installing the new files in the includes directrory but the files from release 2.2.6a1 in your forums directory.

Ophelia 10-22-2006 03:30 PM

Ah man... I am so sorry for bothering you with my mess up! I paid attention to all the files except for those directly in forums :blush Uploaded the new files and all works great ;) Sorry!!!

WebmasterSimds 10-22-2006 10:27 PM

Getting a weird mesage now when someone uploads using the prior version not 2.2.6

Im getting this message;

"This page is not designed to be access directly."

Any idead why I would be getting this message?

I have checked the permissions, they are all set correctly


never mind when i did a update to this, with 2.2.6 it fixed the problem, sorry i posted it but at leasts it info for you :)

WebmasterSimds 10-23-2006 01:49 AM

I take it back, I dont know what happened, but after i did the updates of the extras, that i aded like the forumshome and 2 others dealing with forums home then i started to get that message again. and I did the upgrade?

Now here is a question. what would cause this to give that message above?? a small glitch with using an extra? a change in the forum i change to have the posts about the downloads go there? I am comnfused, cause all i did was upgrade , recheck the settings, add a new forum so that the LDM system will post into that topic instead of the one i had before. and that was it. ( Trying to give you the most information I can for you to help me)

So im stuck.

Again when I do a upload it takes me to the message

"This page is not designed to be access directly"

now the upload will post, but i have to click the back button 3 times to get back to where i wanted tobe at. to see it.

So again confused. I hate to bother you with this, but its the weiredest thing that I cant figure out.

Thanks in Advance

AndrewD 10-23-2006 04:14 AM

Quote:

Originally Posted by WebmasterSimds
I take it back, I dont know what happened, but after i did the updates of the extras, that i aded like the forumshome and 2 others dealing with forums home then i started to get that message again. and I did the upgrade?

Now here is a question. what would cause this to give that message above?? a small glitch with using an extra? a change in the forum i change to have the posts about the downloads go there? I am comnfused, cause all i did was upgrade , recheck the settings, add a new forum so that the LDM system will post into that topic instead of the one i had before. and that was it. ( Trying to give you the most information I can for you to help me)

So im stuck.

Again when I do a upload it takes me to the message

"This page is not designed to be access directly"

now the upload will post, but i have to click the back button 3 times to get back to where i wanted tobe at. to see it.

So again confused. I hate to bother you with this, but its the weiredest thing that I cant figure out.

Thanks in Advance


I'm also confused. If you are quoting the phrase correctly, it doesn't appear anywhere in LDM or in VBulletin (not even "not designed"). Are you saying that you have other hacks installed alongside LDM? That's all I can think of - that the different hacks are interfering with each other. If you can narrow it down a bit (try disabling the plugins/hacks one at a time and find out when things work again), it may help.

WebmasterSimds 10-23-2006 04:28 AM

I think I may have figured it out, and I dont know why this is not working, but when I install the one that you can have like a recent downloads on the main forms page, ( I added it below the Whats new area) thats when it started to give me that message,

it was iether that one, or the one that added the stats of the downloads in the whats new along side the posts, but im almost positive its when i installed the one that lets you show the latest downloads on the forums home page.

I do have several hack thype things but mostly the VBadvanced, and catagory images, VB Image hosting, and a few others here and there, all tested for 3.6 and above.

but what i di, I went and re installed the main XML file, and it stopped it from doing it again, so thats how i deducted it was that module that took it and gave me those messages.

Thanks AndrewD for helping me try to figure this one out

Ray

rasun 10-23-2006 10:18 AM

Thank you for the new release :)

The BBCode thing which I have reported, now works perferkt. ;)

Sorry, maybe I am blind....but how you can report a broken link?
"can_report_link" is set correctly, but I can?t find any button to report an entry.
I use the "modern" style, but also in the others I can?t find anything...

AndrewD 10-23-2006 10:30 AM

Quote:

Originally Posted by rasun
Thank you for the new release :)

The BBCode thing which I have reported, now works perferkt. ;)

Sorry, maybe I am blind....but how you can report a broken link?
"can_report_link" is set correctly, but I can?t find any button to report an entry.
I use the "modern" style, but also in the others I can?t find anything...


see attached image. It's the red triangle. It only appears for entries that you did not submit yourself...

rasun 10-23-2006 11:32 AM

Quote:

It only appears for entries that you did not submit yourself...
OK it was my fault, sorry.^^ Have checked with an other user account and it appears. :)

EasyTarget 10-24-2006 07:34 AM

is there a way to edit all entries which have a url of /forum/files to be changed to http://sitename.com/files?

I moved my hosting to have access to the machine but its a much slower file host. I left all my files on the previous host and want to just keep the path the same except lose the /forum part of it since there will no longer be forums at the old url.

even if its using the db to do it that's fine, I just don't want to go through 1 by 1 and edit them all if I don't have to. (I have a lot of files mixed in with other urls as well so I can't just edit every single entry)

glenvw 10-24-2006 01:05 PM

I am using your hack but also had someone create a phrase and integrate it so that the welcome header box appeared the same whether logged in or not not registered. Obviously the message is different on the registered welcome header. I just like the uniform look. Maybe this could be worked into your hack?

See: http://www.warmislands.com


All times are GMT. The time now is 03: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.03226 seconds
  • Memory Usage 1,918KB
  • 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_php_printable
  • (23)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