Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
4images Gallery 1.7 Details »»
4images Gallery 1.7
Version: 1.00, by Matrixgl Matrixgl is offline
Developer Last Online: May 2006 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 02-28-2004 Last Update: Never Installs: 32
 
No support by the author.

A lot of people, both here and at 4homepages.de have been requesting for a mod/hack that would integrate vBulletin 3 RCX with 4images 1.7 lately. The solutions are scattered around the forums, but nobody has it all in one page.

So I've decided put them all togather, and release it, so it will be easier for people to do the intigration successfully.

Please note that all the codes in this hack/mod are property of Jan and mtha.
http://www.4homepages.de/forum/viewtopic.php?t=1659
http://www.4homepages.de/forum/viewt...tart=165#32514

I have tested this on vBulletin 3.0.0 RC3 and it worked successfully.

Features:
  • Uses your existing vBulletin powered forum's login account for authentication.
  • Uses your existing vBulletin powered forum's whos online feature
  • Can be modified to display any information from your existing vBulletin database, perticularly from the "user" table, which means you can display any information about the logged in user.
  • Since it is integrated with the database, you can display any gallery information such as latest picture, how many pictures a member have submitted etc... on your vBulletin powered forum.
  • Extra modifications can be found here
Screenshot:
Attached

Demo:
http://www.randomforum.com/forums/gallery *NEW
(Please note the gallery sports a custom style, not the default)
http://www.vb-es.com/galeria/ (Non-English)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 03-18-2004, 09:44 PM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wonder... does anyone who has the problem of being forced to log back in when another user logs into the gallery/looks at the gallery also have a portal page installed? I have vBadvanced installed. I was required to make the same change to the cookie path that 4images requires -- basically set it to .yourdomain.com

But there's another setting, the "Path to saved cookies" that is by default set to '/'

I have tried changing this and had nothing on the board or gallery or home page work. Anyone know if whether hardcoding this in somehow would make them all work better?
Reply With Quote
  #73  
Old 03-18-2004, 11:58 PM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cripes, maybe I should just consolidate into one post.

I changed the sessions.php variables around to see if that would help, and it didn't.

basically from

Code:
define('COOKIE_NAME', '');
define('COOKIE_PATH', $cookiedomain);
define('COOKIE_DOMAIN', $cookiepath);
$secure = (isset($SERVER_PORT) && $SERVER_PORT == "443") ? 1 : 0;
define('COOKIE_SECURE', $secure);
to

Code:
define('COOKIE_NAME', '');
define('COOKIE_PATH', $cookiepath);
define('COOKIE_DOMAIN', $cookiedomain);
$secure = (isset($SERVER_PORT) && $SERVER_PORT == "443") ? 1 : 0;
define('COOKIE_SECURE', $secure);
I logged into the gallery and the forum both with IE 6, and with Firefox 0.8, and logged in as different users. Basically if I did anythiing at all -- clicked anywhere, etc. with one browser, the other would lose its cookie and force me to relog in.

I've reinstalled. I am not using the gallery on different subdomain -- gallery is

http://www.staytunedtheband.com/gallery

and forum currently is

http://www.staytunedtheband.com/vb3 (will change soon to forum)

the cookie is set up in vb3 as .staytunedtheband.com -- this was done for the vbadvanced portal hack.

I made sure to write into the sessions.php file the domain without the following slash.

i can't think of anything else to do. I don't know php enough to be able to trouble shoot. Crap I'm a bass player in a band. I'd just like this to work. Is there a solution, or has this hack been abandoned?
Reply With Quote
  #74  
Old 03-22-2004, 06:44 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by phenomenon
If I log out of vbulletin, it doesn't matter if I log into the gallery or not, I will not be able to open the admin in gallery.

if I log out of the gallery, I will be logged out of both vbulletin and the gallery. If I try to make any edits in the admin tool in the first tab, it will ask me to login. However, that login won't work, and will redirect me to the forum. If I log into the forum, then go back and hit the control panel button, I will login to the gallery control with no problems.
I am having the same problem too on VB Gold. Logging out of the gallery does not log me out of VB. Besides that, it is a great hack and thanks to the author for making it available.
Reply With Quote
  #75  
