Giới thiệu: Cho phép bạn có link down file jad từ jar
Hướng dẫn:
+ Tạo một thư mục jad ngang hàng file index.php root, chmod thành 777
+ Up file zip.php vào thư mục incfiles
+ Up file jad.php vào forum/includes
+ Mở forum/index.php tìm:
Thay bằng:
+ Tìm tiếp:
Thêm vào dưới nó:
Tìm tiếp:
Thêm vào trên nó:
+ Save và test.
+ Chú ý sửa http://tuoitreit.vn thành link wap các bạn nhé
[down]Download [/down]
Hướng dẫn:
+ Tạo một thư mục jad ngang hàng file index.php root, chmod thành 777
+ Up file zip.php vào thư mục incfiles
+ Up file jad.php vào forum/includes
+ Mở forum/index.php tìm:
PHP:
'files',
'filter',
PHP:
'files',
'filter',
'jad',
PHP:
$pic_ext = array(
'gif',
'jpg',
'jpeg',
'png'
);
PHP:
$jar_ext = array(
'jar'
);
PHP:
echo ' (' . $fls . ' KB.)';
PHP:
if (in_array($att_ext, $jar_ext))
echo '<a href="http://tuoitreit.vn/forum/index.php?act=jad&id=' . $fres['id'] . '">Tải JAD</a>';
+ Chú ý sửa http://tuoitreit.vn thành link wap các bạn nhé
[down]Download [/down]