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

Share mod download jad cho johncms

Admin

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

Facebook Comments

New posts New threads New resources

Back
Top