var orlink="' . basename($_REQUEST['filename']) . ' to ' . $_REQUEST['uploaded'] . '";'; if (file_exists("hosts/upload/".$_REQUEST['uploaded'].".php")){ include_once("hosts/upload/".$_REQUEST['uploaded'].".index.php"); if ($max_file_size[$_REQUEST['uploaded']]!=false) if ($fsize > $max_file_size[$_REQUEST['uploaded']]*1024*1024) html_error(lang(66)); include_once("hosts/upload/".$page_upload[$_REQUEST['uploaded']]); } else html_error(lang(67)); if ($download_link || $delete_link || $stat_link || $adm_link) { //Protect down link with http://lix.in/ /* if ($_REQUEST['protect']==1){ unset($post); $post['url'] =$download_link; $post['button'] = 'Protect+Link'; $post['op'] = 'crypt_single'; $post['reset']='Clear'; $page = geturl("lix.in",80,"/index.php","http://lix.in/",0,$post); $tmp = cut_str($page,"http://lix.in/","'"); if (!empty($tmp)) $protect = "http://lix.in/".$tmp; } */ echo "\n"; echo ($download_link ? '' : ''); echo ($delete_link ? '' : ''); echo ($stat_link ? '' : ''); echo ($adm_link ? '': ''); echo ($user_id ? '': ''); echo ($ftp_uplink ? '': ''); echo ($access_pass ? '': ''); /*echo ($protect ? '': '');*/ echo "
'.lang(68).':
'.lang(69).':
'.lang(70).':
'.lang(71).':
'.lang(72).':
'.lang(73).':
'.lang(74).':
Protect link:
\n"; if(!file_exists(trim($lfile).".upload.html") && !isset($_GET['auul']) && !$options['upload_html_disable']) { $html_header = ' '.lang(75).' '; write_file(trim($lfile).".upload.html", $html_header.sprintf(lang(76),$lname,bytesToKbOrMb($fsize)), 0); if (!$options['upload_html_disable']) { $html_content = '
'.$_REQUEST['uploaded'].' - '.date("Y-m-d H:i:s").'
'; write_file(trim($lfile).".upload.html", $html_content, 0); } } } echo $not_done ? "" : '

'.lang(77).'
'; ?>