well the proxy might not be a good one since its free?
did u put the proxy info only in your client.php?
oh i figured you got a free proxy from a tutorial? my mistake ahaWhere have you got the information from what the proxy was free? The TCP proxy was purchased fromYou must be registered for see links
No, I didn't put it into my client.php file, because that isn't how my CMS works, I updated it in the correct place and checked with developer tools on the client.php page to see if it was loading the proxy instead of the IP which it was but it causes the client to not load.
oh i figured you got a free proxy from a tutorial? my mistake aha
and i just realized youre using brain cms? so its not the same as revcms. is your proxy configured correctly? does it say running/active? the destination port should be 30000 i believe
Client.addVariable("connection.info.host", "<?= $hotel['emuHost'] ?>");
Client.addVariable("connection.info.port", "<?= $hotel['emuPort'] ?>");
$hotel['emuHost'] = "proxy.plusprovider.net"; //IP of VPS//IP of Proxy
$hotel['emuPort'] = "30605"; //Port of VPS//Port of Proxy