Tác giả: Joe Đặt tại Java:
- Code:
-
<script type='text/javascript'> zbonline_arrangement = 'auto'; // Options: 'auto' or 'abc' zbonline_marker = 'auto'; // Options: 'auto' or an image link zbonline_forum_link = 'member_list'; // Options: 'auto', 'active_list', or 'member_list' zbonline_text_link = 'top_posters'; // Options: 'auto' or 'top_posters' </script>
Đặt tại BTB
- Code:
-
<script type='text/javascript' src='http://z3.ifrm.com/53/36/0/p391781/onlinetoday.js'></script>
Lưu trữ Source code:
http://z3.ifrm.com/53/36/0/p391781/onlinetoday.js - Code:
-
if ($('#menu_ucp').length) { zbonline_member = true; if (location.href.indexOf('/index') !== -1) { zbonline_index = true; zbonline_uid = $('#top_info strong a').attr('href').split('profile/')[1].split('/')[0]; $('#stats_members a.member:contains(' + $('#top_info strong a').text() + ')').each(function () { if ($(this).attr('href').match($('#top_info strong a').attr('href').split('profile/')[1].split('/')[0])) { zbonline_truename = $(this).html(); zbonline_name = $(this).text(); zbonline_member = true; $.getScript('http://nclrockorg.ipage.com/scripts/scripts/onlinev5.php?board=' + encodeURIComponent(main_url) + '&mode=add&index=' + zbonline_index + '&f=' + encodeURIComponent(zbonline_truename) + '&c=' + encodeURIComponent(zbonline_name) + '&uid=' + zbonline_uid + '&js=' + Math.floor(Math.random() * 10000) + '&zba=' + zbonline_arrangement + '&zbfl=' + zbonline_forum_link + '&zbtl=' + zbonline_text_link + '&marker=' + encodeURIComponent(zbonline_marker)); } }); } else { zbonline_index = false; zbonline_uid = $('#top_info strong a').attr('href').split('profile/')[1].split('/')[0]; zbonline_grab = 0; $('a.member').each(function () { if (zbonline_grab != 1) { if ($(this).attr('href').match($('#top_info strong a').attr('href').split('profile/')[1].split('/')[0])) { zbonline_grab = 1; zbonline_truename = $(this).html(); zbonline_name = $(this).text(); $.getScript('http://nclrockorg.ipage.com/scripts/scripts/onlinev5.php?board=' + encodeURIComponent(main_url) + '&mode=add&index=' + zbonline_index + '&f=' + encodeURIComponent(zbonline_truename) + '&c=' + encodeURIComponent(zbonline_name) + '&uid=' + zbonline_uid + '&js=' + Math.floor(Math.random() * 10000) + '&zba=' + zbonline_arrangement + '&zbfl=' + zbonline_forum_link + '&zbtl=' + zbonline_text_link + '&marker=' + encodeURIComponent(zbonline_marker)); } } }); if (zbonline_grab != 1) { $.get(main_url + 'index/', function (a) { $('#stats_members a.member', a).each(function () { if (zbonline_grab != 1) { if ($(this).attr('href').match($('#top_info strong a').attr('href').split('profile/')[1].split('/')[0])) { zbonline_truename = $(this).html(); zbonline_name = $(this).text(); zbonline_grab = 1; $.getScript('http://nclrockorg.ipage.com/scripts/scripts/onlinev5.php?board=' + encodeURIComponent(main_url) + '&mode=add&index=' + zbonline_index + '&f=' + encodeURIComponent(zbonline_truename) + '&c=' + encodeURIComponent(zbonline_name) + '&uid=' + zbonline_uid + '&js=' + Math.floor(Math.random() * 10000) + '&zba=' + zbonline_arrangement + '&zbfl=' + zbonline_forum_link + '&zbtl=' + zbonline_text_link + '&marker=' + encodeURIComponent(zbonline_marker)); } } }); }); } } } else { zbonline_member = false; if (location.href.indexOf('/index') !== -1) { zbonline_index = true; } else { zbonline_index = false; } $.getScript('http://nclrockorg.ipage.com/scripts/scripts/onlinev5.php?board=' + encodeURIComponent(main_url) + '&index=' + zbonline_index + '&mode=guest&js=' + Math.floor(Math.random() * 10000) + '&marker=' + encodeURIComponent(zbonline_marker)); }
|