dgtupltn95
New Member
Mod download file .jad cho Johncms
Một công cụ tuyệt vời cho ai làm wap game bằng JohnCMS:
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, Thanks
+ Chú ý sửa johncms.asia thành link wap các bạn nhé!
jad.zip
Một công cụ tuyệt vời cho ai làm wap game bằng JohnCMS:
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:
Code:
'files',
'filter',
Code:
'files',
'filter',
'jad',
Code:
$pic_ext = array(
'gif',
'jpg',
'jpeg',
'png'
);
Code:
$jar_ext = array(
'jar'
);
Code:
echo ' (' . $fls . ' KB.)';
Code:
if (in_array($att_ext, $jar_ext))
echo '<a href="http://johncms.asia/forum/index.php?act=jad&id=' . $fres['id'] . '">Tải JAD</a>';
+ Chú ý sửa johncms.asia thành link wap các bạn nhé!
jad.zip