phpBB2 + CH to phpBB3 Upgrade Script(s) Package

Stand-alone scripts designed for a specific function, but not neccessarily part of normal forum browsing.
Forum rules
Image Please feel free to download any Scripts here, support for each Script is located it's own thread.

To post your own Script, please first read the MOD / Script Guidelines

phpBB2 + CH to phpBB3 Upgrade Script(s) Package

Postby Highway of Life » 12 Oct 2006, 06:24

Classification: Script
phpBB Part: Forum

MOD Name: phpBB2 + CH to phpBB3 Upgrade Script Package
MOD Version: 0.0.1
Authors: Exreaction, Handyman, Highway of Life, Tannie, and Tuk
MOD Description: See Author's Notes in the Instructions below.

Works with:
  • phpBB 2.0.21
  • phpBB 3.0.b2 (Beta2)
  • See Author's Notes in the Instructions below.

Features:
  • See Author's Notes in the Instructions below.

Special thanks: to all of the STG Development Team members, especially: Exreaction, Gutterball, Handyman, Highway of Life, Spokkie, Tannie, and Tuk for the development and testing of this script.

Language: English

Licence: GNU General Public License v2

Screenshots: N/A


Information/Instructions:
Code: Select all
##############################################################
## Title: phpBB2 + CH to phpBB3 Upgrade Script
## Authors: EXreaction < exreaction@lithiumstudios.org > (Nathan Guse) http://www.lithiumstudios.org
##          Handyman
##          Highway of Life
##          Tannie
##          Tuk
## Description: Roughly upgrades your phpBB3 board to phpBB3.
## Version: 0.0.80 (BETA)
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## Author's Notes:
## First thing you MUST do is get complete backups of both forums!  If you do not, we can not give you
##  support if this screws up either board on you!
## This upgrader is not perfect.  It may miss users, posts, forums or anything while it tries to
##  upgrade your phpBB2 board to phpBB3.  After upgrading is complete you should check over your entire
##  board to see if it missed anything(remember you may see less users because inactive users are hidden
##  by default in phpBB3).
##
## The upgrader has only been tested on a fresh phpBB3 Beta 2 and phpBB2 2.0.21 install.  Other versions
##  are not supported.  If you have an older phpBB2 install upgrade before you run this.  If a newer phpBB3
##  is out you should run this on the Beta 2 version, and then upgrade from Beta 2 to the newest version.
##
## OFFICIAL SUPPORT THREAD:
##  http://startrekguide.com/forum/viewtopic.php?f=39&t=144
##############################################################
## History:
##  (yyyy-mm-dd)
##   2006-07-18 to 2006-10-10 - Version 0.0.70 (DEV)
##      - Development and testing
##   2006-10-10 - Version 0.0.80 (BETA)
##      - Beta release
##
##############################################################

#
#-----[ COPY ]------------------------------------------
# (copy the root folder to your root phpBB3 directory)

copy root/ to /

#
#-----[ DIY INSTRUCTIONS ]------------------------------------------
#

If not already installed, install a fresh phpBB3 Beta 2 forum.

