• 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 hiển thị ngẫu nhiên ảnh trong album của mem cho johncms

Admin

Well-Known Member
Staff member
Administrator
Chèn code này dưới cuối file mainmenu.php trước dấu "?>" là ok nó tự hiện ảnh trong album của member, hiện một cách ngẫu nhiên luôn mỗi lần load lại ra một ảnh.
PHP:
echo'<div class="footer">[b]album ảnh thành viên[/b]</div>';
$hammad4=mysql_query("SELECT `id`, `user_id`, `tmb_name`, `time` FROM `cms_album_files` order by rand() limit 1 ");
$ar34=mysql_fetch_array($hammad4);
echo'<div class="list2">[img]../files/users/album/'.$ar34['user_id'] .'/'.$ar34['tmb_name'] .'[/img] ';
print'[url="../users/profile.php?user='.$ar34['user_id'] .'"]xem chi tiết[/url]
</div>';
 

Facebook Comments

New posts New threads New resources

Back
Top