The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Image Hosting Details »» | |||||||||||||||||||||||||
Image Hosting v1.20b
What Does it Do? This script will allow your users to upload images onto your server and use them in forums and other sites. You can limit how many images a person can upload and how big the files can be. There is also a watermark feature which will allow you to watermark upload images with any text you want. Features - Admin cp settings - Limit Filetypes - Limit File size - Limit What usergroups can upload - Add Watermark to JPEG's (Removed ) - View uploaded images - View Forum image code(NEW!!!) - Different limits for different usergroups(NEW!!!!) - Improved Layout and design - Installer - More.... Installer I have used the Hack Installer System to make it easier for the end use to upload to their site Live Demos 1.Sig-Mania 2. Pm me with your site Support I will fully support thios project and will fix and bugs or gliches in the script. I also offer a installation process for anyone who needs it. Donations This project takes alot of my time and so will the updates to come i would appricate any donation thought paypal email:martinj.porter@btinternet.com, Thanks Future Features - Moderate uploads - Different Limits for users and usergroups(Compeleted) - User Gallery for uploaded images - Stats(in progress) Bugs Fixed 1. Templates should be to the default vbstyle 2. Can't get image size fixed (hopefully) 3. blank screen when uploading an image please visit www.sig-mania.co.uk Supported on vbulletin version 3.0.7 Hope you enjoy thanks Loneranger Supporters / CoAuthors Show Your Support
|
Comments |
#62
|
|||
|
|||
ok i will update this version and get all problems sorted! thanks everyone for you help any suggestions on improvements
|
#63
|
|||
|
|||
Quote:
When I view images, it doesn't show the images. It is pointing to my /bbb/hosted_images/ directory when it should be pointing to just hosted_images/ [*IMG*]http://www.doyouwantmybum.com/bbb/bbb/hosted_images/1.gif[*/IMG*] |
#64
|
|||
|
|||
In the admincp
The web address of upload images Set this to the directory where images are stored eg. /forum/hosted_images/ (remember the / at the end) Should be changed to The web address of upload images Set this to the directory where images are stored eg. /hosted_images/ (remember the / at the end) Also where the image is called to show in the image viewr it should have the full path to the image as it's not showing up now. One more thing, you link at the bottom is not correct to goto your website. http://www.yahoo.com/www.sig....ect |
#65
|
|||
|
|||
i have now updated the download so you can download and update your systems enjoy and let me know of any suggestions on updates
|
#66
|
|||
|
|||
yes just noticed that is a problem with the phrase that is also sorted in the new files
|
#67
|
|||
|
|||
Now this script works 100% for me, here is a list of changes I made.
Ok, I have made some more changes to make this work correctly. This will make the install pull the template file correctly In install\hacks\image_hosting\12\index.php line 93 and 109 Code:
require_once('./template_mods.php'); Code:
require_once('./templates.php'); In install\hacks\image_hosting\12\templates.php line 139 Code:
<td class="alt1" colspan="2" valign="middle" align="center"><img src="$images[i_image]" width="" height="" alt="$images[i_name]" /></td> Code:
<td class="alt1" colspan="2" valign="middle" align="center"><img src="$images[i_image]" alt="$images[i_name]" /></td> In install\hacks\image_hosting\12\settings.php line 17 Code:
$setting['host_upload_dir']['descphrase'] = 'The full local path to the upload directory eg. home/user/www/forum/hosted_images/ DO NOT FORGET THE TRAILING SLASH'; Code:
$setting['host_upload_dir']['descphrase'] = 'The full local path to the upload directory eg. /home/user/www/forum/hosted_images/ DO NOT FORGET THE TRAILING SLASH'; Code:
$setting['host_url']['descphrase'] = 'Set this to the directory where images are stored eg. /forum/hosted_images/ (remember the / at the end)'; Code:
$setting['host_url']['descphrase'] = 'Set this to the directory where images are stored eg. /hosted_images/ (remember the / at the end)'; In image_host.php change line 136 Code:
$imgurl = $vboptions['host_url'] . $_FILES['img']['name']; Code:
$imgurl = $vboptions['bburl'] . $vboptions['host_url'] . $_FILES['img']['name']; |
#68
|
|||
|
|||
when i upload images are not showing in the gallery?
|
#69
|
|||
|
|||
Quote:
|
#70
|
||||
|
||||
hm.. i've tried most of what has been said, yet i seem to be getting the same error when clicking done after the templates...
PHP Code:
|
#71
|
|||
|
|||
try uninstalling imagehosting then do a full install unless you have got alot of images hosted then i will have to send you the upgrade queries php file
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|