- Desde
- 30 Mar 2009
- Mensajes
- 17
HOla amigos, he visto uno y cada uno de vuestros mensajes acerca de IMPESX, y leo d etodo, desde como se instala, hasta como funciona, pero no encuentro un sólo tutorial o guia de QUÉ SE MODIFICA EN EL IMPEXCONFIG.PHP.NEW.
Se que hjay que cambiarle el nombre y modificar los nombres d ela base de datos, usuario , contraseña, pero es que hay muuuchos. Alguien podría poner un pantallazo de qué es lo que hay que modificar y qué es lo que hay que renombrar por favor?.
Gracias de ante mano.
Bueno me hizo un amigo las modificaciones, y ahora ejecuto el dominio/impex y meto el número de usuario y me da ok, y luego me da este error:
: "config.php admincp path does not exsist".
Alguna solución?
Edité lo siguiente:
<?phpif (!defined('IDIR')) { die; }#################################################################### |;# vBulletin - Licence Number VBF69F089A# ---------------------------------------------------------------- # |;# Copyright ©2000–2009 Jelsoft Enterprises Ltd. All Rights Reserved. |;# This file may not be redistributed in whole or significant part. # |;# ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # |;# vBulletin - Instant Community | http://www.vbulletin.com/license.html # |;#################################################################### |;# The following settings allow ImpEx to connect to the vBulletin 3# database into which you will be importing data.###### TARGET - The target is the vBulletin database (where the data is going to)#####$impexconfig['target']['server'] = 'localhost';$impexconfig['target']['user'] = 'username';$impexconfig['target']['password'] = 'password';$impexconfig['target']['database'] = 'vbulletin_forum';$impexconfig['target']['tableprefix'] = '';# If the system that is being imported from uses a database,# enter the details for it here and set 'sourceexists' to true.# If the source data is NOT stored in a database, set 'sourceexists' to false$impexconfig['sourceexists'] = true;###### SOURCE - The source is the old forum database (where the data is coming from)###### mysql / mssql$impexconfig['source']['databasetype'] = 'mysql'; // mysql OR mssql$impexconfig['source']['server'] = 'NOMBRE BASE DE DATOS';$impexconfig['source']['user'] = 'USUARIO';$impexconfig['source']['password'] = 'PASSWORD';$impexconfig['source']['database'] = 'source';$impexconfig['source']['tableprefix'] = '';###### DUPLICATE CHECKING# Where unique import id's are available ImpEx can check for duplicates with some# Tier2 systems this will need to be set to false.## yahoo_groups, YaBB 2.1, Ikonboard 3.1.5 (for attachments)#####define('dupe_checking', false);##################################################################################### ADVANCED - For a standard import or a novice user leave the settings below.#####// Advanced Target$impexconfig['target']['databasetype'] = 'mysql'; // currently mysql only$impexconfig['target']['charset'] = '';$impexconfig['target']['persistent'] = false; // (true/false) use mysql_pconnect// Advanced Source$impexconfig['source']['charset'] = '';$impexconfig['source']['persistent'] = false;# pagespeed is the second(s) wait before the page refreshes.$impexconfig['system']['language'] = '/impex_language.php';$impexconfig['system']['pagespeed'] = 1;$impexconfig['system']['errorlogging'] = false;define('impexdebug', false);define('emailcasesensitive', false);define('forcesqlmode', false);define('skipparentids', false);define('shortoutput', false);define('do_mysql_fetch_assoc', false);define('step_through', false);define('lowercase_table_names', false);define('use_utf8_encode', false);define('use_utf8_decode', true);?>ALGUIEN ME AYUDA??
Se que hjay que cambiarle el nombre y modificar los nombres d ela base de datos, usuario , contraseña, pero es que hay muuuchos. Alguien podría poner un pantallazo de qué es lo que hay que modificar y qué es lo que hay que renombrar por favor?.
Gracias de ante mano.
Bueno me hizo un amigo las modificaciones, y ahora ejecuto el dominio/impex y meto el número de usuario y me da ok, y luego me da este error:
: "config.php admincp path does not exsist".
Alguna solución?
Edité lo siguiente:
<?phpif (!defined('IDIR')) { die; }#################################################################### |;# vBulletin - Licence Number VBF69F089A# ---------------------------------------------------------------- # |;# Copyright ©2000–2009 Jelsoft Enterprises Ltd. All Rights Reserved. |;# This file may not be redistributed in whole or significant part. # |;# ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # |;# vBulletin - Instant Community | http://www.vbulletin.com/license.html # |;#################################################################### |;# The following settings allow ImpEx to connect to the vBulletin 3# database into which you will be importing data.###### TARGET - The target is the vBulletin database (where the data is going to)#####$impexconfig['target']['server'] = 'localhost';$impexconfig['target']['user'] = 'username';$impexconfig['target']['password'] = 'password';$impexconfig['target']['database'] = 'vbulletin_forum';$impexconfig['target']['tableprefix'] = '';# If the system that is being imported from uses a database,# enter the details for it here and set 'sourceexists' to true.# If the source data is NOT stored in a database, set 'sourceexists' to false$impexconfig['sourceexists'] = true;###### SOURCE - The source is the old forum database (where the data is coming from)###### mysql / mssql$impexconfig['source']['databasetype'] = 'mysql'; // mysql OR mssql$impexconfig['source']['server'] = 'NOMBRE BASE DE DATOS';$impexconfig['source']['user'] = 'USUARIO';$impexconfig['source']['password'] = 'PASSWORD';$impexconfig['source']['database'] = 'source';$impexconfig['source']['tableprefix'] = '';###### DUPLICATE CHECKING# Where unique import id's are available ImpEx can check for duplicates with some# Tier2 systems this will need to be set to false.## yahoo_groups, YaBB 2.1, Ikonboard 3.1.5 (for attachments)#####define('dupe_checking', false);##################################################################################### ADVANCED - For a standard import or a novice user leave the settings below.#####// Advanced Target$impexconfig['target']['databasetype'] = 'mysql'; // currently mysql only$impexconfig['target']['charset'] = '';$impexconfig['target']['persistent'] = false; // (true/false) use mysql_pconnect// Advanced Source$impexconfig['source']['charset'] = '';$impexconfig['source']['persistent'] = false;# pagespeed is the second(s) wait before the page refreshes.$impexconfig['system']['language'] = '/impex_language.php';$impexconfig['system']['pagespeed'] = 1;$impexconfig['system']['errorlogging'] = false;define('impexdebug', false);define('emailcasesensitive', false);define('forcesqlmode', false);define('skipparentids', false);define('shortoutput', false);define('do_mysql_fetch_assoc', false);define('step_through', false);define('lowercase_table_names', false);define('use_utf8_encode', false);define('use_utf8_decode', true);?>ALGUIEN ME AYUDA??