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)

tekstylez 04-14-2007 11:59 AM

Quote:

Originally Posted by tekstylez (Post 1226958)
This mod worked great untill i tried to use it on another forum.

When rebuilding thumbnails i get the following error:

Code:

Warning: getimagesize(): open_basedir restriction in effect. File(/home/user/public_html/forums/imagehosting/1461fe104d7168.jpg) is not within the allowed path(s): (/home/ishson1:/usr/lib/php:/usr/local/lib/php:/tmp) in /admincp/vbimghost.php on line 279

Warning: getimagesize(/home/user/public_html/forums/imagehosting/1461fe104d7168.jpg): failed to open stream: Operation not permitted in /admincp/vbimghost.php on line 279

And when using the quick upload in the reply box, The bbcode displays but the actual photo does not..

I am also having a problem with the watermark not showing

Code:

Warning: getimagesize(): open_basedir restriction in effect. File(/home/user/public_html/forums/imagehosting/watermark.png) is not within the allowed path(s): (/home/ishson1:/usr/lib/php:/usr/local/lib/php:/tmp) in /includes/vbimghost_include.php on line 221

Warning: getimagesize(/home/user/public_html/forums/imagehosting/watermark.png): failed to open stream: Operation not permitted in /includes/vbimghost_include.php on line 221


Hate to be a pest, but could I get some help with this?

Derekclarke 04-14-2007 09:26 PM

hi, is this a Straight forward upgrade for me?

Bearing in mind i gave you a Donation to change the name of this hack etc on my forum.

Thanks
Derek

KevNJ 04-14-2007 10:01 PM

Quote:

Originally Posted by Derekclarke (Post 1227807)
hi, is this a Straight forward upgrade for me?

Bearing in mind i gave you a Donation to change the name of this hack etc on my forum.

Thanks
Derek




in your navbar find

PHP Code:

<td id="vbimghost" class="vbmenu_control"><a href="#vbimghost" >$vbphrase[vbimghost_title]</a>
<
script type="text/javascript"vbmenu_register("vbimghost");</script></td

where

PHP Code:

$vbphrase[vbimghost_title

replace with what you want so would be something like

"Your Website Image Hosting"

so it would then look something like this:

PHP Code:

<td id="vbimghost" class="vbmenu_control"><a href="#vbimghost" >Your Websites Image Hosting</a>
<
script type="text/javascript"vbmenu_register("vbimghost");</script></td


kimmer 04-15-2007 03:50 PM

Love the mod! Works great, but was wondering if there is a mod to show a gallery icon next to peoples names in posts? Thanks again for the great mod!

Skateboard 04-15-2007 06:06 PM

Code:

Sam, you do not have permission to access this page. This could be due to one of several reasons:

  1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

I do not know how to set what user groups can upload. Can you help me?

KevNJ 04-15-2007 08:21 PM

@Skateboard -

you your admincp > usergroups > usergroup manager > pick which usergroup you want to edit and edit the permissions for the vb image hosting options for each usergroup

RedGTiVR6 04-16-2007 12:43 PM

updated without any issues!

thanks for the update!

RedGTiVR6 04-17-2007 01:54 PM

Well, now I'm running into an issue, but I'm not sure what it's from.

When trying to upload an image:

Code:

Warning: move_uploaded_file(/vbulletin/imagehosting/tmp_85764624db6ab9935) [function.move-uploaded-file]: failed to open stream: No such file or directory in /vbimghost.php on line 640

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

Warning: imagecreatefromjpeg(/vbulletin/imagehosting/85764624db6aba8d1.jpg) [function.imagecreatefromjpeg]: failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 127

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

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

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

Warning: getimagesize(/vbulletin/imagehosting/85764624db6aba8d1.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /vbimghost.php on line 695

Warning: filesize() [function.filesize]: stat failed for /vbulletin/imagehosting/85764624db6aba8d1.jpg in /vbimghost.php on line 696

When trying to delete that uploaded file (because it's blank), I get this:

Code:

Warning: unlink(/vbulletin/imagehosting/85764624db3ba8dab.jpg) [function.unlink]: No such file or directory in /vbimghost.php on line 897
I have chmodded the upload directory (/vbulletin/imagehosting) to 777, but I still get this error.

Any ideas?

RedGTiVR6 04-17-2007 03:55 PM

Quote:

Originally Posted by Spank (Post 1178993)
I managed to get rid of all of the errors except one by putting in the usual path to the forums, instead of the public_html path.

This fixed the issue with adding images.

However, if I try and delete an image that was uploaded while having the errors show, I still get the error:

Warning: unlink(/vbulletin/imagehosting/85764624db3ba8dab.jpg) [function.unlink]: No such file or directory in /vbimghost.php on line 897

But I can at least delete images that show up.

The images that I tried to upload while I was recieving the error messages just show up as red x's now.

How can I remove these?

Red Matrix 04-18-2007 01:01 AM

Installed.

I had a problem, since my skin's navbar didn't have the vbmenu_control text I was asked to search for. I'll tweak it later. Thanks for the mod.

dave

Quote:

Originally Posted by Skateboard (Post 1228482)
I do not know how to set what user groups can upload. Can you help me?

Quote:

Originally Posted by KevNJ (Post 1228568)
@Skateboard -

you your admincp > usergroups > usergroup manager > pick which usergroup you want to edit and edit the permissions for the vb image hosting options for each usergroup

You'll have to scroll all the way down to get to the vBimgHost options. ;)

Quote:

Originally Posted by sublo (Post 1226084)
OK. I found the AdminCP problem. I neglected to copy one includes/xml .php file. That's resolved. It now shows up on the left hand pane. Thanks for the help.

Quote:

Originally Posted by sublo (Post 1226190)
I had missed 1 xml file cpnav_ao_vbimghost.xml > forums/include/xml. That was it!


I don't understand why people don't upload the entire contents of the /forum folder into their forums root as the instructions state. (domain.com/ or domain.com/forums). It would solve a lot of these "I forgot to upload 1 xml" or "I missed a file" because all the files are already in the directory structure they need to be in.

If you find that your FTP program fails a lot with entire folder uploads, consider FileZilla, or use your host's webFTP program. :)


All times are GMT. The time now is 02:03 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.02847 seconds
  • Memory Usage 1,766KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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