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

bunvocam9x

New Member
Có bạn xin nên share luôn cho mọi người
Mod cũng chả có gì đặc biệt :D
Demo ảnh:
8tIom-mod-text-link.PNG


bước 1:
mở /incfiles/languages/vn/admin.lng
tìm: links_armt_over_counters = "Trong truy cập"
thay thành: links_armt_over_counters = "Liên Kết"
Done!

Bước 2:
mở /incfiles/end.php
Tìm và xóa dòng:
PHP:
if (!empty($cms_ads[2])) {
 echo $cms_ads[2];
}
Done!

Bước 3: mở /pages/mainmenu.php
Chèn code này vào trước ?>
PHP:
//--- Mod Liên Kết bởi GocMaster.Mobi ---//
$cms_ads = array();
if (!isset($_GET['err']) && $act != '404' && $headmod != 'admin') {
 $view = $user_id ? 2 : 1;
 $layout = ($headmod == 'mainpage' && !$act) ? 1 : 2;
 $req = mysql_query("SELECT * FROM `cms_ads` WHERE `to` = '0' AND (`layout` = '$layout' or `layout` = '0') AND (`view` = '$view' or `view` = '0') ORDER BY `mesto` ASC");
 if (mysql_num_rows($req)) {
 while (($res = mysql_fetch_assoc($req)) !== FALSE) {
 $name = explode("|", $res['name']);
 $name = htmlentities($name[mt_rand(0, (count($name) - 1))], ENT_QUOTES, 'UTF-8');
 @$cms_ads[$res['type']] .= '<option value="' . $res['id'] . '">' . $name . '</option>';
 if (($res['day'] != 0 && time() >= ($res['time'] + $res['day'] * 3600 * 24)) || ($res['count_link'] != 0 && $res['count'] >= $res['count_link']))
 mysql_query("UPDATE `cms_ads` SET `to` = '1' WHERE `id` = '" . $res['id'] . "'");
 }
 }
}
if (!empty($cms_ads[2])) {
echo '<div class="mainblok"><div class="phdr"><b>Text Link</b></div><div class="list1"><form action="'.$home.'/go.php" method="post"><select name="id">';
 echo $cms_ads[2];
 echo '</select><input type="submit" value="Đến"/></form></div></div>';
}

Done. Xong nhé.
Bây giờ các bạn muốn thêm liên kết thì vào panel để thêm liên kết nhé :D
Nguồn: http://gocmaster.mobi
Vui lòng tôn trọng người share nhé:D
 

Facebook Comments

New posts New threads New resources

Back
Top