News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

ipb 1.3 to smf

Started by lobokun, January 28, 2007, 03:28:39 PM

Previous topic - Next topic

lobokun

SMF Version: SMF 1.1.1
hello there.
im having problems converting my database to smf. ok so i have installed smf properly an everything but it seems i run into a little problem it seems that in able to convert i also need to have access to the forum i want to convert. the problem is the forum i want to convert to smf i don't have access to it since its hosted on a free host service. hxxp:jcink.com/?act=jcink_invision_boards&p=main [nonactive]
the only thing i can do is download the data base to my computer something like myfile.sql  so my question is how can i convert my ipb 1.3 to smf with only that file. thank you

JayBachatero

What you can do is import the IPB dump into the same database as SMF and then create a file called /conf_global.php.  That file should have all the IPB settings.  Make sure that they are correct.

These are the settings
Code (conf-global.php) Select
<?php
$INFO
['sig_allow_ibc'] = '1';
$INFO['show_user_posted'] = '1';
$INFO['avatar_ext'] = 'gif|jpeg|jpg|swf|png';
$INFO['avatar_url'] = '1';
$INFO['avup_size_max'] = '20';
$INFO['avatars_on'] = '1';
$INFO['avatar_dims'] = '64x64';
$INFO['avatar_def'] = '64x64';
$INFO['email_in'] = '';
$INFO['email_out'] = '';
$INFO['allow_images'] = '1';
$INFO['max_emos'] = '20';
$INFO['allow_creator_vote'] = '1';
$INFO['allow_dynamic_img'] = '0';
$INFO['allow_flash'] = '1';
$INFO['allow_online_list'] = '1';
$INFO['allow_skins'] = '1';
$INFO['ban_ip'] = '';
$INFO['ban_email'] = '';
$INFO['ban_names'] = '';
$INFO['board_start'] = '1020214590';
$INFO['news_forum_id'] = '1';
$INFO['index_news_link'] = '1';
$INFO['allow_dup_email'] = '1';
$INFO['admin_group'] = '4';
$INFO['auth_group'] = '1';
$INFO['member_group'] = '3';
$INFO['guest_group'] = '2';
$INFO['boardname'] = 'IBForums';
$INFO['board_desc'] = 'Website forums';
$INFO['board_name'] = 'Invision Power Board';
$INFO['php_ext'] = 'php';
$INFO['board_url'] = '';
$INFO['match_browser'] = '0';
$INFO['clock_long'] = 'M j Y, h:i A';
$INFO['clock_short'] = 'jS F Y - h:i A';
$INFO['clock_joined'] = 'j-F y';
$INFO['load_limit'] = '';
$INFO['cookie_domain'] = '';
$INFO['cookie_id'] = '';
$INFO['cookie_path'] = '';
$INFO['email_header'] = 'This email generated via IBForums';
$INFO['email_footer'] = '';
$INFO['show_active'] = '1';
$INFO['show_birthdays'] = '1';
$INFO['show_totals'] = '1';
$INFO['sql_driver'] = 'mySQL';
$INFO['sql_host'] = 'localhost';
$INFO['sql_database'] = '';
$INFO['sql_pass'] = '';
$INFO['sql_port'] = '';
$INFO['sql_tbl_prefix'] = 'ibf_';
$INFO['sql_user'] = 'root';
$INFO['display_max_posts'] = '15';
$INFO['display_max_topics'] = '15';
$INFO['emo_per_row'] = '3';
$INFO['etfilter_punct'] = '0';
$INFO['etfilter_shout'] = '0';
$INFO['flood_control'] = '30';
$INFO['force_login'] = '0';
$INFO['show_img_upload'] = '1';
$INFO['home_name'] = 'Site Home';
$INFO['home_url'] = 'http://localhost';
$INFO['hot_topic'] = '15';
$INFO['html_dir'] = '';
$INFO['base_dir'] = '';
$INFO['html_url'] = '';
$INFO['upload_dir'] = '';
$INFO['upload_url'] = '';
$INFO['img_ext'] = 'gif|jpeg|jpg|png';
$INFO['max_h_flash'] = '200';
$INFO['max_images'] = '10';
$INFO['max_post_length'] = '1000';
$INFO['max_w_flash'] = '200';
$INFO['max_messages'] = '50';
$INFO['pre_moved'] = 'Moved: ';
$INFO['pre_pinned'] = 'Pinned: ';
$INFO['pre_polls'] = 'Poll: ';
$INFO['session_expiration'] = '3600';
$INFO['reg_auth_type'] = '0';
$INFO['time_offset'] = '0';
$INFO['new_reg_notify'] = '0';
$INFO['use_mail_form'] = '1';
$INFO['msg_allow_code'] = '1';
$INFO['msg_allow_html'] = '0';
$INFO['allow_search'] = '1';
$INFO['print_headers'] = '1';
$INFO['nocache'] = '1';
$INFO['debug_level'] = '1';
$INFO['forum_skin_1'] = '';
$INFO['forum_skin_8'] = '';
$INFO['board_offline'] = '0';
$INFO['offline_msg'] = '';
$INFO['no_reg'] = '0';
$INFO['max_sig_length'] = '50000';
$INFO['sig_allow_html'] = '0';
$INFO['max_location_length'] = '50000';
$INFO['max_interest_length'] = '50000';
$INFO['post_titlechange'] = '50000';

?>

Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

lobokun

cool ill try it out thanx alot

JayBachatero

Were you able to get it working?
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Advertisement: