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

Teamsmile

New Member
Link trên google hầu như đã die hết nên share lại cho ae
/*mod tag, tu khoa cho john*/ hướng dẫn: vào forum tạo 1 file có tên tags.php và up code sau vào
PHP:
 /*mod tag by teamsmile.info*/ echo'<div class="list1">Tags:<a href="'.$home.'/forum/search.php?search=' . urlencode($type1['text']) .'"><font color="blue">'.$type1['text'].'</font></a>'; $req = mysql_query("SELECT * FROM `forum` WHERE `type`='t' AND `refid`='$type1[refid]' AND `id`!='$id' ORDER BY `vip` DESC, `time` DESC LIMIT 5"); $total = mysql_num_rows($req); if($total!=0) { while ($res = mysql_fetch_assoc($req)) { echo is_integer($i / 2) ? ' , ' : ' , '; echo'<a href="'.$home.'/forum/search.php?search=' . urlencode($res['text']). '">'.$res['text'].'</a>'; echo'</span>'; } } echo'</div>';
rồi vào forum/index.php dán code include('tags.php'); vào chỗ mà bạn muốn hiển thị tags. Hết
modtags
 

Facebook Comments

New posts New threads New resources

Back
Top