Kapier aber nicht was ich tun soll
Hier die Anleitung
Code: Alles auswählen
################################wbb2.1.x to phpBB 2.0.6##########################
# Name # wBB2.1.x to phpBB 2.0.6 converter #
# testet with # wbb2.1.3 and phpBB 2.0.6d #
# Filename # Readme.txt #
# Version # 1.0 #
# Date # 2004/03/07 15:00 MET #
# Author # Sven 'brainstorm' P. #
# WWW # http://me.webmasterz-board.de #
# Mail # brainstorm2k3@web.de #
# copyright # (C) 2004 by Sven 'brainstorm' P. #
# some parts of the code copyright # (C) 2001 The phpBB Group #
#################################################################################
# This converter only converts the following things: #
# -members #
# -forums&categories #
# -posts #
# -threads #
# eventually I will add more things later! #
#################################################################################
#Requipments: #
#-a installed phpBB 2.0.6 #
#-the datavase of a wBB 2.1.3 #
#-a browser with Javascript support #
#################################################################################
#NOTE #
#Make a backuo before you convert your forum!
#You use this script at your own risk! #
#################################################################################
1)Delete/Move all forums that havn´t got a category.
e.g.
Cat1
-Board1
-Board2
Board3
Here you must delete or move Board3
2)Delete/Move all forums that are under another board
e.g.
Cat1
-Board1
-Board2
--Board3
---Board4
Here you must delete or move Board3 and Board4
3)The first two steps are very important!
If they are not correctly done, the converter will not work!(It will stop at step 5 and print no error message)
4)edit wbb2phpbb.php and fill in your configuration
5)Upload wbb2phpbb.php to your webspace and run it
NOTE You need a browser that supports Javascript
If your browser dont support Javascript search in wbb2phpbb.php for
echo '<script language="Javascript">window.location.href = "wbb2phpbb.php?step='.$nextstep.'"</script>';
#echo '<a href="wbb2phpbb.php?step='.$nextstep.'">click</a>';
and replace it with
#cho '<script language="Javascript">window.location.href = "wbb2phpbb.php?step='.$nextstep.'"</script>';
echo '<a href="wbb2phpbb.php?step='.$nextstep.'">click here</a>';
Now you must everytimes click on the link 'click here' to go on with the convertion.
6)Now you can delete the table convert_temp and the wbb2phpbb.php
7)Resync every forum with the Administration Panel
8)Reset all permission and mods
9)Reconfigurate you board
10)done!