Jump to content

  •  

erald

Member Since 13 Jan 2015
Offline Last Active Mar 26 2015 02:00 AM
-----

Posts I've Made

In Topic: Server Status and online players

07 March 2015 - 11:11 PM

you could use this code:

 

 

<?php	$resLogin = exec('tasklist /fi "ImageName eq login-server.exe"');	if($resLogin != 'INFO: No tasks are running which match the specified criteria.') {		echo $resLogin;	}?>

 

I'm working on it, so if you want, I can send the rest of my code when I'll finish it! :D