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

Thảo luận top giải đáp thắc mắc về johncms

Cảm ơn bạn nhé. ừ mình chờ.

- - - - - - - - - -

Mấy data diễn đàn kia có chia sẽ code + data. Mà up lên vào đăng kí lỗi hoài...!:(
 
Bác cứ ấp úng ấy nhỉ?
Để em còn biết mà làm chứ...
Thì cần làm gì cứ nói,... giúp được sẽ giúp thôi.
Cần quét code thì gửi sang đây.
Không chắc chắn là hết virut, nhưng mà đảm bảo trên 80%
 
PHP:
<?php
echo '<div class="phdr"><b>Chủ Đề Mới </b>| <a href="forum/"></b>Diễn đàn</b></a></div>';

$req = mysql_query("SELECT * FROM `forum` WHERE `type` = 't' and kedit='0' AND `close`!='1' ORDER BY `time` DESC LIMIT 10");

while ($arr = mysql_fetch_array($req)) {
/////////Thumb
$img = get_thumb($arr[id]);
echo '<img src="'.$img.'" alt="'.$img.'" width="20%" height="20%"/>';
////////End Thumb


$q3 = mysql_query("select `id`, `refid`, `text` from `forum` where type='r' and id='" .$arr['refid'] . "'");

$razd = mysql_fetch_array($q3);

$q4 = mysql_query("select `id`, `refid`, `text` from `forum` where type='f' and id='" .$razd['refid'] . "'");

$frm = mysql_fetch_array($q4);

$nikuser = mysql_query("SELECT `from`,`id`, `time` FROM `forum` WHERE `type` = 'm' AND `close` != '1' AND `refid` = '" . $arr['id'] . "'ORDER BY time DESC");

$colmes1 = mysql_num_rows($nikuser);

$cpg = ceil($colmes1 / $kmess);

$nam = mysql_fetch_array($nikuser);


echo is_integer($i / 2) ? '<div class="list1">' : '<div class="list2">';

echo '<img src="images/' . ($arr['edit'] == 1 ? 'tz' : 'np') . '.gif" alt=""/>';

if ($arr['realid'] == 1)

echo ' <img src="images/rate.gif" alt=""/>';

echo ' <a href="/forum/index.php?id=' . $arr['id'] . ($cpg > 1&&$_SESSION['uppost'] ? '&amp;clip&amp;page=' . $cpg : '') .'">'.bbcode::tags($arr['text']). '</a> [' . $colmes1 . ']';

if ($cpg > 1)

echo ' <a href="/forum/index.php?id=' . $arr['id'] . ($_SESSION['uppost'] ? '' :'&amp;clip&amp;page=' . $cpg) . '#' . $nam['id'].'"></a>';

if (!empty ($nam['from'])) {

echo ' ' . $nam['from'];

}

echo '</div>';

$i++;

}
?>
Hỏi: Với code trên thì phải làm như thế nào để cho tiêu đề bài viết nằm ngang hàng với ảnh thumbnail ạ
32349288822_c7511d144a_o.png
 

Facebook Comments

New posts New threads New resources

Back
Top