Elimdeki 3,5 mb boyutundaki phpbb yedeği smf'ye çevriltilecektir.
Hatasız bir çevirme istiyorum. yapabilcek varsa ne kadar istiyorsa yazsın.iş bankası havale ile yollarım. 3.5mb fazla birşey değil.
İyi günler
phpbb Smf'ye çevriltilcek
12
●1.399
- 16-12-2006, 10:00:40takım çantasımı ??????
kaan ben 1-2 hafta önce dönüştürmüştümde o zaman database daha ufaktı.
şimdi denedim ben önce dönüştürcektim localde smf'Ye. sonra smf kurcaktım siteme orayada smf yedeğini atacaktım. ama localde phpbb bile kuramadım sql hatası alıp duruyorum. o yüzden başkasına çevirteceğim. - 16-12-2006, 10:41:00phpbb yedeği eksik gibi, phpbb_auth_access tablosu yok, SQL kodunu vereceğim, onu sorgulatarak bu tabloyu oluştur (phpbb 2.0.21):
# # Table structure for table 'phpbb_auth_access' # CREATE TABLE phpbb_auth_access ( group_id mediumint(8) DEFAULT '0' NOT NULL, forum_id smallint(5) UNSIGNED DEFAULT '0' NOT NULL, auth_view tinyint(1) DEFAULT '0' NOT NULL, auth_read tinyint(1) DEFAULT '0' NOT NULL, auth_post tinyint(1) DEFAULT '0' NOT NULL, auth_reply tinyint(1) DEFAULT '0' NOT NULL, auth_edit tinyint(1) DEFAULT '0' NOT NULL, auth_delete tinyint(1) DEFAULT '0' NOT NULL, auth_sticky tinyint(1) DEFAULT '0' NOT NULL, auth_announce tinyint(1) DEFAULT '0' NOT NULL, auth_vote tinyint(1) DEFAULT '0' NOT NULL, auth_pollcreate tinyint(1) DEFAULT '0' NOT NULL, auth_attachments tinyint(1) DEFAULT '0' NOT NULL, auth_mod tinyint(1) DEFAULT '0' NOT NULL, KEY group_id (group_id), KEY forum_id (forum_id) );
ancak bu phpbb yükleme şemasının ilk tablosu, ondan sonra diğerlerinde benzer hata olursa, phpbb indirip şemasını kullanabilirsin.