Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Upgraded code from v2.2.2 to v2.2.4 Details »»
Upgraded code from v2.2.2 to v2.2.4
Version: 1.00, by Jawelin Jawelin is offline
Developer Last Online: May 2003 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 03-12-2002 Last Update: Never Installs: 5
 
No support by the author.

Hi.
As many discussed here, I'm out now with the awaited upgrade hack from VBulletin v2.2.2 to the lastest available release.

First of all, thanks to PPN for the idea and his last good job.
But I did it myself as I need it now and somewhere else was said it shouldn't be released before a week ... (see here)

Hwr. I wouldn't be faster than anybody; simply I did it for my needs and just tried to publish here... :rambo:

Note: the 2.2.3(b/c) was a very 'strange' and dynamic release. The newer and lastest 2.2.4 seems much more 'stable' as the last four days never changed.
Hwr. please be always updated following vBulletin 2 Bug Reports and vBulletin 2 Troubleshooting and Problems...

This procedure should only replace the 'upload from scratch' part in updating VBulletin.
You shall apply the same the upgradeXX.php and replace templates.
Hopefull, ASAP, I'll write down a similar text for template upgrades from 2.2.2

Exactly, versions reported here are:
- VBulletin v2.2.2 of Feb 4, 2002
- VBulletin v2.2.4 of Mar 12, 2002

Please pay attention because, each new release, within next 2-3 days some files are often modified. So, be sure you have downloaded from http://www.vbulletin.com/members the very lastest release.

Ok. Let me know any problem or addon you could find.
Thanks

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 03-16-2002, 08:17 PM
Tim Wheatley's Avatar
Tim Wheatley Tim Wheatley is offline
 
Join Date: Nov 2001
Location: England
Posts: 489
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh by the way, the line breaks are in your file, it was a problem my end. Thanks for the info.
Reply With Quote
  #23  
Old 03-16-2002, 08:41 PM
VolSports VolSports is offline
 
Join Date: Dec 2001
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by VolSports
i only ran upgrade17.php....did i screw something up? can i just run upgrade16.php and then upgrade17.php again? What Do I Do?

any one?
Reply With Quote
  #24  
Old 03-16-2002, 09:30 PM
Psychdrone Psychdrone is offline
 
Join Date: Nov 2001
Posts: 525
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

isn't the only thing this upgrade fixes is a problem with guest posting?

If you don't allow you guests to post, then is shouldn't be a problem right?
Reply With Quote
  #25  
Old 03-17-2002, 10:31 PM
X-Fan's Avatar
X-Fan X-Fan is offline
 
Join Date: Jan 2002
Location: Adelaide, Australia
Posts: 496
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After using this hack to do the upgrade, my "New Post" button has completely disappeared, and the "Edit Reason" field has stopped working.

Would anyone have any ideas as to what's happened?
Reply With Quote
  #26  
Old 03-20-2002, 07:49 AM
Jawelin Jawelin is offline
 
Join Date: Nov 2001
Posts: 557
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a little upgrade.
As usual, in the very next days after a release, something changes.

Well. Now (first on yesterday's release) on VB 2.2.4 was changed memberlist.php.
I could suggest you to re-download the 2.2.4 version and entirely upload that file to your forumhome directory or, apply this new change on your 2.2.4 version:

In memberlist.php, replace
PHP Code:
if ($ltr==$letter) {
    eval(
"\$letterbits .= \"".gettemplate("memberlist_letterselected")."\";");
} else {
    eval(
"\$letterbits .= \"".gettemplate("memberlist_letter")."\";");

with
PHP Code:
if ($ltr==$letter) {
    eval(
"\$letterbits = \"".gettemplate("memberlist_letterselected")."\";");
} else {
    eval(
"\$letterbits = \"".gettemplate("memberlist_letter")."\";");

That's all.
Hope this could be useful... again.
Bye
:knockedout:
Reply With Quote
  #27  
Old 03-20-2002, 07:54 AM
Lesane's Avatar
Lesane Lesane is offline
 
Join Date: Oct 2001
Location: The Netherlands
Posts: 1,149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Jawelin
In memberlist.php, replace
PHP Code:
if ($ltr==$letter) {
    eval(
"\$letterbits .= \"".gettemplate("memberlist_letterselected")."\";");
} else {
    eval(
"\$letterbits .= \"".gettemplate("memberlist_letter")."\";");

with
PHP Code:
if ($ltr==$letter) {
    eval(
"\$letterbits = \"".gettemplate("memberlist_letterselected")."\";");
} else {
    eval(
"\$letterbits = \"".gettemplate("memberlist_letter")."\";");

That's all.
Hope this could be useful... again.
Bye
:knockedout:
Lol, the replacing code is the same.
Reply With Quote
  #28  
Old 03-20-2002, 08:12 AM
Jawelin Jawelin is offline
 
Join Date: Nov 2001
Posts: 557
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Lesane
Lol, the replacing code is the same.
NO! :laugh: :laugh: :laugh:
You missed a dot!!! :lick:
(first, there was a concat dot '.=' .... last there was only the assignment '=' in both template eval )
Reply With Quote
  #29  
Old 03-20-2002, 08:19 AM
Lesane's Avatar
Lesane Lesane is offline
 
Join Date: Oct 2001
Location: The Netherlands
Posts: 1,149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

haha, dam....

*runs to store and buys some glasses*
Reply With Quote
  #30  
Old 03-21-2002, 10:49 PM
DiSS Troya's Avatar
DiSS Troya DiSS Troya is offline
 
Join Date: Nov 2001
Location: Las Vegas
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what folder am i supppose to be puting this into, cause it's not working in the admin folder..
Reply With Quote
  #31  
Old 03-22-2002, 09:44 AM
Jawelin Jawelin is offline
 
Join Date: Nov 2001
Posts: 557
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by DiSS Troya
what folder am i supppose to be puting this into, cause it's not working in the admin folder..
:ermm:
You can put it into your TEMP dir...
It's a .txt file to edit and follow instructions, not a .php script to run...
:knockedout:

P.S.: this is needed ONLY if you have an hacked board... of course. Otherwise use the normal upgradeXX.phps .... :knockedout:
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:38 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04759 seconds
  • Memory Usage 2,309KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete