JoniJnm escribió:
I think I have just fixed it, download it and reinstall
ok. i recognized the problem.
here's the source code of the list from the user side:
<div id="KIDE_usuarios"><div onclick="KIDE_mostrar_usuario('Tom', 1, '77.127.178.14', '')" class="KIDE_administrador" style="cursor: pointer;">Tom</div>
<!-- that's me -->
<!-- an unrecognized guest -->
<div onclick="KIDE_mostrar_usuario('', 3, '79.177.31.56', '')" class="KIDE_invitado" style="cursor: pointer;"/>
</div>
so. I "TOM" appear in the list. but the guest doesn't.
it might be important to say that my site is in HEBREW, which has a lot of problems.
there are a couple of solutions to this:
1. make the name of the guest alway be "GUEST". might not work.
2. find out what corrupt the code.
3. maybe it's a problem of encoding?
anyone has an idea?
thanks!