Old 03-25-2004, 01:53 AM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dunno. as much time as I spent integrating this to look like the forum, I'm getting no response here, no response on 4images. Perhaps trying to integrate coppermine instead is the way to go. Funny, I've seen a few phpBB photo hacks now (4images is one). Kind of annoying that there are several great ones and virtually nothing for vbulletin.
Reply With Quote
  #76  
Old 03-25-2004, 06:08 AM
BlackxRam BlackxRam is offline
 
Join Date: Aug 2003
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This looks like it might work for me. Has this been successful Phenomenon?

I wouldnt count on ANY support from the actual 4IMAGES website. ITS ALMOST NON-EXISTANT. The creater of 4IMAGES is created 4IMAGES 2.0 and is not even active on the site until its released.
Reply With Quote
  #77  
Old 03-25-2004, 06:10 AM
BlackxRam BlackxRam is offline
 
Join Date: Aug 2003
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Phenomenon, what exactly did you change from the original hack version to make it work? I still cant work it out. hmm
Reply With Quote
  #78  
Old 03-25-2004, 06:34 AM
BlackxRam BlackxRam is offline
 
Join Date: Aug 2003
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have just RE-TRIED the Installation and it DOES WORK. It worked flawlessly, which means i screwed up somewhere down the road. heheh.


This integration DOES work for VB3. WONDERFUL JOB MAN!

Now, I have yet to see myself get logged out, so heres hoping.
Reply With Quote
  #79  
Old 03-25-2004, 07:12 AM
BlackxRam BlackxRam is offline
 
Join Date: Aug 2003
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by phenomenon
I dunno. as much time as I spent integrating this to look like the forum, I'm getting no response here, no response on 4images. Perhaps trying to integrate coppermine instead is the way to go. Funny, I've seen a few phpBB photo hacks now (4images is one). Kind of annoying that there are several great ones and virtually nothing for vbulletin.

Coppermine isnt as pretty as 4IMAGES is. I do not get logged out of the 4IMAGES page while im in there. However I do get logged out when i Close my Browser. To relogin again all i have to do is visit the forums AND then visit my Gallery.
Reply With Quote
  #80  
Old 03-25-2004, 07:24 AM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah but the creator of 4images isn't the person who released the hack here. grumble grumble. If I had time in the day to teach myself php I'd figure out the problems myself. As it is I'm going to probably go to a php pro and get this fixed once and for all.

4Images is ALMOST working for me. I want the netPBM; the version of php installed on my host is pretty old and I hear bad things about older GD quality. I don't want to install imagemagik -- I've got netPBM already! However, coppermine doesn't work with netPBM. Menalto gallery does but I hate the popup windows.

And I've spent a good 30 hours working on 4images.

Anyway, what isn't working:

1. Login is erratic. On Firefox win/mac I log right in and it recognizes I'm logged in. Safari I log in, it sees me online, but keeps the login/pw box up. I haven't tested on IE for mac because it sucks more booty than a retired porn star.

2. Once logged in, getting into the admin cp is erratic. Sometimes I go right in. Sometimes it logs me into the forum and I have to go back. Sometimes it appears to login then refreshes the screen with the login/pw.

3. Cookies get hosed when other users look at either the forum or the gallery (i'm not sure about the rest of the site). If I'm working on a template, and I try to save, and someone else has visited I suddenly have to relog in and have lost my changes.

4. Thumbnail creation is buggy. I have two domains with the same host; both have/had 4images. One works fine with netPBM. One doesn't at all. Same install, from the same binaries, installed into the same place on the server. Only difference is one is working with a vbulletin forum, and one was just totally independant.

So that's that. I get all these problems with a fresh install, or with my skinned install. don't matter. It's driving me nucking futs; especially that my posts are just being ignored.
Reply With Quote
  #81  
Old 03-25-2004, 07:25 AM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BlackxRam
Coppermine isnt as pretty as 4IMAGES is. I do not get logged out of the 4IMAGES page while im in there. However I do get logged out when i Close my Browser. To relogin again all i have to do is visit the forums AND then visit my Gallery.
REALLY.

have you had someone else log into the forum while you're dorking around on it?

Have you used Safari on mac? What browser are you using?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:41 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08865 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete