Annuncio

Collapse
No announcement yet.

Simple Machines

Collapse
X
 
  • Filter
  • Ora
  • Show
Clear All
new posts

  • Simple Machines

    Ciao a tutti,sto cercando di installare questo Forum nel mio host(NetSons) hosto i files...tutto perfetto....ma quando cerco nel database con il tasto sfoglia di caricare il file install.sql per i dati..mi dà alcuni errori..come li supero?
    [Code]
    Errore

    query SQL:
    #### ATTENTION: You don't need to run or use this file! The install.php script does everything for you!
    #
    # Table structure for table `attachments`
    #
    CREATE TABLE {$db_prefix}attachments(ID_ATTACH int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
    ID_THUMB int( 10 ) unsigned NOT NULL default '0',
    ID_MSG int( 10 ) unsigned NOT NULL default '0',
    ID_MEMBER mediumint( 8 ) unsigned NOT NULL default '0',
    attachmentType tinyint( 3 ) unsigned NOT NULL default '0',
    filename tinytext NOT NULL ,
    size int( 10 ) unsigned NOT NULL default '0',
    downloads mediumint( 8 ) unsigned NOT NULL default '0',
    width mediumint( 8 ) unsigned NOT NULL default '0',
    height mediumint( 8 ) unsigned NOT NULL default '0',
    PRIMARY KEY ( ID_ATTACH ) ,
    UNIQUE ID_MEMBER( ID_MEMBER, ID_ATTACH ) ,
    KEY ID_MSG( ID_MSG )
    ) TYPE = MYISAM ;


    Messaggio di MySQL:
    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '{$db_prefix}attachments (
    ID_ATTACH int(10) unsigned NOT NULL
    [/code]

    potete darmi una mano?
    Grazie
    Io le mie colpe le sto ancora pagando, tu che mi dici delle tue?

  • #2
    Segui le istruzioni
    http://docs.simplemachines.org/index.php?topic=5
    e successivo passo.

    Ho installato un SMF un mesetto fa su netsons ed è abbastanza semplice (il "difficile" è stato tweakarlo secondo i miei bisogni), basta seguire le istruzioni.
    Se inizi a fare di testa tua usando file a caso non te la cavi più, anche perché se in un file mettono come prima riga

    #### ATTENTION: You don't need to run or use this file! The install.php script does everything for you!
    Forse non dovresti usarlo, ti pare?

    Comment


    • #3
      Fatto..c'è lo fatta da solo..

      solo che la directory è www.hackingwebsite.netsons.org/hackingwebsite
      se i files che ho messo in /hackingwebsite/ li sposto nella directory principale non va..quindi mi serve un index in html oppure php è uguale...che reindirizzi alla pagina del forum....non so se mi sono spiegato...cerco un pò...se avete un sorgente postatelo pure...
      Last edited by mitor; 05 April 2007, 12:58.
      Io le mie colpe le sto ancora pagando, tu che mi dici delle tue?

      Comment


      • #4
        [CODE]<?php
        header( 'Location: http://www.hackingwebsite.netsons.org/hackingwebsite/' ) ;
        ?>[/CODE]
        Inseriscilo in un file index.php ed è fatta.

        Comment


        • #5
          Grazie Mille,ci provo...vediamo se funziona..

          Edit:

          Funziona Perfettamente...Grazie...
          Last edited by mitor; 05 April 2007, 14:04.
          Io le mie colpe le sto ancora pagando, tu che mi dici delle tue?

          Comment

          Working...
          X