Hiding IP client

Diddy

Member
Aug 14, 2011
98
20
Hello Guys i brought a ddos proxy from but i seem to have a problem.
While i know there is no real way to hide your ip and that it can be found using other methods, i keep running into issues with hiding my ip in client.php.

What keeps happening is if i try changing my VPS IP so it is my PROXY IP or SITE URL the loader will not load and get stuck and i can not seem to find a way to make it work.

Is there any suggestions or advice any one can give me?

Client.php:
Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Client</title>
 
 
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
        <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script
 
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "{swf_folder}";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelName} is starting up!",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "PROXY IP",
                "connection.info.port" : "1232",
                "site.url" : "http://HOTEL URL/",
                "url.prefix" : "http://HOTEL URL/",
                "client.reload.url" : "http://HOTEL URL/client",
                "client.fatal.error.url" : "http://HOTEL URL/me",
                "client.connection.failed.url" : "http://HOTEL URL/me",
                "external.variables.txt" : "http://VPS IP/r63/external_variables.txt",
                "external.texts.txt" : "http://VPS IP/r63/external_flash_texts.txt",
                "productdata.load.url" : "http://VPS IP/r63/productdata.txt",
                "furnidata.load.url" : "http://VPS IP/r63/furnidata.txt",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "flash.client.origin" : "popup"
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"         
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
 
    <body>
 
        <div id="client"></div>
 
    </body>
</html>
 

Phazehotel

New Member
Jul 6, 2014
7
0
Just ensure that you have the right destination ip and port on your proxy setting, then switch out your vps ip and port to your proxy once everything is configured. Search on google they have some tutorials


Edit
Just realized this is from 2013, Mods please close thread sorry for bump
 

Khalil

IDK
Dec 6, 2011
1,642
786
If I recally correctly, Shorty showed a method to hide the IP within the SWF file itself so there wouldn't be a need to disclose it to the public or on the source code. Though I believe that method only worked for Phoenix and the other varieties of R63a emulators.

Though, even with all the hassle retro owners go through to cover their IP, it would only take an nslookup to find it and retrieve the IP.
 

Users who are viewing this thread

Top