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)

mtha 06-24-2004 11:04 AM

Quote:

Originally Posted by CreedFeed
I found the problem. I didn't set the case check in the vB functions_online.php file to be "gallery"

Good to hear that.

BlackxRam 06-24-2004 07:01 PM

I posted this in the wrong post before, but the issue of logging out and closing the browser and returning DIRECTLY to the gallery does not show you as logged in. I am running IE and I have ran the steps 3 times and it doesnt work. It worked for the first few times as noted by my post above but now its doesnt work at all. I think Creed might be on to something, its just not picking up the vbcookie

KTBleeding 06-24-2004 10:09 PM

Quote:

Originally Posted by BlackxRam
I posted this in the wrong post before, but the issue of logging out and closing the browser and returning DIRECTLY to the gallery does not show you as logged in. I am running IE and I have ran the steps 3 times and it doesnt work. It worked for the first few times as noted by my post above but now its doesnt work at all. I think Creed might be on to something, its just not picking up the vbcookie

Works fine for me now.
I am having a few problems with the functions_online.php but I haven't done everything mtha was explaining yet.

Did you install this updated mod on the first post of this thread?

BlackxRam 06-24-2004 11:24 PM

Yes I Did, I did everything twice however it has stopped functioning. It worked the first day or so, but now it doesnt work. I am not hte only one as every member of my forum is having difficulty.

If you care to test it out goto my website www.mogusland.com register on the forums and then check out the multimedia link on the main page.

CreedFeed 06-25-2004 12:51 AM

Mine works now. Actually the problem I had was it was only remembering Admin users, not regular users. mtha posted a fix for this, which I think is included in the zip download now. Try redownloading the zip and reinstalling, or follow his instructions in a post a few points up.

Also note that I was having problems with IE caching. I found it easier to use Firefox or Mozilla to debug and test with. When it worked on those browsers I then made sure it worked in IE.

BlackxRam 06-25-2004 01:18 AM

If it doesnt work in IE why would it work in those other browsers lol ;) I donwload the zip this morning.

BlackxRam 06-25-2004 01:22 AM

Which post are you referring to? If i close my browser and return to the gallery directly I am not logged in...so which post has the fix for this?

mtha 06-25-2004 02:01 AM

Quote:

Originally Posted by BlackxRam
Which post are you referring to? If i close my browser and return to the gallery directly I am not logged in...so which post has the fix for this?

https://vborg.vbsupport.ru/showpost....7&postcount=45

better clean the cache files, and download the file from first post. make sure that you dont download the old one. (ie problem sometime)


Quote:

If it doesnt work in IE why would it work in those other browsers lol I donwload the zip this morning.
lol. I dont know why I still stick with a buggie IE. maybe just bcuz it's easy, eventhough I have both Mozilla + Firefox version, Netscape, Opera, for testing :D

I'm getting to like Firefox, maybe will switch someday

mtha 06-25-2004 02:11 AM

Quote:

Originally Posted by BlackxRam
Which post are you referring to? If i close my browser and return to the gallery directly I am not logged in...so which post has the fix for this?

If that doesnt fix, do this test:

go to your /4images/includes/sessions.php

look for

PHP Code:

function start_session($user_id GUEST$login_process 0) {
    global 
$site_db;
    
$this->user_info $this->load_user_info($user_id);
    if (
$this->user_info['user_id'] != GUEST && !$login_process) { 

Add bellow it:

PHP Code:

echo '- Cookie password: '.$this->read_cookie_data("bbpassword").'<br>- User encripted password: 'md5($this->user_info['user_password'].''.VBLICENCE_NUMBER).'<br>- Input: '$this->user_info['user_password'].''.VBLICENCE_NUMBER

Open a NEW window, go straight to your album (assuming that you already have your cookie select/saved before that)

Read the text on top of your browser, compare string 1 and 2, and see if they are the same.

if they are NOT, check the licence_number and the input string


remember to remove the echo line afterward, it's only for TESTING

BlackxRam 06-25-2004 03:50 AM

This Code doesnt display anything on my Gallery Page.


All times are GMT. The time now is 01:45 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.01336 seconds
  • Memory Usage 1,750KB
  • 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
  • (2)bbcode_php_printable
  • (5)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