• 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 bài viết ngẫu nhiên eblog

Admin

Well-Known Member
Staff member
Administrator
Demo đây
mở index.php tìm:
Code:
echo $ur['announcement'];
Thêm vào sau đó
Code:
/* mod bai viet ngau nhien by kingsley */
 $random=mysql_query("select id, bloglink, title, cat_id from blog order by rand() limit 1") or die(mysql_error());
echo'<div class="blog"><div class="bl_title">Bài Viết ngẫu nhiên:</div><div class="bl_box">';
while($ngaunhien=mysql_fetch_array($random))
{
echo '<img src="'.$ur['blog_dir'].'images/right.png" alt="&raquo;"> <a href="'.$ur['blog_dir'].''.catlink($ngaunhien['cat_id']).'/'.$ngaunhien['bloglink'].'">'.$ngaunhien['title'].'</a><br>
';
}
echo'</div></div>';
/* het mod */
xong
 

Facebook Comments

New posts New threads New resources

Back
Top