Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

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
  #82  
Old 03-25-2004, 07:30 AM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BlackxRam
Hey Phenomenon, what exactly did you change from the original hack version to make it work? I still cant work it out. hmm
Ok. I basically followed instructions that were in this thread.

I Installed 4images into my forum database, using the 4image_ prefix, and a temp admin name.

I changed the cookie to .staytunedtheband.com -- hmm. maybe I shouldn't do that...

I set session timeout to 0

I then replaced the loginform with the text in instructions

I then edited the sessions.php according to the instructions. Interestingly, my define admin_safe_login was already set to 0, rather than 1. Is that backwards in the instructions?

Next I tried to login before updating with my skin. Didn't work right/was buggy.

Next I tried uploading my previously altered-to-match my site. Stil doesn't work/still is buggy.

Did you change anything?
Reply With Quote
  #83  
Old 03-25-2004, 07:41 AM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok well at the moment it's now working fine. sigh. I removed the .staytunedtheband.com from the cookies setting in the forum. However, I could have sworn that vBadvanced required that to work right.

now the question is, does it work with my updated graphics -- basically using the 4lightgray template from viaxon
Reply With Quote
  #84  
Old 03-25-2004, 04:56 PM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok. It seems to be working fine for me now -- the big problem was the cookie path. I could have sworn I needed to have that set to .mydomain.com for the vbadvanced, but when I looked through that documentation I didn't see it anywhere.

Interestingly, I now have a new problem: when I log in with Internet Explorer 6 on winXP, I get a runtime error, line 139, object expected. I do NOT get this error on the forum itself. I DID go through sessions.php and change

Code:
$clientscript_md5  = $url_app."clientscript/md5.js";
to

Code:
$clientscript_md5  = $url_app."clientscript/vbulletin_md5.js";
***EDIT*** My proxy server at work is giving me troubles and just redirected me to a directory the forum was in for testing. so I think this is probably working fine, but is just cached. *$#^%* proxies.
Reply With Quote
  #85  
Old 03-26-2004, 01:02 AM
BlackxRam BlackxRam is offline
 
Join Date: Aug 2003
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mine is working perfectly. Except for the Logging out whenever i close the browser. Everything is peachy. I tried playing with the cookie settings but i dont know... ill keep trying. You set the session timeout in 4images to 0? Ill have to try that
Reply With Quote
  #86  
Old 03-26-2004, 01:17 PM
DigitalEclipse DigitalEclipse is offline
 
Join Date: Apr 2002
Location: Birmingham, AL
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just installed this and I'm getting this error when I try to upload pictures.

Warning: move_uploaded_file(./data/media/1/brian.jpg): failed to open stream: No such file or directory in /nfs/home/alclub2/public_html/4images/includes/upload.php on line 114

Warning: move_uploaded_file(): Unable to move '/tmp/phpobJFP7' to './data/media/1/brian.jpg' in /nfs/home/alclub2/public_html/4images/includes/upload.php on line 114
Reply With Quote
  #87  
Old 03-26-2004, 01:52 PM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

DigitalEclipse:
There are two methods of uploading, which did you use? I just went and checked both ways in my install and it worked fine. (one way is to upload a single image using the 4images admin cp, the other is upload pictures to the corresponding id number folder in /data/media/ and then hit the 'check new images' link in the 4images admin cp)

Did you make sure to upload the new sessions.php document to the 4images/includes folder (NOT the vBulletin/includes folder!!!) Did you set

Code:
// Set here the URL to your vBulletin forum. WITH trailing slash!
$url_app           = "http://yourdomain.com/forum/";
in sessions.php of 4images?
Reply With Quote
  #88  
Old 03-26-2004, 02:13 PM
DigitalEclipse DigitalEclipse is offline
 
Join Date: Apr 2002
Location: Birmingham, AL
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont understand what you mean about the 2 ways. yes I did upload the session.php file and put my URL in there. I try uploading the pictures here: http://www.al-club3g.org/4images/mem...dform&cat_id=2

Here is my 4images homepage: http://www.al-club3g.org/4images
Reply With Quote
  #89  
Old 03-26-2004, 02:34 PM
Mr. Brian's Avatar
Mr. Brian Mr. Brian is offline
 
Join Date: Jan 2003
Location: Internet
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alright my question is, can I know what's the code changes in session.php? I just don't wish to ovewrite my session.php.

thanks
Reply With Quote
  #90  
Old 03-26-2004, 09:48 PM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm digital eclipse I have no idea. we just had a weird error where we uploaded a bunch of pictures, hit the thumbnailer and suddenly the gallery is totally down.
Reply With Quote
  #91  
Old 03-27-2004, 11:39 PM
BlackxRam BlackxRam is offline
 
Join Date: Aug 2003
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Matthew.. The session.php is the SESSION.php FOR 4IMAGES NOT VBULLETIN. the 4images one NEEDS to be overwritten.
Reply With Quote
Reply

Thread Tools

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 04:36 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10128 seconds
  • Memory Usage 2,304KB
  • 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
  • (3)bbcode_code
  • (1)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