e questo è l'altro

Codice PHP:
// CONFIG FILE
// EDIT THIS FILE TO CUSTOMIZE YOUR SCRIPTS
//
// WRITTEN BY MATTEO FIGUS 2002
// [email]mattfigs@supereva.it[/email]
// [url]http://www.matteofigus.cjb.net[/url]

// Password

$psw="a";


// Name of the directory where the files will be saved (with slash "/")
// Nome della directory in cui verranno salvati i files (con lo slash "/")

$d="uploads/";


// Maximum filesize (bytes - 15000 = 15KB)
// Dimensione massima del file in bytes (15000= 15KB)    

$s=15000;


// Uploading.. Message
// Messaggio Trasferimento del file...

$c="Creating";


// Error Message (Filesize over limit)
// Messaggio di errore (Dimensione del file al di sopra del limite imposto)

$err="ERROR - Filesize over limit";


// Error Message (Not Found, or File-Browse-Box empty)
// Messaggio di errore (Non trovato, o Casella-Sfoglia-file vuota)

$err1="EMPTY";


// OK Message
// Messaggio di OK

$ok="OK";


// Go-Back Message
// Messaggio torna-indietro

$back="Upload other files";


// Number of simultaneus uploads min=1, max=14 
// Numero di uploads simulanei min=1, max=14

$up=1;


// HTML code of the header of the page
// Codice Html dell'header della pagina