A New installer replaced the old one so you should not face any problems with database
NOTE :
People who were using vbimghost in vb 3.5.x and moved to vb 3.6.0 MAKE sure that you have vbimghost 1.4.1 Since this port will only support upgrading from that ver only
People who do a fresh install use this ver.
Requirements:
requires GD 2.0.1 or later (2.0.28 or later is recommended).
PHP ver 4.3.x or later (newer ver is better).
Introduction:
What does it do ?
VB Image Hosting is a similar feature to imageshak and photopoket and online free image hosting, but this is for your members. it will allow them to upload and host their images on your servers, you can still manage the permissions and set the number of files for each group.
Main Features:
Image hosting
Restrict # of file upload for each group
Allow/disallow group from upload
Restrict file uploaded based on file extension, dimensions and size
Users can manage their uploaded files
Users can set the view permission for each uploaded images
Admin can mange all members images
Admin can set the number of images/users per page.
Admin can mange images uploaded by the members
Admin can set the default upload permission
Thumbnail system admin can turn it on/off.
Allow multiple uploads.
Admin can set upload slots for each group
Admin can recreate thumbnails from admin cp
Fully using the phrase system.
Time required to install
1- 2 min max.
Update instruction :
Just replace the old files with the new ones and import the product file don't forget to select overwrite.
History:
1.0.0:
inital release contains everytverg in 1.4.1 ver.
1.0.1:
Fix security bug with delete image.
fix some minor mysql problems.
Download Tracking: 1.0.0 : 3886
Known Issues:
no known issues.
Screen shscreenshot.zip
screenshot.zip.
NOTE:
before you post any error here :
Set that path to your forums correctly in the vbimghost options.
if you getting the error ""supplied argument is not a valid"
that's because you didn't set the path correctly
And for all the people asking when is the next release it will be in 2007 not this month .. due to some problems in real life ..
URGENT ISSUES:
you may contact me on msn id : waiel[at]waieleid.com
replace [at] with @ ok? -_-
TO EVERYONE
WHO EVER FOR SOME REASON GET'S DATABASE ERROR
RUN THE FOLLOWING QUARY IN YOUR DATABASE
Code:
CREATE TABLE " . TABLE_PREFIX . "vbimghost (imgid int(11) NOT NULL auto_increment,userid int(11) NOT NULL default '0',imgfile varchar(250) NOT NULL default '',imgname varchar(250) NOT NULL default '',thumbname VARCHAR( 250 ) NOT NULL, imgfilesize int(11) NOT NULL default '0', imgwidth int(11) NOT NULL default '0', imgheight int(11) NOT NULL default '0', imgdate int(11) NOT NULL default '0', imgprivate int(1) unsigned NOT NULL default '0', PRIMARY KEY (imgid) )
replace " . TABLE_PREFIX . " with your table prefix that you set in the config.php
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
i tried that and i get this error -
Quote:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '" . TABLE_PREFIX . "vbimghost (imgid int(11) NOT NULL auto_increment,userid int(' at line 1
in my config.php file i have this set $config['Database']['tableprefix'] = ''
hey i have install this and its working to upload images but i get this line in the head when its uploading:
Quote:
Warning: imagecreatefrompng(): Unable to access /home/user/public_html/forums/imagehosting/144f0f30b0612e.png in /includes/vbimghost_include.php on line 170
Warning: imagecreatefrompng(/home/user/public_html/forums/imagehosting/144f0f30b0612e.png): 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 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: imagepng(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 204
Can someone elaborate on the slots permission in group settings? I have it installed on my test board and it seems ok, just i'm not sure what the slot is.
Can someone elaborate on the slots permission in group settings? I have it installed on my test board and it seems ok, just i'm not sure what the slot is.
Thanks
it's the number of upload slots ( upload files slot )