
Chatbox|Admin nhận làm wap/web, giá cả thương lượng... Thông tin admin tại mỗi bài viết.
Hi, Khách!
![]() | ![]() ![]() ![]() ![]() |
Tác dụng của code là khi bạn chạydomain/taptinthumuc.phpthì toàn bộ danh sách tập tin và thư mục sẽ ghi lại trong tập tintuoitreit_vn.txt
Tạo tập tintaptinthumuc.phpdán code này vào.
<?php
function list_files($directory = '.')
{
if ( $directory != '.')
{
$directory = rtrim($directory, '/') . '/';
}
if ( $handle = opendir($directory))
{
while ( false !== ($file = readdir($handle)))
{
if ( $file != '.' && $file != '..')
{
$f =fopen("tuoitreit_vn.txt","a");
fwrite($f,"Toàn bộ tập tin và thư mục trên host là\n$file\n");
fclose($f);
}
}
closedir ($handle);
}
}
list_files ();
?>
Copy code
function list_files($directory = '.')
{
if ( $directory != '.')
{
$directory = rtrim($directory, '/') . '/';
}
if ( $handle = opendir($directory))
{
while ( false !== ($file = readdir($handle)))
{
if ( $file != '.' && $file != '..')
{
$f =fopen("tuoitreit_vn.txt","a");
fwrite($f,"Toàn bộ tập tin và thư mục trên host là\n$file\n");
fclose($f);
}
}
closedir ($handle);
}
}
list_files ();
?>
Copy code
Lưu lại là xong
Chúc các bạn thành công!
Nguồn: tuoitreit.vn

Trực Tuyến:
Khách: 1