Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Vbimghost ver 2.0.0 Details »»
Vbimghost ver 2.0.0
Version: 2.0.0, by Ranma2k Ranma2k is offline
Developer Last Online: Oct 2017 Show Printable Version Email this Page

Category: Major Additions - Version: 4.0.2 Rating:
Released: 02-28-2010 Last Update: 02-28-2010 Installs: 102
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations  
No support by the author.

VB Image Hosting Version 2.0.0

This is the port for my hack to vb 4.0.x You can see the old ver of vbimghost 1.0.1

Note: I don't not recommend using it as a new hack, since Albums in the vbulletin does the same thing even better. this is mainly to people who used vbimghost on previous version and want to use it on vb 4.0.x

The port is just modification to the the template ( Not fully CSS ) and supporting the new plug ins .

A converter for vbimghost to vbulletin albums is under development. and will be included here when it's done.
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 min max.

Update instruction :
Just replace the old files with the new ones and import the product file don't forget to select overwrite.

Update vbimghost options Note: [best thumb size width * hight = 100 * 200]


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

URGENT ISSUES:
you may contact me on e-mail : waiel[at]waieleid.com
replace [at] with @ ok? -_-

Download Now

File Type: zip Vbimghost_2.0.0.zip (24.2 KB, 860 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 03-01-2010, 05:26 AM
Snug Snug is offline
 
Join Date: Aug 2009
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does it allow bulk uploading?

screenshots?
Reply With Quote
  #3  
Old 03-01-2010, 05:45 AM
tafreeh tafreeh is offline
 
Join Date: May 2008
Location: Canada
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wat about watermarking ?
Reply With Quote
  #4  
Old 03-01-2010, 08:46 AM
sodagod sodagod is offline
 
Join Date: Sep 2009
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Demo: Removed by Staff*
Reply With Quote
  #5  
Old 03-01-2010, 10:44 AM
roadrunna roadrunna is offline
 
Join Date: Sep 2005
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for porting this one over

Si
Reply With Quote
  #6  
Old 03-01-2010, 11:06 AM
Big-Pete Big-Pete is offline
 
Join Date: May 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tafreeh View Post
wat about watermarking ?
Watermarking is still there..

Thanks for porting this over...
Reply With Quote
  #7  
Old 03-01-2010, 01:46 PM
sodagod sodagod is offline
 
Join Date: Sep 2009
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is brilliant! my sites own photobucket Thanks
Reply With Quote
  #8  
Old 03-01-2010, 01:49 PM
Mohamed Ashraf Mohamed Ashraf is offline
 
Join Date: Jun 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i edited vbimghost_displayimg template to this

HTML Code:
<script type="text/javascript">
function SelectAll(id)
{
    document.getElementById(id).focus();
    document.getElementById(id).select();
}
</script>

<br />
<br />
<div id="picturecontainer">        
<div id="picturelink"><img alt="{vb:raw vbimghost.imgname}" src="{vb:raw vbimghost.path}" title="{vb:raw vbimghost.imgname}"></div>
<br /><br />
<dl id="picturestats" class="stats">

<table border="2" width="70%" bordercolor="#008000" cellpadding="2">
	<tr>
		<td width="200"><dt>{vb:phrase vbimghost_filesize}</dt></td>
		<td><dd>{vb:raw vbimghost.filesize}</dd></td>
	</tr>
	<tr>
		<td width="200"><dt>{vb:phrase vbimghost_imgdime}</dt></td>
		<td ><dd>{vb:raw vbimghost.width} X {vb:raw vbimghost.height}</dd></td>
	</tr>
	<tr>
		<td width="200"><dt>{vb:phrase vbimghost_update}</dt></td>
		<td><dd>{vb:raw vbimghost.date}</dd></td>
	</tr>
	<tr>
		<td width="200"><dt>{vb:phrase vbimghost_imgdlink}</dt></td>
		<td><dd>
		<input id="imgdlink" onClick="SelectAll('imgdlink');" type="text" value="[img]{vb:raw vbimghost.path}[/img]" size="70" /></dd></td>
	</tr>
	<tr>
		<td width="200"><dt>{vb:phrase vbimghost_imgflink}</dt></td>
		<td><dd><input id="imgflink" onClick="SelectAll('imgflink');" type="text" size="70" value="[url='{vb:raw vbimghost.dispath}'][img]{vb:raw vbimghost.thumbpath}[/img][/url]" /></dd></td>
	</tr>
	<tr>
		<td width="200"><dt>{vb:phrase vbimghost_imglink}</dt></td>
		<td><dd><input id="imglink" onClick="SelectAll('imglink');" type="text" size="70" value="<a href='{vb:raw vbimghost.dispath}' border=0><img src='{vb:raw vbimghost.thumbpath}'></a>" /></dd></td>
	</tr>
	<tr>
		<td width="200"><dt>{vb:phrase vbimghost_perm} </dt></td>
		<td>{vb:raw vbimghost.private}</td>
	</tr>
</table>

 </div>
good job
Regards
Reply With Quote
  #9  
Old 03-01-2010, 02:39 PM
dodgechargerfan dodgechargerfan is offline
 
Join Date: Aug 2005
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks very much for this! My imagehosting has been sitting in limbo, waiting for this update.

Everything is working fine except for rebuilding thumbnails. I get this error:

Code:
Warning: getimagesize(/home/user/public_html/forums/imagehosting/3440cd97e04ed3.jpg) [function.getimagesize]: failed to open stream: No such file or directory in [path]/*******/vbimghost.php on line 280
Note that the ******* is there to hide my renamed admincp.

As for the converter to move to albums, that is an interesting thought.
If I can suggest that the default privacy setting for pictures be private.
The reason - for me- is that I use another mod that puts random album pictures on FORUMHOME. That's not something we'd necessarily want to happen with the images in our imagehosting app.
We tend to use imagehosting to host files that we then link in to specific posts rather than for a browsable album sort of thing.

Thanks again!!
Reply With Quote
  #10  
Old 03-01-2010, 03:21 PM
dodgechargerfan dodgechargerfan is offline
 
Join Date: Aug 2005
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

GACK!
Never mind. Just noticed that the path changed to the default.

Since I've had this mod installed for some time, I didn't expect that to get changed, so I forgot to check it...

Sorry. :P
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:47 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.06461 seconds
  • Memory Usage 2,325KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete