The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Oak?s vGallery 1.0 Details »» | |||||||||||||||||||||||||
The Gallery?s features:
- Forum users can add their own images - Forum users rate/comment the images (not rate their own) - Admin can add/delete categories/subcategories - Admin can move images between categories/subcategories - Admin can delete images and comments - A toplist sortable in rating, votes, views, comments - Automatic Thumbnail creation through ImageMagick?s Convert function - Images info is stored in MySQL - Images is stored in a directory of the webserver (not in MySQL) Coming soon: - More Admin features - More data fields - More sorting options You want some new feature to the next version ? ------------------------------------------------------------------------------ What you need: - Licenced vBulletin forum - PhpMyAdmin to import database structure http://www.phpmyadmin.net/ - ImageMagick (Convert) installed on server http://imagemagick.sourceforge.net/ - "register_globals" in php.ini turned to "On" - Webservers User must have write access to "images" and "thumbnails" directories ------------------------------------------------------------------------------ How to install: - UnZip "Oak vGallery 1.0.zip" - Import database structure from "InstallDB\Oak_vGallery.sql" with PhpMyAdmin - Configure DB User/Pass in "Upload\sql.php" - Configure your vGallery in "Upload\galleryconfig.php" - Configure the text and link styles in "Upload\gallery.css" - Upload the files from "Upload" to your vGallery directory on the webserver - Give the webservers User write access in "images" and "thumbnails" directories - Start your vGallery and Upload your image categories - Please post your vGallery link here - Finished ! ------------------------------------------------------------------------------ Here is some screenshots: ------------------------------------------------------------------------------ Direct link to my vGallery (This one is Swedish): http://websociety.wm.net/~wmanbem/fi...leri/index.php ------------------------------------------------------------------------------ Please post questions, comments and suggestions here ! Show Your Support
|
Comments |
#12
|
|||
|
|||
yeah I've found that register_globals on software is not ALWAYS bad. Insecurity is in the programming not the build. But here's what I've discovered:
Any script that the author uses a register_globals on script with has either: A) issued an update by now to let the user run the script with globals off, or B) Is not security minded, in which case I won't use the script. If they just don't know HOW to update their script or haven't had the time I can deduce one of 2 things. Either they A) Don't know what they are doing in regards to security, or B) don't take security seriously enough. Either way I won't use the script. Like I said, if a script requires register globals on it does not necessarily mean it's an insecure script, but how do I know that? Aaron |
#13
|
|||
|
|||
ok i get this error
Parse error: parse error, unexpected T_STRING in /www/html/vb/vbgallery/galleryconfig.php on line 49 Warning: ChDir: No such file or directory (errno 2) in /www/html/vb/vbgallery/getuser.php on line 4 anyhelp? |
#14
|
||||
|
||||
id guess its a mis config in your settings i.e your pointing it to a non-existant dir
|
#15
|
|||
|
|||
ok this is line 49
Code:
$intRat width=\"55\" height=\"12\" src=\"icons/" . $intRating . "stars.gif\" alt=\"" . round($dblRating, 1) . "\"> (" . round($dblRating,1) . ")"; Code:
chdir($cfgForumDir); |
#16
|
|||
|
|||
There is definitely an issue here, I can replicate it as well.
|
#17
|
|||
|
|||
Thanks for the script!! I've been waiting for something like this for ages.. finally an alternative to photopost!!
I'd love to see a working english version before I install this though |
#18
|
||||
|
||||
i hate stupid site like that imagemajik thingy, i can never find the link to what i want. can someone give me a direct link to the download
|
#19
|
|||
|
|||
gaaaaaah
Parse error: parse error in /usr/home/chumash/www/forums/galleries/galleryconfig.php on line 49 Warning: ChDir: No such file or directory (errno 2) in /usr/home/chumash/www/forums/galleries/getuser.php on line 4 |
#20
|
||||
|
||||
ok, i downloaded ImageMagick-5.5.4-1.zip
i took a look at it and have no idea how to install it on my server |
#21
|
|||
|
|||
My friend is going to fix so register_globals=on is not necessary but then you must have a late version of PHP instead.
He also thought that your error can be a missing ; somewhere. We are goint to look at it later today. Can you post your galleryconfig.php without the DB info ? It helps to find the error. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|