bin volle 991 zeilen runter aber nirgens stand was von einem wbb 1.2: die ersten 80 oder so:
Code: Alles auswählen
/***************************************************************************
* convert_wbb111.php
* ------------------
* begin : Wednesday, Jul 06, 2002
* copyright : Ludovic ARNAUD
* email : ashe@mtgfrance.com
*
* $Id: convert_wbb111.php,v 1.1 2002/07/12 00:00:00 Ashe Exp $
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
/******
*
* This converter will import:
*
* - users with their avatar, settings, permissions and topics they subscribed to
* - groups, with permissions
* - forums, topics, posts, polls and local announcements
* - private messages
* - ban list
* - disallowed names list
* - smilies
* - config settings
*
* This converter will NOT import:
*
* - global announcements
* - custom ranks
*
******/
$converter_infos = array(
'forum_name' => 'Burning Board 1.1.1',
'version' => '1.1',
'phpbb_version' => '2.0.1',
'author' => '<a href="http://www.phpbb.com/phpBB/profile.php?mode=viewprofile&u=46" target="_new">Ashe</a>',
'table_prefix' => 'bb1_'
);
$tables = array(
'announcements',
'avatars',
'bbcode',
'boards',
'config',
'folders',
'groups',
'notify',
'object2board',
'object2user',
'pms',
'pmsend',
'poll',
'posts',
'ranks',
'smilies',
'style',
'threads',
'user_table',
'useronline',
'vote'
EDIT: das ist das wo du mir eben angedreht hast