How I can change the IP to domain in client.php

Zoodem

New Member
Aug 10, 2018
27
2
Hello devbest,
I need to change the IP to my domain with A record.

If I use the IP.. the client works
Code:
var Client = new SWFObject("http://[IP]/Habbo.swf", "client", "100%", "100%", "10.0.0");

but if I use the domain.. I will be redirected to "me"
Code:
var Client = new SWFObject("http://[DOMAIN]/Habbo.swf", "client", "100%", "100%", "10.0.0");

How I can change the IP to my domain?
 
EDIT: Please close.. problem was fixed.
 

Users who are viewing this thread

Top