Visualizzazione risultati 1 fino 10 di 10

Discussione: Aiuto per inserire un guestbook in php.

  1. #1
    Guest

    Predefinito Aiuto per inserire un guestbook in php.

    Ciao
    Ho trovato uno script in php per creare un guestbook da inserire sul mio sito.
    Ho attivato un database mysql di classe 1 ma non capisco come fare a inserire i file *.php che dovrei inserire sul sito e installarli...
    Qualcuno sa aiutarmi?
    Grazie
    Katychan

  2. #2
    Guest

    Predefinito

    devi modificare i dati di acceso al database (li trovi in un file il cui nome contiene quasi sicuramente la parola config) seguendo questo topic http://forum.altervista.org/showthread.php?t=19812
    dopo di che carichi i file modificati via ftp sul tuo spazio e il gioco è fatto, se hai fatto tutto giusto dovresti poterci accedere col tuo browser
    ciao!

  3. #3
    Guest

    Predefinito

    L'ho fatto ma se apro la pag http://katychan.altervista.org/guest...hp?action=view mi da questo errore:
    "Parse error: syntax error, unexpected T_STRING in /membri/katychan/setup.php on line 23"

    Il file setup è questo:
    Codice PHP:
    <?php

    $OPTION
    [mysqlserver] = "katychan@localhost"; // mySQL hostname
    $OPTION[mysqldb] = "my_katychan"; // mySQL database name
    $OPTION[mysqluser] = "katychan"; // mySQL login username
    $OPTION[mysqlpass] = "pass"; // mySQL login password

    $OPTION[RequireName] = "Yes"; // Yes or No
    $OPTION[RequireEmail] = "Yes"; // Yes or No
    $OPTION[RequireHomepageName] = "No"; // Yes or No
    $OPTION[RequireHomepageUrl] = "No"; // Yes or No
    $OPTION[showpostedbydetails] = "Yes"; // Display who posted the message (Yes or No)
    $OPTION[sendemailonnewmessage] = "No"; // Send you a email when someone leaves a message (Yes or No)
    $OPTION[youremail] = "katychan83@yahoo.it"; // Your Email address

    $OPTION[Username] = "username"; // Username so you can delete messages
    $OPTION[Password] = "password"; // Password so you can delete messages
    $OPTION[GuestbookName] = "At Katychan's Guestbook";
    $OPTION[MessagesPerPage] = "25"; // Messages per page
    $OPTION[offset] = "\\"; // How many hours you want to offset the server time

    // For a full list of the date variables goto http://www.php.net/manual/en/function.date.php
    $OPTION[dateformat] = "d-m-y";
    $OPTION[timeformat] = "h:i:s A";

    $FoundUSArray = array(
    "Just Surfed On It!",
    "LinkExchange",
    "Word of Mouth",
    "Search Engine",
    "Other"
    );
    // To add extra values put ( "NAME", ) on a new line (make sure the last array value doesnt have a , at the end)

    ?>

    EDIT:
    ps ovviamente ho scritto pass ora però c'è la password giusta nel file che ho uppato

    Usa i tag appositi per il codice php e non fare UP.
    Ultima modifica di seneca : 12-10-2006 alle ore 12.16.32

  4. #4
    Guest

    Predefinito

    mi puoi dire da dove hai scaricato tutto il codice, così vedo se riesco ad aiutarti? Non assicuro niente però eh.. tongue :

  5. #5
    Guest

  6. #6
    Guest

    Predefinito

    Il file funziona l'ho installato.
    L'errore è nella riga
    $OPTION[mysqlserver] = "katychan@localhost"; // mySQL hostname
    Correggilo con:

    $OPTION[mysqlserver] = "localhost"; // mySQL hostname
    Inoltre ricordati di cancellare poi il file install.php
    Ultima modifica di blografic : 11-10-2006 alle ore 21.18.17

  7. #7
    L'avatar di seneca
    seneca non è connesso Super Moderatore
    Data registrazione
    18-12-2004
    Residenza
    la Città Eterna
    Messaggi
    8,376

    Predefinito

    Se avessi letto le faq, avresti risolto subito il problema della connessione al database!


    -- Aut Roma Aut Nihil!

  8. #8
    Guest

    Predefinito

    mi spiegheresti come si inserisce nel sito???

    Prendo i file li posto nel server e poi???

    scusate l'incopetenza...

    Grazie.

  9. #9
    L'avatar di seneca
    seneca non è connesso Super Moderatore
    Data registrazione
    18-12-2004
    Residenza
    la Città Eterna
    Messaggi
    8,376

    Predefinito

    Prima modifichi le impostazioni citate sopra, salvi, carichi sul server tutti i file e poi vai col browser al file principale o a quello di amministrazione.


    -- Aut Roma Aut Nihil!

  10. #10
    L'avatar di funcool
    funcool non è connesso Utente storico
    Data registrazione
    05-02-2004
    Residenza
    Qui... Non lì, qui!
    Messaggi
    15,433

    Predefinito

    E' sbagliata anche questa riga:
    Codice PHP:
    $OPTION[offset] = "\"; // How many hours you want to offset the server time
    Trasformala così:
    Codice PHP:
    $OPTION[offset] = "\\"; // How many hours you want to offset the server time
    Mattia vi manda a FunCool - Matriz - Directory Gogol - Sfondo rosso per la Birmania
    «Tu mi dai fastidio perché ti credi tanto un Dio!» «Bè, dovrò pur prendere un modello a cui ispirarmi, no?» Woody Allen

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •