Codice:
<?
// CONFIG FILE
// EDIT THIS FILE TO CUSTOMIZE YOUR SCRIPTS
//
// WRITTEN BY MATTEO FIGUS 2002
// mattfigs@supereva.it
// http://www.matteofigus.cjb.net
// Password
$psw="ìì";
// 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=1500000000000;
// Uploading.. Message
// Messaggio Trasferimento del file...
$c="Attendere";
// Error Message (Filesize over limit)
// Messaggio di errore (Dimensione del file al di sopra del limite imposto)
$err="ERRORE - Dimensione oltre il limite prestabilito";
// Error Message (Not Found, or File-Browse-Box empty)
// Messaggio di errore (Non trovato, o Casella-Sfoglia-file vuota)
$err1="File non trovato";
// OK Message
// Messaggio di OK
$ok="OK, trasferimente riuscito";
// Go-Back Message
// Messaggio torna-indietro
$back="Uppa un altro file";
// Number of simultaneus uploads min=1, max=14
// Numero di uploads simulanei min=1, max=14
$up=5;
// HTML code of the header of the page
// Codice Html dell'header della pagina
?>
<HTML>
<HEAD>
<TITLE>UploadFile</TITLE>
</HEAD>
<STYLE TYPE="text/css">
A { COLOR: RED }
FONT { font-family: Verdana }
</STYLE>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000"><font size=2><BR><BR>
alcuni termini li ho cambiati in italiano