• 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 code like hiển thị tim ra trang chủ.

Boy97

New Member
Giới thiệu: Hiển thị thanks hay like ra trang chủ bài viết
Demo
Hướng dẫn: Hết sức đơn giản
+ Mở pages/mainmenu.php tìm:
PHP:
<?php
$nam = mysql_fetch_array ( $nikuser );
?>
Thêm vào dưới nó:
PHP:
<?php
$getthank = mysql_query ( "SELECT * FROM `forum_thank` WHERE `topic` = '" . ( $arr [ 'id' ] + 1 ) . "'" );
$getnumrows = mysql_num_rows ( $getthank );
?>
+ Tìm:
PHP:
<?php
' . $nam[' from ']. '
?>
Thay bằng:
PHP:
<?php
' . $nam[' from ']. ' < font color = "red" >[ ♥ ' .$getnumrows. ' ]</ font >
?>
Để hiển thị.
Nếu ai muốn ẩn tim đi khi like bằng 0 thì
Mở mainmenu tìm đoạn
PHP:
<?php
'.$nam[' from '] . ' ;
}
?>
Thêm bên dưới
PHP:
<?php
if ( $getnumrows !== 0 ) echo '<font color="red">[♥' . $getnumrows . ']</font>' ;
?>
Lưu và test & Like
nguồn m4v
 

Facebook Comments

New posts New threads New resources

Back
Top