'; echo ''; echo '
'; $result = ""; $url = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; if (strpos($url, "hu") !== false) { $serial = "Sorozatszám"; $version = "Verzió"; $type = "Típus"; $submit = "Küldés"; } else { $serial = "Serial number"; $version = "Version"; $type = "Type"; $submit = "Submit"; } $key = "#&ßsdfdfs789fs7d"; $nUserID = crm_hardlock::decode2($userid, $key); $verid = crm_hardlock::GetVerIdFromPassword($pwd); if (substr($pwd, 6, 1) == 'L') { $actualPrograms = crm_hardlock::GetAllPrograms($nUserID, 2, $verid); } else { $actualPrograms = crm_hardlock::GetAllPrograms($nUserID, 1, $verid); } $result .= '
'; foreach ($actualPrograms as $actpgoram) { $result .= ' '; } $result .= '
' . $serial . ' ' . $version . ' ' . $type . ' Lan
' . $actpgoram["prHlNum"] . ' ' . crm_hardlock::GetVerName($actpgoram["prVerID"]) . ' ' . crm_hardlock::GetTypeName($actpgoram["prTypeID"]) . ' ' . $actpgoram["prLan"] . '
'; echo $result; ?>