• User

    installazione script aiutoooooooooo

    ciao a tutti, io devo installare uno script e solamente che avendo poca praticità chiedo consigli a tutti voi......io devo installare uno script che è in mio possesso, nel mio pc ho installato easyphp, e mi trovo codeste direttive per l'installazione, io ho aperto phpmyadmin e ho cliccato nel creare un db nuovo solamente che mi viene chiesto di inserire molte info nella tabella che non so se sono in mio possesso, indico tutto quello che ho e....AIUTATEMI!!!!le direttive sono:

    1. Setup an empty MySQL database for your pict (i.e. named pict)

    2. Create the table pict as indicated in the file db.sql

    3. Insert the words in the table. You can use the examples in db.sql

    4. Open with a text editor the file config.php in the folder public_html

    5. Add your own data to the website and MySQL Settings and save the file

    6. Upload the content of public_html to your ftp htdocs/public_html directory preserving the directory tree

    l'inzio della tebella esempio che ho e se vi puo aiutare, io la metto anche se non so se vi puo aiutare ed è:

    CREATE TABLE word (
    id int(11) NOT NULL auto_increment,
    url varchar(255) default NULL,
    word varchar(50) NOT NULL,
    color varchar(6) NOT NULL default '808080',
    font int(2) NOT NULL default '0',
    size int(2) NOT NULL default '14',
    alt varchar(70) default NULL,