Get a domain from No-IP and use their application which automatically (or manually) updates your IP. And then in the loginserver.ini change your external world IP to the no-ip address.
But...56k isnt really a good for a server...
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|