![]() |
right now i'm trying some different things.
1) logging in as one name and not switching at all...so far so good 2) logging in as one name then switching and staying that name (soon) 3) logging in as one name (in 1 tab) and logging into admincp (in another tab) 4) logging in as one name then switching (in 1 tab) and logging into admincp and letting it sit there i've got a bunch of these, hopefully one will yield a result :) |
I've not been able to make it log me out yet after several switches and letting it sit. Revisiting 3 sites after several hours still had me logged on as the user I last switched to, with session length at 900 seconds (15 minutes). And I'm a prolific user of tabbed browsing myself. *scratches head*
Thanks for running these tests, people :) I'm interested to see what results this will yield. Between us we should be able to make this work for (almost) all boards. |
Quote:
|
done :)
Here's what I did, this took place over a 10 minute period: 1) I was logged in as Botanist (ianomed this'll make sense to u) 2) I switched to bondjetta (browsed the forums) 3) Opened new Tab, logged into admincp (not cookied though my browser hasn't closed, which is why i asked about the Admincp cookie hack) 4) went back over to front end (as bondjetta) clicked a link or so 5) waited ~10mins (I was on a conference call ;)) 6) Opened new tab to ETC.com (so count 3 tabs now) and BOOM i was no longer logged in. hope it helps, if you have questions let me know, i can try duplicating the results as well. |
Quote:
Possibly it could log you out if you switch to your admin account, then do something in the adminCP again. Or something along those lines. It's a bit hard to explain my reasoning for it, but if you're one account in the forum and another in the ACP then it should keep you logged on. Any possible scenarios where this hack breaks, with or without Nex's hack will be good to study. I'll introduce any special programming for those circumstances in v1.2. Like I said in the last post, I've not been able to make it break yet on 1.1.1, and it's hard to debug something you can't replicate :) |
Quote:
|
Bondjetta, check PM@ETC for some instructions specific to you to narrow things down some more... I think we're getting at something :)
|
Quote:
FYI i just got timed out over lunch on ETC, but VB.org kept me in...~45mins |
How do we make it so the users can set up their own "Quick Switch". I run a site that allows users to have multiple accounts. This would be great for them. How does your have validate that they have the right to use that additional account?
|
Quote:
|
Not exactly, bondjetta. ;)
Bitg, this is run on the two RPG forums I initially cobbled it together for. And as such lets a dozen or so people switch between their various accounts. With the hack as it is at the moment the admin will have to define the slave accounts on the main user's profile (from the ACP). In v1.2 this selection will be easier still, not requiring to enter the UserID number. As for allowing users to string together their various accounts themselves: this I listed as 'future non-options (things I'm likely not to implement)'. So while it works for several accounts to have slave accounts perfectly, the admin will have to set these up. And I know I can create a user-mode, with a validation procedure a user can go through to prove the 2ndary account is theirs as well. I have so far chosen not to implement this, is all. Being involved in RPG forums I know it's not much of a trouble for an admin to string accounts together like this, plus it'll let you keep tabs on users as well. If it's ever going to be implemented this will be v1.3 or after. First I mean to have less of a performance overhead, the new admin interface, and the option to show the 2ndary accounts on one's profile. :) |
Quote:
|
***pssst***
13mins inactivity = logged out. no admincp, still logged in as botanist. |
I think it's important to list as a coder releasing a hack, so I did from the first day :)
It's possible I'll let myself be persuaded to implement it in v1.3+, if lots of people ask for it. This as long as it doesn't interfere at all with the working of the slim-line part of it, of course. Letting users string accounts together I know some admins will not want to allow for. I'm one of them, I rather link accounts for members so I'm aware of their aliases without checking an overview page. As it stands I don't think making the option available in v1.3+ would be much of a problem, but I remain reserved on this. :) The way I would implement it, if it comes to that will be something along these lines: 1) User A in his UserCP selects the option (if given permission based on usergroup) to link accounts. 2) User A tells the hack he'd like to see User B and C become a slave account, where being logged in on either will show the other accounts. 3) Users B & C both get a PM from the hack with a link to verify this. An acknowledge and deny link. 3.1) The acknowledge link would string the two accounts together, optionally sending a PM to the admin. 3.2) The deny link would strike User A (like the login strike system). On a 2nd try it would revoke the right to string accounts together, as well as PM the admin. (saying they accidentally clicked Deny while they were in fact User B as well, this would allow them to try again, once.) Meanwhile the admin, from the ACP section of the hack could bring up a report on linked accounts. Showing all master accounts with slaves indented (like subfora). |
Quote:
If the username/password are missing or invalid in the cookie, then after the session has expired it wouldn't automatically log you back transparently either. Just trying to rule out everything here <g> I'll put together test cases tomorrow mimicking the ones you tried today, bondjetta. If there's anything in this hack or the combination with Nex's, I'm determined to find it. :D Especially since it works without logging out after 10 minutes on the majority of boards... t'is a bit of a mystery, currently. I like mysteries, but I'd rather still it work for everyone. |
Quote:
but it also said (sort of cryptically) "and in the do=login section". well i found do=login but nowhere to add the license number :( if i could SCP from work i'd copy the code in here (minus the # obviously) to show you what I see...keep in mind i'm VERY new to PHP :) but still understand 90% of coding syntax well :) |
Sorry, I should perhaps rephrase those instructions there.
What that one sentence meant to read as is: Find the license number, which you can find at the top or in the do=login section, then put that where it says Lxxxxxxx in my programming. :) So no need to do anything to the do=login section at all, I'd even advise against it. In the install/upgrade file: Quote:
Have you a suggestion how to disambiguate that step? |
Quote:
anywho...do you truely need the part about: ", and in the do=login section" or can we drop that altogether? because my license number doesn't appear in that part (unless i missed it entirely, it was late, but i'm pretty sure). but at least i know i did that right :D EDIT: wait...the License @ the top of the page is commented out...which means there must be a listing of that Lxxxxxxxx number in the do=login section unless the md5 comparison can pull that value out of a commented line?? which i dont think it can (though again, php illiterate). :ermm: thoughts? |
Don't need to as such, no :)
I just put that in there as a second reference to locate the license #, to use in the cookie code. Obviously trying to clear something up should do just that, so I'll drop that bit from the instructions. :D And yes, it was in the do=login code, lol... in the admincp and modcp specifics: PHP Code:
|
Quote:
|
Could be owned versus leased codes ;)
I dunno, always worked with Leased boards. |
Quote:
|
that part in the php I just quoted (with the license replaced)... it should give you the same number as the header of the file:
Code:
/*======================================================================*\ But that number, which appears several times in login.php (including the preceding letter), is what we're after to put in the cookie code for the switch section. It needs after all create a compatible cookie to work :) |
Quote:
ok...i know where that location of Lxxxxxxx is (and FWIW my license number also starts w/ L and it's an owned license :))...i'm just going to have to do a find and replace of the old lic.# vs. new lic.# :) |
See PM@ETC about that, there's things to consider :)
|
Quote:
and fyi i have to update every .php file w/ my new license number :) yay |
That's good news, indeed. :)
It paid to ask. *nods* So now if login.php is all good, you'll likely not be logged out anymore. Wooha! |
Quote:
|
You're most welcome, Mr. bond... jetta bond. ;)
|
great hack! thanks!!
|
My pleasure, zurih.
v1.2 will be available before long, if you click install it'll keep you updated. :) It'll sport lesser overhead and a proper admin interface, doing away with the custom profile field. n.b. on that template thing in the other thread, you can combine the <if>'s, I just posted a revision doing just that. |
v1.2 is ready and tested. :)
Installation and update instructions, revised screenshots, change log and so on will be up within the next 24h. I'll send out an update. |
:) waiting for that update Ianomed..
|
it's not been 24h yet ;)
won't be long now, it's a bit more complicated and involved to install than the previous versions, so I'm wanting to make sure the installation instructions are up to par. :) v1.3 and onwards I'll try to have an install/update script included. |
lol :) I didnt say its been 24h already...
take u'r time. no rash.. |
v1.2 released, including an installscript to add the phrases introduced in this version, and to add the new field to the user table (if the vB DB user account has sufficient permissions).
See changelog in top post for more information :) |
:):)
thanks for this Ianomed. u'r a good man... ;) |
my pleasure, let me know if you run into any snags with this version? :)
btw... Location: T-A = Tel Aviv? I though for a moment you said you lived in Villa Straylight/Freeside, T-A being an abbreviation of Tessier-Ashpool (Sprawl Trilogy, William Gibson). :P |
cool i'll have to do this tonight :) Thanks Ianomed!
|
my pleasure, mr. bond ;)
|
All times are GMT. The time now is 03:08 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|