While empty
Back
Advertisement
Download MyTelenor App Get Free 4000 MBs
This offer available for first time install App
Download MyTelenor App Get Free 4000 MBs
This offer available for first time install App
function frend_random_show() { $PHTML = null; $data = db::get_string_all("SELECT `USER_ID` FROM `FREND_RANDOM` WHERE `MY_ID` = ? ORDER BY RAND() DESC LIMIT 15", [user('ID')]); while ($list = $data->fetch()) { $avatar = user::avatar($list['USER_ID'], 52); $login = user::login_mini($list['USER_ID']); $PHTML .= " "; } if (str($PHTML) > 0 && user('ID') > 0) { // We echo the HTML directly to avoid short-tag errors echo "