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 - VB image Hosting (https://vborg.vbsupport.ru/showthread.php?t=123481)

spazz191 08-12-2006 10:09 PM

Thank you

medw1974 08-13-2006 03:27 PM

I'm getting this database error on a fresh install

Code:

Database error in vBulletin 3.6.0:

Invalid SQL:
INSERT INTO vbvbimghost ( `imgid` , `userid` , `imgfile` , `imgname` , `thumbname` , `imgfilesize` , `imgwidth` , `imgheight` , `imgdate` , `imgprivate` )
                            VALUES ('', '1', '144df50dbc89af.jpg', '002AEFF7.JPG','thum_144df50dbc89af.jpg' , '34.734375', '800', '600', '1155485915', '0');

MySQL Error  : Out of range value adjusted for column 'imgid' at row 1
Error Number : 1264
Date        : Sunday, August 13th 2006 @ 05:18:37 PM
Script      : http://127.0.0.1/fb2b/forums/vbimghost.php
Referrer    : http://127.0.0.1/fb2b/forums/vbimghost.php?do=upload
IP Address  : 127.0.0.1
Username    : michael
Classname    : vB_Database

Edit - I managed to fix this, mysql on my testing server was running in safe mode, just commented this out of my.ini and all was ok.

Ranma2k 08-13-2006 05:27 PM

Quote:

Originally Posted by medw1974
I'm getting this database error on a fresh install

Code:

Database error in vBulletin 3.6.0:

Invalid SQL:
INSERT INTO vbvbimghost ( `imgid` , `userid` , `imgfile` , `imgname` , `thumbname` , `imgfilesize` , `imgwidth` , `imgheight` , `imgdate` , `imgprivate` )
                            VALUES ('', '1', '144df50dbc89af.jpg', '002AEFF7.JPG','thum_144df50dbc89af.jpg' , '34.734375', '800', '600', '1155485915', '0');

MySQL Error  : Out of range value adjusted for column 'imgid' at row 1
Error Number : 1264
Date        : Sunday, August 13th 2006 @ 05:18:37 PM
Script      : http://127.0.0.1/fb2b/forums/vbimghost.php
Referrer    : http://127.0.0.1/fb2b/forums/vbimghost.php?do=upload
IP Address  : 127.0.0.1
Username    : michael
Classname    : vB_Database

Edit - I managed to fix this, mysql on my testing server was running in safe mode, just commented this out of my.ini and all was ok.

even if it's in safe mode why it's out of range !?

WeArab 08-15-2006 07:38 AM

Waiel Great job Bro!

One of the best add-ons here!

Installed!

KevNJ 08-16-2006 03:46 AM

*clicks install*

Fresh install, upgraded from 3.5.1 to 3.6 a few hours ago along with cmps 2.2.0 and a few other hacks. This installed and is working perfectly with out a single error. w00t!!

is there a future plan to add a "this picture has been viewed X amount of times" ?? and/ or a "whos viewed this image"

Ranma2k 08-16-2006 09:19 AM

Quote:

Originally Posted by KevNJ
*clicks install*

Fresh install, upgraded from 3.5.1 to 3.6 a few hours ago along with cmps 2.2.0 and a few other hacks. This installed and is working perfectly with out a single error. w00t!!


is there a future plan to add a "this picture has been viewed X amount of times" ?? and/ or a "whos viewed this image"

yes next release will include this in it

Sarthek 08-16-2006 12:04 PM

This hack is so great! realy! (clicked install), however I must write down some hopefully future option. It would be nice if hack would also have option:

- users can set fotos for view to specific user(s), usergroups... (now is only public and private)

c0rupted 08-17-2006 08:26 AM

Quote:

Originally Posted by Ranma2k
TO EVERYONE

ALL YOUR PROBLEMS ARE BECAUSE OF THE TABLE DOESN'T EXISTS AND YOU DIDN'T READ THE INSTALLATION FILE

PEPOLE WITH FRESH INSTALL WON'T FACE ANY PROBLEM

fresh install on a fresh vb3.6 ... heh ...

it does this on .jpg
Code:

Warning: imagecreatefromjpeg(/public_html/forum/imagehosting/imagehosting/144e42de04b356.jpg) [function.imagecreatefromjpeg]: failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 175
Warning: imagesx(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 176
Warning: imagesy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 176
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /includes/vbimghost_include.php on line 176
Warning: imagesx(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 177
Warning: imagesy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 177
Warning: imagecopy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 177
Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 189
Warning: imagesx(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 195
Warning: imagesy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 196
Warning: imagestring(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 201
Warning: imagejpeg(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 209
Warning: imagedestroy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 210

This on .png ...
Code:

Warning: imagecreatefrompng(/public_html/forum/imagehosting/imagehosting/144e43b354b6e7.png) [function.imagecreatefrompng]: failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 170
Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 189
Warning: imagesx(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 195
Warning: imagesy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 196
Warning: imagestring(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 201
Warning: imagepng(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 204

and this on rebuilding thumbnails ...
Code:

Warning: getimagesize(/public_html/forum/imagehosting/imagehosting/144e43a8640ba2.gif) [function.getimagesize]: failed to open stream: No such file or directory in /admincp/vbimghost.php on line 279
And it seems not to apply the watermark :confused::dead:

Ranma2k 08-17-2006 10:51 AM

Quote:

Originally Posted by c0rupted
fresh install on a fresh vb3.6 ... heh ...

it does this on .jpg
Code:

Warning: imagecreatefromjpeg(/public_html/forum/imagehosting/imagehosting/144e42de04b356.jpg) [function.imagecreatefromjpeg]: failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 175
Warning: imagesx(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 176
Warning: imagesy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 176
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /includes/vbimghost_include.php on line 176
Warning: imagesx(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 177
Warning: imagesy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 177
Warning: imagecopy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 177
Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 189
Warning: imagesx(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 195
Warning: imagesy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 196
Warning: imagestring(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 201
Warning: imagejpeg(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 209
Warning: imagedestroy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 210

This on .png ...
Code:

Warning: imagecreatefrompng(/public_html/forum/imagehosting/imagehosting/144e43b354b6e7.png) [function.imagecreatefrompng]: failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 170
Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 189
Warning: imagesx(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 195
Warning: imagesy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 196
Warning: imagestring(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 201
Warning: imagepng(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 204

and this on rebuilding thumbnails ...
Code:

Warning: getimagesize(/public_html/forum/imagehosting/imagehosting/144e43a8640ba2.gif) [function.getimagesize]: failed to open stream: No such file or directory in /admincp/vbimghost.php on line 279
And it seems not to apply the watermark :confused::dead:

Did you setup the path correctly ?!
it doesn't look like you did
it should be something like this

/home/yoursiteusername/public_html/forums

all the errors are becase the path is not set correctly in the options

tEChniiQue 08-17-2006 03:22 PM

Is there a way I can set this up so that a random image from what my members have uploaded appears on my home page, vbAdvanced. Kinda like the thumbnails from Photoplog but with these (which will be used for signatures, avatars, and userbars).

Thanks in adavance!

c0rupted 08-18-2006 02:21 AM

Quote:

Originally Posted by Ranma2k
Did you setup the path correctly ?!
it doesn't look like you did
it should be something like this

/home/yoursiteusername/public_html/forums

all the errors are becase the path is not set correctly in the options

That is the correct path for my server. ;)

Ranma2k 08-19-2006 05:32 AM

Quote:

Originally Posted by c0rupted
That is the correct path for my server. ;)

upload the attached file into your forum and run it
it will tell you the path to your forums

Ranma2k 08-19-2006 05:38 AM

Quote:

Originally Posted by tEChniiQue
Is there a way I can set this up so that a random image from what my members have uploaded appears on my home page, vbAdvanced. Kinda like the thumbnails from Photoplog but with these (which will be used for signatures, avatars, and userbars).

Thanks in adavance!

yes
check this post
https://vborg.vbsupport.ru/showpost....&postcount=667
if you want to set it up as a module
copy the code of the blugin into a php file and put it into the module folder
and set it up in the vbadvanced

vibe 08-19-2006 07:50 AM

I get this error, how do I fix it? Other then that everything works fine. Great mod.

Quote:

Parse error: syntax error, unexpected T_STRING in xxx\forum\vbimghost.php(131) : eval()'d code on line 1

Ranma2k 08-19-2006 04:18 PM

Quote:

Originally Posted by vibe
I get this error, how do I fix it? Other then that everything works fine. Great mod.

You removed the copyright of the script ... !
that's why you getting the error ..

why your doing this ?!

vibe 08-19-2006 08:57 PM

I didnot remove it, I translated it
On my forum I didn't call VBimghost, I called it User album, I change it to that and translate it into my language. If that is now allow I'll change it back.

djcaseanova 08-20-2006 01:07 AM

Will this allow users to hot link photos using [img] tags in their posts??? Just curious.. didn't read all the replies/questions in this thread yet.

payamix1 08-22-2006 10:53 AM

Bug : There is no way to Remove an image from database when it is not exist (physicaly removed from images folder.)

upsetter 08-22-2006 02:21 PM

i uploaded and did every thing as it it says in the install file, but it will still not work, here is a link to what I uploaded...

http://www.boostconcept.com/forum/vb...es&pp=9&page=1

and its blank and while it was uploading it gave me an error...

this is the error:


Warning: move_uploaded_file(imagehosting/tmp_144eb210e836b0) [function.move-uploaded-file]: failed to open stream: Permission denied in /vbimghost.php on line 640

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpQtnLBP' to 'imagehosting/tmp_144eb210e836b0' in /vbimghost.php on line 640

Warning: getimagesize() [function.getimagesize]: open_basedir restriction in effect. File(/home/user/public_html/forums/imagehosting/http://boostconcept.com/forum/images/watermark.png) is not within the allowed path(s): (/home/alex:/usr/lib/php:/usr/local/lib/php:/tmp) in /includes/vbimghost_include.php on line 221

Warning: getimagesize(/home/user/public_html/forums/imagehosting/http://boostconcept.com/forum/images/watermark.png) [function.getimagesize]: failed to open stream: Operation not permitted in /includes/vbimghost_include.php on line 221

Warning: imagecreatefromjpeg(imagehosting/144eb210e84653.jpg) [function.imagecreatefromjpeg]: failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 56

Warning: imagejpeg() [function.imagejpeg]: Unable to open 'imagehosting/thum_144eb210e84653.jpg' for writing in /includes/vbimghost_include.php on line 61

Warning: imagedestroy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 86


----------------------------------------------------

the only thing I dont know how to do is change the permission for the upload directory to 777, how would I do this?... :(

c0rupted 08-22-2006 03:34 PM

Quote:

Originally Posted by upsetter
the only thing I dont know how to do is change the permission for the upload directory to 777, how would I do this?... :(

You do this with an FTP client or in a control panel or if you telnet ssh in, you can do this. (but the easiest way is with an FTP client like SmartFTP {Free Software} and you just right click on the folder and select "Change CHMOD")

upsetter 08-22-2006 09:17 PM

Quote:

Originally Posted by c0rupted
You do this with an FTP client or in a control panel or if you telnet ssh in, you can do this. (but the easiest way is with an FTP client like SmartFTP {Free Software} and you just right click on the folder and select "Change CHMOD")

Okay I did that it's 777 now, so the images upload fine and they show up now, but I am still getting an error:


Warning: getimagesize(/home/alex/public_html/forum/imagehosting/http://boostconcept.com/forum/images/watermark.png) [function.getimagesize]: failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 221


what could this be now?

ForYou 08-23-2006 11:38 AM

Hello Ranma ,

What about Last 5 images uploaded that appear in member profile , I don't want 5 images and i need just 2 image show in members profile , from where can i edit this ,

Regards

Ranma2k 08-23-2006 03:13 PM

Quote:

Originally Posted by upsetter
Okay I did that it's 777 now, so the images upload fine and they show up now, but I am still getting an error:


Warning: getimagesize(/home/alex/public_html/forum/imagehosting/http://boostconcept.com/forum/images/watermark.png) [function.getimagesize]: failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 221


what could this be now?

you set the path incorrectly

/home/alex/public_html/forum/imagehosting/http://boostconcept.com/forum/images/watermark.png) <-- that is wrong

for watermark just put hte name of the watermark file in the filed

and in the path set the just the path NOT the url

Ranma2k 08-23-2006 03:15 PM

Quote:

Originally Posted by ForYou
Hello Ranma ,

What about Last 5 images uploaded that appear in member profile , I don't want 5 images and i need just 2 image show in members profile , from where can i edit this ,

Regards

You have to modify the plugin
and set the limit to 2 in the SQL there

y2krazy 08-24-2006 01:29 PM

Error found when uploading an image. Looks like it is referring to the watermarking feature. The image is uploaded fine, despite the error, so maybe it's just not able to apply the watermark?

Quote:

Warning: imagecreatefromjpeg(/home/ijgrpcym/public_html/goclubbing/imagehosting/244edb60044eb5.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 175

Warning: imagesx(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 176

Warning: imagesy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 176

Warning: imagecreatetruecolor(): Invalid image dimensions in /includes/vbimghost_include.php on line 176

Warning: imagesx(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 177

Warning: imagesy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 177

Warning: imagecopy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 177

Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 189

Warning: imagesx(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 195

Warning: imagesy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 196

Warning: imagestring(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 201

Warning: imagejpeg(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 209

Warning: imagedestroy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 210




Redirecting...


image uploaded

Click here if your browser does not automatically redirect you.
Lines 175-177:

Code:

                                $img2 = imagecreatefromjpeg($img);
                                $tempimage = imagecreatetruecolor(imagesx($img2), imagesy($img2));
                                imagecopy($tempimage, $img2, 0, 0, 0, 0, imagesx($img2), imagesy($img2));

Line 189:

Code:

                  $text_color = imagecolorallocate($img2, $red, $green, $blue);
Line 195-196:

Code:

                          $pos_x=(int)(imagesx($img2) / 2) - ($text_width / 2);
                          $pos_y= (int)(imagesy($img2) / 2) - ($text_height / 2);

Line 201:

Code:

                  imagestring($img2, $wmtexts, $pos_x, $pos_y, $wmtext, $text_color);
Line 209-210:

Code:

                                        imagejpeg($img2,$img,100);
                                        imagedestroy($tempimage);


Ranma2k 08-24-2006 01:37 PM

Quote:

Originally Posted by y2krazy
Error found when uploading an image. Looks like it is referring to the watermarking feature. The image is uploaded fine, despite the error, so maybe it's just not able to apply the watermark?



Lines 175-177:

Code:

                                $img2 = imagecreatefromjpeg($img);
                                $tempimage = imagecreatetruecolor(imagesx($img2), imagesy($img2));
                                imagecopy($tempimage, $img2, 0, 0, 0, 0, imagesx($img2), imagesy($img2));

Line 189:

Code:

                  $text_color = imagecolorallocate($img2, $red, $green, $blue);
Line 195-196:

Code:

                          $pos_x=(int)(imagesx($img2) / 2) - ($text_width / 2);
                          $pos_y= (int)(imagesy($img2) / 2) - ($text_height / 2);

Line 201:

Code:

                  imagestring($img2, $wmtexts, $pos_x, $pos_y, $wmtext, $text_color);
Line 209-210:

Code:

                                        imagejpeg($img2,$img,100);
                                        imagedestroy($tempimage);


that's because your PATH are wrong ...

MAKE SSURE YOU SET THE PATH CORRECTLY !!

y2krazy 08-24-2006 02:23 PM

EDIT: Nevermind. I have one of the letters backwards. Thanks for the help. ;)

Also, I'm making a tons of changes to make it more "pleasing" to the eye, so if you don't mind, I'll be posting some changes that I would like to see in the next release (template and phrase fixes).

One more thing, is there a method to deleting the images from the "imagehosting" directory when it is deleted from the database (like when you click Delete Image from the forums)?

Ranma2k 08-24-2006 02:58 PM

Quote:

Originally Posted by y2krazy
EDIT: Nevermind. I have one of the letters backwards. Thanks for the help. ;)

Also, I'm making a tons of changes to make it more "pleasing" to the eye, so if you don't mind, I'll be posting some changes that I would like to see in the next release (template and phrase fixes).

One more thing, is there a method to deleting the images from the "imagehosting" directory when it is deleted from the database (like when you click Delete Image from the forums)?

when you delete it
it will delete the file from the folder and the database
but if you removed it from the database you'll have to delete it manually
as for the modification i don't mind i'm already working on some of the request i received

y2krazy 08-24-2006 03:14 PM

Alright, I got the templates and phrases all worked out. I have attached my fixes and modifications to make them look as close to the default look vB gives as possible. I would really love to see these changes in the next update as they make it look more professional and more like it was integrated into the existing vB styles.

Only problem that remains is the $pages command in the templates.

Template: vbimghost_main

Find:

Code:

$pages
Question:

Is there a way to make this not show unless pages actually exist? When viewing the VB Image Host pages, it shows this as a break and gives it a weird look. View the attached screenshot (vbimghost_main_pages.jpg).

y2krazy 08-24-2006 03:30 PM

Here are screenshots of the changes to the phrases and templates. Please let me know if you will make these changes for the next version as I think they look like they fit more with the rest of vBulletin. :)

DigitalDesktops 08-25-2006 01:34 AM

installed, thanks

DigitalDesktops 08-25-2006 01:58 AM

is it possible to have an option for indivual user groups to be denied access to the hosting.

for example if a person visits the site and is not logged in they have to register/log in before they can see images?

y2krazy 08-25-2006 02:05 AM

Usergroups > Usergroup Manager > X Usergroup > Scroll to Bottom > Help VB Image Hosting > Can upload images ? > Select No

:)

DigitalDesktops 08-25-2006 02:08 AM

no thats not what I mean.

I am meaning so that if you go to my site http://skindev.jmfemedia.com and click on the memberslist it blocks you saying you dont have permission, I am looking for the same kind of thing for the vbimghost.php page.

ForYou 08-25-2006 06:35 AM

Hello Ranma ,

Quote:

Database error in vBulletin 3.6.0:

Invalid SQL:

SELECT count(*) mark
FROM vbimghost
WHERE userid='21779' and imgprivate='0';

MySQL Error : Lost connection to MySQL server during query Error Number : 2013
Date : Friday, August 25th 2006 @ 07:28:53 AM
Script : http://www.darda.net/mada/showthread.php?t=49026
Referrer :
IP Address : 209.10.75.97
Username : ضيف
Classname : vb_database

I recive this error alot , I don't know what is the resons of this error and why it come , how can i solve it :(

Regards

Ranma2k 08-25-2006 10:45 AM

Quote:

Originally Posted by ForYou
Hello Ranma ,



I recive this error alot , I don't know what is the resons of this error and why it come , how can i solve it :(

Regards

that's not a problem with the script
it's a problem with MySQL connection
as the error says it says that it lost connection to your Database

contact your host and see what caused the connection to be lost

Ranma2k 08-25-2006 10:45 AM

Quote:

Originally Posted by DigitalDesktops
no thats not what I mean.

I am meaning so that if you go to my site http://skindev.jmfemedia.com and click on the memberslist it blocks you saying you dont have permission, I am looking for the same kind of thing for the vbimghost.php page.

no curently it's not avilable
but i'll add it in the next ver

Ranma2k 08-25-2006 10:46 AM

Quote:

Originally Posted by y2krazy
Here are screenshots of the changes to the phrases and templates. Please let me know if you will make these changes for the next version as I think they look like they fit more with the rest of vBulletin. :)

thanks man :)
i'll add it to the next ver

y2krazy 08-25-2006 11:38 AM

It'll look much nicer and this way, with the next version I won't have to go back and edit them all again. ;)

Only one I couldn't really upgrade to a better look was this one:

https://vborg.vbsupport.ru/attachmen...7&d=1156437019

The Row version looks ok and fits the whole table, but the Column version seems to be aligned to the left always. If you could possibly improve this as well, I would (and so would a lot of others) very much appreciate it and it would make the whole system look like it was built right into vB. Keep up the great work, Ranma!! :)

Snake 08-25-2006 12:42 PM

Thank you! Works like a charm.


All times are GMT. The time now is 12:53 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.02350 seconds
  • Memory Usage 1,900KB
  • 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
  • (19)bbcode_code_printable
  • (20)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