Bots renamed & stats fixed
This commit is contained in:
		
							parent
							
								
									7f1932954c
								
							
						
					
					
						commit
						96eed6ac9e
					
				@ -6,7 +6,7 @@ remixsid	= "47c2f5501b22a3e3aa6947e5e74d1a72381267df2502570eb75c94481ade"
 | 
			
		||||
remixchk	= "5"
 | 
			
		||||
user_agent	= "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13"
 | 
			
		||||
 | 
			
		||||
[Green]
 | 
			
		||||
[Mozart]
 | 
			
		||||
user_id		= "69139853"
 | 
			
		||||
email		= "alexgreen1978@gmail.com"
 | 
			
		||||
password	= "fbcn136"
 | 
			
		||||
@ -14,7 +14,7 @@ remixsid	= "bc5386a4f49f8bf7df20e11bdd311a7120818d83c23d93cd08177d5d3674"
 | 
			
		||||
remixchk	= "5"
 | 
			
		||||
user_agent	= "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.307.9 Safari/532.9"
 | 
			
		||||
 | 
			
		||||
[Chez]
 | 
			
		||||
[Schubert]
 | 
			
		||||
user_id		= "1217744"
 | 
			
		||||
email		= "phpdev.ru@gmail.com"
 | 
			
		||||
password	= "yanebach!"
 | 
			
		||||
 | 
			
		||||
@ -16,7 +16,7 @@ foreach($tmp as $bfile) {
 | 
			
		||||
}
 | 
			
		||||
foreach($bots as $name => $bot) {
 | 
			
		||||
	$tmp = exec("ps ".$bot->pid);
 | 
			
		||||
	$bot->active = (int) (strpos($bot->pid, $tmp) !== false);
 | 
			
		||||
	$bot->active = (int) (strpos($tmp, strval($bot->pid)) !== false);
 | 
			
		||||
} 
 | 
			
		||||
?>
 | 
			
		||||
<html>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user