![]() |
Grrrrrrrrrrrrrreat script!!
Really! |
Installed on clean (well, it was clean once - now it's got all kindsa hacks in it) vB 2.3.0 installation. I installed the tables in the forum database and have no errors.
I run it in a borderless frame with my forum logo and header buttons above it and with a tiny bit of creative frame targeting it's just about a seamless integration. Outstanding hack. I'm getting ready to pitch photopost and punch the PayPal button. Oh, yeah - the link. http://pointbeing.com punch the "pics" button on any forum page. edit: The link to the gallery alone is http://pointbeing.com/gallery |
On another note -
I asked a question in "hack requests" about integrating OakGallery and vBHome Lite so I could put a thumbnail of the last picture uploaded on my front porch. If anybody has any ideas I'd be most appreciative. Here's the thread - https://vborg.vbsupport.ru/showthrea...threadid=55275 tia - |
Here are the errors I get when trying to access the gallery.
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/inlinep/public_html/gallery/include/getuser-vbulletin.php on line 13 Warning: main(./global.php) [function.main]: failed to create stream: No such file or directory in /home/inlinep/public_html/gallery/include/getuser-vbulletin.php on line 14 Here are the paths to my directories. /// Absolute web path to gallery files $cfgGalleryDirWeb = '/gallery/'; /// Absolute web path to image dir $cfgImageDirWeb = '/gallery/images/'; /// The local path to the image dir $cfgImageDirLocal = '/public_html/gallery/images/'; /// Absolute web path to thumbnails dir $cfgThumbDirWeb = '/gallery/thumbnails/'; /// The local path to the thumbnails dir $cfgThumbDirLocal = '/public_html/gallery/thumbnails/'; /// The local path to the forum dir $cfgForumDir = '/public_html/forums/'; /// The local path to the vGallery dir $cfgGalleryDir = '/public_html/gallery/'; |
how do you do that?
Quote:
|
can anyone help?
|
Hello Bergman,
Thank you for a great hack! I have only one question. Is it easy to implement so only users from a certain user group would be able to add photos? I don't want users without email confirmation to be able to post pictures. Thanks again! |
nevermind, I've done it myself
|
pleeeeeaaaaaaaaaassssssssseeeee
|
nimmo, it is easy
You wrote: Quote:
/home/inlinep/public_html/gallery/ Do the same with other variables. Good luck! |
Hello again,
is there jno way out of using only IMAGE MAGIK? .. is there no posibbilty to use GD support?.. i love Oak Gallery and when i see all the samples it makes me sad about the thing that i aint got root/shell accounts/rights or Image Magik intsalled on the server. I need something like IoOak Gallery with GD support .. why is there no support for standarts like GD? .. everyone who has a PHP webserver also has GD 1.6 or 1.8 .. why is this programmed only for root server? We the simple peaople..who dont got 50$ or more for a own Server .. cant use somthing great like Oak Gallery..cause we got only shared Webspace .. so again we have to search for expensive scripts like photopost .. bzut i dont give up.. i will search again for something similar. please.. dont tell.. "code it by yourself" i would if i get the abilities to do so! Please some programmer: Convert support for GD :) .. and i will cklick the paypal button as many times as my mouse can do it .... admin@spieleplanet.com IRC: Phatnet #spiele |
I would like to use random.php. But have not figured out how. Here is my site:
www.crawlclick.com I would like to have one picture pop up under "Photo Gallery" on the left. This section is HTML coded not PHP. I edited random.php so only one picture will show. www.crawlclick.com/gallery/random.php I just can't figure out how to implement it into either php or html. Any help/tips would be appreciated. CHOW! |
Hi!
I'm sorry that I haven't replied to many of the questions here. I just don't have time to browse the forums... :-S Just wanted to tell you guys that OakGallery 2.03 now has support for libGD and libGD2.0 ! .. This means you don't have to use ImageMagick binaries anymore! The functionality is somewhat limited though, as it cannot overlay logo, text and things like that - But thumbnails are still resized and saved to file like with ImageMagick. E-mail me if you have any questions! http://www.ake.nu/gallery/ |
If only it would have some design.
Maybe we could make it together better - I'm a designer, at all... |
Does Oak work with vB 3.0.0 Beta 7?
Reason I ask, is everytime I set it to vbulletin in the config file. I get this error Warning: chdir(): No such file or directory (errno 2) in /home/gt358/public_html/gallery/include/getuser-vbulletin.php on line 15 If I change to IP type, it seems to work (just don't know how to admin it in IP mode and would like it to use the vb3 usernames). Code:
// IMPORTANT PATH SETTINGS |
Quote:
|
Quote:
Can someone explain how to use oak in IP mode then? :) Tony |
Quote:
Quote:
How did you do it Ig@r. |
Quote:
|
Quote:
So, this does make OakGallery the BMW 7-series of Gallery software. Something that is free and equally has support of a great community and is meant to be part of vBulletin by the add on that it is. |
Ok so I go tthis installed and I have been testing it out, so far so good except I'm getting error's on file size. It seems that when I upload a file of 603546 it fails due to the configured limit of 524288.
I have modified the galleryconfig.php $cfgMaxFormFileSize = 30720000 but there is a comment on it that it can be ignored. I even hard coded in this value in the upload.php file and I still get an error. HELP! |
Quote:
I think the directives you need to change are: upload_max_filesize = 8M post_max_size = 8M 8M can replaced with something else, like 1M or 2M .. Regards, ?ke |
Quote:
[Thu Dec 11 08:03:29 2003] [error] [client 209.221.185.226] Requested content-length of 610908 is larger than the configured limit of 524288, referer: http://www.r1wolfpack.com/gallery/upload.php If I change the file and make it 65K it works just fine. |
Quote:
|
Quote:
i have the same problem. i just installed the latest version 2.03, and i coudln't see the second line on the admin page. what do you mean by "didn't add userid"? it could help me figure out the problem. after installed, it shows i logged in as admin.. but no way to add categories. if type in the url manually to create category, it says i need to be an admin to do that.. |
First, your problem coolmile...
Search for yourself on vB (in control panel), then click on edit or something, and look at the address for userid=x. Whatever that number is, that is your userid #. Then, open your galleryconfig.php. On line 74, you will see "$cfgAdminList = '1';". Change that "1" to your userid# and it should work. NOW MY PROBLEM... It would appear that Oak Gallery and the small calendar hack dont get along too good. This is my error when trying to upload: Warning: Cannot modify header information - headers already sent by (output started at /home3/www/basementsystems/dealerarea/cal.php:121) in /home3/www/basementsystems/dealerarea/gallery/upload_handle.php on line 108 Any idea how to get around this and or what the problem might be? Thanx EDIT: IGNORE THIS POST (I really should just delete this post but maybe someone is as stupid as I am and will be helped by it). Removing the end comment "<-- End of vbPortal calendar script" from the cal.php script solved the whole problem. What a dumb ass .. lol :O |
Quote:
PhotoPost has been developed for several years with thousands of manhours and has improved VASTLY since you installed it over a year ago. Here's an example, PhotoPost is now deeply integrated with vBulletin 3: http://www.photopostdev.com/ |
Quote:
|
Any idea if Oak Gallery will be upgraded to vb 3 compatibility?
|
i relize everyone is into vb3 now but i am sticking with vb2 for a long while, and was wondering if this hack is going to be updated for vb 2.3.2
thanks alot |
Will there be an updatefor 3.0.0 Gold?
|
I spoke to Ake on this a few weeks ago and at that time he didn't have a vB license any more so he couldn't port it to vB3. Maybe that's resolved now :)
|
Maybe he could give someone else permisson to port it? I really would like to use this hack, it's just what I need and the 4images one has to many errors.
- SpeedysWorld |
I will speak to Åke to fix it with vb3. He can try it out on my server.
|
What is hapening? Have Åke found ho to fix this problem ?. Ore is there som one else that can, modify this to work under vb 3.
thanks in advance. mvh ice |
All times are GMT. The time now is 04:21 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|