12-29-2015, 10:52 PM
Okey. I have found some IP-Addresses in a File named CommunicationInterface.cpp. There are many IPs for many Countries.
For example:
TempIP.SetIP( 178, 19, 73, 77, GERMANY); // GER_Live : 195.245.86.71
m_vecIPFilter.push_back( TempIP );
TempIP.SetIP( 178, 19, 73, 92, GERMANY); // GET_Test : 195.245.86.82
m_vecIPFilter.push_back( TempIP );
TempIP.SetIP( 178, 19, 73, 91, GERMANY); // GET_Test : 195.245.86.82
m_vecIPFilter.push_back( TempIP );
if (FindHosNameIP("test2.it.lc.gamigo.com", TempIP, ITALY) == true)
m_vecIPFilter.push_back( TempIP );
Is it these??? It seems to be that. Maybe I have write instead the ip-Adress _Live = live and set FindHosNameIP to == false ???
And now I have to replace the IP-Adresses. What I have to write there if I want to have not set a ip and that the engine read it out from sl.dta etc?
The current client read still from the sl data.

