• 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 đánh giá cho johncms by hacker001

ChickenStyle

New Member
Chat 2 đoạn này vào phpmyadmin

PHP:
ALTER TABLE `forum` ADD `like` int(11) not null default '0';
ALTER TABLE `forum` ADD `dislike` int(11) not null default '0';

Cho vào forum/index.php nè
PHP:
echo '<div class="cmt"><b>Đánh Giá:</b>';
 
if(!isset($_SESSION['rate-'.$id])) echo '(<a href="index.php?act=like&amp;id=' . $id . '"><img src="/images/like.png" alt="Hay"></a> <font color="green">'.$type1['like'].'</font> - <a href="index.php?act=like&amp;id=' . $id . '&amp;dis"><img src="/images/dis.png" alt="Không Hay"></a> <font color="red">'.$type1['dislike'].'</font>)  ';
echo '<font color="green">'.$type1['like'].'</font> / <font color="red">'.$type1['dislike'].'</font><br />';
likeview($type1['like'], $type1['dislike']);
echo '</div>';

Code By HAcker001 YeuCongNghe.Biz ai dùng để cái bản quyền giúp cái đời chó vãi lờn



cho cái này vào core

PHP:
function likeimg($n,$x=false){
$n=$n*10;
if($x){
$n=$n-5;
echo '<img src="/images/star/'.$n.'.png" alt="Đánh giá '.$n.' %" title="Đánh giá '.$n.' %"/>';
} else {
echo '<img src="/images/star/'.$n.'.png" alt="Đánh giá '.$n.' %" title="Đánh giá '.$n.' %" />';
}
}
function likeview($like,$unlike){
if($like==0 and $unlike==0){ likeimg(5); } else {
$tong=$like+$unlike;
$thich=($like/$tong)*100;
if($thich >= 100){ likeimg(5);}
elseif($thich >= 90){ likeimg(5,true);}
elseif($thich >= 80){ likeimg(4);}
elseif($thich >= 70){ likeimg(3,true);}
elseif($thich >= 60){ likeimg(3);}
elseif($thich >= 50){ likeimg(3,true);}
elseif($thich >= 40){ likeimg(2);}
elseif($thich >= 30){ likeimg(2,true);}
elseif($thich >= 20){ likeimg(1);}
elseif($thich >= 10){ likeimg(1,true);}
elseif($thich == 0){ likeimg(1); }
}}

Code By HAcker001 viết

Mình tuyên bố yeucongnghe.biz của mình chưa sell . bán code cho ai bao giờ người nào có được code thì ăn may vào đoán pass thần chưởng thôi :) Thằng đó đi sell lại chó vãi lờn đm :v những thằng sống nhớp đất nếu ko để bản quyền

files like.php úp vào forum/includes nhé :x
http://yeucongnghe.biz/blogs/yeucn-likezip-attach149.html
cho cái like nào
Xem thêm ~~> Mod đánh giá cho johncms by hacker001
 

Facebook Comments

New posts New threads New resources

Back
Top