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

Reply
 
Thread Tools
Image Hosting Details »»
Image Hosting
Version: 2.1 Final, by loneranger loneranger is offline
Developer Last Online: Oct 2009 Show Printable Version Email this Page

Version: 3.5.0 RC2 Rating:
Released: 07-27-2005 Last Update: 09-19-2005 Installs: 75
Uses Plugins Template Edits
Additional Files  
No support by the author.

Image Hosting Version 2.1 Final Release

I have remade all the code from the older version so it is now compatiable to version 3.5.0 RC1. I have also use the product manager install script . Please post all bugs here so that i can update the script ready for the gold release.

This script will allow your members to upload images to your website so that they be view on forums and other sites.
You can set all permissions in usergroup mananger
restrict all upload settings on filesizes and amount of files.
users can also browse their upload images and delete them
mods can delete users images too.
users can view each others images.

there are many other features which i will write up about once the bugs are all out.

remember to backup before you install
Installing this Extension
Please Read the install text file in the zip for full instructions.
File edits: 0
Template Mods: 2
Files upload :3
difficulty: Easy

Fixes
2.1 fixed the product installation now all working with a fresh install of vb 3.5.0 rc2. Bitfields Rebuilt correctly.

20-09-2005 20:15 - changed the template from test.php to img_view_all.php

All Current errors posted in this forum have now been solve with this release please check it out.

Donate
All donations are welcome my paypal is martinj.porter@btinternet.comor just click here

hope you enjoy

Show Your Support

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

Comments
  #52  
Old 08-02-2005, 08:41 AM
ThePimp's Avatar
ThePimp ThePimp is offline
 
Join Date: Feb 2005
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by acidburn0520
Well thank you for registering on my board, but that wouldn't do anything. My live board is running 3.0.7. I have installed the Image Hosting hack onto my Test Board, which is running 3.5.0 RC1. As per Jelsoft's requirements regarding Test Boards; they cannot be publicly accessible. I have attached screenshots to explain my situation better. Basically (for those who still have yet to understand) whenever I try to upload an image, I receive an error message stating that the image attempting to be uploaded is too large. Even though I have set the file size in the Usergroup Permissions.
I believe you are setting your size to low. As far as I can tell, it's asking for BYTES, not KB in the admincp. Try increasing the size to something like 5000000 for testing purposes.
Reply With Quote
  #53  
Old 08-02-2005, 03:46 PM
Kirk Y's Avatar
Kirk Y Kirk Y is offline
 
Join Date: Apr 2005
Location: Tallahassee, Florida
Posts: 2,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My server is down at the moment... I'll test this when it comes back up. But even still, did you see how even though I have entered a value into the Size Limit field in the Usergroup Perms, it still shows the Size Limit to be 0 on the Uploader Form.
Reply With Quote
  #54  
Old 08-02-2005, 05:06 PM
loneranger loneranger is offline
 
Join Date: Dec 2004
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah it seems that it isn't adding it to the database, try just going in to phpmyadmi or sothething and find the usergroup table and search for imghost_set and check the values also just edit the vaules for your usergroup see if that works, i can not seem to re-create this error
Reply With Quote
  #55  
Old 08-02-2005, 06:56 PM
Chris_D Chris_D is offline
 
Join Date: Jun 2004
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by acidburn0520
Well thank you for registering on my board, but that wouldn't do anything. My live board is running 3.0.7. I have installed the Image Hosting hack onto my Test Board, which is running 3.5.0 RC1. As per Jelsoft's requirements regarding Test Boards; they cannot be publicly accessible. I have attached screenshots to explain my situation better. Basically (for those who still have yet to understand) whenever I try to upload an image, I receive an error message stating that the image attempting to be uploaded is too large. Even though I have set the file size in the Usergroup Permissions.
I think I can see the mistake here... Your dimension limits are set to Width: 768 and Height: 1024. This is normally wrong. In a game, for example, you would be running at Width: 1024 and Height: 768.

Change these two values around and see how it works then. Also try doing it with a smaller picture, for example the "newthread.gif" from your images folder on the forums.
Reply With Quote
  #56  
Old 08-02-2005, 08:21 PM
Kirk Y's Avatar
Kirk Y Kirk Y is offline
 
Join Date: Apr 2005
Location: Tallahassee, Florida
Posts: 2,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What would it matter if the size values were reversed? It'd just simply change the dimensions of the maximum allowed for an upload. The picture I've been attempting to upload is 300x300 in size. I do not believe the error has to do with height/width variables... the actual file size restrictions are what's causing the problem. As my server is still down... I am unable to test neither loneranger nor your suggestions.
Reply With Quote
  #57  
Old 08-03-2005, 01:04 PM
DJ_aroms DJ_aroms is offline
 
Join Date: Jul 2002
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Worked perfectly for me on test forums, so put it on main forums and works perfect on them too.

www.aroms.com/forums/
Reply With Quote
  #58  
Old 08-04-2005, 09:27 PM
Chris_D Chris_D is offline
 
Join Date: Jun 2004
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by acidburn0520
What would it matter if the size values were reversed? It'd just simply change the dimensions of the maximum allowed for an upload. The picture I've been attempting to upload is 300x300 in size. I do not believe the error has to do with height/width variables... the actual file size restrictions are what's causing the problem. As my server is still down... I am unable to test neither loneranger nor your suggestions.
Aha, wasn't entirely sure what size it was you were uploading. Thought it might have been a 1024 x 768 picture, in which case with those dimensions it obviously wouldn't work

Hope you get it sorted. It's now on my forums at http://www.sinepisodes.net
Reply With Quote
  #59  
Old 08-05-2005, 12:29 PM
Chris_D Chris_D is offline
 
Join Date: Jun 2004
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this hack work with RC2 yet?
Reply With Quote
  #60  
Old 08-05-2005, 03:47 PM
loneranger loneranger is offline
 
Join Date: Dec 2004
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not sure yet been really busy at work this week will test it once i have finished the mod addon
Reply With Quote
  #61  
Old 08-05-2005, 04:40 PM
defi's Avatar
defi defi is offline
 
Join Date: Nov 2003
Location: Florida
Posts: 279
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Question - Could a variable be used to display this user's hosted images in their profile page, or some sort of publicly viewed page?
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 11:03 AM.


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.06446 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
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
  • (3)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
  • (1)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