• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Admin

Well-Known Member
Staff member
Administrator
Bạn dùng code này không phải đăng nhập host, chỉ cần đăng nhập admin thôi
Chức năng
- Tạo file
- Xóa file
- Sửa file
- Đổi tên file

Một số ảnh
tuoitrevnbiz08062013.png

tuoitrevnbiz08062013.png

Hướng dẫn cài đặt
Upload lên host, vào file ql.php
Tìm
PHP:
$ref=str_replace('http://tuoitreit.vn','',$ref);
Sửa thành domain của bạn là xong
Khi hoàn thành bạn vào quản lý bằng theo đường dẫn domain.com/ql.php
PHP:
<?php
echo'<div class="phdr"><a href="/ql.php">Quản lý file</a></div>';
echo'<div class="func"><a href="ql.php?c=3"><b>Tạo File mới</b></a></div>';
echo'<div class="menu">';
$referer=$_SERVER['HTTP_REFERER'];
$dir=$_GET['dir'];
$file=$_GET['file'];
$tm=getcwd();
$save=$_POST['text'];
$c=$_GET['c'];
$url=$_SERVER['REQUEST_URI'];
$url2=$url;
for($***=0;$***<30;$***++){
$url=str_replace(array("/ql.php","?c=$***","&dir=","&file="),array("","","",""),$url);
}
$ref=$referer;
$ref=str_replace('http://demo.tuoitreit.vn/php','',$ref); 
$ref=str_replace('?c=1','',$ref);
$ref=str_replace('&dir=','',$ref);
$ref=str_replace('&file=','',$ref);
$ref=str_replace('//','/',$ref);
$dem=0;
if($c==NULL) $c=1;
if($c==1){
 $d=opendir("$tm/$dir");
 while ($f=readdir($d))
if($f!=='.'&&$f!=='..')
{
$dem=$dem+1;
$dir2=$tm.$url.'/'.$f;
if(is_dir("$dir2")){
$ld[$dem]= '<a href="ql.php?c=1&dir='.$url.'/'.$f.'">'.$f.'</a><br />';
$hld=$hld.$ld[$dem];
} else{
$lf[$dem] = '<a href="'.$url.'/'.$f.'">'.$f.'</a> <a href="ql.php?c=2&file='.$url.'/'.$f.'"><b>[Soạn thảo]</b></a> <a href="ql.php?c=5&un='.$url.'/'.$f.'">[Xóa file]</a> <a href="re.php?n1='.$url.'/'.$f.'&n2='.$url.'/&n3='.$f.'">[Đổi tên]</a><br />';
$hlf=$hlf.$lf[$dem];
}}
echo $hld.$hlf.'</div>';
}
if($c==2){
$i=0;
echo '<form action="'.$url2.'" method="post"><textarea name="text">';
$op=fopen("$tm/$url","r");
while(!feof($op)){
$i=$i+1;
$gd[$i]= fgets($op);
echo ''.$gd[$i].'';
}
fclose($op);
echo '</textarea><input type="submit" value="Lưu lại" /></form>';
if($save!==NULL){
$ow=fopen("$tm/$url","w");
fwrite($ow,$save);
fclose($ow);
echo '<script language="javascript">window.location = "'.$url2.'";</script>';
}}
if($c==3){
if($ref!==NULL) echo '<form action="ql.php?c=4" method="post">File name:<br /><input type="hidden" name="nf1" value="'.$ref.'" /><input type="text" name="nf2" /><br /><input type="submit" value="Xong" /></form>';
if($ref==NULL) echo'<script language="javascript">window.location = "ql.php?c=1";</script>';
}
if($c==4){
$nf1=$_POST['nf1'];
$nf2=$_POST['nf2'];
$nf=$nf1.'/'.$nf2;
$nf=str_replace('ql.php','',$nf);
$nf=str_replace('///','/',$nf);
$nf=str_replace('//','/',$nf);
if(is_file("$tm/$nf")) die('File này đã được tạo trước đó rồi');
if($nf!==NULL){
$newf=fopen("$tm/$nf","a");
fwrite($newf,$nd);
fclose($newf);
echo'<a href="ql.php?c=2&file='.$nf.'">Soạn thảo</a> <br /> <a href="ql.php">Quản lí tập tin</a>';
}}
if($c==5){
$un=$_GET['un'];
if(!is_file($tm.$un)) die('File không còn để xóa');
unlink($tm.$un);
echo 'Xoá thành công '.$un.'<br /><a href="'.$referer.'">Quay lại</a>';
}
if($c=6){
$rn1=$_POST['rn1'];
$rn2=$_POST['rn2'];
$rn3=$_POST['rn3'];
$rn=$rn2.$rn3;
$rn=str_replace('//','/',$rn);
$rn1=str_replace('//','/',$rn1);
rename($tm.$rn1,$tm.$rn);
$rna=$rn2.'*/*';
$rna=str_replace('/*/*','',$rna);
$rna=str_replace('*/*','',$rna);
if($rn1!=NULL&&$rn!==NULL) echo 'Đổi tên thành công '.$rn1.' -> '.$rn.'<br /><a href="ql.php?c=1&dir='.$rna.'">Quay lại</a>';
}
echo'</div>';
?>
Nguồn: DVPDA
 

Facebook Comments

New posts New threads New resources

Back
Top