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.
			 
		
		
		
		
		
		
	
		
		
	
	
	 |