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

Reply
 
Thread Tools
VB image Hosting Details »»
VB image Hosting
Version: 1.0.1, by Ranma2k Ranma2k is offline
Developer Last Online: Oct 2017 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.0 Rating:
Released: 08-08-2006 Last Update: 04-10-2007 Installs: 1108
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

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? -_-

Supporters / CoAuthors

Show Your Support

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

Comments
  #1272  
Old 06-16-2008, 02:57 AM
simos simos is offline
 
Join Date: May 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by simos View Post
Hello

I tried to upload the file but i get this message
Anybody for this....
Reply With Quote
  #1273  
Old 06-16-2008, 02:50 PM
Darkstarproject Darkstarproject is offline
 
Join Date: May 2008
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*Installed*

However, when I am posting a new thread, and I hit the 'upload' pics option, next to the smilies, it will upload the image, BUT it will show it at the top of the page, (above the header) and once I hit 'submit' it doesnt post the image into the thread.
Reply With Quote
  #1274  
Old 06-16-2008, 11:48 PM
PHP FAN PHP FAN is offline
 
Join Date: Sep 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

Can this Mod work in vb3.7.x?
Reply With Quote
  #1275  
Old 06-17-2008, 12:06 AM
Darkstarproject Darkstarproject is offline
 
Join Date: May 2008
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's working on my board which is 3.7.1pl1
Reply With Quote
  #1276  
Old 06-17-2008, 07:32 AM
Warlord's Avatar
Warlord Warlord is offline
 
Join Date: Jan 2002
Location: TN, USA
Posts: 668
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ranma2k, if I wanted to get the filmstrip (all the information from vbimghost.php?do=displayimg&imgid=24) on the profile page, what would I need to do?

I've tried:

Adding ALL of the variable definitions and pre-cache templates (used by all actions) from vbimghost.php to memberinfo.php

Taking this:
Code:
<table id="vbimghost_display"class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
	<tr>
		<td class="thead" colspan="2">$vbimghost[imgname]</td>
	</tr>
	<tr>
		<td class="alt2" colspan="2" align="center" valign="center"><img src="$vbimghost[path]" ></td>

	</tr>
</thead>
<if condition="$vbimghost['filmstripon']">
                     <tr> 
                      <td class="tcat"> $vbphrase[vbimghost_filmstrip]</td>
                     </tr>

<tr>
	<td class="alt1" align="center">
		<table class="tborder"  cellpadding="$stylevar[cellpadding]" width="100%" cellspacing="$stylevar[cellspacing]" border="0">

		<tr>
			$vbimghost[filmstrip]
		</tr>
		</table>
	</td>
</tr>
</if>
</table>
from the vbimghost_displayimg template and adding it to the MEMBERINFO template that had to do with the film strip.

I've gotten close (sort of) I think.

I've changed it so my $vbimghost[last5] only shows 1 instead of 5 and left it active while trying to test these extra changes. It is the top image that for some reason becomes a thumbnail upon making these changes.

Aside from that (which I assume I can take care of by just removing it from the template if I ever get this working the way I want to), the new image appears (which is good) and the filmstrip text and filmstrip table appears (which is also good), but the actual filmstrip won't show up for some reason. I've attached a screenie in case I didn't convey exactly what my member profiles look like. Can you point me in the right direction please?
Reply With Quote
  #1277  
Old 06-18-2008, 09:10 AM
yeshoward yeshoward is offline
 
Join Date: Mar 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hihi
NICE module!

two years ago, someone mentioned
Quote:
Very good. But I miss the Upload to FTP. I have a Board-Server and a Upload-Server.....

Can You add this?

GreeTz
Snatch
Any updates now please?
it is really needed especially when we have HUGE images bases

cheers
Reply With Quote
  #1278  
Old 06-18-2008, 09:22 AM
yeshoward yeshoward is offline
 
Join Date: Mar 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and can we let members to set their own category?
It is much more like gallery, yes.

I know VBB has a embedded gallery now, but your module is more handy for sure, especialy for members who want to post a new thread with many photos+words

thanks again!
Reply With Quote
  #1279  
Old 06-26-2008, 11:54 AM
chick's Avatar
chick chick is offline
 
Join Date: Aug 2006
Location: PI Land
Posts: 381
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and testing, so far I everything working correctly. It works great. If you use 00's in any of the settings you will get a 'warning division by zeros' error, so I fixed that by using whole numbers such as 648 width instead of 650.

I do have one question though. Since my site images are protected by htaccess and they cannot be posted outside my site AND no HTML is allowed on my site, which templates to I modify to erase the line that gives the HTML tags option for linking.

I just want to leave the BB tags in tact.

Thanks for any help. If it's here somewhere I could read no longer after page 40 and started backward.
Reply With Quote
  #1280  
Old 06-28-2008, 12:24 PM
RFViet RFViet is offline
 
Join Date: Jan 2006
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works with vB3.7 yet ??
Reply With Quote
  #1281  
Old 06-28-2008, 12:54 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, I use it on 3.7.2, no know issues.
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 12:24 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06516 seconds
  • Memory Usage 2,324KB
  • 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
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete