Palju parem minugi arust. Ja oluliselt etem kasvõi funktsionaalsuse seisukohalt XMBst. Ilusam ka nagu. Lisaks töötab eesti keel väga ilusti (tänan, mess, abi eest!). Pimik tegeleb ka parasjagu sellega, et uurib, kas ja kuidas neid tabeleid oleks võimalik kätte saada.
Tänan, Pimik!
Nii ja nüüd võiks välja mõelda kuidas see conversion täpselt toimuma peaks...
#############################################################################
## Title: XMB 1.5 Gold/Silver and 1.6 to phpBB 2.0.1 conversion script
## Version: 1.0.4
## Author: Hijacker (
hijacker@email.si)
##
## Credits:
## [ Transforming my script into phpBB standard and Attachments conversion ] - Acyd Burn (The author of Attachment mod)
## [ Helping me out with conversions of forums and users. Without him I would have droped the whole thing long ago. ] - Sad Bastard
## [ Help with bbcodes tag replacements ] - Fubonis
##
## Description:
## This is a conversion script that convert everything possible from XMB forum version 1.5 Gold/Silver
##
## What does it convert:
##
## - Ranks and special ranks
## - All members information incuding password
## - Forum categories
## - Moderators, administarors and private groups
## - Topics
## - Posts
## - Forum settings (board name, posts per page, etc.)
## - Polls (including wich users allready voted)
## - U2U - private messages (new messages, message in outbox and inbox, with BB code)
## - Custom smilies you had in previous board (they are also copied to phpBB directory)
## - Banned IP numbers and banned users
## - Censored words
## - Topics watch (subscribed topics)
## - Attachments (you need to have attachment mod installed and running)
##
## Revision History:
## 2002-06-21 - Version 1.0.4
## - Made it phpBB 2.0.1 compatible.
## - Should also work with XMB 1.6 (thanks to JC for testing).
##
## 2002-05-15 - Version 1.0.3
## - Fixed a bug while converting users.
##
## 2002-05-14 - Version 1.0.2
## - Fixed the links so now it can run on all browsers.
##
## 2002-05-14 - Version 1.0.2
## - XMB allowed all sort of stuff to be written in ICQ/AIM/MSN fields. It is now fixed during conversion
## - I've got a nice challenge from Tim W. A large XMB forum

. Done a better conversion of big forums
## - Redone the way private messages are converted. Should handle lot of messsages
## - Fixed a bug that didn't empty the attachment table before starting to convert them
##
## 2002-05-11 - Version 1.0.1
## - Added a script to convert the old links from XMB forum that points to topic/forums
##
## 2002-05-05 - Version 1.0.0
## - Added better subforum conversion
## - Tested everything possible and so far found no bugs
##
## 2002-05-02 - Version 0.99 beta
## - This script is now ready for phpBB 2.0.0 final
## - Changed the attachments conversion to work with Attachments Mod 2.2.1
## - Change the way users, post and topics are converted. Now it can handle big tables. :p
## - Changed the conversion of admins and moderators. It should work faster
## - Done the first real test on my own forum. Result. 1:1 copy of the board! Whoohoo

)
##
## 2002-03-05 - Version 0.7
## - This script is now for phpBB RC-3 only
##
## 2002-03-05 - Version 0.6
## - Added the conversion of shadowed moved topics
##
## 2002-03-04 - Version 0.5
## - Just started counting the version numbers

## - Made this documentation

## - Nothing interesting about it. Just a release that works pretty much reliable
##
#############################################################################
##
## Installation Notes:
##
## 1. Download phpBB 2.0.0 from this main page address (
http://www.phpbb.com).
##
## 2. Fresh install it. Read the instructions inside it how to do that.
## You have to do it in the same MySQL database. Do not do anything else with it,
## since my script deletes anything extra you add after the fresh install.
##
## 3. Copy the _config.php and _xmbtophpbb.php in the same directory as phpBB files.
##
## 4. Open the _config.php and edit the variables acording your need.
## The most important is $cnv_all. If you set it to 1, it will try to convert everything possible.
## But if you set it to 0, you should also see the variable under this one. Set them to 1,
## if you want to convert that part of the forums.
##
## 5. If converting smilies, you need to se permitions for the directry where new smilies will be copyed.
## CHMOD the /images/smiles directory inside your phpBB installation to 777
##
## 6. If converting attachments, you need to have the attachment mod version 2.2.1 installed and running.
## You can download it from
http://www.opentools.de/attach_mod/.
## CHMOD the /files directory inside your phpBB installation to 777 in order to this work.
##
## 7. When you are set, run the _xmbtophpbb.php. Than just read the instructions the script gives you.
##
## 8. When done, delete the script files and enjoy your new phpBB forum...

)
##
#############################################################################
##
## NOTES:
##
## The script is tested with XMB version 1.5 Gold, 1.5 RC-4 and 1.5 Silver (It should work for all similar releases).
## if someone can test it with an other 1.5 versions please report how it turned out.
## It only converts to phpBB 2.0.0!
##
