本服務可讓您即時掌握網站的在線人數與歷史瀏覽次數,輕鬆分析訪客活躍度。
<div id="online-count"></div>
<script>
const token = '你的專屬 token';
function updateOnlineUser() {
fetch('https://realtimeusers.wrlcc.synology.me/update.php?token=' + token, {
credentials: 'include'
})
.then(res => res.json())
.then(data => {
document.getElementById('online-count').textContent = `目前在線:${data.online_users} 人`;
});
}
setInterval(updateOnlineUser, 10000);
updateOnlineUser();
</script>
<div id="history-count"></div>
<script>
const token = '你的專屬 token';
function updatehistory() {
fetch('https://realtimeusers.wrlcc.synology.me/history.php?token=' + token, {
credentials: 'include'
})
.then(res => res.json())
.then(data => {
document.getElementById('history-count').textContent = `歷史瀏覽次數:${data.history_users} 次`;
});
}
setInterval(updatehistory, 10000);
updatehistory();
</script>
| 名次 | 網站名稱 | 網站連結 | 歷史次數 |
|---|---|---|---|
| 🥇 | 151-NAS | https://151nas.ddns.net/ | 86025 |
| 🥈 | 線上人數計數器 示範 | / | 1558 |
| 🥉 | 666 | https://cuandy02.web.fc2.com/ | 1241 |
| 4 | 東環鐵路模擬器 | https://ecrs.unaux.com/ | 555 |
| 5 | 免登入檔案共享系統 | https://fileshare.wrlcc.synology.me/ | 389 |
| 6 | SPWiFi-Cam | https://spwificam.ddns.net/ | 210 |
| 7 | 虎農114生機科 班級網站 | https://hwaivs.mqi.qzz.io/ | 0 |
| 8 | wix | https://b812113012.wixsite.com/tmucyfdc/ | 0 |
| 9 | 2123 | https://sites.google.com/view/pvqclittlehelper/ | 0 |
| 10 | 龍華科技大學校園國際化創意設計競賽 | https://sites.google.com/view/lhu2025/ | 0 |