| 
					
				 | 
			
			
				@@ -27,8 +27,8 @@ App::App(int &argc, char **argv) : 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   setOrganizationName("CIMS"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   setApplicationVersion("0.101"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  myServer->listen(QHostAddress::Any, 45000); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	connect(myServer, SIGNAL(newConnection()), SLOT(onNewConnection())); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //  myServer->listen(QHostAddress::Any, 45000); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //	connect(myServer, SIGNAL(newConnection()), SLOT(onNewConnection())); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	myClientsFrameTimerID = startTimer(0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -306,7 +306,7 @@ void App::setNick(const QString &args) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 bool App::checkPassword(const QString &password) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	if(QCryptographicHash::hash(password.toAscii(), QCryptographicHash::Md4).toHex().toLower() == "bf4df9f74d05c50ea00492224fb02854") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		return true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    return false; //telnet adm disabled!! 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	return false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |