array(),
'message' => array()
);
$goodqty = (isset($_GET['goodfiles']) ? $_GET['goodfiles'] : 0);
$badqty = (isset($_GET['badfiles']) ? $_GET['badfiles'] : 0);
$dupqty = (isset($_GET['dupfiles']) ? $_GET['dupfiles'] : 0);
if($goodqty>0)
{
$notify['type'][]='success';
$notify['message'][]=sprintf(TB_MSGUPGOOD, $goodqty);
}
if($badqty>0)
{
$notify['type'][]='failure';
$notify['message'][]=sprintf(TB_MSGUPBAD, $badqty);
}
if($dupqty>0)
{
$notify['type'][]='failure';
$notify['message'][]=sprintf(TB_MSGUPDUP, $dupqty);
}
if(isset($_GET['permerror']))
{
$notify['type'][]='failure';
$notify['message'][]=sprintf(TB_MSGUPFAIL, $tinybrowser['docroot'].$tinybrowser['path'][$typenow]);
}
?>
TinyBrowser ::
");
so.addVariable("sessid", "");
so.addVariable("obfus", "");
so.addVariable("filenames", "");
so.addVariable("extensions", "");
so.addVariable("filenamelbl", "");
so.addVariable("sizelbl", "");
so.addVariable("typelbl", "");
so.addVariable("progresslbl", "");
so.addVariable("browselbl", "");
so.addVariable("removelbl", "");
so.addVariable("uploadlbl", "");
so.addVariable("uplimitmsg", "");
so.addVariable("uplimitlbl", "");
so.addVariable("uplimitbyte", "");
so.addParam("allowScriptAccess", "always");
so.addParam("type", "application/x-shockwave-flash");
so.write("flashcontent");'>
0) alert($notify);
form_open('foldertab',false,'upload.php','?type='.$typenow.$passfeid);
?>