user agent di whos online - Printable Version +- Come And Feel the Difference (https://www.gookil.com/x2) +-- Forum: Cyberspace (https://www.gookil.com/x2/forum-18.html) +--- Forum: MyBB (https://www.gookil.com/x2/forum-151.html) +--- Thread: user agent di whos online (/thread-415.html) |
user agent di whos online - Freya - 04-13-2012 buka file ./inc/functions_online.php dan cari : PHP Code: function build_wol_row($user) ganti dengan berikut : PHP Code: function build_wol_row($user) masih di file yang sama : cari : PHP Code: $online_time = my_date($mybb->settings['timeformat'], $user['time']); tambahkan kode berikut diatasnya: PHP Code: $query = $db->simple_select("sessions", "useragent", "uid='{$user['uid']}'"); save, selesai. tugas berikut masuk ke ACP > Templates > template yang dipakai > Online Templates > online_row > dan cari; PHP Code: {$online_name} PHP Code: <span style="float: right; font-size: 9px;">Useragent: {$user['useragent']}</span> save, dan lihat hasilnya. [attachment=28] [sub]credit : yaldaram[/sub]
|