The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
OakGallery 2.0 Released ! [Great image gallery] Details »» | |||||||||||||||||||||||||||
OakGallery 2.0 Released ! [Great image gallery]
Developer Last Online: Aug 2006
?ke is finally done with version 2.0 of the OakGallery.
OakGallery home: http://www.ake.nu/gallery/ Some live galleries: - http://blixten.ake.nu/gallery/ (Ver 2.0) - http://pictures.potatoesmc.com/ (Ver 2.0) - http://websociety.wm.net/~wmanbem/fi...k/fotogalleri/ (Ver 2.0) Please post a link to your installed gallery. Info: - Integrated with your existing forum software - Easy to integrate with other methods of user authentication - IP-based authentication included for users without forum software - Does not need 'register_globals' to be switched on - It's FREE of charge ;-) - Organize images into categories and subcategories - Lets users rate and comment on the images - Sort the images by date, rating, views, etc. - Languages available: English and Swedish. Easy to translate to your own language! - Most features are configurable in some way - The design is very configurable - Define your own data fields - Built with speed and security in mind - Automatic generation of thumbnails and display images - Can add your logo to uploaded images automatically - Uses ImageMagick for high quality thumbnail resizing - Ban IP's from commenting - Show random images from the gallery on any page on your site! (This is done simply by including random.php in your own PHP page) ...and more! Requriments: Database Server - MySQL or MS SQL Server (experimental support for ODBC) - Administration tool for the database server (e.g. phpMyAdmin) - Support for MySQL has been tested thouroughly. - Support for MS SQL has been tested and seems to work fine. - Support for ODBC is currently untested. - PhpMyAdmin to import database structure http://www.phpmyadmin.net/ - ImageMagick installed on server http://imagemagick.sourceforge.net/ - The variable include_path = "." in php.ini - PHP 4 (PHP 3 untested, but should work) - Tested with PHP 4.2.2 - Forum Software - Tested with phpBB 2.0.4 - Tested with vBulletin 2.2.x - With vBulletin 2.3.x, and error message is produced by vBulletin, but still works. - Forum software is not really needed (but highly recommended), you can use ip-based authentication too. Web Server -OakGallery currently requires a web server that allows you to run shell commands from php-scripts (for ImageMagick). Installation: 1. Create a database for the gallery (using e.g. phpMyAdmin) (You can use the same database for OakGallery as for other things, as long as the table names don't collide) 2. Execute the complete database script found in InstallDB/<server-type>-OakGallery.sql 3. UnZip the gallery to a local folder Edit the Upload/config/galleryconfig.php to suit your needs. The configuration options should be self-explanatory. To find where ImageMagick's convert and composite are located. Try running this from your shell (unix): which convert or whereis convert 4. Upload all files in the 'Upload' subdirectory to your webserver. 5. Make the directories 'thumbnails' and 'images' writeable by the webserver. E.g: chown nobody thumbnails chmod 770 thumbnails (In this example, the webserver is run as user nobody.) 7. Also, you need to make the PHP temporary upload directory writable by the webserver. (Contact your system administrator if you need help with step 6-7) Now, try loading the gallery page in your webbrowser and start creating categories for your pictures! 8. Dont you get it working ? Please post your problem here ... include the following: - Path to the gallery - Path to the forum - Path to phpinfo.php - Path?s in the galleryconfig.php Then it will be much easier to help you out. Modification: If you want to modify OakGallery to better suit your needs, the following rules must be obeyed: - The 'PayPal-donate' link and text must be CLEARLY visible. Preferrably near the top of the page. - The original copyright message must be CLEARLY visible near the top of ALL pages. - Add a message saying 'Modified by xxxx' or similar near the copyright message. - Have fun! (and yes, that is a rule!)). Show Your Support
|
Comments |
#102
|
|||
|
|||
Zelda, have you verified the local path to convert with you server admin ?
|
#103
|
|||
|
|||
GREAT SCRIPT!
but help! I've got a strange DB error with vbb 2.28: Quote:
My db settings are correct (triple checked) and here are my path settings: Quote:
The only thing I'm not sure I've done correctly is step 7 and the imagemagic path. BUT everything looks like it's working.. i can upload pics and it will thumbnail them. I read through the posts talking about a db error in 2.30, but I run with vbb 2.28: Here is my gallery URL: http://northwestnissans.com/gallery/ |
#104
|
||||
|
||||
Quote:
|
#105
|
||||
|
||||
w0000000t great!!!!!
|
#106
|
||||
|
||||
Where might one find "php.ini" to make the necessary change to kill a few errors? I'm having the same troubles as a few others and I'd like to fix it correctly instead of editing the full path into the includes files as recommended by Oak and Bergman.
I've searched high and low and I'm not finding the file. Any suggestions? Also - Oak - I'd like to chat with you privately about some modifications if I might. I'm on msn at thecharmedgirl@hotmail.com or I can pm you. My site is strictly private so I'm unable to post the url in here. |
#107
|
|||
|
|||
Quote:
One thing I have noticed with my host... I do not have path problems untill I go 3 deep into subdirectories. It must be a virtual server quirk of some sort. :bunny: |
#108
|
||||
|
||||
Quote:
Gotcha. Thanks! |
#109
|
|||
|
|||
ok, just tried installing this and it didnt work for some reason...here is what my index.php displays..
Warning: main(sql-mysql.php) [function.main]: failed to create stream: No such file or directory in /home/evoluti/public_html/gallery/include/sql.php on line 5 Warning: main() [function.main]: Failed opening 'sql-mysql.php' for inclusion (include_path='') in /home/evoluti/public_html/gallery/include/sql.php on line 5 Warning: main(getuser-vbulletin.php) [function.main]: failed to create stream: No such file or directory in /home/evoluti/public_html/gallery/include/getuser.php on line 6 Warning: main() [function.main]: Failed opening 'getuser-vbulletin.php' for inclusion (include_path='') in /home/evoluti/public_html/gallery/include/getuser.php on line 6 Warning: main(thumb.php) [function.main]: failed to create stream: No such file or directory in /home/evoluti/public_html/gallery/include/showthumbs.php on line 5 Warning: main() [function.main]: Failed opening 'thumb.php' for inclusion (include_path='') in /home/evoluti/public_html/gallery/include/showthumbs.php on line 5 Fatal error: Call to undefined function: sqlconnect() in /home/evoluti/public_html/gallery/index.php on line 10 |
#110
|
||||
|
||||
garoboldy - you're having the same problems as I am. If it's not run locally, the only way (I can think of) to fix most of the errors is to hardcode all files that contain "include('" in them to the full path. But I'm still getting a sql error that I can't get quite fixed.
|
#111
|
|||
|
|||
Am I the only one getting the "Invalid SQL UPDATE session" error??
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|