Hey, danke für die Links
Aber ich bin Anfänger und habe noch ein paar Fragen:
1. Upload a fresh copy of PHPBB2 to the new directory, I used version 2.0.5.
Ok, ist gemacht. Aber halt die aktuelle Version, läuft.
2. Use PHPMyAdmin to drop the following tables in the fresh copy: Auth-access, Topics, Categories, Forums, Posts, Posts_text.
Hui, was ist damit gemeint? PHPmyAdmin aufrufen ist klar. Was soll ich da genau tun?
3. Then use PHPMyAdmin to export the above tables from the PHPNuke copy (nuke_bb*) then change the nuke_bb values to phpbb_ or whatever your prefix is and import them into the fresh copy. Be sure to choose data AND structure when exporting the original tables.
Okay, alle nuke_bb tabellen exportieren. Wie kann ich die dann in phpbb umbennen?
4. Then export data AND structure of the nuke_users table. Again change all the nuke_ values to phpbb_ and import it. Now some tricky modding, you'll have to convert the regdate to unixtime, so in phpmyadmin edit all the user_regdate fields. See
http://www.onlineconversion.com/unix_time.htm for a online unixtime converter.
Hilfe!! Kann jemand verständlich erklären?!
5. When that is done, alter the user table by deleting all fields that NOT start with user_ (except username).
?
6. Then export DATA only of the following nuke fields: nuke_bbgroups and nuke_bbuser_groups. Again change the nuke_bb values to phpbb_ and then import them.
Wieder umbennenen. Wie?
7. Now set the user_level of your admin in your phpbb_users table to 1.
Okay, bekomme ich hin
8. Set some of your configuration options, and your done. PHPNuke can be deleted safely, but first make sure the forum works fine!
Das ist das Ziel!