Matthewza
Posting Freak
- Apr 20, 2012
- 777
- 77
Hi,
I have a v18 Habbo old school Retro, and I have added this bar into the client.
I'm wondering if it's possible to make it refresh every 60 seconds, so it'll show how many people are viewing the page. The code I have is
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
var url = document.location.href;
document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="
</script>
Habbo(s) online
For some reason it's not refreshing I have no idea why. Please help me
Thanks,
Matthew
I have a v18 Habbo old school Retro, and I have added this bar into the client.
I'm wondering if it's possible to make it refresh every 60 seconds, so it'll show how many people are viewing the page. The code I have is
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
var url = document.location.href;
document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="
You must be registered for see links
' + url +'"></scr'+'ipt>');</script>
Habbo(s) online
For some reason it's not refreshing I have no idea why. Please help me
Thanks,
Matthew