root@cesbo-crack:~# grep -a -i "license" /usr/bin/astra �Y�&[$�p� �_�J5�ϰe1�N�3L�g�9�FǸm�o��;Dk��@�?B=�i��:E�n���l8�G��h�C�<�A�>j��K�4�`�b��I�6�f��2M0�Oαdr� �t �v��"]֩|(�W�*U�~� Q�.z�Эx�S,�asi_inputbudget/dev/asirx%dmodules/asi/input.c[asi_input %d] asi read error [%s][asi_input] option 'adapter' is required[asi_input %d] failed to open device %s [%s][asi_input %d] failed to set PES filter [%s][asi_input %d] PID value must be less then %dasi_inputsoftcam/newcamdecm_rateemm_rateausaidents[newcamd %s] %s$1$modules/softcam/cam/newcamd.cmod->config.port != 0usermod->config.user != NULLpassvalue_str != NULL$1$abcdefgh$0102030405060708091011121314disable_emmforcecam[newcamd %s] wrong packet size (pnr:%d drop:0x%02X size:%d[newcamd %s] drop old packet (pnr:%d drop:0x%02X set:0x%02X)[newcamd %s] failed to pad message[newcamd %s] failed to send message[newcamd %s] failed to read initial response [%s][newcamd %s] server closed connection[newcamd %s] failed to read header [%s][newcamd %s] wrong message size[newcamd %s] failed to read message [%s][newcamd %s] bad message checksum[newcamd %s] skip additional card CaID:0x%04X ID:%s[newcamd %s] unknown packet type [0x%02X][newcamd %s] NEWCAMD_MSG_CARD_DATA[newcamd] option 'name' is required[newcamd %s] option 'host' is required[newcamd %s] option 'port' is required[newcamd %s] option 'user' is required[newcamd %s] option 'pass' is requiredfailed to parse responseconnection failedconnection timeoutlogin failedresponse timeout./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyznewcamd,۳�,۳�ܳ�۳�|۳�۳��۳�۳�<۳�<۳�۳�۳�۳�۳�۳�d۳�[cas DRE] cas_data is not set[cas Irdeto PNR:%d] select chid:0x%04X[softcam/viaccess pnr:%d] EMM nano size is to large[softcam/viaccess pnr:%d] EMM packet size is to largesoftcam/decrypt[%s] wrong packet type 0x%02X[%s] Skip ECM pid:%dmodules/softcam/decrypt.c[%s] Skip PMT pid:%d[%s] Skip EMM pid:%d[%s] EMM is not foundbisscas_dataecm_pidno_decryptskip_ecm[%s] em size is greater than %d[%s] Select ECM pid:%d with CaID:0x%04X[%s] decrypt. PAT checksum mismatch[%s] decrypt. PAT changed. Reload stream info[%s] decrypt. PMT checksum mismatch[%s] decrypt. PMT changed. Reload stream info[%s] decrypt. CAT checksum mismatch[%s] Select EMM pid:%d with CaID:0x%04X[decrypt] option 'name' is required[%s] biss key length not equal to 16option 'cam' required cam-module instance[%s] CAS with CAID:0x%04X not found[%s] ECM Found id:0x%02X time:%lums key:%s:%s[%s] ECM Not Found id:0x%02X time:%lums size:%ddecrypttls_certificateinstance_name127.0.0.15.2.3sse354f9e1d 2025-02-21commitmake_passwordasc_set_globalabortis_port_availablex86 %dbit 0x%08X 0x%08X 0x%08X 0x%08XlicenseBCDFGHJKLMNPQRSTUVWXYZ0123456789astra/base64astra/md5astra/rc4astra/sha1b64eb64dastra/logpopis_debuglogastra/timerinterval > 0modules/astra/timer.c[timer] option 'interval' must be greater than 0[timer] option 'callback' is requiredtimerastra/utilsreaddircannot open %s: %scharactersymlinkmtimeuidgidipv4macloopbackbroadcastmulticastflags%d.%d.%d.%d%02x:%02x:%02x:%02x:%02x:%02xifaddrspercent_decode__utils_readdirastra/jsonsave[json] json.save(%s) failed to open [%s][json] json.save(%s) failed to write [%s]astra/textcode [utf-8 iso6937 iso8859]astra/execcmdcmd != NULLmodules/astra/exec.c[exec] option 'cmd' is requiredexecastra/str2hexastra/sysinfo/proc/%u/stat/proc/stat/proc/meminfoMemTotal: %lu %*s /* settings-license.js */ var SettingsLicenseModule = { label: "License", SettingsLicenseModule.run = function() { license = appHost.sysinfo.license; if(!license) return; if(license.type == 4) return; if(license.type == 99) { title: "License Terminated", window.open("https://cesbo.com/astra-license", "_blank").focus(); var r = Math.floor((license.expire * 1e3 - Date.now()) / (24 * 60 * 60 * 1e3)); if(license.id == "000000") { title: "License Notification", window.open("https://cesbo.com/astra-license", "_blank").focus(); title: "License Notification", } else if(license.type == 3) { title: "License expired!", x.button("Renew License", function() { window.open("https://cesbo.com/astra-renew?sn=" + license.id, "_blank").focus(); SettingsLicenseModule.render = function(appHost) { license = appHost.sysinfo.license, var license_type; switch(license.type) { license_type = license.id == "000000" ? "Unregistered evalution version!" : "Trial"; license_type = "Subscription"; license_type = "Corporate"; license_type = "Lifetime"; license_type = "Terminated"; if(license.id != "000000") { modal.scope.set("$sn", license.id); modal.scope.set("$type", license_type); if(license.email != "DEMO") { var to = license.email; if(license.company) to += " (" + license.company + ")"; form.input("Licensed To", "$to").setReadonly(true); modal.scope.set("$expire", time2ddmmmyyyy(license.expire)); if(license.type == 1 || license.type == 99) { } else if(license.type == 3 && license.expire * 1e3 > Date.now()) { } else if(license.type == 4) { if(license.type == 99 || license.id == "000000") window.open("https://cesbo.com/astra-license", "_blank").focus(); else window.open("https://cesbo.com/astra-renew?sn=" + license.id, "_blank").focus(); SettingsLicenseModule.click = function() { $.modal().bindScope(SettingsLicenseModule.render, {}, app.hosts[location.host]); app.modules.push(SettingsLicenseModule); app.settings.push(SettingsLicenseModule);