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? -_-
I'm pretty sure this database error is caused from this mod. please let me know if it is.
Code:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT usergroupid FROM vb3_icon AS icon
INNER JOIN vb3_imagecategorypermission USING (imagecategoryid)
WHERE icon.iconid = 10
AND usergroupid IN ();
MySQL Error : 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 ')' at line 4
Error Number : 1064
Date : Sunday, December 3rd 2006 @ 09:52:31 PM
This user is using this exploit to cause database errors on my site and crash and destroy my database.
If it is not this mod, does anyone have a clue what mod this may be from? I am fairly sure it is this one.
Vbulletin said there is a spelling mistake in my php caused from a mod that caused the database error.
I'm pretty sure this database error is caused from this mod. please let me know if it is.
Code:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT usergroupid FROM vb3_icon AS icon
INNER JOIN vb3_imagecategorypermission USING (imagecategoryid)
WHERE icon.iconid = 10
AND usergroupid IN ();
MySQL Error : 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 ')' at line 4
Error Number : 1064
Date : Sunday, December 3rd 2006 @ 09:52:31 PM
This user is using this exploit to cause database errors on my site and crash and destroy my database.
If it is not this mod, does anyone have a clue what mod this may be from? I am fairly sure it is this one.
Vbulletin said there is a spelling mistake in my php caused from a mod that caused the database error.
I'm using this already locally and I've got 1 simple question...
I want to show the 'MyPhotos(1)' bit at the postbit(legacy) only if there are any photos at all.
Anyone any idea how exactly I can modify the code, to achieve this
It's probably something like this, but I dont know what and how the if-statement should be constructed:
<if "$post[vbimghost] > 0">
show myphotos text
</if>
I'm using this already locally and I've got 1 simple question...
I want to show the 'MyPhotos(1)' bit at the postbit(legacy) only if there are any photos at all.
Anyone any idea how exactly I can modify the code, to achieve this
It's probably something like this, but I dont know what and how the if-statement should be constructed:
<if "$post[vbimghost] > 0">
show myphotos text
</if>