View Single Post
  #2  
Old 08-29-2004, 07:33 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: help for those who cant connect!!

Quote:
Originally Posted by sebber
go to http://www.eqemulator.net/eqresetauthrequest.php
fill your username and password off the game itself in here (not the forum)
your ip will be remembered by the server, so u have to immediately log in with this logininfo
then u can normally see the server
if u havent done this yet its allmost certain this is your problem!
...........
This is right on the front page already...
__________________
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.