Go to your phpBB3 forum's upgrade/index.php page.
( ex: http://startrekguide.com/upgrade/index.php )

Follow all the instructions in the installer.

After everything has completed check over it all and make tweaks according to what worked/didn't work.  Then
delete the upgrade/ folder(you may delete the style and language files that uploaded as well if you would like).

# It isn't a mod...but lets finish it with the usual ending... ;-)
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM


Installation Level: Expert (Difficult)
Installation Time: ~ 60 Minutes
Format: Scripts
Download File:

Support Topic: viewtopic.php?f=39&t=144
Watch out! I might do a code wheelie!

User avatar
Highway of Life    
STG Jedi Master
STG Jedi Master
 
Posts: 10458
Joined: 08 May 2006, 05:23
Location: Beware of Programmers carrying screwdrivers
Gender: Male
phpBB Knowledge: 10


Re: phpBB2 to phpBB3 Upgrade Script(s) Package

Postby Tuk » 31 Oct 2006, 13:39

I uploaded a updated package to take a change to the database schema into account that was made about two weeks ago (username_clean). It's only a single line which was added but the change was absolutely necessary as logging in won't work without it.
"If sharks die, the sea dies" - Andy Cobb, ambassador SHARKPROJECT South Africa
User avatar
Tuk
Supporter
Supporter
 
Posts: 271
Joined: 17 Jul 2006, 11:46
Gender: Male

Re: phpBB2 to phpBB3 Upgrade Script(s) Package

Postby Highway of Life » 31 Oct 2006, 14:34

I noticed they added that.

Any idea what it's used for?
Watch out! I might do a code wheelie!

User avatar
Highway of Life    
STG Jedi Master
STG Jedi Master
 
Posts: 10458
Joined: 08 May 2006, 05:23
Location: Beware of Programmers carrying screwdrivers
Gender: Male
phpBB Knowledge: 10

Re: phpBB2 to phpBB3 Upgrade Script(s) Package

Postby Tuk » 31 Oct 2006, 15:50

It's related to the UTF-8 changes, the actual username gets passed to utf8_clean_string() which lowercases the username and does some further normalization. Encoding it to UTF-8 and so on. Strange things, these UTF-8 functions Scratch Tongue.
Last edited by Tuk on 01 Nov 2006, 00:39, edited 1 time in total.
"If sharks die, the sea dies" - Andy Cobb, ambassador SHARKPROJECT South Africa
User avatar
Tuk
Supporter
Supporter
 
Posts: 271
Joined: 17 Jul 2006, 11:46
Gender: Male

Re: phpBB2 to phpBB3 Upgrade Script(s) Package

Postby Highway of Life » 31 Oct 2006, 20:14

Huh... no kidding. Think
Watch out! I might do a code wheelie!

User avatar
Highway of Life    
STG Jedi Master
STG Jedi Master
 
Posts: 10458
Joined: 08 May 2006, 05:23
Location: Beware of Programmers carrying screwdrivers
Gender: Male
phpBB Knowledge: 10

Re: phpBB2 to phpBB3 Upgrade Script(s) Package

Postby EXreaction » 01 Nov 2006, 13:23

Woh, notice you guys added that to the upgrade script...I wouldn't put that in there...since it was not included in Beta2, and this is supposed to upgrade phpBB 2.0.21 to phpBB 3 Beta 2. Wink

It will give errors for B2 users...
My phpBB3 Mods: Advertisement Management | Anti-Spam ACP | Auto Database Backup | Enable HTML | Advanced Subscriptions | Custom Profile Groups | From Author PM List | FAQ Manager | Forum Anniversary List | One Click Ban | Forum Sponsors | Smilies Categories | Drag 'n Drop Forum List | Soft Delete

Interested in becoming a Jr MOD Validator and helping out validation of mods @phpBB.com? Apply here
User avatar
EXreaction    
Supporter
Supporter
 
Posts: 1316
Joined: 03 Jun 2006, 09:10
Location: Plymouth, WI
Gender: Male

Re: phpBB2 to phpBB3 Upgrade Script(s) Package

Postby Synaptic Anarchy » 25 Nov 2006, 04:46

>=/

Considering there is no B2 to B3 yet, it would be nice if I could find the 2.0.21 to 3.0.B1 version of this script. If there ever was one...
It's winter.
User avatar
Synaptic Anarchy    
Lieutenant Commander
Lieutenant Commander
 
Posts: 351
Joined: 02 Jul 2006, 02:39
Favorite Team: Starfleet Design :P
Gender: Male

Re: phpBB2 to phpBB3 Upgrade Script(s) Package

Postby Highway of Life » 25 Nov 2006, 08:55

Why would you want it to upgrade you phpBB2 to a phpBB3 Beta1 instead of a Beta2 (current stance), when it's easy to upgrade from Beta2 to Betax/RCx
Watch out! I might do a code wheelie!

User avatar
Highway of Life    
STG Jedi Master
STG Jedi Master
 
Posts: 10458
Joined: 08 May 2006, 05:23
Location: Beware of Programmers carrying screwdrivers
Gender: Male
phpBB Knowledge: 10

Re: phpBB2 to phpBB3 Upgrade Script(s) Package

Postby DiegoPino » 25 Nov 2006, 10:21

Excelent.

I am test in my http://localhost

Thanks Hello
Edicion de Winning Eleven & Pro Evolution Soccer | Since 2002
Long Live Rastafari.. long live Bob Marley !!!
We11.net | ForosPes.com
DiegoPino
Cadet IV
Cadet IV
 
Posts: 59
Joined: 11 Aug 2006, 10:46
Gender: Male

Re: phpBB2 to phpBB3 Upgrade Script(s) Package

Postby EXreaction » 25 Nov 2006, 10:38

[quote="Archer 07":0ba88]
>=/

Considering there is no B2 to B3 yet, it would be nice if I could find the 2.0.21 to 3.0.B1 version of this script. If there ever was one...
[/quote:0ba88]

Seems you missed the part about us working on a Beta 2 to Beta 3 script soon. Rolleyes

Not all of us have a lot of free time to work on this kind of stuff.
My phpBB3 Mods: Advertisement Management | Anti-Spam ACP | Auto Database Backup | Enable HTML | Advanced Subscriptions | Custom Profile Groups | From Author PM List | FAQ Manager | Forum Anniversary List | One Click Ban | Forum Sponsors | Smilies Categories | Drag 'n Drop Forum List | Soft Delete

Interested in becoming a Jr MOD Validator and helping out validation of mods @phpBB.com? Apply here
User avatar
EXreaction    
Supporter
Supporter
 
Posts: 1316
Joined: 03 Jun 2006, 09:10
Location: Plymouth, WI
Gender: Male

Next

Return to Scripts

Who is online

Users browsing this forum: No registered users and 3 guests