• 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.

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:
Code:
    'files',
    'filter',
Thay bằng:
Code:
    'files',
    'filter',
    'jad',
+ Tìm tiếp:
Code:
                        $pic_ext = array(
                            'gif',
                            'jpg',
                            'jpeg',
                            'png'
                        );
Thêm vào dưới nó:
Code:
                        $jar_ext = array(
                            'jar'
                        );
Tìm tiếp:
Code:
                        echo ' (' . $fls . ' KB.)';
Thêm vào trên nó:
Code:
                        if (in_array($att_ext, $jar_ext))
                            echo '<a href="http://johncms.asia/forum/index.php?act=jad&amp;id=' . $fres['id'] . '">Tải JAD</a>';
+ Save và test, Thanks
+ Chú ý sửa johncms.asia thành link wap các bạn nhé!
jad.zip
 

Facebook Comments

New posts New threads New resources

Back
Top