info:tips_pour_convertir_phpbb3-_smf

convert phpBB3 -> smf: install tips

script d'importation

copie locale du script et du sql

pb accents: installer smf en utf8 et importer en utf8

su@serverWherePhpBB3isInstalled:/root/
cd /w3/forums/phpBB3
mysqldump -u xxx -pxxx phpBB3 > phpBB3.sql


radeff@localhost:~$
cd ~
mkdir phpbb3
rsync -az su@serverWhereSMFisInstalled:/w3/forums/phpBB3/* ./
rsync -az * radeff@serverWhereSMFisInstalled:/w3/phpbb

radeff@serverWhereSMFisInstalled:/w3/phpbb
cd /w3/phpbb
cp config.php.serverWhereSMFisInstalled config.php

http://serverWhereSMFisInstalled/forums/convert.php

#suivre la procédure, attention à l'encodage utf8

#vérier que cela fonctionne
http://serverWhereSMFisInstalled/forums/

#supprimer les tables phpBB3
DROP TABLE `phpbb_acl_groups`, `phpbb_acl_options`, `phpbb_acl_roles`, `phpbb_acl_roles_data`, `phpbb_acl_users`, `phpbb_attachments`, `phpbb_banlist`, `phpbb_bbcodes`, `phpbb_bookmarks`, `phpbb_bots`, `phpbb_config`, `phpbb_confirm`, `phpbb_disallow`, `phpbb_drafts`, `phpbb_extensions`, `phpbb_extension_groups`, `phpbb_forums`, `phpbb_forums_access`, `phpbb_forums_track`, `phpbb_forums_watch`, `phpbb_groups`, `phpbb_icons`, `phpbb_lang`, `phpbb_log`, `phpbb_moderator_cache`, `phpbb_modules`, `phpbb_poll_options`, `phpbb_poll_votes`, `phpbb_posts`, `phpbb_privmsgs`, `phpbb_privmsgs_folder`, `phpbb_privmsgs_rules`, `phpbb_privmsgs_to`, `phpbb_profile_fields`, `phpbb_profile_fields_data`, `phpbb_profile_fields_lang`, `phpbb_profile_lang`, `phpbb_ranks`, `phpbb_reports`, `phpbb_reports_reasons`, `phpbb_search_results`, `phpbb_search_wordlist`, `phpbb_search_wordmatch`, `phpbb_sessions`, `phpbb_sessions_keys`, `phpbb_sitelist`, `phpbb_smilies`, `phpbb_styles`, `phpbb_styles_imageset`, `phpbb_styles_imageset_data`, `phpbb_styles_template`, `phpbb_styles_template_data`, `phpbb_styles_theme`, `phpbb_topics`, `phpbb_topics_posted`, `phpbb_topics_track`, `phpbb_topics_watch`, `phpbb_users`, `phpbb_user_group`, `phpbb_warnings`, `phpbb_words`, `phpbb_zebra`;
  • info/tips_pour_convertir_phpbb3-_smf.txt
  • Dernière modification : 2018/07/18 10:20
  • de 176.9.50.244