I have error
Parse error: syntax error, unexpected $end in htdocs\upload\up\index.php on line 145
Why wrote:I have error
Parse error: syntax error, unexpected $end in htdocs\upload\up\index.php on line 145
hiddew wrote:Also one more question,
I want to customize the entire layout to my own needs, how would I do that? without damaging the uploading
hiddew wrote:Ah thanks, 1 more thing where do I find the text in the file upload form?
FileBox is a free file and image hosting service. Feel free to upload your files here! Just browse the files you wish to upload and click on 'Open' when finished selecting the files or on the Upload button if using the HTML form where you will later recieve a download link.
Upload File?
$filename = $_FILES['upfile']['name'];
if ($_GET['method'] == "flash") $filename = utf8_decode($filename);
$filename = str_replace("'",'',"$filename");
$filename = str_replace("&",'_',"$filename");
$filename = str_replace("!",'_',"$filename");
$filename = str_replace("@",'_',"$filename");
$filename = str_replace("#",'_',"$filename");
$filename = str_replace("$",'_',"$filename");
$filename = str_replace("%",'_',"$filename");
$filename = str_replace("^",'_',"$filename");
$filename = str_replace("*",'_',"$filename");
$filename = str_replace("(",'_',"$filename");
$filename = str_replace(")",'_',"$filename");
$filename = str_replace("-",'_',"$filename");
$filename = str_replace("+",'_',"$filename");
$filename = str_replace("=",'_',"$filename");
$filename = str_replace("|",'_',"$filename");
$filename = str_replace(" ",'',"$filename");
$filename = str_replace("ä",'ae',"$filename");
$filename = stripslashes("$filename");
$filesize = $_FILES['upfile']['size'];
$fancyurl=rand('1','999');
Return to Daddy's File Host v1.X
Users browsing this forum: No registered users and 1 guest