![]() |
I have edited every single file Again and still no go. If i close my browser and return to the gallery directly i am still logged out.
|
do you have your forum setup sessions ad .mogisland.com ? seems like you have your forum setup in a subdomain.
It seems like your album didnt read cookie at all if you want to try, look for PHP Code:
PHP Code:
you have to open a NEW browser, in order to see the result. |
lol.
I wrote the hack based on a standard vb version, which has bb as cookieprefix You have your cookieprefix being moguslandforums that's why now you need to do some more work: edit the sessions.php replace all bb by moguslandforums they are in bbuserid, bbpassword, bbstyleid (this one is not important), bblastvisit |
Hi all,
integration in vB3 works fine. I've just a problem when I logout out of the forum or the 4images Gallery I get a message saying that there was a problem to log me out. Is that normal or missed I something ? |
Quote:
Open: "forums/includes/functions.php" Find: $name = COOKIE_PREFIX . $name; Replace with: if ($name != 'sessionhash') { $name = COOKIE_PREFIX . $name; } Close and Save: forums/includes/functions.php Someone correct me if I'm wrong? |
I have this kind of code in my functions.php of vB but still get the error while login off. I checked my code and the instructions three times to be sure that all parts are correct ;)
|
Quote:
that's the direct post where I have the fix, for vB 3.0.1 it should be included in the instruction file pay attention to these lines: in sessions.php $url_logout = $url_app."login.php?do=logout&u={myuserid}"; includes/page_header.php $myuserid = $user_info['user_id']; |
Quote:
MTHA, That did it. I feel like such a tool that I didnt think of that, when I read your post I literally smacked my forehead. heheh. Perhaps you should put something in your installation instructions now if people are having issues with the cookie to check that there cookie is 'bb' or something else because I have a cookie issue on my computer with a 'bb' prefix cookie and thats why I had to change mine. Perhaps some other people have a different cookie prefix as well and it wouldnt hurt to add that in your instructions. My INTEGRATION works PERFECTLY so far and its all thanks to MTHA for following up on MatrixGL's work. I would say lets nominate this for Hack of the Month as it wasnt an easy integration to code up it seems heeheh. Way to go MTHA, I salute you for being a pillar of the VB community! You literally ROCK! :) Everyone with 4IMAGES and VB needs this hack. :) |
Quote:
have fun Updated on the first post: (Update 06/25/2004) https://vborg.vbsupport.ru/showpost....37&postcount=1 |
Hey MTHA, I am having a text error where Registered board members are appearing as GUESTS and not Registered Members on the Comments Portion of the Gallery, any ideas? My Gallery is closed off to Guests and Only Registered Members can post so he didnt post as a guest.
|
All times are GMT. The time now is 04:08 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:
|