• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
Strona 2 z 2 PierwszyPierwszy 12
  1. #11
    dawinczi352 jest nieaktywny Użytkownik
    Dołączył
    Aug 2009
    Posty
    33

    Domyślnie

    plik

    Kod:
    <?php
    if (!defined('IDIR')) { die; }
    
     
    
    # 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']			= 'bbb_as';
    $impexconfig['target']['password']		= '123';
    $impexconfig['target']['database']		= 'bbb_sub';
    $impexconfig['target']['tableprefix']	= '_phpbb'; 
    
    # 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']		= 'localhost';
    $impexconfig['source']['user']			= 'znalazlem2_xxx2'; 
    $impexconfig['source']['password']		= 'xasss'; 
    $impexconfig['source']['database']		= 'znalazlem2_xxx';   
    $impexconfig['source']['tableprefix']   = '';   
    
    ####
    #
    # DUPLICATE CHECKING
    # Where unique import id's are aviable 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', true);
    
    ###############################################################################
    ####
    #
    # 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;
    
    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);
    ?>
    Raczej wszystko dobrze a wyskakuje ten błąd zrobilem wszystko z instrukcja wpisalem tylko dane obu baz i tylko.



  2. #12
    Awatar gonzek
    gonzek jest nieaktywny Advanced Member
    Dołączył
    Feb 2008
    Przegląda
    Szczecin, Poland
    Posty
    608
    Przydatne posty
    1

    Domyślnie

    Proponuję skorzystać z odpłatnej pomocy osoby, która się na tym zna, bo raczej czarno to widzę.


  3. #13
    dawinczi352 jest nieaktywny Użytkownik
    Dołączył
    Aug 2009
    Posty
    33

    Domyślnie

    Usunąłem z tabeli vbullet _phpbb i chyba ruszylo

    ss :

    Ale dallej pisze :

    Temat?w: 2, Post?w: 2, U?ytkownik?w: 0, Aktywni u?ytkownicy: 0


Strona 2 z 2 PierwszyPierwszy 12

Podobne wątki

  1. Baza Danych
    By MaXFireN in forum Pytania i problemy
    Odpowiedzi: 8
    Ostatni post / autor: 28.03.2010, 11:05
  2. Odpowiedzi: 0
    Ostatni post / autor: 10.03.2010, 13:38
  3. baza danych
    By zenext in forum Pytania i problemy
    Odpowiedzi: 3
    Ostatni post / autor: 04.12.2008, 19:49
  4. baza danych
    By RafoX in forum Pytania i problemy
    Odpowiedzi: 4
    Ostatni post / autor: 04.12.2008, 16:35
  5. baza danych
    By hasiek24 in forum Pytania i problemy
    Odpowiedzi: 7
    Ostatni post / autor: 20.08.2008, 15:11
Chmurka.pl

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67