vBImageHost and vBImageHost Panel

VB Image Hosting Version 1.0.1

This is the port for my hack to vb 3.6.x
check it for vb 3.5.x here

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:

1. requires GD 2.0.1 or later (2.0.28 or later is recommended).
2. 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? -_-

=======================================
VB image Hosting Panel v 1.00

For this to make any use, you must have VB image Hosting installed.

I've made this modification because I didn't like the drop down menu as it would clutter everything up. So, I just made a panel for it and users can use that.

Features:

* Your images
* Other Members' Images
* Upload Many
* Quick Upload one

Only appears when your viewing someones' images or when your viewing your own. It does not showup anywhere else besides on the vbimghost.php file. So, it won't annoy your users.

In the "vbimghost_imgshow" template,
Replace EVERYTHING with:

Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="50%" align="center"> <tr> <td class="tcat" colspan="2">Image Hosting Panel<a name="marq"></a></td></tr>


<tr valign="top"><td class="alt1" width="50%" align="center"><A HREF="vbimghost.php?do=myimages">Your Images</A></td> 
<td class="alt2" width="50%" align="center"><A HREF="vbimghost.php?do=upload">Upload Many</A></td>
<tr valign="top">
<td class="alt1" width="50%" align="center"><A HREF="vbimghost.php?do=userlist">Other Members' Images</A></td>

<td class="alt2" width="50%" align="center"><A HREF="#" onclick="window.open('vbimghost.php?do=popupload&ed=$editorid','vbimghost2','scrollbars=yes,resizable=yes,width=562,height=97'); return false" title="Quick Upload">Quick Upload One</A></td>
</table> <br /> 

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
        <td class="thead" colspan="$vbimghost[imgperrow]">$vbphrase[vbimghost_hostimgfor]: $username</td>
    </tr>
</thead>
$vbimghost_bits

</table>

Also, this automatically matches your theme so, ignore the colors in the screenshot!

Enjoy!
BOUGHT TO YOU BY: Bitdefuser from Cursayer.com!
 
Back
Top