Hallo,
my CLient is only loading till 87% then stops.
Vars, links and the other stuff is everything set up right.
when i press F12 while its loading it shows:
Code:Uncaught ReferenceError: userid is not defined
Printable View
Hallo,
my CLient is only loading till 87% then stops.
Vars, links and the other stuff is everything set up right.
when i press F12 while its loading it shows:
Code:Uncaught ReferenceError: userid is not defined
Are you using a TCP proxy? make sure it's not blocked by any Firewall on your VPS.
Make sure your ports are open and configured right.
You can check if your ports are open at
Open Port Check Tool using your VPS browser.
There's a simple way to check if the client can connect with the server. If you start the server and goes in the client and the client is hanging on 87%, try to close the server if the client reloads then there's connection and you're reloading because of the socket listener that get's closed.
Otherwise, there would be another problem like something with the firewall of an annoying virusscanner that is blocking ports, *kuch norton* for example.
What also is possible is some bad configuration of your client file. Just inspect the page and search for things that can't get found but when important files can't get loaded you get mostly some client error :)
Hello,
i fixt it.
Wrong habbo.swf file.
Changed the file -> now its working.
thank you guys