PDA

View Full Version : The cookie problem thats fixed in 2.2.7


DiscussAnything
08-28-2002, 09:45 AM
http://www.vbulletin.com/forum/showthread.php?postid=340530

the announcement of 2.2.7 lists this fix:


Forumdisplay.php, index.php member2.php, poll.php, search.php, showthread.php, threadrate.php, usercp.php, admin/functions.php; changed array cookie storage format to fix issues with staying logged in


With the current number of hacks I don't really wanna upgrade and lose it all (or have to redo em), but I'd really like to get this issue fixed since a number of users reported it. I don't know if its possible, but could the specifics be revealed so I can do it manually? It doesn't sounds like a complicated fix by the description..

thanks

Erwin
08-28-2002, 10:04 AM
It IS a complicated fix. If you look closely, there the db schema is changed, and most files that use sessionhash has been changed to accomodate the change. It's not a matter of changing a couple of files - it looks like changing most files. Correct me if I'm wrong though...this is what I can infer from the post in vb.com.

Scott MacVicar
08-28-2002, 11:30 AM
Off the top of my head

two new functions in /admin/functions.php

and all the refrences to cookies in

index.php member2.php, poll.php, search.php, showthread.php, threadrate.php, usercp.php, admin/functions.php

it would take about 30mins to do.

Boofo
08-28-2002, 12:00 PM
Anywhere we can get the way to do it? :)

Originally posted by PPN
Off the top of my head

two new functions in /admin/functions.php

and all the refrences to cookies in

index.php member2.php, poll.php, search.php, showthread.php, threadrate.php, usercp.php, admin/functions.php

it would take about 30mins to do.

DiscussAnything
08-30-2002, 09:35 AM
so there's no details?

:(

X-Fan
08-30-2002, 02:01 PM
Yep, I'd appreciate a manual changes list too as I've a heavily hacked board that I can't afford to have down for any length of time.

Chris M
08-30-2002, 07:56 PM
Indeed...

My board is not quite as heavily used as some others, but I dont want to upgrade to vB 2.2.7, as I would lose all my hacks:(

Satan

X-Fan
09-01-2002, 01:44 AM
Bump...

Link14716
09-01-2002, 02:10 AM
Same here :(

speedway
09-01-2002, 12:23 PM
Guys

Manual would be the only way...but it shouldn't be too hard. Head on over to vbulletin.com and download 227, then head on over to prestosoft.com (http://www.prestosoft.com) and download ExamDiff. The standard version is free.

Then just load up each file as indicated in the update (http://www.vbulletin.com/forum/showthread.php?s=&threadid=53593) announcement on vbulletin and your current file to see the differences....

BTW - for templates you will probably need Firefly's template exporter.....

Simple! :cheeky:

Boofo
09-01-2002, 12:26 PM
Have you tried doing it that way? I'm not so sure it would be that easy. :) I think there might be a db entry that gets added or changed, too. I think I'll wait until someone has tried it and been successful first. :)

Originally posted by speedway
Guys

Manual would be the only way...but it shouldn't be too hard. Head on over to vbulletin.com and download 227, then head on over to prestosoft.com (http://www.prestosoft.com) and download ExamDiff. The standard version is free.

Then just load up each file as indicated in the update (http://www.vbulletin.com/forum/showthread.php?s=&threadid=53593) announcement on vbulletin and your current file to see the differences....

BTW - for templates you will probably need Firefly's template exporter.....

Simple! :cheeky:

X-Fan
09-01-2002, 12:40 PM
That would still involved downloading some new software, learning how it works, etc, etc. Not to mention you'd have to get the template backup system installed and running properly to do the templates.

It would be so very much simpler if there was a list of what changes/additions/deletions you need to perform to manually upgrade your forums to the current version, rather than have to upload all the files and re-implement every hack.

From what I've seen, there are a lot of vBulletin users who would prefer the manual list of changes method as it's less time consuming than redoing every hack. So how about it guys?

speedway
09-01-2002, 12:51 PM
Boofoo originally posted
Have you tried doing it that way? I'm not so sure it would be that easy.

I am doing it now....and I have a bizillion hacks installed on my yet to be released forum. It is not easy but it is possible. For the DB change I just use phpmyadmin.

originally posted by X-Fan
From what I've seen, there are a lot of vBulletin users who would prefer the manual list of changes method as it's less time consuming than redoing every hack. So how about it guys?
I suspect this won't happen - would be too easy for the pirate boards out there to upgrade.....

Cheers
Bruce

X-Fan
09-01-2002, 12:58 PM
Originally posted by speedway
I am doing it now....and I have a bizillion hacks installed on my yet to be released forum. It is not easy but it is possible. For the DB change I just use phpmyadmin.

I've used similar programs, and they're more hassle than they're worth! My time is limited and valuable, so I really can't afford to be screwing around with a new program just to upgrade my forums. I prefer to have the latest version, but if it's this much hassle I'll have to leave my forums on 2.2.5

I suspect this won't happen - would be too easy for the pirate boards out there to upgrade.....

Good point, but couldn't they release it through the members only section? Just like how you download the install zip file, couldn't they also provide a document of manual changes?

Boofo
09-01-2002, 12:58 PM
Let me know how it turns out. I might give it a shot if it works when you are all done. :) How do you know what db chnages to make?