PATH:
home
/
lab2454c
/
keebchat.com
/
core
/
apps
/
home
/
sql
/* @*************************************************************************@ @ @author Mansur Altamirov (Mansur_TL) @ @ @author_url 1: https://www.instagram.com/mansur_tl @ @ @author_url 2: http://codecanyon.net/user/mansur_tl @ @ @author_email: highexpresstore@gmail.com @ @*************************************************************************@ @ ColibriSM - The Ultimate Modern Social Media Sharing Platform @ @ Copyright (c) 21.03.2020 ColibriSM. All rights reserved. @ @*************************************************************************@ */ SELECT u.`id`, u.`username`, u.`fname`, u.`lname`, u.`avatar`, u.`swift` FROM `<?php echo($data['t_users']); ?>` u WHERE u.`swift_update` > <?php echo time(); ?> AND (u.`id` = <?php echo($data['user_id']); ?> OR u.`id` IN (SELECT `following_id` FROM `<?php echo($data['t_conns']); ?>` WHERE `follower_id` = <?php echo($data['user_id']); ?> AND `status` = "active")) ORDER BY u.`swift_update` DESC;
[+]
..
[-] fetch_timeline_swifts.sql
[edit]
[-] fetch_timeline_feed.sql
[edit]