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)

Ranma2k 10-01-2006 09:05 AM

Quote:

Originally Posted by tekstylez
please help with these errors while uploading an image

Code:

Warning: imagecreatefromjpeg(/home/user/public_html/forums/imagehosting/1451c0ebf59356.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 198

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

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


set the path in the vbimghost options ..

Ranma2k 10-01-2006 09:05 AM

Quote:

Originally Posted by VaaKo
I'm getting this error when I upload a pic though the pic is getting uploaded

Again set the path correctly in your vbimghost option

Ranma2k 10-01-2006 09:06 AM

Quote:

Originally Posted by daloosaa
Hi,

this is a really nice mod.
Is there a vBa Add-On available for this?

Greets,
Florian

Yes
read this post
https://vborg.vbsupport.ru/showpost....&postcount=278

d2sector 10-01-2006 11:25 PM

Im getting this error when editing a usergroups options (upload slots)

Code:

Database error in vBulletin 3.6.1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
        `title` = 'Super Moderators',
        `description` = '',
        `usertitle` = 'Super Moderator',
        `opentag` = '<strong><font color=\"#00B1E4\">',
        `closetag` = '</font></strong>',
        `passwordexpires` = '0',
        `passwordhistory` = '0',
        `forumpermissions` = '1048575',
        `attachlimit` = '10971520',
        `pmquota` = '150',
        `pmpermissions` = '7',
        `pmsendmax` = '0',
        `calendarpermissions` = '63',
        `wolpermissions` = '15',
        `adminpermissions` = '1',
        `genericpermissions` = '485449583',
        `genericoptions` = '63',
        `profilepicmaxwidth` = '100',
        `profilepicmaxheight` = '100',
        `profilepicmaxsize` = '65535',
        `avatarmaxwidth` = '96',
        `avatarmaxheight` = '96',
        `avatarmaxsize` = '50000',
        `signaturepermissions` = '237567',
        `sigpicmaxwidth` = '500',
        `sigpicmaxheight` = '100',
        `sigpicmaxsize` = '20000',
        `sigmaxrawchars` = '1000',
        `sigmaxchars` = '500',
        `sigmaxlines` = '0',
        `sigmaxsizebbcode` = '7',
        `sigmaximages` = '20',
        `vbppermissions` = '4993',
        `vbp_discountrate` = '10.00000',
        `vbp_paycheckamount` = '0.00000',
        `vbp_secondarycost` = '0.00000',
        `vbp_primarycost` = '0.00000',
        `arcadepermissions` = '159',
        `minpoststoplay` = '0',
        `minreptoplay` = '-1000',
        `minreglengthtoplay` = '0',
        `vbimghost` = '3',
        `vbimghost_upslots` = '5',
        `vbimghost_files` = '50'
WHERE usergroupid=5;

MySQL Error  : Unknown column 'vbimghost_upslots' in 'field list'
Error Number : 1054
Date        : Sunday, October 1st 2006 @ 07:23:27 PM
Script      : usergroup.php?do=update
Referrer    : usergroup.php?do=edit&usergroupid=5
IP Address  : XXXX
Username    : XXXX
Classname    : vB_Database

Tired uninstall (deleting the tables with phpmyadmin) and re-installing about 5 times. Using PHP 5 and MYSQL 5

|oR|Greg 10-02-2006 04:02 PM

2 Display issues with private messages for some reason? Inside PM's:
  1. I don't get the link to [ Open ] I only get [ Quick Upload ]. See attached.
  2. It doesn't display the number of pictures or even a 0 in the user info area under the avatar inside PM's. See attached.

Ranma2k 10-02-2006 07:59 PM

Quote:

Originally Posted by d2sector
Im getting this error when editing a usergroups options (upload slots)

Code:

Database error in vBulletin 3.6.1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
        `title` = 'Super Moderators',
        `description` = '',
        `usertitle` = 'Super Moderator',
        `opentag` = '<strong><font color=\"#00B1E4\">',
        `closetag` = '</font></strong>',
        `passwordexpires` = '0',
        `passwordhistory` = '0',
        `forumpermissions` = '1048575',
        `attachlimit` = '10971520',
        `pmquota` = '150',
        `pmpermissions` = '7',
        `pmsendmax` = '0',
        `calendarpermissions` = '63',
        `wolpermissions` = '15',
        `adminpermissions` = '1',
        `genericpermissions` = '485449583',
        `genericoptions` = '63',
        `profilepicmaxwidth` = '100',
        `profilepicmaxheight` = '100',
        `profilepicmaxsize` = '65535',
        `avatarmaxwidth` = '96',
        `avatarmaxheight` = '96',
        `avatarmaxsize` = '50000',
        `signaturepermissions` = '237567',
        `sigpicmaxwidth` = '500',
        `sigpicmaxheight` = '100',
        `sigpicmaxsize` = '20000',
        `sigmaxrawchars` = '1000',
        `sigmaxchars` = '500',
        `sigmaxlines` = '0',
        `sigmaxsizebbcode` = '7',
        `sigmaximages` = '20',
        `vbppermissions` = '4993',
        `vbp_discountrate` = '10.00000',
        `vbp_paycheckamount` = '0.00000',
        `vbp_secondarycost` = '0.00000',
        `vbp_primarycost` = '0.00000',
        `arcadepermissions` = '159',
        `minpoststoplay` = '0',
        `minreptoplay` = '-1000',
        `minreglengthtoplay` = '0',
        `vbimghost` = '3',
        `vbimghost_upslots` = '5',
        `vbimghost_files` = '50'
WHERE usergroupid=5;

MySQL Error  : Unknown column 'vbimghost_upslots' in 'field list'
Error Number : 1054
Date        : Sunday, October 1st 2006 @ 07:23:27 PM
Script      : usergroup.php?do=update
Referrer    : usergroup.php?do=edit&usergroupid=5
IP Address  : XXXX
Username    : XXXX
Classname    : vB_Database

Tired uninstall (deleting the tables with phpmyadmin) and re-installing about 5 times. Using PHP 5 and MYSQL 5

try running the Q

Code:


ALTER TABLE " . TABLE_PREFIX . "usergroup ADD vbimghost INT( 10 ) UNSIGNED NOT NULL default '0', ADD vbimghost_files INT( 10 ) UNSIGNED NOT NULL default '50',ADD vbimghost_upslots INT( 5 ) UNSIGNED NOT NULL DEFAULT '3';


Ranma2k 10-02-2006 07:59 PM

Quote:

Originally Posted by |oR|Greg
2 Display issues with private messages for some reason? Inside PM's:
  1. I don't get the link to [ Open ] I only get [ Quick Upload ]. See attached.
  2. It doesn't display the number of pictures or even a 0 in the user info area under the avatar inside PM's. See attached.

yes and it will be fixed in the new ver ..

|oR|Greg 10-03-2006 12:35 AM

Cool, thanks bro.

rezapci 10-04-2006 03:19 PM

I have problem, when I upload a pic, it shows this >

Warning: getimagesize(/home/alshia/public_html/vb/imagehosting/watermark.png): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 222

Redirecting...



image uploaded

Click here if your browser does not automatically redirect you.

what should I do?

flindersredclaw 10-05-2006 10:43 AM

Fantastic and installed no issue.

thank you


All times are GMT. The time now is 09:11 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.01602 seconds
  • Memory Usage 1,765KB
  • 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
  • (4)bbcode_code_printable
  • (5)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