vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   4images Gallery 1.7 + vB 3.0.x (update Oct 30) (https://vborg.vbsupport.ru/showthread.php?t=66335)

vBFreak 08-05-2005 02:20 PM

Any idea when the first vB 3.5 Version will be released? Need to have this before I can update my vB =)

chanzero 08-07-2005 07:31 PM

Quote:

Originally Posted by vBFreak
Any idea when the first vB 3.5 Version will be released? Need to have this before I can update my vB =)

i have vb3.5 rc2 and have got this hack working - i think...

only problem was, after i went through every step, i could no longer log into my vb admin panel :O

so then i backtracked and left out the step of modifying the vb functions.php which gave me vb admin access again. not sure what the functions.php editing was supposed to do, but everything seems to work fine as far as i can tell?

Alfa166 08-08-2005 11:23 AM

I'm looking to install this on my new vBulletin 3.0.8 board, I've done the 4 images install but the hack to bring both together seems a little beyond me, I may give it a try if no one comes forward, I'd happily pay a small fee for the workdone.

PM me if your interested thanks.

Alfa166 08-09-2005 06:07 AM

Has anyone just joined 4images to 3.0.8 as a fresh install ? I'm looking to do this in around 12 hours time (8pm UK time) , any help or advice would be most welcome :rolleyes:

vBFreak 08-16-2005 02:56 AM

I'm running 4images 1.7.1 on vBulletin 3.0.7... I couldn't test 3.0.8 until now because my yearly license to download new versions from the members area is inactive and I won't renew the download access until 3.5.0 final is released, don't want to waste expensive time from the new year I would be able to download updates with release candidates ;)

But well, it's not much to edit on your vB files, I don't think that this one and only line has been changed since 3.0.8, it's the same since 3.0.0, normally it should work without problems =)

By the way, important for all users of this integration:

After you installed the hack, don't forget to include the new security fix from the 4images Homepage!

The original announce and fix thread of that security hole can be found here, on the 4images Board, I've heard that the security hole has something to do with the sessions and it can be used to execute remote scripts on your server using to hack/damage your board/gallery/server or to spread things like spam emails for example through your server, don't know how it exactly works and what it can really do, but it really seems to be an important thingie you should care about... mtha, you should change this in your hack files, too, so the users whose will download the hack in the feature have this fix already included ;)

in includes/sessions.php:

Change this:
PHP Code:

$user_id = ($this->read_cookie_data(COOKIE_PREFIX."userid")) ? $this->read_cookie_data(COOKIE_PREFIX."userid") : GUEST

To this:
PHP Code:

$user_id = ($this->read_cookie_data(COOKIE_PREFIX."userid")) ? intval($this->read_cookie_data(COOKIE_PREFIX."userid")) : GUEST


Alfa166 08-16-2005 05:05 AM

Thanks for the confidence booster vBfreak :rolleyes:

I'm still putting off for now as my boards are pretty virginal, I may wait for 3.5.0 to be released and then do the whole lot together :nervous:

Wordplay 08-19-2005 10:21 AM

is anybody going to make this for 3.5?

AnGeL 08 09-02-2005 07:31 AM

Hello

I try this hack but I have this error displaying on the top of my main page in the 4images

This is the error

PHP Code:

DB ErrorBad SQL QuerySELECT COUNT(*) as users FROM user WHERE user_id <> 0
Unknown column 
'user_id' in 'where clause'

DB ErrorBad SQL QuerySELECT user_iduser_name FROM user WHERE user_level 3 ORDER by user_joindate DESC
Unknown column 
'user_id' in 'field list' 

Can any one help me with it?

Thanks

mtha 09-02-2005 07:42 AM

check your setting, make sure you hade userid in there. read the instruction, sometihng related to userid. i dont have a copy here to check for you now

AnGeL 08 09-02-2005 07:45 AM

Where can I find the setting?


All times are GMT. The time now is 02:30 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
  • Page Generation 0.01507 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete