Clients & Profits runs on macOS Movaje or later and Windows PCs running Windows 8.1 or later.
For more information see our news page.
// Initialize variables
$OS = ( preg_match('/Windows/i', $_SERVER['HTTP_USER_AGENT'] ) ) ? 'windows' : "mac";
$login = '';
$password = '';
//compare sent hash from 11.2 to populate username and passcode.
$minutes = '';
$minutes = date('i');
$hash = hash('sha256',$minutes.'GetTH3AppyNow!3');
if ( isset($_GET['downloadcode']) && $hash == $_GET['downloadcode']){
$password = 'S2aw7Gy94;b&s[bu';
$login = 'AppDown';
};
?>
echo '
Click here for installation or reinstallation documentation.
'; ?>