Version: 2.1 Final, by loneranger
Developer Last Online: Oct 2009
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.
Still no word on the "0" file size......? In the image_host.php, you have an <if> condition that checks for file size, which you've set at 1024.....is this right? Here's what I'm seeing:
HTML Code:
//Do the file already Exist?
if (file_exists("$dir/".$host_filename)) {
eval(standard_error(fetch_error('imghost_exists')));
}
//Is it a vaild extension
if (!in_array($host_file_ext,$ext)) {
eval(standard_error(fetch_error('imghost_badtype')));
}
//Check Filesize
if (($host_filesize/1024) > $img_filesize) {
eval(standard_error(fetch_error('imghost_toobig')));
}
//check for whitespacers
if (strrchr($host_filename,' ')) {
eval(standard_error(fetch_error('imghost_whitespace')));
}
alejandro, you do not have permission to access this page. This could be due to one of several reasons:
Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
how do i fix it im a admin and im activated
Warning: getimagesize(/home/mastiffb/public_html/forum/images/Sunset.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /image_host.php on line 115
unable to get image size