Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

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
  #62  
Old 09-11-2010, 10:33 PM
njoker555's Avatar
njoker555 njoker555 is offline
 
Join Date: Jun 2007
Location: NYC
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a converter to convert the imghost images into the album yet? I'm thinking of upgrading to vb 4.0 soon and I'm still deciding on whether to keep this mod or just move onto the albums since most people on my forum uses the album anyway but I just don't want to lose the 2000 or so images in the imghost mod right now.
Reply With Quote
  #63  
Old 10-13-2010, 01:25 AM
Taurus1's Avatar
Taurus1 Taurus1 is offline
 
Join Date: Dec 2009
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Globe View Post
i found a way.
go to the template newthread
search for
Code:
{vb:raw messagearea}
add after:
Code:
<!-- imagehost -->
<fieldset id="vbimghostbox" title="{vb:phrase vbimghost_title}">
    <legend>{vb:phrase vbimghost_myphotos}</legend>
    <div id="vbimghostlinks">[<a href="#" onclick="window.open('vbimghost.php?do=popup&ed={vb:raw editorid}','vbimghost1','scrollbars=yes,resizable=yes,width=550,height=500'); return false" title="Pick">{vb:phrase open}</a>]&nbsp;[<a href="#" onclick="window.open('vbimghost.php?do=popupload&ed={vb:raw editorid}','vbimghost2','scrollbars=yes,resizable=yes,width=562,height=97'); return false" title="Upload">{vb:phrase vbimghost_quickup}]</a></div>
    </fieldset>
<!-- /imagehost-->
the find the template vbimghost_editor
and delete the code its the same you filled in to nethread. optionaly you can add this to newreply
Quote:
Originally Posted by roadrunna View Post
Fixed it

Find the plugin "My Photo post bit".

Change the plugin code to :-

PHP Code:
$rec vB::$db->query_read("
        SELECT count(*) mark
        FROM "
.TABLE_PREFIX."vbimghost
        WHERE userid='"
.$post['userid']."' and imgprivate='0'
        "
);
$row vB::$db->fetch_array($rec);
$post['vbimghost']=$row['mark']; 
Basically the "$vbulletin->" is replaced with "vB::$"
Thanks gents! That worked great!! :up:
Reply With Quote
  #64  
Old 11-23-2010, 08:01 AM
Miras Miras is offline
 
Join Date: Mar 2009
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

would love to see additional bb-code for linked thumbnail in pic details

*edit*
and option for upload from an url would be nice too
Reply With Quote
  #65  
Old 12-04-2010, 09:29 AM
l2-inferno l2-inferno is offline
 
Join Date: Jul 2006
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xuanhuy238 View Post
Code:
Warning: getimagesize(.../yega/imagehosting/game4v_logo.png) [function.getimagesize]: failed to open stream: No such file or directory in [path]/includes/vbimghost_include.php on line 221
This error message appeared when I uploaded the image with Watermark is ON.

I config every field very careful but... need some help!
hello, I have the same problem

Any ideas?

plz help

http://img9.imageshack.us/img9/4752/watererror.png
Reply With Quote
  #66  
Old 12-04-2010, 09:05 PM
l2-inferno l2-inferno is offline
 
Join Date: Jul 2006
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by l2-inferno View Post
hello, I have the same problem

Any ideas?

plz help

http://img9.imageshack.us/img9/4752/watererror.png
help plz
Reply With Quote
  #67  
Old 01-03-2011, 07:22 AM
Miras Miras is offline
 
Join Date: Mar 2009
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Miras View Post
would love to see additional bb-code for linked thumbnail in pic details

*edit*
and option for upload from an url would be nice too
no more support for that ?
Reply With Quote
  #68  
Old 01-03-2011, 10:26 AM
vbcreator vbcreator is offline
 
Join Date: Jan 2011
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks gonna test it
Reply With Quote
  #69  
Old 02-01-2011, 01:26 AM
Mikevet1984's Avatar
Mikevet1984 Mikevet1984 is offline
 
Join Date: Nov 2010
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get this error when trying to rebuild thumbnails from the control panel....

Code:
Warning: getimagesize(/home/user/public_html/vBulletin/imagehosting/.........gif) [function.getimagesize]: failed to open stream: No such file or directory in [path]/admincp/vbimghost.php on line 280
Any idea please how I could overcome this problem?
Reply With Quote
  #70  
Old 03-06-2011, 02:43 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have tried all settings in acp, but the images display in a single colum, I would like it to have 3 or 4 images in a row
Reply With Quote
  #71  
Old 03-06-2011, 02:58 PM
vnairp11 vnairp11 is offline
 
Join Date: Jul 2007
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do i delete all existing images from old domain and install this new script because i changed domain?

How do i mass delete a banned users or deleted users images? or will this be done along with the user delete?

HOw do i mass delete all of existing users pics?
Reply With Quote
Reply


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 02:32 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.05281 seconds
  • Memory Usage 2,346KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_code
  • (1)bbcode_php
  • (5)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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