Allora il file per l'installazione del forum si chiama sm_install.php adesso quando io mi collego a questa pagina ci sn varie cose da configurare come succede nel link della pagina che mi hai dato e che avevo gia visto prima di postare, ora inserisco tutti i dati quali ho configurato nel file conf_global.php all'interno di essi c'erano stringhe di codice che ho configuarto dapprima dell'installazione del forum ;
Codice:
<?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'] = 'nome del mio database';
$INFO['sql_pass'] = 'mia password di altervista';
$INFO['sql_port'] = '';
$INFO['sql_tbl_prefix'] = 'ibf_';
$INFO['sql_user'] = 'mio username';
$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';
?>
Le varie informazioni che mi servivano per l'installazione del forum le ho prelevate da questo file però ogni volta che tento di installare il forum mi da quest'errore ;
Warning!
The following errors must be rectified before continuing!
Please go back and try again!
mySQL could not locate a database called 'nome del mio database' please check the value entered for this
Cosa puo significare eppure ho imesso lo steso nome che si trova nel file di configurazione :(