Ciao a tutti...

Oggi stavo aggiungendo al mio sito web una sezione di guestbook, e ho riscontrato un errore nella installazione, no lo so perche!Ho letto il file testo readme.txt che diceva di inserire Nome,pass,nome database nel'file config.php alla fine ho inserito tutto che mi chiedeva!Sono andato a clicare su install mi esce questo

Badword table created...
Badwords Values inserted...
Banned IP's table created...


  • // mySql Configuration
    $server = "localhost"; // Your mySQL Server, most cases "localhost"
    $db_user = "BlabLa"; // Your mySQL Username
    $db_pass = "MyPasswor"; // Your mySQL Password
    $database = "BlaBlaBla"; // Database Name

    // GB Parameters
    $adminpass = "MyPassword"; // Password for Administration
    $guestbook_head = "GuestBook"; // Guestbook Header (Name)
    $gb_desc = "The best phpBook on the Net";// Enter your description here
    $url_to_start = "http://www.domain.com/book"; // NO trailing slashes
    $gb_notify = "dj.vegetas@live.it"; // leave it empty -> disable notify

    $language = "english.php"; // for e.g. German enter german.php (see languages sub-dir)
    $locations = "worldlong.inc"; // for e.g. Europe enter europe.inc (see locations sub-dir)
    $lang_dir = "languages"; // Language Directory, no trailing slashes
    $loc_dir = "locations"; // Locations Directory, no trailing slashes
    $image_dir = "images"; // Image Directory, no trailing slashes
    $limit = array(5 ,1000); // Message Limits (min,max)
    $timelimit = "60"; // Submit timeout in minutes (Cookiebanning), disabled if "";
    $perpage = "5"; // how much Entry's per page
    $pperpage = "11"; // how much PageBreak's per page, should be like 5,7,9,11,13
    $table_width = "600"; // enter value in pix (e.g. "600") or in % (e.g. "80%")
    $table_height = ""; // "" means the table is variable
    $table_align = "center";
    $dateformat = "us"; // for european Date&Time-Format enter "eu"
    $book_version = "1.50"; // DO NOT CHANGE THIS
    $show_sysinfo = true; // show the systeminformation on every bottom page
    $supportpwd = "2support"; // pwd for support-info, paranoid-setting is ""