Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin

Quote Reply
Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin In reply to
All right, it's what I thought. The correct code should've been:

my $logouthash = time . '-' . sha1_hex(time . sha1_hex($vb_id . sha1_hex($usersalt) . sha1_hex('My VB license number')));

So now I think I'm REALLY up to my final problem, although now I can see that I can just edit my logouthash so that I don't even need the $vb_id. To satisfy my curiosity, I'll quote the exact problem:

V.E.C.T.O.R. wrote:
Ok, a quick update. I got curious, so hard-coded the following:

$user->{vbID} = '10';

Then created another test account, logged into Links, and the vbID field is STILL "0"?!?

What I originally did was download the Auth_vBulletin.pm file from the Plugins directory, open it with Wordpad, edit it, and re-upload it, making sure to overwrite the original file. After confirming that the number was still "0", I did it again, this time deleting the original file in the Plugins directory to make sure I uploaded the edited version since maybe before the overwriting didn't work or whatever. It's still "0", so for whatever reason Links is still somehow using the original file. Now how is this possible? Did I miss a step?


So yeah, like how do I edit a plugin and make Links USE the edited plugin instead of the original one? After all I've been through, this one's GOTTA be a simple one to solve? :D

Last edited by:

V.E.C.T.O.R.: May 26, 2009, 9:19 PM
Subject Author Views Date
Thread Need help with plugin (starting with SSI) - Auth_vBulletin V.E.C.T.O.R. 16625 May 12, 2009, 9:33 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16396 May 15, 2009, 4:47 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
VishalT 16371 May 15, 2009, 6:54 PM
Thread Re: [SWDevil.Com] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16365 May 15, 2009, 9:04 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
VishalT 16386 May 15, 2009, 9:43 PM
Thread Re: [SWDevil.Com] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16347 May 16, 2009, 11:16 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
VishalT 16393 May 16, 2009, 12:15 PM
Thread Re: [SWDevil.Com] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16378 May 17, 2009, 4:43 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16337 May 23, 2009, 8:24 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16315 May 23, 2009, 11:06 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16301 May 23, 2009, 11:17 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16299 May 23, 2009, 11:38 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16298 May 24, 2009, 12:18 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16290 May 24, 2009, 2:16 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16260 May 24, 2009, 2:36 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
aus_dave 16332 May 25, 2009, 6:12 PM
Thread Re: [aus_dave] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16271 May 25, 2009, 6:43 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
aus_dave 16259 May 25, 2009, 7:01 PM
Thread Re: [aus_dave] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16222 May 25, 2009, 7:21 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16234 May 26, 2009, 9:38 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16212 May 26, 2009, 12:42 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16181 May 26, 2009, 1:23 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16161 May 26, 2009, 1:51 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16138 May 26, 2009, 8:24 PM
Post Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16161 May 26, 2009, 9:17 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 2417 May 26, 2009, 11:19 PM
Post Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
aus_dave 2382 May 27, 2009, 3:27 AM