📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
/
yonetim
/
ckeditor
/
plugins
/
imageuploader
📝
create.php
← Geri Dön
<?php // Including the check_permission file, don't delete the following row! require(__DIR__ . '/check_permission.php'); if(isset($_POST["username"]) or isset($_POST["password"])){ $tmpusername = strip_tags($_POST["username"]); $tmpusername = htmlspecialchars($tmpusername, ENT_QUOTES); $tmppassword = md5($_POST["password"]); $data = '$username = "'.$tmpusername.'"; $password = \''.$tmppassword.'\';'.PHP_EOL; $fp = fopen(__DIR__ . '/pluginconfig.php', 'a'); fwrite($fp, $data); unlink(__DIR__ . "/new.php"); unlink(__DIR__ . "/create.php"); header("Location: imgbrowser.php"); }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula