Version: , by (Guest)
Developer Last Online: Jan 1970
Version: 2.2.x
Rating:
Released: 09-05-2001
Last Update: Never
Installs: 29
No support by the author.
Update : Sept 6
-- Thanks to wajones who pointed out a couple of things, I updated the files.
-- 1. The icons in the top right corner, one of them was suppose to point to the user help file but it was renamed and I forgot to update the code.
-- 2. There was a header error in the admin panel, which was corrected by wajones... if future problems happens please tell me.
------end update.
Well everyone, I decided tonight to release this and just see what happens from there on. I got caught up in working on my multi-page profile for my site, and kind of forgot about this. Sorry I do that a lot, in which I am sure everyone does.
First off... please read all of the files that I have included in this, the Installation.txt file is something I slapped together at the last minute and probably needs proof read... but who cares. The Readme.txt file explains what all the files are, and has some other tidbit information.
The only things you will really need to upload is: upload.php, userhelp.html, vbuploadinstall.php and the images and image folder.
I tried to explain the best way to have it... is putting those three files in the root of your vb folder, then just upload the images folder, which will create a sub folder inside that for the two image icons. Then you will have to create another folder like I suggested named "uploaded" meaning uploaded pictures. Then you will have to chmodd that to 777 and go from there. Then you will have to go through the upload.php file and change the variable preferences to fit your site. I tried to do the best possible explanation of how to do it through my comments throughout the files. So pay attention to those, also feel free to customize the userhelp file to fit your site and everything.
One thing I kind of fell short on.. was a cool profile page.. I mean I included a getinfo template that I used when I first made this, which was on vb2.0.1 and now that added like ignore and stuff so.. you might just want to create your own template up in your favorite web page builder or in notepad.. whatever. And go from there with the variables that I include.
Just pretty much go through the installation files and everything and follow the steps and you should not have any problems.. not saying you won't but... hopefully the F.A.Q. file will help with that.
Some might hate it, some might like it... if you hate it.. don't download it.. or install it.
To uninstall, follow the steps you took to install it and reverse them
ALWAYS BACKUP Before doing hacks... installations, changes, etc!
**Warning** Install at your own risk!
and... there is no place like home! Just remember that!
P.S. search these forums.. for screen shots and there is no demo as of right now... well there was but I Took it down
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
mind uploades gif files, you need to make a change in the upload.php file I believe
PHP Code:
/* File Type Restrictions Variables */
/*-----------------------------------------------------------------*/
$max_height = "200"; /* Max Image Height */
$max_width = "200"; /* Max Image Width */
$Size_Restrictions = "2000000"; /* image size limit in bytes */
$Width_Restrictions = "200"; /* your width limit */
$Height_Restrictions = "200"; /* your height limit */
/*-----------------------------------------------------------------*/
/* If you want to have it chosen where you can enable users to be */
/* able to upload gif formated pictures to... then use this next */
/* line that is commented out, instead of the other one. */
$Type_Restrictions = "jpg,gif,jpeg"; /* your upload file types */
/* $Type_Restrictions = ""; /* your upload file types */
//*---------------------------------------------------------------*//
/* This is where you fill in your server information so that it */
/* knows where and what to connect to. */
//*---------------------------------------------------------------*//
PHP Code:
$error_msg .= "<font color=\"$errortext\" face=\"$font\" size=\"$smallerfontsize\">You Did Not Specify a ". "Photo to Upload! Please Re-Submit!!</font>";
}
/* again if you are giving the users the ability to upload gif formated pictures use the commented out line */
/* else if (($picture_type != "image/pjpeg") && ($picture_type != "image/jpeg") && ($picture_type != "image/gif")) */
else if (($picture_type != "image/pjpeg") && ($picture_type != "image/jpeg"))
{
$error_msg .= "<font color=\"$errortext\" face=\"$font\" size=\"$smallerfontsize\">Your file is not a $Type_Restrictions type, please only try to upload: $Type_Restrictions formated images.</font></font></td></tr></table></td></tr></table>";
}
else if ( $picture_size > $Size_Restrictions )
Here in a week or so.. I might start on version 2.0 of this, where it will be more closely intergrated into vb... and hopefully stop and fix all the little problems in my first release version.
I will try to make it where, if you are still running the first version... the changes for the new one can be easily updated or changed to be the new version
and I might make it where you can have up to 2 or 3.. uploads .. but that is just a thought, not for sure.. really.
I already knew about this... but I can't explain it... because I am a complete moron
Besides installing it myself on your server, I have no way of knowing why it won't.. I mean the way it seems.. it should work just fine with the amount of help that has been given to ya.. so I dunno.
Originally posted by VirtueTech Version 2.0 should use ImageMagick to resize the photo into a thumbnail. That would rule.
Nice hack.
Not a bad idea, but most likely I will not be adding it .. in my release.. reason being that some people if not a lot of people may not have the access to imagemagik.. so it would do them no good.. and then there is.. what would the thumbnail be used for? Cause I have other methods I use.. to make thumbnails..
as for the header and fooder SirSteve... I will most likely make it more intergrated into the user control panel.. so that part might be taken care of easily
I am not actually for sure, I think it does for a lot of people certain people have messed up servers, so it will not work... and lucky anything else does..
But I only test my stuff on linux right now till I setup another win2k server to play with at my house