View Single Post
  #2  
Old 08-28-2004, 04:14 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.
Reply With Quote