Beiträge von Superdidi

    Hallo Forum habe mal eine frage!
    Habe hier die Datei Passwd, aber wo genau kommen die daten der datenbank hin?

    Habe das nur gegen den Text ausgetauscht aber das funst nicht!
    BITTE KANN MIR DA JEMAND HELFEN!


    <?

    /*
    Copyright (c), 1999, 2000 - phpauction.org
    Copyright (c), 2001, 2002 - webauction.de.vu

    Lizenz siehe lizenz.txt & license

    Die neueste Version kostenfrei zum Download unter:
    http://webauction.de.vu

    */

    $DbHost = ""; // The host where the MySQL server resides
    $DbDatabase = ""; // The database you are going to use
    $DbUser = ""; // Username
    $DbPassword = ""; // Password

    //--Control Panel password
    //This is the password you will have to use to access the admin program

    $AdminPasswd = "";

    //Tabell Präfix //

    $dbfix = "a";

    ?>