[R63] Can't enter client

MasterJiq

Member
Jul 8, 2016
385
23
Hello!

I am asking for help that I can't even enter to my client, before this I can enter client but now can't. After finding the solution, I tried to enter client without using proxy (proxy removed from config and use original IP Server) and I can enter to the client but only me because I set the permissions on client.php only my name can enter client to prevent people getting my ip on client source. So do all of you think its the proxy problem ? I do think so because I can enter client after removing proxy. I am using proxy and they said "Nothing is wrong except you entered wrong information.". OH NO! It's occured after 5 days later using this proxy. If all of you think if I am wrong on configuration, you can check this:

Client Config:
Code:
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "1",
"connection.info.host" : "http://proxy.playprevs.com", <-- Direct to IP that plusprovider given
"connection.info.port" : "30709", <-- port from plusprovider
"site.url" : "http://playprevs.com",
"url.prefix" : "http://playprevs.com",
"client.reload.url" : "/game",
"client.fatal.error.url" : "/me",
"client.connection.failed.url" : "/me",
"external.variables.txt" : "http://playprevs.com/games/external_variables",
"external.texts.txt" : "http://playprevs.com/games/external_flash_texts",
"use.sso.ticket" : "1",
"sso.ticket" : "Prevs-SSO-$2a$15$GKDGIS.wi33a94ABH4GmpOiSh/iSlPVHVL6RCdyTwoVdK3qLVoU.a",
"processlog.enabled" : "1",
"account_id" : "4",
"client.starting" : "",
"flash.client.url" : "/game",
"user.hash" : "-",
"flash.client.origin" : "popup",
"nux.lobbies.enabled" : "false",
"new.user.flow.enabled" : "true"
};

Emu GTE Config.conf:
Code:
game.tcp.bindip=MY SERVER IP
game.tcp.port=30000
game.tcp.conlimit=1050
game.tcp.proxyip=91.134.178.217 <!-- PROXY IP

client.ping.enabled=1
client.ping.interval=30000

mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

I've been in this problem about 2 days and waste my server expiration and proxy expiration time. Could someone help me ? Or something I would ask to server provider/ proxy provider.

Thanks,
Jiq
 
P/S: It's disconnected to /client/error when entering client with proxy, and working success with proxy.
 

MayoMayn

BestDev
Oct 18, 2016
1,423
683
Already first line in connection host is wrong, its supposed to be an IP not a domain name with included "http". Check if your client variables has been configured correctly.

Sent from my SM-G928F using Tapatalk
 

MasterJiq

Member
Jul 8, 2016
385
23
Already first line in connection host is wrong, its supposed to be an IP not a domain name with included "http". Check if your client variables has been configured correctly.

Sent from my SM-G928F using Tapatalk

Yeah, plusprovider also give me in url like my url ( ). Already tried using plusprovider url and ip address, that's two is not working :(
 
Already first line in connection host is wrong, its supposed to be an IP not a domain name with included "http". Check if your client variables has been configured correctly.

Sent from my SM-G928F using Tapatalk
Also I receive SSO Ticket on Emulator
 
F4s3PAD.png

It's should be "Connection dropped from [proxy ip]" right? I don't know from where the ip come... lol
 
My proxy ip something like 91.134.178.217
 

Elijah

<?php die($you);
Mar 2, 2013
12
6
In your emulator config you have this:
Code:
game.tcp.proxyip=91.134.178.217 <!-- PROXY IP
replace your proxy IP with your VPS IP.

Already do this 1 hours ago :(

Or you could have it listen on all IPs by using 0.0.0.0
i.e.
Code:
game.tcp.proxyip=0.0.0.0

@MasterJiq are you sure that you're editing the right config file? And in your client you have the correct IP to your proxy. Are you able to access the client if you use the VPS IP instead of the Proxy, just to check it's working?

EDIT: My bad, I didn't know there was a proxy config... Since when?

I meant to change game.tcp.bindip to
Code:
game.tcp.bindip=0.0.0.0
 

MasterJiq

Member
Jul 8, 2016
385
23
Or you could have it listen on all IPs by using 0.0.0.0
i.e.
Code:
game.tcp.proxyip=0.0.0.0

@MasterJiq are you sure that you're editing the right config file? And in your client you have the correct IP to your proxy. Are you able to access the client if you use the VPS IP instead of the Proxy, just to check it's working?

EDIT: My bad, I didn't know there was a proxy config... Since when?

I meant to change game.tcp.bindip to
Code:
game.tcp.bindip=0.0.0.0

Already but disconnected, surely it's plusprovider problem. You can test it here:
 

MayoMayn

BestDev
Oct 18, 2016
1,423
683
Yes, If I use real IP I can enter into client. So If I use Real IP, what's purpose I buy proxy ? facepalm.jpg
Lol you're literally using a badly modified version of my old release of the CMS and deciding to claim your own credits for it? Wtf, I remember my own old 404 page, and you got exactly the same one. Kids these days.

Sent from my SM-G928F using Tapatalk
 

MasterJiq

Member
Jul 8, 2016
385
23
Looool whose hotel is that? Because its a really bad modification of @Synt4x template, there's not even a register button.

Sent from my SM-G928F using Tapatalk

The problem is client, not template. haha
 
Lol you're literally using a badly modified version of my old release of the CMS and deciding to claim your own credits for it? Wtf, I remember my own old 404 page, and you got exactly the same one. Kids these days.

Sent from my SM-G928F using Tapatalk

Someone released the template, I am not using your cms. I swear that I only take the template. The CMS is coded by my own.
 

MayoMayn

BestDev
Oct 18, 2016
1,423
683
Did you get the client problem ?
It's probably your external variables, or the way you're using "proxy.playprevs.com" it's not an IP but a subdomain hostname, and the emulator doesn't resolve hostnames, because it's coded to use a direct IP.
Or you can simply just remove it and manually enter your server IP in the decompiled "Habbo.swf" file, and then you can just type in whatever you want on the client side.

The bindip in your emu config, is supposed to be the server IP and not the proxy IP.
 

MasterJiq

Member
Jul 8, 2016
385
23
It's probably your external variables, or the way you're using "proxy.playprevs.com" it's not an IP but a subdomain hostname, and the emulator doesn't resolve hostnames, because it's coded to use a direct IP.
Or you can simply just remove it and manually enter your server IP in the decompiled "Habbo.swf" file, and then you can just type in whatever you want on the client side.

The bindip in your emu config, is supposed to be the server IP and not the proxy IP.

Externl Variables are configured correctly, you can check it if you want. I've been used real proxy ip now and nothing working. The bind ip is my server ip. The problem occured at days 6 after buying proxy. Around 5 days it's working.
 

MayoMayn

BestDev
Oct 18, 2016
1,423
683
Externl Variables are configured correctly, you can check it if you want. I've been used real proxy ip now and nothing working. The bind ip is my server ip. The problem occured at days 6 after buying proxy. Around 5 days it's working.
Then simply dont use a proxy? Not good for anything in the end anyway.

Sent from my SM-G928F using Tapatalk
 

Users who are viewing this thread

Top