View Single Post
  #5  
Old 01-19-2005, 08:26 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Error! ID is 0!
( I forgot the line here, it may be "Are u sure this server is connected to the miniloginserver" .....)
Simple.
Run this query in MySQL.
Code:
UPDATE variables SET value='Minilogin' WHERE varname='logintype';
__________________
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