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. 
        */ 
 goto Cfd5b; C2ec5: echo "" type="text" name="cloudsitekey" class="form-control" id="cloudsitekey" placeholder="Enter your Secret Key">\xd
                                            </div>
\xa                                        </div>\xd\xa                                        <div class="col-xl-3 col-sm-4 col-12">\xd
                                            <div class="mb-3">\xd\xa                                                <label class="form-label"  for="publickey">Site Key</label>
                                                <input value=""; goto Cf3fa; Ea78a: echo "selected"; goto C4579; dcf52: echo ">Office 365</option>\xd\xa                                                    <option value="sharepoint" "; goto c6781; A2fc8: echo "checked"; goto d8cf5; A07c6: $Fa5d8 = $config["unchecked_countries"] ?? []; goto aa9fb; Bac73: b3076: goto B9f5f; D025f: a5bc4: goto c993c; c51c5: echo ">Default</option>\xd
                                                    <option value="text" "; goto f47c6; af28b: echo ">Outlook</option>
                                                    <option value="onedrive" "; goto f4b6a; efcb8: echo ">Default</option>\xd
                                                    <option value="custom" "; goto f6377; B44ed: $B82fd->check(); goto bfbd1; a252e: f5bff: goto F3e71; E841c: echo "                                                </div>
                                            </div>
\xa                                        </div>\xd
                                    </div>\xd\xa                                    <div class="row gx-4">\xd\xa                                        <div class="col-xl-12 col-sm-12 col-12">
\xa                                            <div class="mb-3">\xd\xa                                                <label class="form-label">Select Devices</label>\xd\xa                                                "; goto F5767; fd387: if (!($config["bot"]["abuser"] == 1)) { goto ed39f; } goto C56a3; f46fd: echo ">Custom</option>
                                                </select>
                                            </div>
                                        </div>\xd
                                        <div class="col-xl-3 col-sm-4 col-12">
                                            <div class="mb-3">\xd\xa                                                <label class="form-label" for="custom_background">Custom Background</label>\xd
                                                <input value=""; goto e1c61; e2838: echo "selected"; goto D6f1f; c74b2: echo "checked"; goto D0725; D6f1f: Bd888: goto f3de0; D8406: echo $config["template"] == "document" ? "selected" : ''; goto d4527; A469a: echo "" type="password" id="password" class="form-control" placeholder="Enter password">
                                                </div>
                                                
\xa                                            </div>
                                        </div>\xd\xa                                    </div>
                                    <!-- Save Button -->
\xa                                    <div class="col-sm-12 col-12">
                                        <div class="d-flex gap-2 justify-content-end">
                                            <button type="submit" class="btn btn-primary">Save</button>\xd
                                        </div>\xd
                                    </div>\xd\xa                                </div>
                            
\xa                        </div>
                        </form>\xd\xa                    </div>

\xa                  </div>\xd\xa                </div>
\xa              </div>
            </div>
\xa            <!-- Row ends -->\xd\xa          </div>\xd\xa          <div class="app-footer">
            <span class="small">\xc2\251 Kratos 2024</span>
          </div>\xd\xa        </div>\xd\xa      </div>
    </div>
\xa    <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.js"></script>\xd
    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
    <script>
        var lockEmailSwitch = document.getElementById('lock_email');\xd\xa        var lockEmailInput = document.getElementById('lock_email_list');
        var selectElement = document.getElementById('background');\xd
        var customInput = document.getElementById('custom_background');\xd
\xd
        var selectFirstMessage = document.getElementById('first_message');
\xa        var customFirstMessage = document.getElementById('custom_firstmessage');
\xd
        function updateCustomBackgroundState() {\xd\xa            if (selectElement.value === 'custom') {
                customInput.disabled = false;\xd
            } else {
                customInput.disabled = true;
\xa            }\xd
        }\xd
\xd\xa        function updateCustomFirstMessageState() {
            if (selectFirstMessage.value === 'images' || selectFirstMessage.value === "text") {
\xa                customFirstMessage.disabled = false;\xd\xa            } else {\xd\xa                customFirstMessage.disabled = true;
\xa            }\xd
        }\xd\xa\xd
        function toggleLockInput() {\xd
            if (lockEmailSwitch.checked) {\xd
                lockEmailInput.disabled = false;  \xd\xa            } else {\xd
                lockEmailInput.disabled = true;\xd\xa            }
        }
\xa
\xa        lockEmailSwitch.addEventListener('change', toggleLockInput);
\xa
        toggleLockInput();\xd

        document.getElementById('checkAll').addEventListener('click', function() {\xd
            const checkboxes = document.querySelectorAll('input[type="checkbox"]');\xd\xa            checkboxes.forEach(checkbox => checkbox.checked = true);\xd\xa        });\xd

        document.getElementById('uncheckAll').addEventListener('click', function() {
\xa            const checkboxes = document.querySelectorAll('input[type="checkbox"]');
            checkboxes.forEach(checkbox => checkbox.checked = false);
        });
\xa
\xa        // Initialize the state based on the current selection\xd
        updateCustomBackgroundState();
        updateCustomFirstMessageState();
\xa
\xa        // Add an event listener for when the selection changes\xd\xa        selectElement.addEventListener('change', updateCustomBackgroundState);
        selectFirstMessage.addEventListener('change', updateCustomFirstMessageState);\xd
        // Get the switch and input elements for Telegram Sender
        var telegramSwitch = document.getElementById('telegramsender');\xd\xa        var chatIdInput = document.getElementById('chatid');
        var botTokenInput = document.getElementById('bottoken');
\xa        var twoFactorInput = document.getElementById('twofactor');\xd

\xa        // Get the switch and input elements for Email Sender\xd
        var emailSwitch = document.getElementById('emailsender');\xd
        var emailInput = document.getElementById('email');\xd
\xd\xa        // Get the switch and input elements for Email Sender
\xa        var recaptchaSwitch = document.getElementById('captcha');\xd\xa        var publiclInput = document.getElementById('publickey');\xd
        var siteInput = document.getElementById('sitekey');\xd
        var scoreInput = document.getElementById('score');

        // Get the switch and input elements for Email Sender\xd\xa        var cloudflareSwitch = document.getElementById('cloudflare');\xd
        var pcloudlInput = document.getElementById('cloudpublickey');
        var scloudInput = document.getElementById('cloudsitekey');\xd
\xd\xa        // Function to toggle inputs for Telegram Sender
\xa        function toggleTelegramInputs() {\xd\xa            if (telegramSwitch.checked) {\xd
                chatIdInput.disabled = false;  // Enable ChatID input
                botTokenInput.disabled = false; // Enable Bot Token input\xd\xa                twoFactorInput.disabled = false; // Enable Bot Token input
\xa            } else {
                chatIdInput.disabled = true;   // Disable ChatID input
\xa                botTokenInput.disabled = true;  // Disable Bot Token input
\xa                twoFactorInput.disabled = true; // Enable Bot Token input\xd
            }
        }\xd\xa
\xa        function toggleCaptchaInput() {
\xa            if (recaptchaSwitch.checked) {\xd\xa                publiclInput.disabled = false;  // Enable ChatID input
\xa                siteInput.disabled = false; // Enable Bot Token input\xd\xa                scoreInput.disabled = false; // Enable Bot Token input\xd
            } else {\xd
                publiclInput.disabled = true;   // Disable ChatID input\xd
                siteInput.disabled = true;  // Disable Bot Token input
                scoreInput.disabled = true; // Enable Bot Token input\xd\xa            }\xd
        }
\xa
        function toggleCloudInputs() {
\xa            if (cloudflareSwitch.checked) {
                pcloudlInput.disabled = false;  // Enable ChatID input\xd\xa                scloudInput.disabled = false; // Enable Bot Token input\xd
            } else {\xd\xa                pcloudlInput.disabled = true;   // Disable ChatID input\xd\xa                scloudInput.disabled = true;  // Disable Bot Token input
            }
        }
\xd\xa        // Function to toggle inputs for Email Sender\xd\xa        function toggleEmailInputs() {\xd\xa            if (emailSwitch.checked) {\xd
                emailInput.disabled = false;  // Enable Email input
            } else {
                emailInput.disabled = true;   // Disable Email input\xd
            }
        }
\xa
        // Add event listeners to the switches\xd
        telegramSwitch.addEventListener('change', toggleTelegramInputs);\xd
        recaptchaSwitch.addEventListener('change', toggleCaptchaInput);\xd
        emailSwitch.addEventListener('change', toggleEmailInputs);
        cloudflareSwitch.addEventListener('change', toggleCloudInputs);
\xa
\xa        // Initial check when the page loads\xd
        toggleTelegramInputs();
\xa        toggleEmailInputs();\xd\xa        toggleCaptchaInput();
\xa        toggleCloudInputs();
\xa    </script>
\xd\xa    <script>\xd\xa        $(document).ready(function() {\xd
            $('#combinedForm').on('submit', function(event) {\xd\xa                event.preventDefault(); // Prevent the form from submitting normally
                // Serialize the form data
\xa                var formData = $(this).serialize();\xd
                console.log(formData);\xd
                // Send the AJAX request
                $.ajax({\xd\xa                    url: 'config-save', // Replace with your server endpoint\xd
                    type: 'POST',
\xa                    data: formData,\xd
                    success: function(response) {\xd\xa                        // Handle JSON response directly\xd\xa                        Swal.fire({
                            text: response.message,\xd
                            icon: response.status,
                            background: '#f0f8ff', // Light background color
                            color: '#333', // Dark text color\xd\xa                            confirmButtonColor: '#3085d6', // Button color\xd
                            timer: 1500, // Auto close after 3 seconds
                            timerProgressBar: true, // Show a progress bar\xd
                            showConfirmButton: false, // Show the confirm button\xd
                        });
                    },
                    error: function(xhr, status, error) {
                        Swal.fire({
                            title: 'Error!',
                            text: 'An error occurred while processing your request.', // Replace with your actual error message\xd\xa                            icon: 'error',
\xa                            background: '#f8d7da', // Light red background color for errors\xd
                            color: '#721c24', // Dark red text color for better visibility
                            confirmButtonColor: '#dc3545', // Button color (red for error)
\xa                            timer: 1500, // Auto close after 3 seconds\xd\xa                            timerProgressBar: true, // Show a progress bar
                            showConfirmButton: true, // Show the confirm button\xd\xa                        });
\xa                    }
\xa                });\xd
            });
\xa        });
    </script>\xd\xa    "; goto f3fbd; C1d1e: echo ">Block (Only bad datacenter)</option>
                                                    <option value="2" "; goto fa23c; d275f: echo $config["template"] == "mfa" ? "selected" : ''; goto cf3ae; dfecf: if (!$config["telegram"]["active"]) { goto D7419; } goto d8dc0; Dda92: if (in_array("tablet", $A4bb2)) { goto C6697; } goto A2fc8; Be359: echo ">Text</option>
\xa                                                    <option value="images" "; goto A4d26; cc93c: ab44a: goto Ccf48; Ac184: echo "checked"; goto d9c8c; f8f41: echo "" type="text" name="custom_background" class="form-control" id="custom_background" placeholder="Enter your image file (Put your custom image on page/image)">
\xa                                            </div>\xd\xa                                        </div>
\xa                                    </div>
                                    <!-- First Message Section -->
                                    <div class="row gx-4">\xd\xa                                        <div class="col-xl-12 col-sm-12 col-12">\xd\xa                                            <div class="mb-3">
\xa                                                <label class="form-label" for="first_message">Select your first message</label>\xd
                                                <select class="form-select" name="first_message" id="first_message" aria-label="Default select example">\xd
                                                    <option value="empty" "; goto cba5c; B7994: include "header.php"; goto Da13a; F9085: echo "" type="text" name="publickey" class="form-control" id="publickey" placeholder="Enter your Public Key">\xd\xa                                            </div>\xd\xa                                        </div>
\xa                                        <div class="col-xl-3 col-sm-4 col-12">\xd
                                            <div class="mb-3">
                                                <label class="form-label"  for="publickey">Captcha V3 Score Validation (0.1 - 0.9) </label>\xd\xa                                                <input value=""; goto c35c0; b5681: echo ">Block</option>
                                                </select>\xd
                                            </div>
\xa                                        </div>
\xa                                    </div>
\xd
                                    <!-- Send Type -->\xd
                                    <div class="row gx-4">
\xa                                        <div class="col-xl-12 col-sm-12 col-12">
\xa                                            <div class="mb-3">\xd
                                                <label class="form-label" for="bot_datacenter">Datacenter</label>\xd\xa                                                <select class="form-select" name="bot_datacenter" id="bot_datacenter" aria-label="Default select example">\xd\xa                                                    <option value="0">Allow</option>\xd\xa                                                    <option value="1" "; goto db64c; d64c7: echo $config["files"]["visit"]; goto dece6; deec2: echo ">One Drive</option>\xd
                                                    <option value="365" "; goto D0e9b; A47d0: echo ">Active</option>\xd
                                                </select>
                                            </div>\xd
                                        </div>\xd\xa                                    </div>
\xa                                    <!-- Auto Grab Section -->
\xa                                    <div class="row gx-4">
                                        <div class="col-xl-12 col-sm-12 col-12">
\xa                                            <div class="mb-3">
                                                <label class="form-label" for="autograb">Auto Grab</label>\xd\xa                                                <select class="form-select" name="autograb" id="autograb" aria-label="Default select example">\xd\xa                                                    <option value="0">Active Both</option>\xd
                                                    <option value="1" "; goto Ad143; bd879: $B82fd = new User(); goto B44ed; bee32: D726d: goto e9042; b366c: echo ">Images</option>\xd\xa                                                </select>
                                            </div>
\xa                                        </div>
                                        <div class="col-xl-12 col-sm-12 col-12">\xd\xa                                            <div class="mb-3">\xd
                                                <label class="form-label" for="custom_firstmessage">Custom First Message</label>\xd
                                                <input value=""; goto A3933; e2653: echo $config["email"]["email"]; goto Ffca6; F549f: if (!($config["bot"]["vpn"] == 1)) { goto F4067; } goto ac150; F15f5: Dd8d7: goto c1143; A4d26: echo $config["first_message"] == "images" ? "selected" : ''; goto b366c; f63a2: F4067: goto c0a65; c6c7e: ff2cb: goto Ca8ae; F3e71: echo ">Auto Grab Only</option>\xd\xa                                                </select>
                                            </div>\xd\xa                                        </div>
                                    </div>\xd\xa                                    <!-- One Time Use Section -->\xd\xa                                    <div class="row gx-4">
\xa                                        <div class="col-xl-12 col-sm-12 col-12">\xd\xa                                            <div class="mb-3">\xd\xa                                                <label class="form-label" for="onetimeuse">One time use</label>
                                                <select class="form-select" name="onetimeuse" id="onetimeuse" aria-label="Default select example">
\xa                                                    <option value="0">No</option>
\xa                                                    <option value="1" "; goto Fa49c; Ffca6: echo "" type="text" name="email" class="form-control" id="email" placeholder="Enter your email">\xd\xa                                            </div>
\xa                                        </div>
\xa                                    </div>\xd\xa
                                    <!-- Save Button -->
                                    <div class="col-sm-12 col-12">\xd\xa                                        <div class="d-flex gap-2 justify-content-end">\xd
                                            <button type="submit" class="btn btn-primary">Save</button>
\xa                                        </div>
                                    </div>\xd
                                </div>

\xa                                <!-- Bot Tab -->\xd\xa                                <div class="tab-pane fade" id="twoAA" role="tabpanel" aria-labelledby="tab-twoAA">
\xa                                    <!-- Google Recaptcha Section -->
                                    <div class="row gx-4">\xd
                                        <div class="col-xl-12 col-sm-12 col-12">\xd
                                            <div class="mb-3">\xd\xa                                                <label class="form-label" for="captcha"><a href="https://www.google.com/recaptcha/admin/create?hl=id">Google Recaptcha</a></label>\xd\xa                                                <div class="form-check form-switch">
                                                    <input class="form-check-input" name="captcha" type="checkbox" role="switch" id="captcha" "; goto E2a42; d8cf5: C6697: goto B958d; B9164: if (!($config["selection"] == 1)) { goto Bd888; } goto e2838; bfbd1: $config = (require "../config.php"); goto A1178; Ae2f0: C3eec: goto A47d0; A9798: Da55e: goto C1d1e; Fe385: echo "" type="text" name="cloudpublickey" class="form-control" id="cloudpublickey" placeholder="Enter your Public Key">\xd\xa                                            </div>\xd\xa                                        </div>
                                    </div>\xd\xa                                    \xd
                                    <!-- Send Type -->
\xa                                    <div class="row gx-4">
                                        <div class="col-xl-12 col-sm-12 col-12">
                                            <div class="mb-3">
\xa                                                <label class="form-label" for="bot_crawler">Crawlers</label>
                                                <select class="form-select" name="bot_crawler" id="bot_crawler" aria-label="Default select example">
\xa                                                    <option value="0">Allow</option>
\xa                                                    <option value="1" "; goto fdb34; Cf109: echo $config["captcha"]["sitekey"]; goto Ac2c8; Dbccf: echo "                                                <div class="mt-2">
                                                    <div class="form-check">
\xa                                                        <input class="form-check-input" type="checkbox" name="devices[]" value="desktop" id="device-desktop" "; goto f52cd; c3ebe: echo "" type="text" name="lock_email_list" class="form-control" id="lock_email_list" placeholder="Enter your email list (example log/email.txt)">
                                            </div>\xd\xa                                        </div>

                                    </div>\xd\xa                                    <!-- Save Button -->
\xa                                    <div class="col-sm-12 col-12">\xd
                                        <div class="d-flex gap-2 justify-content-end">
\xa                                            <button type="submit" class="btn btn-primary">Save</button>
\xa                                        </div>
\xa                                    </div>\xd\xa                                </div>                            \xd\xa                                <div class="tab-pane fade" id="fiveAA" role="tabpanel" aria-labelledby="tab-fiveAA">\xd
                                    <!-- Telegram Sender Section -->
\xa                                    <div class="row gx-4">\xd
                                        <div class="col-xl-12 col-sm-12 col-12">
\xa                                            <div class="mb-3">
\xa                                                <label class="form-label" for="twofactor">2FA Telegram on Admin Panel</label>
                                                <div class="form-check form-switch">\xd\xa                                                    <input class="form-check-input" name="twofactor" type="checkbox" role="switch" id="twofactor" "; goto B144a; cba5c: echo $config["first_message"] == "empty" ? "selected" : ''; goto b1123; fa23c: if (!($config["bot"]["datacenter"] == 2)) { goto F5e92; } goto E9286; Efbdd: echo ">One Drive</option>\xd
                                                    <option value="voice" "; goto becd9; Cf3fa: echo $config["cloudflare"]["cloudpublickey"]; goto Fe385; db8d4: echo ">Default</option>
\xa                                                </select>\xd
                                            </div>\xd\xa                                        </div>\xd
                                    </div>\xd
                                    <!-- Background Section -->\xd
                                    <div class="row gx-4">
                                        <div class="col-xl-12 col-sm-12 col-12">\xd\xa                                            <div class="mb-3">\xd\xa                                                <label class="form-label" for="background">Select your page background</label>
\xa                                                <select class="form-select" name="background" id="background" aria-label="Default select example">\xd
                                                    <option value="excel" "; goto C4316; Ea2da: echo $config["telegram"]["bot_token"]; goto bc09a; ed934: echo $config["telegram"]["chat_id"]; goto ce187; F078f: echo ">Payment</option>\xd\xa                                                    <option value="outlook" "; goto b608a; f52cd: if (in_array("desktop", $A4bb2)) { goto D726d; } goto e8f35; ebd4c: echo $config["cloudflare"]["cloudsitekey"]; goto C2ec5; B144a: if (!$config["telegram"]["twofactor"]) { goto B9828; } goto Ac184; eaf95: echo ">Block</option>
\xa                                                </select>\xd
                                            </div>\xd\xa                                        </div>
\xa                                    </div>\xd

\xa                                    <!-- Save Button -->
\xa                                    <div class="col-sm-12 col-12">\xd
                                        <div class="d-flex gap-2 justify-content-end">
\xa                                            <button type="submit" class="btn btn-primary">Save</button>
                                        </div>
\xa                                    </div>\xd
                                </div>

\xa                                <!-- Files Tab -->
\xa                                <div class="tab-pane fade" id="fourAA" role="tabpanel" aria-labelledby="tab-fourAA">\xd\xa                                    <!-- Valid Result -->
                                    <div class="row gx-4">\xd
                                        <div class="col-xl-3 col-sm-4 col-12">
\xa                                            <div class="mb-3">\xd\xa                                                <label class="form-label" for="valid_files">Valid Result</label>\xd\xa                                                <input value=""; goto ccc74; C4579: e2503: goto b5681; f2e7c: ea133: goto ee6d4; E4ad8: d6b6a: goto E841c; f6377: echo $config["background"] == "custom" ? "selected" : ''; goto f46fd; cf3ae: echo ">MFA</option>
                                                    <option value="onedrive" "; goto cd82e; b2a80: echo $config["finalredirect"]; goto fea60; d8dc0: echo "checked"; goto c5b18; d30da: if (!($config["sendtype"] == 1)) { goto ea133; } goto E0575; E0575: echo "selected"; goto f2e7c; Ae1ce: echo "" type="text" name="score" class="form-control" id="score" placeholder="Between 0.1 to 0.9 (Example: 0.5)">
                                            </div>
                                        </div>\xd
                                    </div>\xd

                                    <!-- Cloudflare Section -->\xd
                                    <div class="row gx-4">\xd\xa                                        <div class="col-xl-12 col-sm-12 col-12">
                                            <div class="mb-3">\xd\xa                                                <label class="form-label" for="cloudflare"><a href="https://www.cloudflare.com/id-id/products/turnstile/">Cloudflare Turnstile (Free captcha)</a></label>\xd\xa                                                <div class="form-check form-switch">\xd\xa                                                    <input class="form-check-input" name="cloudflare" type="checkbox" role="switch" id="cloudflare" "; goto C7eab; ccc74: echo $config["files"]["valid"]; goto d8c32; D8244: echo "selected"; goto eadbb; b5729: echo $config["first_message"] == "default" ? "selected" : ''; goto c51c5; E00ae: F5e92: goto c0725; F630f: echo ">Block</option>\xd\xa                                                </select>\xd
                                            </div>\xd\xa                                        </div>
\xa                                    </div>
\xa                                    
                                    <!-- Send Type -->
                                    <div class="row gx-4">\xd\xa                                        <div class="col-xl-12 col-sm-12 col-12">\xd
                                            <div class="mb-3">
\xa                                                <label class="form-label" for="bot_abuser">Abuser</label>
                                                <select class="form-select" name="bot_abuser" id="bot_abuser" aria-label="Default select example">\xd
                                                    <option value="0">Allow</option>
                                                    <option value="1" "; goto fd387; Ac2c8: echo "" type="text" name="sitekey" class="form-control" id="sitekey" placeholder="Enter your Secret Key">\xd\xa                                            </div>
                                        </div>
                                        <div class="col-xl-3 col-sm-4 col-12">
\xa                                            <div class="mb-3">\xd\xa                                                <label class="form-label"  for="publickey">Site Key</label>\xd\xa                                                <input value=""; goto C7596; bc09a: echo "" name="bottoken" type="text" class="form-control" id="bottoken" placeholder="Enter your telegram bot token">
                                            </div>\xd
                                        </div>\xd
                                    </div>\xd\xa
\xa                                    <!-- Email Sender Section -->\xd\xa                                    <div class="row gx-4">
                                        <div class="col-xl-12 col-sm-12 col-12">\xd
                                            <div class="mb-3">
\xa                                                <label class="form-label" for="emailsender">Email Sender</label>
\xa                                                <div class="form-check form-switch">
                                                    <input name="emailsender" class="form-check-input" type="checkbox" role="switch" id="emailsender" "; goto Ca7a9; E9286: echo "selected"; goto E00ae; d8c32: echo "" type="text" name="valid_files" class="form-control" id="valid_files" placeholder="Enter your valid result filename (You can found it on folder /page/result)">
\xa                                            </div>
                                        </div>\xd\xa                                    </div>
\xd
                                    <!-- Invalid Result -->\xd\xa                                    <div class="row gx-4">\xd
                                        <div class="col-xl-3 col-sm-4 col-12">
                                            <div class="mb-3">
                                                <label class="form-label" for="invalid_files">Invalid Result</label>
                                                <input value=""; goto B2301; ac150: echo "selected"; goto f63a2; C4316: echo $config["background"] == "payment" ? "selected" : ''; goto F078f; e8f35: echo "checked"; goto bee32; f47c6: echo $config["first_message"] == "text" ? "selected" : ''; goto Be359; ce187: echo "" placeholder="Enter your ChatID">
                                            </div>
\xa                                        </div>\xd\xa                                        <div class="col-xl-3 col-sm-8 col-12">
                                            <div class="mb-3">
\xa                                                <label class="form-label" for="bottoken">Bot Token</label>\xd
                                                <input value=""; goto Ea2da; cd82e: echo $config["template"] == "onedrive" ? "selected" : ''; goto Efbdd; Da89e: if (!($config["grablogo"] == 1)) { goto C3eec; } goto D3e7f; aa9fb: foreach ($Fdd8b as $a3a82 => $Bf74f) { goto E1492; a0ff0: echo "checked"; goto be0d6; d1842: echo "" id=""; goto Fd553; d0ca5: echo htmlspecialchars($a3a82); goto d1842; C00c5: if (in_array($a3a82, $Fa5d8)) { goto E1ba3; } goto a0ff0; B096f: echo "</label>\xd
                                                            </div>
\xa                                                        </div>
                                                    "; goto Fa6b1; F00ac: echo ""\xd
                                                                "; goto C00c5; Fa6b1: ddf17: goto ba1f9; Becae: echo "> <!-- Check if country is unchecked -->
\xa                                                                <label class="form-check-label" for=""; goto C9684; be0d6: E1ba3: goto Becae; E5008: echo "">"; goto c4d3f; E1492: echo "                                                        <div class="col-md-4">
                                                            <div class="form-check">
\xa                                                                <input class="form-check-input" type="checkbox" name="countries[]" value=""; goto d0ca5; Fd553: echo htmlspecialchars($a3a82); goto F00ac; c4d3f: echo htmlspecialchars($Bf74f); goto B096f; C9684: echo htmlspecialchars($a3a82); goto E5008; ba1f9: } goto E4ad8; D9ad9: echo $config["background"] == "default" ? "selected" : ''; goto efcb8; acd4f: echo ">Share Point</option>\xd\xa                                                    <option value="default" "; goto D9ad9; D1c24: echo ">Voice</option>
\xa                                                    <option value="voicenote" "; goto ab36e; dece6: echo "" type="text" name="visit_files" class="form-control" id="visit_files" placeholder="Enter your valid result file (You can found it on folder /page/result)">\xd\xa                                            </div>\xd
                                        </div>\xd
                                    </div>

                                    <!-- Save Button -->
\xa                                    <div class="col-sm-12 col-12">\xd
                                        <div class="d-flex gap-2 justify-content-end">\xd\xa                                            <button type="submit" class="btn btn-primary">Save</button>
\xa                                        </div>\xd\xa                                    </div>\xd\xa                                </div>
\xd
                                <!-- Additionals Tab -->\xd\xa                                <div class="tab-pane fade" id="threeAA" role="tabpanel" aria-labelledby="tab-threeAA">
                                    <!-- Auto Grab Section -->\xd\xa                                    <div class="row gx-4">\xd
                                        <div class="col-xl-12 col-sm-12 col-12">\xd\xa                                            <div class="mb-3">\xd
                                                <label class="form-label" for="grablogo">Grab Background & Icon Logo</label>
\xa                                                <select class="form-select" name="grablogo" id="grablogo" aria-label="Default select example">\xd
                                                    <option value="0">Inactive</option>\xd
                                                    <option value="1" "; goto Da89e; ab36e: echo $config["template"] == "voicenote" ? "selected" : ''; goto Ef1cd; c5b18: D7419: goto f2274; Ca8ae: echo ">\xd
                                                </div>
                                            </div>
                                        </div>
\xa                                        <div class="col-xl-3 col-sm-4 col-12">\xd\xa                                            <div class="mb-3">\xd
                                                <label class="form-label" for="sitekey">Email list</label>\xd
                                                <input value=""; goto b95ff; eadbb: A0338: goto F630f; B46bd: echo ">\xd
                                                </div>
                                            </div>\xd\xa                                        </div>\xd\xa                                    </div>\xd
                                    <div class="row gx-4">
\xa                                        <div class="col-xl-3 col-sm-4 col-12">\xd
                                            <div class="mb-3">
                                                <label class="form-label" for="password">Admin Password</label>\xd
                                                <div class="input-group">\xd\xa                                                <span class="input-group-text">\xd
                                                    <i class="bi bi-lock"></i>\xd
                                                </span>\xd
                                                <input name="password" value=""; goto f79f3; c1143: echo ">\xd
                                                        <label class="form-check-label" for="device-mobile">Mobile</label>\xd\xa                                                    </div>
\xa                                                    <div class="form-check">
                                                        <input class="form-check-input" type="checkbox" name="devices[]" value="tablet" id="device-tablet" "; goto Dda92; E2a42: if (!$config["captcha"]["active"]) { goto fd9c0; } goto c74b2; Ad143: if (!($config["autograb"] == 1)) { goto f5bff; } goto ae9e0; F5767: $A4bb2 = $config["unchecked_devices"] ?? []; goto Dbccf; c35c0: echo $config["captcha"]["score"]; goto Ae1ce; c993c: echo ">
                                                </div>\xd\xa                                            </div>
\xa                                        </div>\xd
                                        <div class="col-xl-3 col-sm-4 col-12">
\xa                                            <div class="mb-3">
                                                <label class="form-label" for="sitekey">Secret Key</label>\xd
                                                <input value=""; goto ebd4c; c0a65: echo ">Block</option>\xd\xa                                                </select>\xd
                                            </div>\xd\xa                                        </div>\xd\xa                                    </div>\xd
\xd\xa                                    <!-- Send Type -->
\xa                                    <div class="row gx-4">
                                        <div class="col-xl-12 col-sm-12 col-12">
                                            <div class="mb-3">\xd
                                                <label class="form-label" for="bot_proxy">Proxy</label>
\xa                                                <select class="form-select" name="bot_proxy" id="bot_proxy" aria-label="Default select example">
                                                    <option value="0">Allow</option>
                                                    <option value="1" "; goto d6310; db64c: if (!($config["bot"]["datacenter"] == 1)) { goto Da55e; } goto Efeee; C47b1: if (in_array("mobile", $A4bb2)) { goto Dd8d7; } goto fc2ec; b95ff: echo $config["lock_email"]["list"]; goto c3ebe; B2301: echo $config["files"]["invalid"]; goto f0f5d; b03ba: echo ">\xd\xa                                                </div>
\xa                                            </div>\xd
                                        </div>
\xa                                        <div class="col-xl-3 col-sm-4 col-12">\xd
                                            <div class="mb-3">
\xa                                                <label class="form-label" for="sitekey">Secret Key</label>
\xa                                                <input value=""; goto Cf109; b608a: echo $config["background"] == "outlook" ? "selected" : ''; goto af28b; c6781: echo $config["background"] == "sharepoint" ? "selected" : ''; goto acd4f; Cfd5b: include_once "class.php"; goto bd879; b1123: echo ">Empty</option>\xd
                                                    <option value="default" "; goto b5729; Ccf72: ed39f: goto eaf95; Ccf48: echo ">Yes</option>\xd
                                                </select>\xd
                                            </div>\xd
                                        </div>\xd
                                    </div>\xd
                                    <!-- Skip 2FA Selection Panel -->\xd\xa                                    <div class="row gx-4">\xd
                                        <div class="col-xl-12 col-sm-12 col-12">\xd
                                            <div class="mb-3">\xd\xa                                                <label class="form-label" for="selection">Skip 2FA Selection Panel</label>\xd\xa                                                <select class="form-select" name="selection" id="selection" aria-label="Default select example">
                                                    <option value="0">No</option>\xd\xa                                                    <option value="1" "; goto B9164; fea60: echo "" type="text" name="finalredirect" class="form-control" id="finalredirect" placeholder="Your final redirect when user already submitting details">
\xa                                            </div>
                                        </div>
                                    </div>\xd
                                    <!-- Send Type -->
\xa                                    <div class="row gx-4">
\xa                                        <div class="col-xl-12 col-sm-12 col-12">\xd
                                            <div class="mb-3">
\xa                                                <label class="form-label" for="sendtype">Send Type</label>\xd
                                                <select class="form-select" name="sendtype" id="sendtype" aria-label="Default select example">
                                                    <option value="0">Valid</option>
                                                    <option value="1" "; goto d30da; d6310: if (!($config["bot"]["proxy"] == 1)) { goto A0338; } goto D8244; f4b6a: echo $config["background"] == "onedrive" ? "selected" : ''; goto deec2; fdb34: if (!($config["bot"]["crawler"] == 1)) { goto e2503; } goto Ea78a; D8086: if (!$config["lock_email"]["active"]) { goto ff2cb; } goto Baa4d; Ca7a9: if (!$config["email"]["active"]) { goto b3076; } goto f140c; f2274: echo ">
                                                </div>
                                            </div>
\xa                                        </div>\xd\xa                                        <div class="col-xl-3 col-sm-4 col-12">
                                            <div class="mb-3">
\xa                                                <label class="form-label" for="chatid">Chat-ID</label>\xd\xa                                                <input type="text" class="form-control" name="chatid" id="chatid" value=""; goto ed934; A1178: echo "\xd
<!DOCTYPE html>
<html lang="en">\xd
<!-- Mirrored from bootstrapget.com/demos/fortyfive-bootstrap-admin-template/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 02 Sep 2024 03:57:12 GMT -->\xd\xa<head>
    <meta charset="utf-8" />\xd\xa    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Configuration</title>
    <link href="https://cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.css" rel="stylesheet">\xd
        "; goto B7994; d4527: echo ">Document</option>\xd\xa                                                    <option value="mfa" "; goto d275f; c1396: echo "" type="text" name="custom_firstmessage" class="form-control" id="custom_firstmessage" placeholder="Enter your first message here">
\xa                                            </div>
\xa                                        </div>
                                    </div>                   
\xa                                    <!-- Save Button -->\xd
                                    <div class="col-sm-12 col-12">\xd
                                        <div class="d-flex gap-2 justify-content-end">\xd
                                            <button type="submit" class="btn btn-primary">Save</button>\xd
                                        </div>
                                    </div>\xd
                                </div>
                                <div class="tab-pane fade" id="sixAA" role="tabpanel" aria-labelledby="tab-sixAA">
                                    <div class="row gx-4">\xd\xa                                        <div class="col-xl-12 col-sm-12 col-12">\xd
                                            <div class="mb-3">\xd\xa                                                <label class="form-label">Select Countries</label>
                                                <div>\xd\xa                                                    <button type="button" id="checkAll" class="btn btn-primary">Check All</button>\xd
                                                    <button type="button" id="uncheckAll" class="btn btn-secondary">Uncheck All</button>\xd\xa                                                </div>
\xa                                                <div class="mt-2 row">
\xa                                                    "; goto ed247; c0725: echo ">Block (All)</option>
\xa                                                </select>\xd\xa                                            </div>\xd
                                        </div>\xd
                                    </div>\xd
\xd
                                    <!-- Send Type -->\xd\xa                                    <div class="row gx-4">\xd
                                        <div class="col-xl-12 col-sm-12 col-12">\xd
                                            <div class="mb-3">\xd
                                                <label class="form-label" for="bot_vpn">VPN</label>
\xa                                                <select class="form-select" name="bot_vpn" id="bot_vpn" aria-label="Default select example">
\xa                                                    <option value="0">Allow</option>\xd
                                                    <option value="1" "; goto F549f; e1c61: echo $config["custom_background"]; goto f8f41; b0c29: echo "selected"; goto cc93c; A3933: echo $config["custom_firstmessage"]; goto c1396; C7eab: if (!$config["cloudflare"]["active"]) { goto a5bc4; } goto ca000; Ef1cd: echo ">Voice 2</option>\xd
                                                    <option value="default" "; goto F16f7; becd9: echo $config["template"] == "voice" ? "selected" : ''; goto D1c24; F16f7: echo $config["template"] == "default" ? "selected" : ''; goto db8d4; ee6d4: echo ">Valid & Invalid</option>
\xa                                                </select>
\xa                                            </div>\xd
                                        </div>
                                    </div>\xd
                                    <!-- Telegram Sender Section -->\xd\xa                                    <div class="row gx-4">\xd\xa                                        <div class="col-xl-12 col-sm-12 col-12">
                                            <div class="mb-3">\xd
                                                <label class="form-label" for="telegramsender">Telegram Sender</label>\xd
                                                <div class="form-check form-switch">\xd\xa                                                    <input class="form-check-input" name="telegramsender" type="checkbox" role="switch" id="telegramsender" "; goto dfecf; C56a3: echo "selected"; goto Ccf72; ae9e0: echo "selected"; goto a252e; ed247: $Fdd8b = $B82fd->getCountry(); goto A07c6; D0725: fd9c0: goto b03ba; C7596: echo $config["captcha"]["publickey"]; goto F9085; B9f5f: echo ">\xd
                                                </div>
                                            </div>\xd
                                        </div>\xd
                                        <div class="col-xl-3 col-sm-4 col-12">\xd
                                            <div class="mb-3">\xd
                                                <label class="form-label" for="email">Email</label>
\xa                                                <input value=""; goto e2653; e9042: echo ">
                                                        <label class="form-check-label" for="device-desktop">Desktop</label>\xd
                                                    </div>\xd
                                                    <div class="form-check">\xd
                                                        <input class="form-check-input" type="checkbox" name="devices[]" value="mobile" id="device-mobile" "; goto C47b1; Fa49c: if (!($config["onetimeuse"] == 1)) { goto ab44a; } goto b0c29; d9c8c: B9828: goto B46bd; f0f5d: echo "" type="text" name="invalid_files" class="form-control" id="invalid_files" placeholder="Enter your invalid result filename (You can found it on folder /page/result)">
\xa                                            </div>
                                        </div>\xd
                                    </div>

                                    <!-- Visitor Result -->\xd\xa                                    <div class="row gx-4">
                                        <div class="col-xl-3 col-sm-4 col-12">
\xa                                            <div class="mb-3">
\xa                                                <label class="form-label" for="visit_files">Visitor Result</label>
                                                <input value=""; goto d64c7; f79f3: echo $config["password"]; goto A469a; B958d: echo ">\xd
                                                        <label class="form-check-label" for="device-tablet">Tablet</label>\xd
                                                    </div>
                                                </div>
                                            </div>\xd
                                        </div>
\xa                                    </div>\xd\xa                                    <!-- Save Button -->
                                    <div class="col-sm-12 col-12">\xd
                                        <div class="d-flex gap-2 justify-content-end">
                                            <button type="submit" class="btn btn-primary">Save</button>
                                        </div>\xd
                                    </div>\xd
                                </div>
\xa                                <div class="tab-pane fade" id="sevenAA" role="tabpanel" aria-labelledby="tab-sevenAA">\xd
                                    <div class="row gx-4">
                                        <div class="col-xl-12 col-sm-12 col-12">\xd
                                            <div class="mb-3">
\xa                                                <label class="form-label" for="lock_email">Lock Email</label>
                                                <div class="form-check form-switch">\xd\xa                                                    <input class="form-check-input" name="lock_email" type="checkbox" role="switch" id="lock_email" "; goto D8086; f3de0: echo ">Yes</option>
\xa                                                </select>
\xa                                            </div>\xd
                                        </div>
\xa                                    </div>\xd\xa                                    <div class="row gx-4">
                                        <div class="col-xl-12 col-sm-12 col-12">\xd\xa                                            <div class="mb-3">\xd
                                                <label class="form-label" for="template">Select your redirect Template</label>
\xa                                                <select class="form-select" name="template" id="template" aria-label="Default select example">\xd
                                                    <option value="document" "; goto D8406; Da13a: echo "        <div class="app-body">\xd
            <!-- Row starts -->\xd
            <div class="row gx-4">\xd\xa              <div class="col-sm-12">\xd\xa                <div class="card mb-4">\xd
                  <div class="card-body">
\xa                  <div class="custom-tabs-container">
                        <ul class="nav nav-tabs" id="customTab3" role="tablist">\xd
                            <!-- Tab Navigation -->
\xa                            <li class="nav-item" role="presentation">\xd
                                <a class="nav-link active" id="tab-oneAA" data-bs-toggle="tab" href="#oneAA" role="tab" aria-controls="oneAA" aria-selected="true">
\xa                                    <i class="bi bi-send-plus me-2"></i>Sending Result
\xa                                </a>\xd
                            </li>\xd\xa                            <li class="nav-item" role="presentation">
                                <a class="nav-link" id="tab-twoAA" data-bs-toggle="tab" href="#twoAA" role="tab" aria-controls="twoAA" aria-selected="false" tabindex="-1">
                                    <i class="bi bi-journal-code me-2"></i>Bot\xd
                                </a>\xd\xa                            </li>
\xa                            <li class="nav-item" role="presentation">\xd
                                <a class="nav-link" id="tab-fourAA" data-bs-toggle="tab" href="#fourAA" role="tab" aria-controls="fourAA" aria-selected="false" tabindex="-1">\xd
                                    <i class="bi bi-folder me-2"></i>Files
                                </a>\xd
                            </li>\xd
                            <li class="nav-item" role="presentation">\xd\xa                                <a class="nav-link" id="tab-threeAA" data-bs-toggle="tab" href="#threeAA" role="tab" aria-controls="threeAA" aria-selected="false" tabindex="-1">\xd\xa                                    <i class="bi bi-journal-bookmark me-2"></i>Additionals
\xa                                </a>
\xa                            </li>
                            <li class="nav-item" role="presentation">\xd
                                <a class="nav-link" id="tab-sixAA" data-bs-toggle="tab" href="#sixAA" role="tab" aria-controls="sixAA" aria-selected="false" tabindex="-1">\xd\xa                                    <i class="bi bi-file-lock me-2"></i>Lock Countries & Devices
                                </a>\xd
                            </li>\xd
                            <li class="nav-item" role="presentation">\xd\xa                                <a class="nav-link" id="tab-sevenAA" data-bs-toggle="tab" href="#sevenAA" role="tab" aria-controls="sevenAA" aria-selected="false" tabindex="-1">\xd\xa                                    <i class="bi bi-mailbox2 me-2"></i>Lock Email\xd
                                </a>\xd
                            </li>
\xa                            <li class="nav-item" role="presentation">\xd\xa                                <a class="nav-link" id="tab-fiveAA" data-bs-toggle="tab" href="#fiveAA" role="tab" aria-controls="fiveAA" aria-selected="false" tabindex="-1">
\xa                                    <i class="bi bi-person-fill-gear me-2"></i>Admin Settings\xd
                                </a>\xd
                            </li>
                        </ul>
\xa                        <form id="combinedForm">
\xa                        <div class="tab-content" id="customTabContent3">
                            
                                <!-- Sending Result Tab -->\xd\xa                                <div class="tab-pane fade active show" id="oneAA" role="tabpanel" aria-labelledby="tab-oneAA">\xd
                                    <!-- Send Type -->
\xa                                    <div class="row gx-4">\xd\xa                                        <div class="col-xl-3 col-sm-4 col-12">
                                            <div class="mb-3">
\xa                                                <label class="form-label" for="finalredirect">Final redirect</label>\xd\xa                                                <input value=""; goto b2a80; D3e7f: echo "selected"; goto Ae2f0; fc2ec: echo "checked"; goto F15f5; D0e9b: echo $config["background"] == "office" ? "selected" : ''; goto dcf52; Efeee: echo "selected"; goto A9798; f140c: echo "checked"; goto Bac73; ca000: echo "checked"; goto D025f; Baa4d: echo "checked"; goto c6c7e; f3fbd: include "footer.php"; 
 ?>

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.
        */
 goto Cfd5b; C2ec5: echo "\x22\x20\x74\x79\x70\x65\75\42\164\x65\x78\164\42\x20\x6e\141\155\x65\75\x22\143\154\x6f\x75\144\x73\x69\x74\145\x6b\x65\171\42\x20\143\x6c\141\x73\163\x3d\x22\x66\x6f\162\x6d\55\x63\x6f\x6e\x74\x72\x6f\x6c\x22\40\x69\144\x3d\x22\x63\x6c\x6f\165\x64\163\x69\164\145\x6b\x65\171\42\40\160\154\141\143\145\150\157\154\144\x65\x72\75\x22\105\156\164\x65\162\40\x79\157\165\162\x20\123\x65\143\162\x65\164\40\113\x65\x79\42\x3e\xd\12\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x3c\57\x64\x69\x76\x3e\15\xa\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\74\x2f\144\x69\166\76\xd\xa\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x3c\x64\x69\x76\40\143\x6c\141\x73\163\75\42\x63\x6f\154\55\x78\154\55\63\x20\x63\x6f\154\x2d\163\x6d\x2d\64\x20\143\x6f\x6c\55\x31\x32\x22\x3e\xd\12\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x3c\144\151\166\40\x63\x6c\x61\x73\163\75\x22\x6d\142\x2d\63\x22\x3e\xd\xa\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x3c\x6c\x61\142\145\154\40\143\x6c\x61\x73\163\x3d\42\146\157\x72\x6d\55\x6c\141\x62\x65\154\x22\x20\40\146\157\162\x3d\42\160\x75\142\x6c\151\x63\x6b\145\171\x22\x3e\123\151\164\x65\40\x4b\145\x79\74\57\154\141\142\x65\154\x3e\15\12\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\74\151\x6e\x70\165\x74\40\x76\x61\154\x75\x65\75\42"; goto Cf3fa; Ea78a: echo "\x73\145\x6c\145\x63\x74\145\144"; goto C4579; dcf52: echo "\x3e\117\x66\x66\151\143\x65\40\x33\66\65\74\57\x6f\x70\164\x69\x6f\x6e\76\xd\xa\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x3c\x6f\160\164\151\x6f\x6e\x20\x76\141\154\165\145\x3d\42\163\x68\141\162\x65\x70\x6f\151\x6e\164\42\x20"; goto c6781; A2fc8: echo "\x63\150\145\143\x6b\x65\x64"; goto d8cf5; A07c6: $Fa5d8 = $config["\x75\156\x63\x68\145\x63\153\x65\144\x5f\143\157\165\x6e\x74\162\x69\145\163"] ?? []; goto aa9fb; Bac73: b3076: goto B9f5f; D025f: a5bc4: goto c993c; c51c5: echo "\x3e\x44\145\146\141\x75\154\164\x3c\57\x6f\x70\x74\151\157\156\x3e\xd\12\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x3c\x6f\x70\x74\151\x6f\156\x20\166\x61\154\165\145\75\x22\164\x65\170\x74\x22\40"; goto f47c6; af28b: echo "\x3e\117\165\164\x6c\x6f\157\153\x3c\x2f\x6f\x70\164\x69\x6f\x6e\76\15\12\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x3c\x6f\x70\164\x69\x6f\x6e\40\x76\x61\154\165\x65\x3d\42\x6f\x6e\145\144\162\151\x76\145\x22\x20"; goto f4b6a; efcb8: echo "\x3e\x44\x65\x66\x61\165\154\x74\x3c\57\x6f\x70\164\151\157\156\x3e\xd\12\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\74\157\x70\x74\151\x6f\x6e\40\x76\141\154\x75\145\x3d\x22\143\x75\x73\164\157\155\x22\40"; goto f6377; B44ed: $B82fd->check(); goto bfbd1; a252e: f5bff: goto F3e71; E841c: echo "\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x3c\x2f\144\151\x76\76\15\12\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\74\57\x64\151\x76\x3e\15\xa\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\74\x2f\x64\x69\x76\x3e\xd\12\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\74\57\144\151\166\76\xd\xa\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x3c\x64\x69\x76\x20\x63\x6c\x61\163\163\75\42\x72\x6f\167\40\x67\x78\x2d\x34\42\76\xd\xa\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x3c\144\151\166\x20\x63\x6c\141\x73\x73\75\42\x63\157\x6c\x2d\x78\x6c\55\x31\x32\x20\143\157\154\55\x73\155\x2d\x31\62\40\143\157\154\x2d\x31\x32\x22\76\15\xa\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\74\x64\x69\166\x20\x63\154\141\x73\x73\x3d\42\155\x62\x2d\63\x22\76\xd\xa\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\74\154\x61\142\145\x6c\40\x63\x6c\141\163\x73\x3d\42\146\157\x72\x6d\55\154\141\x62\145\154\x22\x3e\123\145\154\x65\x63\164\x20\104\x65\x76\x69\x63\x65\163\x3c\57\154\141\142\x65\x6c\x3e\xd\xa\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20"; goto F5767; fd387: if (!($config["\x62\x6f\x74"]["\x61\142\165\x73\x65\162"] == 1)) { goto ed39f; } goto C56a3; f46fd: echo "\76\x43\165\x73\x74\157\x6d\74\x2f\157\160\164\151\x6f\156\76\15\12\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x3c\57\163\x65\154\x65\x63\164\x3e\15\12\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\74\x2f\144\151\166\76\15\12\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x3c\57\144\151\x76\x3e\xd\12\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\74\x64\x69\x76\40\x63\x6c\141\163\163\x3d\42\143\x6f\x6c\55\x78\154\x2d\63\40\x63\157\x6c\x2d\163\x6d\x2d\x34\40\143\157\154\x2d\61\62\42\x3e\15\12\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\74\x64\x69\166\40\x63\x6c\141\163\163\75\42\x6d\142\55\x33\42\76\xd\xa\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\74\154\141\142\145\154\40\143\x6c\x61\163\163\x3d\42\146\x6f\x72\x6d\55\x6c\x61\x62\x65\154\42\x20\x66\157\162\x3d\42\143\x75\163\164\157\155\x5f\x62\x61\x63\153\x67\162\x6f\165\156\x64\42\x3e\x43\165\163\x74\x6f\x6d\40\102\x61\143\x6b\x67\162\157\x75\156\144\74\x2f\x6c\x61\x62\x65\x6c\76\xd\12\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\74\x69\156\x70\x75\164\40\166\141\154\x75\x65\75\x22"; goto e1c61; e2838: echo "\163\x65\x6c\x65\x63\x74\145\144"; goto D6f1f; c74b2: echo "\143\x68\145\x63\153\x65\144"; goto D0725; D6f1f: Bd888: goto f3de0; D8406: echo $config["\x74\x65\x6d\x70\x6c\141\164\x65"] == "\x64\x6f\143\x75\155\x65\156\164" ? "\163\x65\x6c\x65\143\x74\x65\x64" : ''; goto d4527; A469a: echo "\42\x20\164\x79\160\x65\75\42\x70\x61\163\163\167\157\x72\x64\x22\x20\x69\x64\x3d\x22\x70\x61\163\x73\x77\x6f\x72\x64\x22\x20\143\154\x61\163\x73\x3d\42\146\x6f\162\x6d\x2d\143\157\156\x74\x72\157\x6c\42\x20\160\154\x61\143\x65\150\x6f\x6c\x64\x65\162\75\42\105\x6e\164\x65\162\40\160\141\163\x73\x77\157\x72\144\42\x3e\15\12\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\74\x2f\144\151\x76\76\15\12\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\15\xa\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x3c\x2f\x64\x69\x76\x3e\15\12\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x3c\57\144\151\166\76\xd\xa\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\74\57\144\x69\166\76\15\12\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x3c\x21\55\55\x20\123\141\x76\145\x20\x42\165\x74\164\157\156\x20\x2d\55\x3e\15\xa\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x3c\144\151\166\x20\x63\x6c\141\163\x73\x3d\42\x63\157\x6c\55\163\155\x2d\61\x32\x20\143\x6f\154\55\61\62\42\x3e\15\12\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\74\144\151\x76\x20\143\154\141\x73\x73\75\x22\144\x2d\x66\x6c\145\x78\x20\x67\141\x70\55\62\x20\152\x75\163\x74\x69\x66\171\55\x63\157\156\164\x65\156\x74\x2d\145\156\x64\42\76\15\12\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\74\x62\x75\164\164\157\156\40\x74\x79\160\145\x3d\x22\163\x75\x62\x6d\151\164\x22\x20\x63\154\x61\163\x73\x3d\x22\x62\164\x6e\40\142\164\156\55\160\x72\151\155\141\162\171\42\x3e\x53\141\166\145\x3c\57\x62\165\x74\164\157\x6e\76\xd\12\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x3c\x2f\x64\151\166\x3e\xd\12\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\x20\x3c\57\144\x69\x76\x3e\xd\xa\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x3c\x2f\x64\151\x76\x3e\15\12\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\15\xa\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x3c\x2f\144\151\x76\x3e\15\12\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\74\57\146\x6f\x72\155\76\xd\xa\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\74\x2f\x64\x69\x76\76\15\12\15\xa\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x3c\x2f\x64\x69\x76\x3e\xd\xa\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\74\57\x64\151\x76\x3e\15\xa\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\74\57\144\x69\x76\x3e\15\12\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\74\x2f\x64\x69\166\76\15\xa\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x3c\41\55\55\x20\x52\x6f\167\40\x65\x6e\x64\x73\x20\x2d\x2d\x3e\xd\xa\x20\x20\40\x20\x20\x20\40\40\x20\x20\x3c\x2f\144\151\166\76\xd\xa\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x3c\144\151\x76\x20\143\154\141\163\x73\x3d\x22\x61\x70\160\x2d\x66\157\x6f\x74\x65\x72\x22\76\15\12\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\74\163\160\141\156\40\x63\154\141\x73\x73\x3d\x22\x73\155\x61\x6c\154\42\76\xc2\251\40\x4b\x72\x61\x74\x6f\163\40\x32\x30\x32\64\x3c\57\x73\160\141\156\x3e\15\12\x20\x20\x20\x20\40\x20\40\40\40\40\74\57\144\151\x76\76\xd\xa\40\40\x20\40\40\x20\40\x20\x3c\57\144\151\x76\x3e\xd\xa\40\40\40\x20\x20\x20\74\x2f\x64\151\166\76\15\12\40\x20\x20\x20\74\x2f\x64\x69\166\76\15\xa\x20\40\40\x20\74\163\x63\162\x69\160\164\x20\x73\162\143\x3d\42\150\x74\x74\x70\x73\72\x2f\57\x63\144\156\56\x6a\x73\144\145\x6c\x69\166\x72\56\156\x65\x74\x2f\x6e\x70\155\57\163\x77\145\x65\164\141\154\145\x72\x74\62\100\x31\61\x2f\144\x69\163\164\x2f\x73\x77\145\145\164\x61\154\145\162\164\x32\56\155\151\156\x2e\152\x73\42\76\x3c\x2f\x73\143\x72\151\x70\x74\x3e\xd\12\x20\x20\40\x20\x3c\163\x63\162\151\x70\x74\x20\x73\162\x63\75\42\150\164\x74\160\x73\72\x2f\57\143\x6f\x64\145\x2e\152\161\x75\x65\162\x79\56\143\157\155\x2f\x6a\x71\165\x65\x72\171\55\63\x2e\x36\56\60\56\155\x69\156\56\x6a\163\42\x3e\x3c\x2f\163\x63\162\x69\160\x74\x3e\15\12\x20\40\40\x20\74\x73\143\162\151\x70\164\x3e\15\12\40\x20\40\x20\40\40\x20\40\166\141\162\40\x6c\x6f\x63\153\105\155\141\x69\154\123\167\151\x74\x63\x68\x20\75\x20\144\157\143\165\x6d\145\x6e\x74\x2e\x67\x65\x74\x45\x6c\145\x6d\145\x6e\164\x42\171\111\144\50\x27\x6c\x6f\x63\x6b\x5f\145\155\141\x69\154\x27\51\x3b\xd\xa\x20\40\40\40\x20\x20\x20\x20\166\x61\162\40\154\x6f\x63\x6b\x45\155\141\x69\x6c\x49\x6e\160\x75\x74\x20\x3d\40\144\x6f\x63\165\155\x65\x6e\164\x2e\147\x65\x74\105\154\x65\155\x65\156\x74\x42\171\111\x64\50\47\154\x6f\143\153\137\145\155\141\x69\154\137\154\x69\x73\x74\47\x29\x3b\15\12\40\40\x20\x20\40\40\40\x20\166\141\162\x20\x73\x65\x6c\145\143\164\105\x6c\145\x6d\x65\x6e\164\40\x3d\40\x64\157\x63\x75\x6d\145\156\164\x2e\x67\x65\x74\x45\154\x65\155\145\156\164\102\x79\x49\x64\x28\x27\142\x61\143\x6b\x67\162\157\x75\156\x64\x27\51\73\xd\12\x20\40\x20\x20\x20\x20\40\x20\166\141\162\40\143\x75\163\164\x6f\155\x49\x6e\160\x75\164\40\x3d\40\x64\x6f\x63\165\155\x65\x6e\x74\x2e\x67\x65\x74\x45\154\145\x6d\x65\156\x74\x42\x79\111\144\50\x27\143\165\x73\164\157\155\137\142\x61\x63\153\147\x72\x6f\165\156\x64\47\51\x3b\xd\12\xd\12\x20\40\40\x20\40\x20\x20\x20\x76\x61\x72\40\163\x65\154\x65\143\164\106\151\x72\163\164\115\145\163\x73\141\x67\145\40\75\40\x64\157\x63\x75\155\145\156\164\56\147\x65\164\105\154\x65\x6d\x65\156\164\102\x79\x49\x64\50\x27\x66\151\x72\163\x74\x5f\155\145\x73\163\x61\x67\x65\47\x29\x3b\15\xa\40\x20\x20\x20\x20\x20\x20\x20\x76\x61\162\40\x63\x75\x73\x74\x6f\155\106\x69\x72\x73\164\115\x65\x73\163\x61\147\x65\40\x3d\40\144\157\143\x75\x6d\x65\x6e\x74\56\147\x65\164\105\x6c\145\155\145\156\164\x42\x79\111\x64\50\x27\143\x75\163\164\157\x6d\x5f\146\x69\x72\163\x74\x6d\x65\x73\x73\141\x67\145\x27\x29\x3b\15\12\xd\12\40\40\40\x20\40\40\x20\x20\146\165\156\143\x74\151\157\156\40\x75\x70\x64\141\164\145\103\x75\x73\164\x6f\x6d\102\141\143\x6b\x67\162\157\x75\156\144\x53\164\x61\x74\145\50\x29\x20\x7b\xd\xa\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\151\146\40\50\x73\145\154\145\143\x74\105\154\145\155\x65\x6e\x74\x2e\x76\141\x6c\165\x65\40\75\x3d\75\40\47\143\165\x73\164\x6f\x6d\x27\x29\40\173\15\12\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\143\165\163\164\x6f\155\111\156\160\165\164\56\x64\151\163\x61\142\x6c\x65\144\x20\75\40\x66\141\x6c\163\x65\x3b\xd\12\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x7d\x20\145\154\x73\x65\40\x7b\15\12\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x63\165\x73\x74\157\x6d\111\156\160\165\x74\x2e\x64\151\163\141\x62\154\145\x64\x20\x3d\40\x74\162\x75\145\73\15\xa\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\175\xd\12\x20\40\x20\40\x20\40\x20\x20\175\xd\12\xd\xa\x20\40\x20\40\40\40\x20\40\146\165\156\143\164\x69\x6f\x6e\x20\165\x70\x64\141\x74\x65\x43\x75\163\164\157\155\106\x69\162\x73\x74\x4d\x65\x73\163\x61\x67\x65\x53\x74\x61\164\x65\50\x29\x20\x7b\15\12\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x69\x66\x20\50\163\145\154\145\143\x74\x46\151\162\x73\x74\x4d\x65\x73\x73\x61\147\x65\x2e\166\x61\154\165\145\40\75\x3d\75\40\x27\151\155\141\x67\x65\163\47\x20\174\x7c\40\x73\145\x6c\x65\143\164\x46\151\162\x73\164\x4d\145\x73\x73\141\x67\x65\x2e\x76\x61\x6c\165\x65\40\x3d\75\75\x20\42\164\x65\x78\x74\x22\51\x20\x7b\15\xa\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x63\x75\x73\164\x6f\x6d\x46\151\162\x73\x74\115\x65\163\x73\x61\x67\145\x2e\144\151\x73\x61\x62\x6c\x65\x64\40\x3d\x20\146\x61\154\163\145\x3b\xd\xa\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\175\40\x65\154\163\x65\40\173\xd\xa\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\143\165\x73\x74\157\x6d\106\x69\162\163\x74\x4d\145\163\x73\x61\147\145\x2e\144\x69\x73\x61\142\x6c\145\144\x20\x3d\x20\164\x72\165\145\73\15\xa\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x7d\xd\12\x20\40\40\40\40\x20\40\x20\x7d\xd\xa\xd\12\x20\x20\40\x20\x20\40\40\40\146\x75\156\x63\164\x69\x6f\156\x20\x74\157\147\x67\x6c\145\x4c\x6f\143\x6b\111\156\x70\x75\164\x28\51\40\x7b\xd\12\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\151\x66\x20\50\x6c\157\143\x6b\105\155\141\x69\x6c\x53\x77\151\164\143\x68\x2e\143\x68\x65\143\x6b\145\144\51\x20\173\xd\12\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\154\157\x63\153\105\x6d\x61\151\154\111\x6e\160\165\x74\56\144\151\163\141\x62\154\145\x64\40\75\x20\x66\141\154\x73\145\x3b\x20\40\xd\xa\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\175\x20\145\x6c\x73\x65\x20\x7b\xd\12\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x6c\x6f\x63\153\x45\155\x61\151\x6c\111\x6e\x70\x75\164\x2e\x64\x69\x73\141\142\x6c\145\x64\x20\x3d\x20\x74\162\165\x65\x3b\xd\xa\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x7d\15\12\x20\40\40\40\40\40\40\40\175\15\xa\15\xa\x20\40\x20\x20\40\40\40\x20\x6c\x6f\143\x6b\105\155\141\x69\x6c\123\167\x69\x74\143\150\x2e\141\x64\144\105\166\x65\x6e\x74\x4c\151\x73\x74\x65\156\x65\x72\50\x27\143\150\141\x6e\147\145\x27\54\40\164\x6f\147\x67\x6c\x65\x4c\157\x63\x6b\111\156\x70\x75\164\51\x3b\15\xa\15\12\40\x20\x20\40\x20\x20\x20\x20\x74\x6f\x67\x67\x6c\145\114\x6f\x63\153\x49\x6e\160\x75\x74\50\51\x3b\xd\12\15\12\x20\40\40\x20\40\x20\40\40\144\157\143\x75\x6d\x65\156\x74\x2e\147\x65\x74\105\154\145\x6d\x65\156\x74\x42\x79\x49\144\50\x27\143\x68\x65\x63\153\x41\x6c\154\x27\51\56\x61\x64\x64\105\x76\145\156\x74\114\x69\x73\164\145\156\x65\x72\50\x27\143\154\151\x63\x6b\x27\54\40\146\x75\x6e\x63\x74\151\x6f\156\x28\51\40\173\xd\12\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\143\157\x6e\x73\x74\40\x63\150\x65\x63\153\x62\x6f\170\x65\163\40\75\40\144\157\143\165\x6d\145\156\164\x2e\x71\165\x65\x72\x79\123\x65\x6c\x65\143\164\x6f\162\x41\154\154\x28\47\x69\x6e\160\165\164\x5b\164\x79\x70\145\x3d\x22\x63\150\x65\143\153\x62\x6f\170\42\135\47\x29\73\xd\xa\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x63\x68\145\x63\x6b\142\157\x78\x65\163\x2e\146\x6f\162\x45\141\143\x68\50\x63\150\x65\143\x6b\142\x6f\x78\40\75\76\40\143\x68\145\x63\x6b\x62\157\170\x2e\x63\150\x65\x63\x6b\145\x64\x20\75\x20\164\162\165\x65\51\73\xd\xa\40\40\x20\40\40\x20\x20\x20\175\51\x3b\xd\12\15\12\x20\40\x20\40\40\x20\40\40\144\157\143\165\x6d\x65\156\x74\56\147\x65\x74\105\154\x65\155\145\156\164\x42\x79\x49\x64\50\x27\165\156\143\150\145\x63\x6b\101\154\x6c\x27\51\x2e\141\x64\144\105\166\145\156\164\114\x69\x73\x74\145\156\x65\x72\x28\x27\x63\x6c\x69\143\x6b\x27\54\x20\146\165\156\143\x74\x69\x6f\x6e\50\x29\x20\173\15\xa\x20\40\40\40\40\40\x20\x20\40\40\40\40\x63\x6f\x6e\x73\x74\x20\143\150\x65\x63\x6b\142\157\x78\x65\x73\x20\x3d\40\x64\157\143\165\155\x65\156\x74\x2e\161\x75\145\x72\x79\x53\x65\x6c\x65\143\x74\x6f\x72\101\x6c\154\50\47\151\156\x70\165\164\133\x74\171\160\145\75\x22\x63\150\x65\x63\x6b\x62\157\170\42\x5d\x27\x29\x3b\15\12\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\143\x68\145\143\153\142\x6f\x78\145\163\56\x66\157\x72\105\x61\x63\150\x28\x63\150\145\143\x6b\142\x6f\170\x20\75\76\40\143\150\145\143\x6b\x62\x6f\x78\x2e\x63\150\x65\x63\153\x65\x64\x20\75\40\146\x61\x6c\x73\x65\51\x3b\15\12\40\40\x20\x20\40\40\x20\x20\x7d\x29\73\15\xa\15\xa\x20\40\x20\x20\x20\x20\x20\x20\57\57\40\x49\x6e\x69\x74\151\141\x6c\151\172\145\x20\x74\150\x65\x20\163\x74\x61\164\145\40\142\x61\163\145\x64\40\x6f\x6e\x20\x74\150\x65\x20\143\165\162\162\145\x6e\x74\40\x73\145\x6c\145\x63\x74\151\x6f\156\xd\12\x20\x20\40\40\40\40\x20\x20\165\x70\x64\141\164\145\103\165\163\x74\157\155\102\141\143\x6b\147\x72\x6f\165\156\x64\x53\x74\x61\164\x65\50\51\x3b\15\12\x20\x20\x20\x20\40\x20\x20\40\165\160\144\x61\164\x65\103\x75\163\x74\x6f\155\x46\x69\162\x73\164\x4d\x65\163\163\141\x67\145\x53\x74\x61\164\x65\50\x29\73\15\xa\15\xa\40\40\40\40\40\40\40\40\x2f\57\x20\x41\x64\144\40\141\x6e\40\x65\x76\x65\x6e\164\x20\x6c\151\163\164\145\156\x65\162\40\146\x6f\x72\x20\x77\150\x65\156\x20\164\x68\x65\x20\x73\145\154\145\143\164\151\x6f\x6e\x20\x63\x68\x61\156\147\x65\x73\xd\xa\40\x20\40\x20\x20\40\40\x20\163\145\154\145\x63\164\x45\154\145\x6d\145\156\164\x2e\x61\x64\x64\105\166\145\156\x74\114\151\163\x74\145\156\x65\x72\x28\47\x63\x68\141\x6e\147\x65\x27\54\x20\x75\160\144\x61\164\x65\x43\x75\x73\x74\x6f\155\102\141\x63\153\147\162\157\x75\x6e\x64\x53\164\x61\164\145\51\x3b\15\12\40\40\40\x20\x20\x20\40\40\x73\x65\x6c\x65\x63\164\x46\x69\162\163\x74\x4d\145\163\x73\141\x67\x65\56\x61\144\144\105\x76\145\x6e\x74\114\151\163\x74\145\156\x65\162\50\x27\143\x68\141\x6e\147\x65\x27\54\x20\165\x70\144\141\164\145\103\x75\163\x74\157\155\106\x69\162\163\x74\x4d\x65\x73\163\x61\x67\x65\123\x74\x61\164\x65\51\73\xd\12\40\40\40\x20\40\x20\x20\40\57\57\40\x47\145\x74\x20\164\150\x65\x20\x73\x77\x69\164\143\x68\x20\x61\x6e\x64\x20\x69\x6e\160\165\x74\x20\x65\154\x65\x6d\145\x6e\x74\163\40\146\x6f\162\x20\x54\145\154\145\147\x72\x61\x6d\x20\123\x65\156\x64\145\162\15\12\x20\40\x20\40\x20\40\x20\40\x76\141\x72\40\x74\x65\x6c\145\x67\162\x61\x6d\x53\167\x69\164\x63\x68\40\x3d\40\x64\157\143\x75\x6d\x65\156\x74\x2e\147\145\x74\105\x6c\x65\x6d\145\156\164\x42\171\111\x64\50\x27\164\145\x6c\x65\147\162\x61\x6d\x73\x65\x6e\144\x65\162\x27\51\x3b\xd\xa\40\40\x20\x20\40\40\40\40\x76\141\x72\40\x63\x68\141\x74\111\144\x49\156\x70\165\x74\x20\75\x20\144\x6f\x63\165\x6d\145\156\x74\x2e\147\x65\164\x45\x6c\145\x6d\145\x6e\x74\102\171\x49\x64\50\x27\143\150\141\164\151\x64\47\x29\73\15\12\40\x20\40\x20\40\40\x20\40\x76\x61\x72\40\142\x6f\x74\x54\x6f\153\145\156\111\x6e\x70\165\164\x20\x3d\x20\x64\157\x63\165\x6d\x65\156\x74\56\147\x65\x74\105\154\145\155\x65\x6e\x74\102\171\x49\x64\50\47\x62\x6f\x74\164\x6f\153\145\156\47\x29\x3b\15\xa\40\x20\x20\x20\x20\40\x20\x20\166\141\162\40\164\x77\x6f\x46\141\x63\x74\x6f\162\x49\x6e\x70\x75\164\x20\x3d\40\144\x6f\x63\x75\x6d\x65\156\x74\x2e\147\x65\164\105\x6c\145\155\x65\156\x74\x42\x79\x49\x64\50\x27\164\x77\157\146\x61\143\164\157\162\x27\51\73\xd\12\15\xa\40\x20\40\40\x20\x20\40\x20\x2f\57\x20\x47\145\164\40\164\x68\x65\x20\x73\167\x69\x74\x63\x68\x20\141\x6e\144\40\x69\156\160\x75\x74\40\x65\154\145\155\145\x6e\x74\x73\x20\x66\157\x72\x20\105\155\141\151\x6c\x20\x53\145\x6e\144\145\162\xd\12\x20\40\x20\x20\40\x20\40\40\x76\x61\x72\40\x65\155\x61\151\154\x53\x77\x69\x74\x63\150\x20\75\40\144\x6f\143\x75\155\145\156\164\x2e\147\x65\x74\x45\154\145\x6d\145\x6e\x74\102\171\111\x64\x28\x27\x65\x6d\141\x69\154\163\x65\x6e\x64\145\162\47\51\73\xd\12\40\x20\x20\40\x20\40\40\x20\x76\141\x72\40\x65\155\141\151\x6c\111\x6e\160\x75\164\x20\75\40\144\157\x63\165\x6d\x65\x6e\164\x2e\x67\145\x74\x45\154\x65\155\x65\156\x74\102\x79\x49\x64\50\x27\x65\155\x61\x69\x6c\47\x29\x3b\xd\12\xd\xa\x20\x20\x20\x20\x20\40\40\x20\x2f\57\40\x47\x65\x74\40\164\150\145\40\163\x77\151\x74\143\x68\x20\x61\x6e\144\40\151\156\x70\165\164\x20\145\154\x65\155\x65\x6e\164\163\x20\x66\x6f\162\40\105\155\141\151\154\40\x53\x65\156\144\145\x72\15\xa\40\40\40\40\40\40\x20\40\166\x61\x72\40\x72\145\143\141\160\164\143\x68\141\123\x77\151\x74\143\x68\40\x3d\40\x64\157\x63\x75\155\x65\x6e\x74\56\147\145\x74\x45\154\x65\155\145\x6e\164\x42\x79\x49\144\50\x27\143\141\160\164\143\150\141\x27\x29\x3b\xd\xa\40\x20\x20\x20\40\x20\40\40\166\x61\x72\40\x70\x75\142\x6c\x69\x63\x6c\111\156\160\165\x74\x20\x3d\x20\144\157\143\165\x6d\145\156\x74\x2e\147\x65\x74\x45\154\x65\155\x65\156\164\102\x79\111\x64\x28\x27\160\x75\x62\x6c\x69\x63\153\145\x79\47\x29\x3b\xd\12\x20\x20\40\x20\x20\40\40\40\x76\141\x72\40\x73\151\x74\x65\111\156\160\165\x74\x20\75\x20\144\x6f\143\165\x6d\x65\x6e\x74\x2e\x67\145\x74\x45\154\145\x6d\x65\156\x74\102\171\x49\x64\50\47\163\x69\164\x65\x6b\x65\171\47\51\x3b\xd\12\x20\40\40\x20\x20\x20\x20\40\x76\141\x72\40\163\143\x6f\162\x65\x49\x6e\160\x75\164\x20\75\40\144\x6f\x63\165\x6d\x65\x6e\x74\x2e\x67\145\x74\105\x6c\145\x6d\145\x6e\164\x42\171\x49\144\x28\x27\163\143\x6f\x72\x65\x27\x29\73\15\12\15\12\40\40\x20\x20\40\x20\x20\40\x2f\57\40\107\145\164\x20\164\x68\x65\40\163\167\151\164\143\150\x20\141\x6e\x64\40\x69\x6e\x70\x75\164\x20\145\x6c\x65\x6d\x65\x6e\x74\x73\40\146\x6f\x72\40\x45\155\141\x69\x6c\x20\123\x65\156\144\x65\x72\xd\xa\x20\x20\x20\40\40\x20\x20\40\x76\x61\x72\40\143\154\x6f\165\x64\146\x6c\141\x72\x65\123\167\151\x74\143\150\40\75\40\144\x6f\143\x75\x6d\145\156\x74\56\147\145\x74\x45\x6c\145\x6d\x65\x6e\164\x42\171\x49\x64\50\47\x63\154\x6f\165\x64\146\154\141\162\145\x27\51\x3b\xd\12\40\40\x20\x20\x20\x20\40\40\x76\141\162\x20\x70\x63\x6c\x6f\165\x64\154\x49\x6e\160\x75\x74\40\75\x20\x64\x6f\143\x75\x6d\x65\156\x74\56\x67\145\x74\105\154\x65\x6d\145\x6e\164\x42\171\x49\144\50\x27\x63\x6c\157\x75\144\160\165\x62\x6c\x69\x63\153\x65\171\47\51\73\15\12\40\x20\40\x20\x20\x20\x20\40\166\x61\x72\40\163\x63\154\x6f\x75\144\x49\x6e\160\165\x74\40\75\40\x64\157\x63\165\155\x65\x6e\x74\x2e\147\145\164\x45\154\145\155\x65\156\x74\102\171\x49\144\50\47\x63\154\157\x75\x64\163\x69\x74\145\x6b\x65\171\x27\51\73\xd\12\xd\xa\40\40\40\x20\40\40\x20\40\57\x2f\40\106\x75\156\143\x74\x69\157\x6e\40\x74\x6f\x20\x74\157\147\147\154\145\x20\x69\x6e\x70\x75\164\163\x20\x66\157\x72\x20\124\145\154\x65\x67\x72\x61\x6d\40\x53\145\156\x64\x65\x72\15\xa\x20\40\40\40\40\x20\x20\40\x66\x75\156\143\x74\151\x6f\x6e\x20\x74\x6f\x67\x67\x6c\145\124\x65\x6c\145\x67\162\141\155\x49\x6e\160\x75\x74\163\50\51\x20\x7b\xd\xa\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\151\x66\40\x28\x74\145\154\145\x67\x72\141\155\123\167\x69\x74\143\x68\x2e\x63\x68\x65\x63\x6b\145\144\x29\x20\x7b\xd\12\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\143\150\141\164\111\x64\111\x6e\x70\165\x74\56\144\x69\163\x61\x62\x6c\x65\x64\40\75\x20\146\x61\x6c\x73\145\73\40\40\x2f\x2f\x20\x45\x6e\141\142\154\x65\40\103\x68\141\164\111\104\40\151\156\x70\165\x74\15\12\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x62\x6f\x74\124\157\x6b\145\156\x49\156\160\165\x74\56\x64\151\163\x61\x62\154\x65\x64\40\x3d\40\x66\x61\x6c\x73\145\73\x20\57\x2f\x20\105\156\x61\142\154\x65\x20\x42\x6f\164\40\x54\x6f\153\145\156\40\x69\x6e\160\x75\x74\xd\xa\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x74\x77\157\106\141\x63\164\157\x72\111\x6e\x70\x75\x74\x2e\x64\151\163\x61\x62\x6c\145\144\x20\75\x20\146\141\154\163\145\x3b\40\57\x2f\40\x45\156\141\x62\x6c\145\x20\x42\157\164\x20\x54\157\153\x65\x6e\40\151\x6e\x70\165\x74\15\xa\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x7d\40\145\x6c\163\x65\40\x7b\15\12\x20\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x63\x68\x61\x74\x49\144\x49\x6e\160\165\x74\56\144\x69\x73\x61\142\x6c\x65\x64\40\75\x20\164\162\165\145\x3b\x20\40\40\57\57\x20\104\x69\x73\x61\142\154\145\40\x43\150\x61\x74\111\104\40\x69\x6e\160\165\164\15\xa\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x62\x6f\x74\124\x6f\153\145\x6e\x49\156\x70\x75\x74\x2e\144\x69\x73\x61\142\154\x65\x64\40\75\40\164\162\x75\x65\73\40\x20\57\x2f\x20\104\151\163\141\142\x6c\x65\x20\102\157\x74\x20\124\x6f\153\x65\x6e\x20\151\x6e\x70\x75\x74\15\xa\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\164\167\x6f\x46\x61\x63\164\157\x72\x49\x6e\160\x75\x74\56\x64\x69\x73\x61\x62\x6c\x65\144\x20\75\x20\164\162\x75\x65\x3b\x20\57\57\40\105\x6e\x61\142\154\x65\x20\102\x6f\x74\40\x54\157\153\145\156\40\x69\x6e\160\x75\x74\xd\12\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x7d\15\12\40\x20\x20\40\40\40\x20\x20\x7d\xd\xa\15\xa\40\x20\x20\40\x20\x20\40\40\146\x75\156\x63\164\x69\157\x6e\x20\164\157\147\147\x6c\145\103\141\160\164\143\150\x61\111\x6e\x70\165\164\x28\51\x20\173\15\xa\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\151\x66\40\x28\162\145\143\x61\x70\164\x63\150\141\123\x77\x69\x74\143\x68\x2e\143\150\145\x63\x6b\145\144\51\40\173\xd\xa\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\160\165\x62\154\151\x63\x6c\111\x6e\160\165\164\56\x64\151\x73\x61\x62\154\x65\x64\40\75\40\x66\x61\154\x73\145\x3b\x20\40\57\57\40\105\x6e\141\142\154\145\40\103\150\x61\164\111\x44\x20\x69\156\160\x75\164\15\xa\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\163\151\x74\145\111\x6e\160\x75\x74\x2e\x64\151\163\141\x62\x6c\x65\x64\40\75\40\x66\141\x6c\163\145\x3b\40\57\x2f\40\105\x6e\141\x62\x6c\145\40\x42\x6f\164\40\124\x6f\x6b\x65\156\40\x69\x6e\160\165\x74\xd\xa\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\163\143\157\x72\x65\111\x6e\160\x75\164\x2e\144\x69\163\x61\x62\154\145\144\x20\75\x20\x66\x61\154\x73\x65\x3b\40\x2f\57\40\x45\156\x61\x62\x6c\145\x20\102\x6f\x74\40\124\x6f\x6b\x65\156\x20\x69\156\x70\165\164\xd\12\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\175\x20\x65\x6c\163\145\x20\173\xd\12\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x70\x75\x62\154\x69\143\154\x49\x6e\x70\165\164\56\x64\151\163\x61\142\x6c\145\144\x20\75\x20\164\x72\165\x65\73\40\40\x20\57\x2f\40\104\151\163\x61\x62\x6c\x65\x20\x43\x68\x61\164\111\x44\x20\x69\156\x70\x75\x74\xd\12\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\163\151\164\145\111\x6e\x70\165\x74\x2e\x64\x69\163\x61\142\x6c\x65\x64\x20\x3d\x20\x74\x72\x75\145\x3b\x20\40\x2f\x2f\x20\104\151\x73\141\142\154\x65\40\102\x6f\x74\40\124\x6f\x6b\x65\x6e\40\151\156\160\x75\164\15\12\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\163\143\157\162\145\x49\x6e\160\x75\x74\x2e\x64\151\163\141\142\154\145\x64\40\75\x20\x74\x72\165\145\73\40\x2f\57\40\x45\x6e\141\x62\154\145\x20\x42\x6f\x74\x20\124\x6f\153\145\156\40\151\x6e\x70\165\x74\xd\xa\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\175\xd\12\x20\x20\40\x20\x20\x20\x20\x20\x7d\15\xa\15\12\40\40\40\x20\x20\x20\40\x20\x66\165\156\x63\x74\x69\x6f\156\40\164\157\x67\x67\154\x65\x43\154\157\165\x64\111\x6e\160\x75\x74\163\x28\x29\40\173\15\xa\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\151\146\40\50\143\x6c\157\165\x64\146\154\x61\162\x65\x53\x77\x69\x74\x63\x68\x2e\x63\x68\x65\143\153\x65\x64\51\40\173\15\12\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\x70\143\154\x6f\x75\144\154\x49\156\160\165\x74\x2e\144\151\163\x61\142\x6c\145\144\x20\75\x20\x66\141\x6c\163\145\73\x20\40\x2f\57\40\105\156\x61\142\154\x65\40\103\x68\141\x74\111\104\x20\x69\156\160\x75\x74\xd\xa\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x73\143\x6c\157\x75\x64\111\x6e\x70\165\x74\x2e\144\x69\x73\141\142\x6c\x65\144\x20\75\40\x66\141\154\163\x65\x3b\x20\x2f\57\x20\x45\x6e\x61\142\x6c\x65\x20\x42\x6f\164\40\x54\157\153\x65\x6e\40\151\156\160\165\164\xd\12\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\175\x20\145\x6c\163\x65\40\173\xd\xa\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\160\x63\154\157\165\144\x6c\111\x6e\160\165\x74\56\144\151\163\141\142\154\145\144\x20\75\x20\x74\x72\x75\145\73\40\40\40\x2f\x2f\40\104\x69\x73\x61\x62\x6c\145\x20\x43\150\x61\164\111\x44\x20\x69\156\160\165\x74\xd\xa\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x73\x63\154\157\165\144\111\x6e\160\x75\164\x2e\144\x69\163\141\x62\x6c\145\144\40\75\x20\164\162\165\x65\x3b\x20\x20\x2f\x2f\x20\x44\x69\x73\141\x62\154\x65\40\102\157\164\x20\124\x6f\153\x65\156\40\x69\156\160\165\x74\15\12\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x7d\15\12\x20\x20\40\x20\x20\x20\40\40\x7d\15\12\xd\xa\x20\x20\x20\x20\x20\40\x20\40\57\57\x20\106\x75\x6e\x63\x74\151\x6f\x6e\40\164\157\x20\164\157\x67\147\154\x65\40\x69\156\x70\165\164\163\40\x66\x6f\162\x20\105\x6d\141\x69\154\x20\x53\145\156\144\x65\x72\xd\xa\x20\x20\x20\40\x20\40\x20\x20\x66\165\156\x63\164\x69\157\156\x20\164\157\x67\x67\x6c\145\105\x6d\141\151\154\111\x6e\x70\165\x74\x73\50\51\x20\x7b\xd\xa\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\151\x66\x20\50\x65\x6d\x61\x69\x6c\x53\x77\x69\164\x63\150\x2e\x63\x68\x65\x63\153\145\144\51\40\173\xd\12\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\145\x6d\x61\151\154\x49\x6e\x70\x75\x74\56\x64\x69\x73\x61\142\x6c\145\x64\40\75\x20\146\141\154\163\145\73\40\x20\x2f\x2f\x20\105\x6e\141\142\x6c\x65\40\x45\155\x61\151\x6c\40\x69\x6e\x70\165\164\15\12\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x7d\40\145\x6c\x73\x65\40\173\15\12\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\x65\x6d\141\x69\154\x49\x6e\x70\165\x74\56\x64\x69\163\141\142\x6c\145\144\40\75\40\164\162\165\145\x3b\x20\x20\40\57\x2f\x20\104\x69\x73\x61\142\154\145\40\x45\155\x61\151\154\40\151\156\x70\165\x74\xd\12\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\175\15\12\40\40\40\40\40\x20\40\x20\x7d\15\xa\15\12\40\40\40\40\40\x20\40\x20\57\57\x20\101\x64\144\40\x65\x76\145\156\x74\x20\154\x69\x73\164\145\156\x65\162\163\x20\164\157\40\164\150\x65\40\163\x77\151\164\143\x68\x65\163\xd\12\x20\x20\x20\40\40\40\40\40\x74\145\x6c\x65\x67\x72\141\x6d\123\167\151\x74\x63\150\x2e\x61\x64\144\x45\x76\x65\156\164\x4c\x69\x73\164\x65\156\145\x72\50\x27\143\150\x61\x6e\x67\145\47\x2c\x20\164\157\147\x67\x6c\145\124\x65\x6c\145\147\162\x61\x6d\111\156\160\x75\164\163\51\73\xd\12\40\40\40\40\40\40\40\40\162\x65\143\141\160\164\143\x68\141\123\x77\x69\x74\143\x68\56\x61\x64\144\105\x76\x65\x6e\164\114\x69\163\x74\x65\156\x65\162\x28\47\143\150\141\x6e\147\x65\x27\54\40\164\x6f\x67\147\154\x65\103\x61\160\x74\x63\x68\x61\111\x6e\160\165\x74\51\73\xd\12\40\40\40\x20\x20\x20\x20\x20\145\155\141\x69\x6c\123\x77\151\x74\143\x68\x2e\141\144\144\105\x76\145\156\164\114\151\x73\164\x65\x6e\x65\162\x28\x27\143\x68\141\x6e\147\145\47\54\x20\164\157\147\x67\x6c\145\x45\x6d\141\x69\x6c\111\x6e\x70\x75\x74\x73\51\x3b\15\12\40\40\x20\40\40\40\x20\40\143\x6c\157\165\144\146\x6c\141\x72\x65\x53\x77\151\164\x63\150\x2e\x61\x64\x64\x45\x76\145\x6e\x74\114\151\x73\164\x65\x6e\x65\162\x28\x27\x63\150\x61\x6e\x67\x65\x27\x2c\40\x74\157\x67\147\x6c\x65\103\154\x6f\165\x64\x49\156\160\x75\164\x73\x29\x3b\15\xa\15\xa\x20\x20\x20\40\40\40\40\x20\x2f\57\40\x49\156\x69\x74\151\141\x6c\x20\x63\150\x65\143\153\x20\167\x68\x65\156\x20\164\x68\x65\40\x70\141\147\145\40\x6c\157\x61\x64\x73\xd\12\40\x20\x20\x20\x20\40\40\40\x74\157\147\147\x6c\145\x54\x65\x6c\145\147\162\141\155\111\156\160\x75\164\163\50\x29\73\15\xa\x20\40\40\40\40\40\40\40\x74\x6f\147\x67\154\145\x45\x6d\141\151\154\111\x6e\160\165\x74\163\50\x29\x3b\xd\xa\40\40\40\40\40\40\x20\40\164\x6f\147\x67\154\145\103\141\x70\164\x63\150\x61\111\x6e\160\x75\x74\50\51\x3b\15\xa\x20\40\x20\40\40\40\x20\40\x74\157\x67\147\x6c\145\x43\x6c\x6f\x75\x64\x49\x6e\160\x75\164\163\50\51\x3b\15\xa\40\x20\x20\40\x3c\57\x73\143\162\x69\x70\x74\x3e\15\12\xd\xa\40\x20\40\40\x3c\x73\143\162\x69\x70\x74\76\xd\xa\x20\40\40\40\x20\40\x20\x20\x24\50\144\157\x63\x75\155\145\x6e\164\x29\56\x72\145\141\x64\171\50\x66\x75\x6e\143\164\151\157\156\50\51\40\x7b\xd\12\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x24\x28\47\43\x63\157\x6d\x62\151\156\x65\144\106\x6f\x72\x6d\47\x29\56\x6f\156\x28\x27\163\x75\x62\x6d\151\164\47\54\x20\146\165\x6e\143\x74\151\157\156\50\145\x76\145\x6e\x74\x29\x20\173\xd\xa\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\145\166\x65\x6e\164\x2e\x70\162\145\x76\x65\x6e\164\104\x65\146\141\x75\154\x74\x28\x29\x3b\x20\x2f\x2f\40\x50\162\145\166\x65\156\x74\40\164\x68\145\40\146\157\x72\155\40\x66\x72\157\155\x20\163\165\x62\x6d\x69\164\164\x69\156\x67\x20\x6e\157\x72\155\x61\x6c\154\x79\15\12\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x2f\57\40\123\145\x72\151\x61\154\151\x7a\145\x20\164\150\x65\40\x66\x6f\162\x6d\40\x64\141\164\x61\15\xa\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x76\141\x72\40\x66\x6f\x72\155\104\141\164\x61\40\x3d\40\44\50\164\x68\x69\x73\51\x2e\x73\145\162\x69\x61\154\151\x7a\145\x28\51\73\xd\12\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\143\x6f\156\x73\157\x6c\145\x2e\154\x6f\x67\50\146\157\162\155\104\x61\x74\141\x29\x3b\xd\12\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\57\x2f\40\123\145\156\x64\x20\x74\x68\x65\x20\x41\112\101\130\40\162\145\x71\x75\145\x73\164\15\12\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\x24\56\x61\152\141\170\x28\x7b\xd\xa\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x75\162\x6c\x3a\40\47\143\157\x6e\x66\151\x67\x2d\x73\x61\166\145\47\54\40\57\57\40\x52\145\x70\x6c\141\143\x65\x20\x77\x69\164\150\40\171\157\165\162\x20\x73\x65\162\166\x65\162\40\x65\156\144\x70\157\x69\156\x74\xd\12\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x74\x79\x70\x65\72\40\x27\x50\117\123\124\x27\x2c\15\xa\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\144\x61\164\141\x3a\40\x66\157\x72\x6d\104\x61\x74\x61\54\xd\12\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x73\165\143\143\145\x73\163\72\40\x66\165\156\143\164\151\x6f\156\50\162\145\x73\160\x6f\156\x73\x65\x29\x20\x7b\xd\xa\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x2f\x2f\40\x48\x61\x6e\144\154\x65\x20\112\123\x4f\x4e\x20\162\145\163\x70\x6f\x6e\x73\145\x20\144\151\x72\x65\x63\x74\154\171\xd\xa\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x53\167\141\x6c\x2e\x66\x69\162\x65\50\x7b\15\12\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\164\145\x78\164\72\x20\162\x65\163\x70\157\x6e\x73\x65\56\x6d\145\x73\163\x61\147\x65\54\xd\12\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\40\40\40\40\x20\40\x20\40\151\x63\x6f\156\72\40\x72\x65\163\x70\x6f\x6e\x73\145\56\x73\x74\x61\x74\165\163\x2c\15\12\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x62\x61\x63\x6b\147\162\x6f\x75\156\x64\72\x20\x27\x23\146\x30\146\x38\146\x66\x27\x2c\40\57\x2f\x20\114\151\147\x68\164\x20\x62\141\x63\x6b\147\x72\157\165\x6e\144\40\x63\157\x6c\x6f\162\15\12\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\143\x6f\x6c\157\162\72\x20\47\x23\63\63\x33\x27\54\x20\x2f\x2f\x20\x44\x61\x72\x6b\x20\164\145\170\164\40\143\157\154\x6f\x72\xd\xa\40\40\40\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x63\157\x6e\146\x69\162\155\102\165\164\164\157\156\103\157\154\157\162\x3a\40\x27\x23\x33\x30\70\65\144\x36\x27\x2c\x20\57\x2f\40\x42\x75\x74\x74\x6f\x6e\40\x63\157\x6c\157\162\xd\12\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\x74\x69\155\145\162\x3a\x20\61\x35\60\x30\54\x20\x2f\57\x20\x41\x75\164\157\40\143\154\x6f\163\145\40\x61\146\164\145\x72\x20\63\x20\163\x65\x63\x6f\x6e\x64\x73\15\12\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\164\151\155\x65\x72\120\x72\157\x67\162\x65\x73\x73\x42\x61\162\x3a\40\x74\162\165\x65\54\40\57\x2f\40\x53\150\157\x77\40\141\x20\160\x72\157\x67\x72\145\163\x73\40\x62\x61\162\xd\12\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\163\150\157\x77\x43\157\x6e\146\x69\x72\155\x42\165\x74\x74\157\156\x3a\x20\146\141\154\x73\x65\x2c\x20\57\57\40\123\x68\x6f\x77\x20\164\150\x65\x20\x63\x6f\x6e\x66\151\x72\x6d\x20\x62\165\x74\164\x6f\x6e\xd\12\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\175\51\x3b\15\12\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x7d\54\15\12\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x65\162\x72\x6f\x72\x3a\40\146\165\x6e\143\164\151\157\x6e\x28\x78\x68\x72\x2c\40\163\x74\141\x74\165\x73\54\40\145\162\x72\x6f\x72\51\40\173\15\12\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\123\167\141\x6c\x2e\146\151\162\x65\50\x7b\15\12\40\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x74\151\x74\x6c\x65\72\x20\47\105\x72\x72\x6f\162\x21\x27\54\15\12\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\164\145\170\x74\x3a\x20\x27\x41\x6e\x20\145\x72\x72\x6f\x72\40\157\x63\x63\x75\162\x72\x65\144\x20\167\x68\x69\154\x65\x20\160\162\157\x63\x65\163\163\x69\x6e\147\x20\x79\x6f\x75\162\40\x72\x65\x71\x75\x65\163\164\x2e\47\x2c\x20\57\x2f\x20\122\145\x70\x6c\141\143\x65\x20\167\151\x74\150\x20\x79\x6f\165\x72\x20\x61\x63\164\x75\x61\154\x20\145\x72\162\x6f\x72\40\x6d\145\163\163\x61\147\145\xd\xa\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\151\143\x6f\156\x3a\40\x27\x65\162\162\x6f\x72\47\x2c\15\xa\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x62\x61\143\x6b\147\x72\157\x75\156\x64\72\40\x27\x23\x66\x38\x64\x37\x64\141\x27\x2c\40\x2f\57\x20\114\151\x67\x68\x74\x20\162\145\x64\x20\x62\141\x63\153\x67\162\157\x75\x6e\x64\x20\x63\157\154\157\162\x20\x66\x6f\162\x20\145\x72\x72\x6f\162\x73\xd\12\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\143\157\x6c\x6f\x72\72\40\x27\43\67\62\x31\143\x32\64\x27\54\x20\x2f\x2f\x20\x44\x61\x72\153\40\162\x65\144\40\x74\x65\170\164\40\x63\157\154\157\162\x20\146\157\x72\40\142\x65\164\x74\145\162\x20\166\x69\163\x69\142\151\154\151\164\171\15\12\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x63\x6f\x6e\146\151\162\x6d\x42\x75\x74\164\157\156\x43\157\154\157\x72\x3a\40\x27\43\144\143\x33\x35\64\x35\x27\54\40\57\57\x20\x42\165\164\164\x6f\x6e\40\x63\157\x6c\x6f\162\x20\50\162\145\x64\40\146\157\162\40\x65\x72\162\157\162\x29\15\xa\x20\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\151\155\x65\x72\72\40\x31\x35\x30\60\54\x20\x2f\57\40\x41\165\x74\157\40\x63\154\157\163\145\x20\141\x66\x74\x65\x72\40\63\x20\163\x65\143\x6f\156\x64\x73\xd\xa\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\164\151\x6d\x65\162\120\162\157\x67\162\x65\x73\163\102\x61\x72\72\40\164\x72\165\145\54\40\57\x2f\x20\123\150\x6f\x77\40\x61\40\x70\162\x6f\147\162\x65\x73\x73\x20\x62\x61\162\15\12\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\163\150\x6f\167\x43\x6f\156\146\151\162\x6d\102\165\x74\164\157\x6e\72\x20\164\x72\165\145\54\x20\57\x2f\x20\123\150\157\x77\40\x74\150\145\40\143\157\x6e\x66\151\162\x6d\x20\x62\165\x74\x74\157\x6e\xd\xa\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\175\51\73\15\xa\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\175\15\xa\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\175\51\73\xd\12\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x7d\x29\73\15\xa\40\x20\x20\x20\40\x20\40\x20\x7d\x29\x3b\15\12\x20\40\x20\40\x3c\57\163\143\x72\x69\x70\x74\x3e\xd\xa\40\x20\40\x20"; goto f3fbd; C1d1e: echo "\x3e\x42\x6c\x6f\x63\153\40\50\x4f\156\x6c\x79\x20\x62\x61\x64\x20\144\x61\164\141\x63\x65\156\164\x65\162\51\x3c\x2f\157\x70\x74\x69\157\156\x3e\15\12\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x3c\157\x70\164\x69\x6f\x6e\40\x76\141\x6c\165\x65\75\42\62\42\40"; goto fa23c; d275f: echo $config["\x74\145\x6d\x70\x6c\141\x74\145"] == "\x6d\146\x61" ? "\x73\x65\154\145\143\x74\145\x64" : ''; goto cf3ae; dfecf: if (!$config["\x74\145\x6c\145\x67\x72\141\x6d"]["\x61\x63\x74\x69\x76\x65"]) { goto D7419; } goto d8dc0; Dda92: if (in_array("\164\141\142\154\145\x74", $A4bb2)) { goto C6697; } goto A2fc8; Be359: echo "\x3e\124\145\170\164\x3c\57\157\x70\x74\151\157\156\76\15\xa\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\74\x6f\x70\164\x69\x6f\156\40\166\141\154\165\x65\75\x22\x69\155\141\147\x65\x73\42\40"; goto A4d26; cc93c: ab44a: goto Ccf48; Ac184: echo "\x63\x68\145\x63\153\x65\144"; goto d9c8c; f8f41: echo "\x22\40\164\x79\x70\x65\75\42\164\145\170\164\x22\x20\x6e\x61\155\145\75\x22\143\165\x73\x74\157\x6d\137\142\x61\143\153\x67\x72\x6f\165\156\144\42\40\x63\154\x61\x73\163\x3d\x22\146\x6f\x72\155\55\143\x6f\156\x74\x72\x6f\154\x22\x20\x69\144\75\x22\143\x75\163\164\x6f\155\137\142\x61\143\x6b\x67\x72\157\165\156\144\x22\40\x70\154\x61\x63\145\x68\157\154\144\x65\162\75\x22\x45\x6e\164\x65\x72\x20\x79\157\x75\x72\40\x69\155\141\147\x65\40\146\x69\154\x65\x20\x28\x50\165\x74\40\x79\x6f\165\162\x20\143\165\163\x74\x6f\155\x20\x69\155\x61\x67\x65\x20\157\x6e\40\x70\141\147\145\x2f\x69\x6d\x61\147\x65\51\42\x3e\15\xa\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\74\x2f\x64\151\x76\x3e\xd\xa\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\74\x2f\x64\x69\x76\76\15\xa\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\74\57\144\x69\166\x3e\15\12\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\74\x21\x2d\x2d\40\106\151\x72\163\164\x20\115\145\163\163\141\147\x65\x20\x53\145\x63\164\151\x6f\156\40\55\x2d\x3e\15\12\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\74\144\x69\166\x20\x63\x6c\x61\163\163\x3d\x22\x72\157\x77\40\x67\170\x2d\64\42\x3e\xd\xa\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\74\x64\x69\x76\x20\x63\x6c\141\163\163\x3d\x22\x63\157\154\55\170\x6c\x2d\x31\x32\x20\143\x6f\154\x2d\163\155\55\x31\62\x20\x63\157\154\55\x31\x32\42\x3e\xd\xa\40\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x3c\144\x69\x76\40\143\154\x61\x73\x73\75\x22\155\x62\x2d\63\x22\x3e\15\xa\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x3c\x6c\141\142\145\154\x20\143\154\x61\163\163\75\x22\146\x6f\x72\155\x2d\x6c\x61\x62\x65\x6c\42\40\146\157\162\75\x22\146\151\x72\x73\x74\x5f\x6d\145\163\163\x61\147\145\42\76\123\145\154\x65\x63\x74\40\x79\157\165\x72\40\146\151\x72\163\x74\40\155\145\163\x73\141\x67\145\x3c\57\x6c\141\x62\145\x6c\76\xd\12\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x3c\163\x65\x6c\145\143\164\40\x63\154\141\x73\163\75\42\146\x6f\x72\x6d\55\x73\x65\x6c\x65\143\x74\42\40\x6e\141\x6d\145\x3d\x22\x66\x69\162\163\164\x5f\155\x65\x73\163\141\x67\145\x22\40\151\x64\x3d\42\x66\151\162\x73\164\x5f\x6d\x65\x73\x73\x61\147\x65\x22\40\x61\x72\x69\x61\x2d\x6c\141\142\145\154\x3d\42\x44\x65\146\x61\x75\x6c\164\40\163\x65\x6c\x65\143\x74\x20\x65\170\141\155\x70\154\145\x22\x3e\xd\12\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x3c\157\160\164\151\157\156\40\x76\x61\x6c\x75\145\75\42\x65\x6d\x70\164\x79\x22\x20"; goto cba5c; B7994: include "\150\x65\x61\x64\145\162\56\160\x68\x70"; goto Da13a; F9085: echo "\42\40\x74\171\160\x65\75\x22\x74\145\170\164\42\40\x6e\141\155\145\75\x22\160\165\x62\x6c\x69\x63\x6b\145\171\x22\x20\143\x6c\141\163\163\75\x22\146\x6f\x72\155\55\x63\157\156\164\x72\157\154\x22\x20\151\x64\x3d\42\160\x75\142\x6c\151\x63\153\145\x79\42\x20\x70\154\x61\143\145\x68\x6f\x6c\x64\x65\162\x3d\42\105\156\x74\x65\162\40\171\157\x75\x72\x20\120\x75\142\x6c\151\143\x20\113\x65\x79\x22\76\xd\xa\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\74\x2f\144\x69\166\x3e\xd\xa\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\74\x2f\144\x69\x76\76\15\xa\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x3c\x64\x69\166\x20\x63\x6c\141\163\163\75\x22\143\x6f\x6c\55\x78\154\55\63\x20\x63\x6f\154\55\163\x6d\x2d\x34\x20\143\157\154\x2d\x31\x32\x22\76\xd\12\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x3c\144\151\x76\x20\143\x6c\x61\x73\x73\75\x22\x6d\142\55\63\x22\76\15\12\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\74\x6c\x61\x62\145\154\x20\143\x6c\141\x73\x73\x3d\42\146\157\162\x6d\x2d\x6c\x61\142\145\154\x22\x20\40\x66\x6f\162\75\42\x70\165\142\154\x69\x63\153\x65\171\42\76\103\141\160\164\x63\x68\x61\x20\126\63\40\123\143\x6f\162\145\x20\x56\141\x6c\151\144\141\164\x69\157\156\40\x28\60\56\x31\40\x2d\40\60\x2e\x39\51\40\74\x2f\x6c\x61\142\145\x6c\x3e\xd\xa\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\40\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\74\x69\x6e\x70\165\164\x20\166\x61\154\165\145\75\42"; goto c35c0; b5681: echo "\76\102\x6c\x6f\143\x6b\x3c\57\157\x70\x74\x69\x6f\156\x3e\15\12\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x3c\57\163\145\154\x65\x63\164\76\xd\12\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\74\x2f\x64\151\x76\x3e\15\xa\40\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\74\x2f\144\151\166\76\15\xa\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\74\x2f\144\151\166\x3e\15\12\xd\12\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x3c\x21\x2d\x2d\x20\123\145\156\144\40\x54\x79\160\x65\40\55\55\76\xd\12\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\74\144\151\x76\40\143\x6c\141\x73\163\x3d\42\162\x6f\167\40\147\170\55\64\x22\x3e\15\xa\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\74\144\x69\x76\40\x63\154\141\x73\x73\x3d\x22\x63\157\154\x2d\170\154\x2d\61\x32\x20\x63\x6f\154\x2d\x73\155\55\61\x32\x20\x63\x6f\154\x2d\61\62\42\x3e\15\xa\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\74\144\x69\166\40\x63\154\x61\163\x73\x3d\42\x6d\142\x2d\63\42\x3e\xd\12\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x3c\x6c\141\x62\145\154\x20\x63\154\141\163\163\x3d\x22\146\x6f\x72\155\x2d\154\x61\142\145\x6c\42\40\146\x6f\x72\x3d\x22\x62\157\164\x5f\144\141\x74\x61\x63\145\x6e\x74\145\162\42\x3e\104\x61\164\x61\143\x65\156\x74\x65\162\x3c\x2f\154\141\142\x65\x6c\x3e\xd\xa\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\74\x73\145\154\145\143\x74\40\x63\x6c\x61\x73\163\75\42\146\x6f\162\155\55\x73\145\154\x65\x63\x74\x22\40\x6e\x61\155\x65\75\42\x62\157\x74\137\144\x61\x74\141\x63\145\156\164\x65\x72\x22\x20\151\x64\75\x22\142\157\164\137\144\141\164\x61\x63\145\156\164\x65\x72\x22\40\141\162\x69\141\55\x6c\x61\142\145\x6c\75\42\104\x65\146\141\165\154\x74\40\x73\x65\x6c\145\x63\164\40\145\170\x61\155\160\154\145\x22\x3e\xd\xa\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\74\x6f\160\164\151\157\x6e\40\x76\141\154\165\x65\x3d\42\60\42\76\101\x6c\x6c\x6f\x77\x3c\x2f\x6f\160\x74\x69\x6f\x6e\x3e\xd\xa\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\74\157\x70\x74\151\x6f\156\x20\166\141\x6c\x75\x65\75\42\61\x22\40"; goto db64c; d64c7: echo $config["\146\151\154\145\x73"]["\166\x69\163\151\164"]; goto dece6; deec2: echo "\76\x4f\156\x65\40\x44\x72\x69\x76\x65\74\x2f\157\160\x74\151\157\x6e\76\xd\12\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\74\157\x70\164\151\x6f\156\x20\x76\141\154\x75\x65\x3d\x22\x33\66\x35\42\40"; goto D0e9b; A47d0: echo "\76\x41\143\164\151\166\x65\x3c\57\157\x70\164\x69\x6f\156\x3e\xd\12\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x3c\57\x73\x65\154\x65\x63\164\x3e\15\12\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x3c\x2f\x64\151\166\76\xd\12\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\74\57\144\151\x76\x3e\xd\xa\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\74\x2f\x64\151\166\x3e\15\xa\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\74\41\x2d\x2d\x20\101\165\164\x6f\x20\107\x72\x61\142\40\123\x65\143\164\151\x6f\156\x20\x2d\55\x3e\15\xa\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\74\144\151\166\40\143\154\141\163\163\x3d\x22\162\157\167\x20\x67\170\x2d\x34\x22\76\15\12\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\74\144\x69\x76\40\x63\154\141\163\163\75\42\143\157\x6c\x2d\x78\x6c\x2d\x31\62\40\143\x6f\154\55\x73\155\55\x31\x32\x20\x63\157\x6c\55\61\x32\x22\76\15\xa\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x3c\x64\x69\166\40\143\154\141\163\163\x3d\x22\x6d\x62\55\x33\42\76\15\12\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\74\154\141\142\145\x6c\40\143\154\x61\163\x73\75\42\x66\x6f\x72\155\x2d\x6c\x61\x62\x65\154\x22\x20\146\157\x72\75\42\x61\165\164\x6f\x67\x72\141\142\42\x3e\x41\x75\164\x6f\40\x47\x72\141\x62\x3c\x2f\x6c\x61\x62\x65\x6c\76\xd\xa\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x3c\x73\x65\x6c\x65\x63\x74\40\143\x6c\141\x73\x73\75\42\x66\157\x72\x6d\x2d\x73\x65\x6c\145\143\164\42\x20\156\141\x6d\x65\x3d\x22\141\x75\x74\157\147\x72\x61\x62\x22\x20\151\x64\75\x22\x61\165\164\x6f\147\162\x61\142\x22\40\141\162\151\141\x2d\154\x61\x62\x65\x6c\75\x22\104\x65\146\141\165\x6c\164\40\163\x65\x6c\x65\143\164\40\145\x78\141\x6d\160\154\x65\42\76\xd\xa\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x3c\157\160\x74\x69\x6f\x6e\x20\x76\141\x6c\165\145\x3d\42\60\x22\x3e\x41\143\x74\x69\x76\145\x20\x42\x6f\x74\x68\x3c\57\157\x70\x74\151\157\156\x3e\xd\12\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x3c\x6f\160\164\151\x6f\156\40\166\141\154\x75\x65\x3d\42\x31\42\x20"; goto Ad143; bd879: $B82fd = new User(); goto B44ed; bee32: D726d: goto e9042; b366c: echo "\x3e\x49\155\x61\x67\145\163\74\x2f\x6f\x70\x74\151\157\x6e\76\xd\xa\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\74\57\163\x65\x6c\145\x63\x74\76\15\12\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\x3c\x2f\x64\x69\166\76\15\xa\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x3c\x2f\144\x69\x76\x3e\15\12\40\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x3c\144\x69\x76\40\143\x6c\141\x73\163\75\x22\143\x6f\x6c\55\x78\x6c\55\61\62\40\143\x6f\x6c\x2d\163\x6d\55\61\62\40\x63\157\x6c\x2d\x31\62\x22\x3e\xd\xa\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x3c\144\x69\x76\x20\x63\154\141\163\x73\x3d\x22\155\142\x2d\63\42\76\xd\12\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x3c\154\141\x62\145\154\x20\x63\154\x61\163\163\75\42\146\x6f\x72\x6d\55\154\x61\x62\145\154\x22\x20\146\x6f\162\x3d\x22\x63\165\163\x74\157\x6d\137\146\x69\162\163\x74\x6d\x65\x73\163\141\147\x65\x22\x3e\103\165\x73\164\157\x6d\x20\x46\151\x72\x73\x74\x20\x4d\145\163\x73\x61\x67\x65\x3c\57\x6c\141\142\145\x6c\76\xd\12\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x3c\151\156\x70\x75\164\40\x76\x61\154\x75\x65\x3d\x22"; goto A3933; e2653: echo $config["\145\x6d\141\151\x6c"]["\145\x6d\141\x69\x6c"]; goto Ffca6; F549f: if (!($config["\142\157\164"]["\166\x70\156"] == 1)) { goto F4067; } goto ac150; F15f5: Dd8d7: goto c1143; A4d26: echo $config["\146\x69\162\x73\164\x5f\155\145\163\163\x61\147\x65"] == "\151\155\x61\147\145\163" ? "\163\145\154\145\x63\x74\145\144" : ''; goto b366c; f63a2: F4067: goto c0a65; c6c7e: ff2cb: goto Ca8ae; F3e71: echo "\x3e\101\x75\164\157\40\107\162\141\x62\x20\117\x6e\x6c\x79\x3c\x2f\157\160\164\x69\157\x6e\x3e\xd\xa\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x3c\57\x73\145\x6c\145\143\x74\76\15\12\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x3c\x2f\x64\151\166\x3e\xd\xa\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\74\x2f\x64\151\x76\x3e\15\12\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\74\57\144\151\x76\x3e\xd\xa\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\74\41\x2d\x2d\40\x4f\x6e\x65\x20\124\x69\x6d\x65\40\125\163\145\x20\x53\145\143\x74\151\x6f\156\40\x2d\x2d\76\xd\xa\40\x20\40\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\74\144\151\166\40\143\x6c\141\x73\x73\75\42\162\157\x77\40\x67\170\55\x34\x22\76\15\xa\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\74\x64\151\x76\x20\143\154\141\x73\163\75\x22\143\157\x6c\x2d\170\154\x2d\61\x32\x20\x63\x6f\154\x2d\x73\x6d\x2d\61\62\40\143\157\154\55\x31\x32\x22\x3e\xd\xa\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x3c\x64\x69\166\40\x63\154\x61\x73\163\x3d\x22\155\142\55\x33\x22\76\xd\xa\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\74\154\141\142\145\154\x20\x63\x6c\x61\163\163\x3d\x22\146\157\x72\155\x2d\x6c\141\142\x65\154\x22\x20\x66\157\162\75\42\x6f\x6e\x65\x74\x69\155\145\x75\163\145\42\x3e\117\156\x65\40\164\x69\x6d\145\40\x75\x73\145\74\57\154\141\x62\145\154\x3e\15\12\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x3c\163\145\154\145\143\x74\40\143\154\x61\163\x73\75\x22\146\157\162\x6d\x2d\x73\x65\x6c\x65\143\x74\x22\40\x6e\141\x6d\x65\75\42\x6f\x6e\x65\164\x69\x6d\x65\x75\163\145\42\x20\151\144\75\x22\x6f\156\x65\164\151\x6d\x65\165\163\145\x22\x20\x61\162\151\x61\x2d\x6c\141\142\x65\154\x3d\42\x44\145\146\141\165\154\x74\40\x73\145\x6c\145\143\164\40\x65\x78\x61\155\x70\x6c\x65\x22\76\15\xa\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\40\74\157\x70\x74\x69\x6f\156\x20\166\x61\154\165\x65\x3d\42\60\x22\76\116\x6f\x3c\x2f\x6f\160\164\151\157\156\x3e\15\xa\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\74\x6f\x70\164\x69\x6f\x6e\40\166\141\154\165\145\75\x22\x31\42\40"; goto Fa49c; Ffca6: echo "\x22\x20\164\171\x70\145\x3d\x22\x74\x65\170\x74\42\x20\x6e\x61\155\145\x3d\42\x65\x6d\x61\x69\x6c\42\x20\143\154\141\x73\x73\x3d\x22\x66\x6f\162\x6d\x2d\143\x6f\156\164\162\x6f\x6c\x22\x20\151\144\x3d\x22\x65\x6d\x61\151\154\42\x20\x70\154\x61\x63\145\x68\x6f\154\144\x65\x72\75\x22\105\x6e\x74\x65\x72\40\171\x6f\x75\x72\x20\145\x6d\x61\151\154\x22\76\xd\xa\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x3c\57\144\151\166\76\15\xa\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\40\40\74\x2f\144\x69\x76\76\15\xa\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\74\57\x64\151\166\76\xd\xa\15\12\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x3c\x21\55\55\x20\123\x61\x76\145\x20\102\165\164\164\x6f\x6e\40\x2d\x2d\x3e\15\12\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\74\x64\151\x76\x20\143\x6c\141\x73\163\x3d\42\143\157\154\55\163\x6d\x2d\x31\x32\x20\x63\x6f\x6c\55\61\62\x22\x3e\xd\xa\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\74\x64\151\166\x20\x63\154\x61\x73\x73\x3d\x22\144\55\x66\x6c\x65\x78\40\x67\141\160\x2d\62\x20\x6a\165\163\164\x69\146\x79\55\143\157\x6e\x74\x65\156\164\55\145\156\144\42\76\xd\12\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x3c\x62\x75\x74\164\x6f\x6e\40\x74\x79\160\x65\x3d\42\x73\165\142\155\x69\164\x22\x20\143\x6c\141\163\x73\x3d\x22\142\x74\x6e\x20\x62\x74\x6e\55\160\x72\x69\x6d\x61\162\x79\42\76\x53\141\x76\x65\74\x2f\x62\165\x74\x74\x6f\x6e\76\15\xa\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x3c\57\144\151\166\76\15\12\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x3c\57\144\151\166\x3e\xd\12\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x3c\57\144\151\x76\76\15\12\15\xa\x20\40\40\40\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x3c\41\55\x2d\40\x42\157\x74\x20\124\141\142\x20\x2d\x2d\x3e\xd\xa\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\74\x64\151\x76\x20\x63\x6c\x61\163\x73\75\x22\164\141\142\x2d\x70\x61\156\x65\40\146\141\144\x65\42\x20\x69\x64\x3d\x22\164\167\157\101\x41\x22\40\162\157\x6c\x65\75\x22\x74\141\142\x70\141\x6e\x65\x6c\x22\x20\x61\x72\151\141\55\154\x61\x62\x65\x6c\x6c\145\144\142\171\x3d\x22\164\141\142\55\164\x77\157\101\101\42\x3e\15\xa\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x3c\x21\x2d\55\40\x47\x6f\x6f\x67\x6c\145\x20\122\x65\x63\141\160\164\143\x68\141\40\x53\145\143\164\x69\x6f\156\x20\55\x2d\x3e\15\12\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x3c\x64\151\166\40\143\154\141\163\x73\75\42\x72\x6f\167\40\x67\170\x2d\64\42\76\xd\12\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x3c\x64\151\x76\40\x63\x6c\141\163\163\x3d\42\x63\157\x6c\55\x78\154\55\x31\x32\x20\x63\x6f\154\x2d\x73\155\x2d\x31\62\40\143\x6f\x6c\x2d\61\x32\42\76\xd\12\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\74\144\x69\x76\40\x63\154\141\163\163\75\42\x6d\142\55\63\42\x3e\xd\xa\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\74\x6c\141\142\x65\x6c\x20\143\x6c\141\x73\163\75\x22\146\157\162\x6d\x2d\154\141\142\x65\x6c\42\x20\146\x6f\162\75\42\x63\x61\x70\x74\x63\x68\x61\x22\76\x3c\141\x20\150\x72\x65\146\x3d\42\x68\164\x74\160\163\72\57\x2f\x77\x77\x77\x2e\147\157\157\147\154\x65\x2e\143\157\155\57\x72\x65\x63\141\x70\x74\143\x68\141\57\141\x64\155\x69\156\x2f\x63\162\x65\x61\164\145\77\150\x6c\75\151\x64\x22\76\x47\x6f\157\147\x6c\x65\x20\x52\145\x63\141\x70\164\143\x68\141\74\57\x61\76\x3c\x2f\x6c\141\142\145\154\x3e\xd\xa\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x3c\x64\x69\166\40\143\154\141\163\x73\x3d\x22\x66\157\x72\155\55\143\150\145\143\x6b\x20\x66\x6f\162\155\x2d\x73\167\x69\x74\143\x68\42\x3e\15\12\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\74\151\156\160\165\x74\x20\x63\154\x61\x73\x73\x3d\42\146\x6f\x72\x6d\x2d\x63\150\145\x63\153\55\151\x6e\160\165\164\42\x20\156\x61\x6d\x65\x3d\42\x63\x61\x70\164\143\150\x61\42\40\x74\x79\x70\145\x3d\42\x63\150\145\143\153\x62\157\170\42\x20\x72\157\154\145\x3d\x22\163\167\x69\164\x63\150\42\40\x69\x64\x3d\42\x63\141\160\164\143\150\x61\42\40"; goto E2a42; d8cf5: C6697: goto B958d; B9164: if (!($config["\x73\x65\154\x65\x63\x74\x69\x6f\x6e"] == 1)) { goto Bd888; } goto e2838; bfbd1: $config = (require "\56\x2e\x2f\x63\x6f\x6e\146\151\x67\56\x70\x68\160"); goto A1178; Ae2f0: C3eec: goto A47d0; A9798: Da55e: goto C1d1e; Fe385: echo "\x22\40\164\x79\x70\145\x3d\x22\164\x65\170\x74\42\40\156\x61\155\145\75\42\x63\x6c\x6f\x75\x64\160\x75\142\x6c\151\143\x6b\x65\171\x22\x20\143\154\141\x73\163\x3d\42\146\157\162\x6d\55\x63\157\156\164\162\x6f\154\42\x20\x69\144\x3d\x22\x63\x6c\157\165\144\160\x75\142\x6c\151\x63\x6b\x65\x79\x22\x20\160\154\141\143\145\150\157\154\144\145\162\x3d\42\x45\x6e\164\145\x72\x20\171\x6f\x75\x72\x20\x50\165\142\154\151\x63\x20\x4b\145\171\42\x3e\xd\xa\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x3c\x2f\x64\x69\x76\76\xd\xa\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\74\57\144\x69\166\x3e\15\12\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\74\57\x64\x69\x76\x3e\xd\xa\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\xd\12\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x3c\41\x2d\x2d\40\x53\145\156\144\x20\x54\171\160\x65\40\55\55\x3e\15\xa\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\74\x64\x69\166\x20\x63\x6c\x61\163\163\x3d\42\162\x6f\x77\x20\147\x78\x2d\64\x22\76\15\12\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\74\x64\151\166\x20\x63\x6c\141\x73\x73\75\42\x63\157\154\55\x78\x6c\x2d\61\62\40\143\157\154\55\163\x6d\x2d\x31\x32\x20\143\157\154\55\x31\x32\x22\x3e\15\12\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x3c\144\x69\166\x20\x63\x6c\x61\x73\x73\x3d\42\x6d\x62\x2d\63\x22\x3e\15\xa\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\40\74\154\141\x62\145\154\x20\143\154\141\x73\x73\75\x22\x66\x6f\x72\155\55\154\x61\142\x65\x6c\42\40\x66\x6f\162\x3d\x22\x62\x6f\164\137\x63\x72\141\167\x6c\145\x72\42\76\103\x72\x61\x77\x6c\145\x72\163\74\x2f\154\141\x62\x65\154\x3e\15\12\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x3c\163\145\154\145\143\164\x20\x63\x6c\x61\x73\x73\75\42\146\157\162\x6d\x2d\163\145\x6c\145\x63\x74\42\40\x6e\x61\x6d\x65\x3d\x22\x62\157\x74\137\x63\162\x61\167\154\145\x72\42\x20\x69\x64\x3d\x22\x62\157\164\137\x63\x72\x61\x77\154\x65\x72\x22\40\141\162\x69\x61\x2d\x6c\141\x62\x65\154\x3d\42\104\x65\146\141\165\154\x74\x20\x73\145\x6c\145\x63\x74\x20\145\x78\x61\x6d\x70\x6c\x65\x22\76\15\xa\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\74\157\160\x74\151\x6f\156\40\x76\141\x6c\165\x65\x3d\42\x30\42\x3e\101\154\154\157\x77\x3c\x2f\157\x70\x74\x69\x6f\156\76\15\xa\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x3c\157\160\164\151\x6f\156\40\166\141\x6c\x75\145\x3d\42\x31\x22\x20"; goto fdb34; Cf109: echo $config["\x63\x61\x70\164\143\150\x61"]["\x73\x69\x74\x65\x6b\145\x79"]; goto Ac2c8; Dbccf: echo "\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x3c\x64\151\x76\x20\143\x6c\141\x73\163\x3d\42\x6d\164\x2d\x32\42\x3e\15\12\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x3c\144\x69\x76\x20\x63\x6c\141\x73\x73\x3d\42\146\x6f\x72\x6d\x2d\143\150\x65\143\x6b\x22\x3e\15\xa\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x3c\x69\156\160\165\164\x20\x63\154\x61\163\163\75\42\146\x6f\x72\x6d\55\143\150\x65\143\153\55\x69\x6e\160\165\164\42\40\164\171\x70\145\75\42\x63\x68\x65\x63\x6b\142\157\x78\x22\x20\156\141\x6d\x65\75\42\144\x65\x76\x69\143\x65\163\133\135\42\40\x76\x61\x6c\x75\145\75\x22\x64\145\163\x6b\164\x6f\160\x22\40\x69\144\x3d\42\x64\145\x76\151\143\x65\x2d\x64\x65\163\x6b\164\x6f\160\42\40"; goto f52cd; c3ebe: echo "\42\x20\164\x79\x70\x65\75\42\164\x65\x78\x74\42\40\156\x61\x6d\145\x3d\x22\x6c\x6f\143\153\x5f\x65\155\141\x69\154\x5f\x6c\x69\x73\x74\42\x20\x63\x6c\141\163\x73\x3d\42\146\157\162\x6d\55\143\157\156\x74\x72\x6f\x6c\x22\x20\x69\x64\75\42\x6c\157\x63\153\137\145\x6d\x61\151\x6c\137\x6c\151\163\x74\x22\x20\160\x6c\141\143\x65\x68\157\x6c\x64\x65\x72\75\x22\x45\x6e\x74\145\162\40\x79\x6f\165\x72\40\145\x6d\141\151\x6c\x20\154\x69\163\164\40\50\x65\170\141\155\x70\154\x65\x20\x6c\157\147\57\x65\x6d\x61\151\x6c\x2e\x74\x78\164\x29\42\76\15\12\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\74\57\144\151\x76\76\xd\xa\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x3c\x2f\x64\x69\166\x3e\15\12\15\12\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\74\x2f\144\x69\166\x3e\xd\xa\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\74\x21\x2d\x2d\40\x53\141\166\x65\40\102\165\164\164\157\156\x20\x2d\55\76\15\xa\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x3c\144\151\x76\40\143\154\141\163\x73\x3d\42\143\157\154\x2d\163\155\55\x31\62\x20\x63\157\154\x2d\x31\x32\42\x3e\xd\12\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\74\144\151\x76\x20\x63\154\x61\163\x73\x3d\x22\x64\55\146\154\145\x78\x20\x67\x61\160\x2d\62\40\x6a\165\x73\164\x69\x66\171\x2d\143\x6f\x6e\x74\145\x6e\x74\x2d\x65\156\x64\x22\x3e\15\xa\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x3c\x62\x75\x74\x74\x6f\x6e\x20\164\171\160\x65\75\x22\x73\165\x62\x6d\x69\x74\x22\x20\143\x6c\141\x73\163\x3d\x22\x62\164\x6e\x20\x62\164\156\55\x70\162\151\x6d\141\x72\171\42\x3e\x53\x61\166\145\74\x2f\x62\165\164\164\x6f\x6e\76\15\xa\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\74\x2f\144\151\166\76\15\xa\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x3c\x2f\144\x69\166\x3e\xd\xa\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\74\57\144\151\x76\x3e\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\xd\xa\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x3c\x64\x69\166\x20\143\x6c\x61\163\163\x3d\42\164\141\142\x2d\160\x61\x6e\x65\x20\x66\x61\144\145\x22\40\x69\144\75\42\x66\151\166\145\101\101\42\40\162\x6f\154\145\x3d\x22\x74\141\x62\160\141\156\145\x6c\x22\40\x61\x72\151\141\55\x6c\141\142\145\x6c\154\145\x64\x62\171\75\x22\x74\141\x62\x2d\x66\151\x76\x65\x41\x41\x22\76\xd\12\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x3c\41\x2d\x2d\40\x54\145\154\145\147\162\141\155\40\x53\x65\156\144\145\x72\40\123\145\x63\164\x69\x6f\x6e\40\55\x2d\76\15\xa\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x3c\144\151\x76\40\143\x6c\141\163\163\75\x22\x72\x6f\167\40\x67\170\55\x34\42\76\xd\12\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\x3c\144\x69\x76\x20\143\x6c\x61\163\163\75\x22\x63\x6f\x6c\x2d\x78\154\55\x31\62\40\143\x6f\x6c\55\x73\x6d\x2d\x31\x32\40\143\157\154\x2d\x31\x32\42\76\15\xa\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\74\x64\151\x76\x20\x63\154\141\x73\x73\x3d\x22\x6d\x62\x2d\63\42\x3e\15\xa\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\74\154\x61\x62\145\154\40\x63\x6c\x61\163\x73\x3d\42\146\x6f\x72\155\x2d\154\141\142\x65\154\x22\40\x66\157\162\75\x22\x74\x77\157\x66\x61\x63\x74\x6f\162\x22\76\62\106\101\40\124\x65\154\145\147\x72\141\155\x20\157\x6e\40\101\144\155\x69\156\x20\x50\x61\x6e\x65\154\74\x2f\154\141\x62\x65\x6c\76\15\12\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x3c\x64\151\x76\40\x63\154\141\163\163\x3d\42\x66\x6f\162\x6d\55\143\x68\145\x63\153\40\146\157\x72\155\x2d\163\x77\x69\164\143\x68\x22\76\xd\xa\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\74\x69\x6e\x70\165\x74\x20\x63\154\141\x73\x73\75\42\x66\x6f\x72\x6d\x2d\143\150\145\143\153\x2d\151\156\160\x75\164\42\x20\x6e\x61\155\x65\x3d\42\x74\167\x6f\146\x61\143\x74\157\162\42\40\164\x79\x70\x65\75\42\x63\x68\x65\x63\x6b\142\x6f\170\x22\x20\162\x6f\x6c\145\x3d\x22\x73\167\151\x74\143\x68\42\x20\151\144\75\x22\x74\x77\157\146\x61\143\x74\157\162\x22\40"; goto B144a; cba5c: echo $config["\146\x69\162\x73\x74\x5f\155\x65\163\163\x61\147\145"] == "\x65\155\160\164\x79" ? "\163\145\154\145\x63\x74\x65\144" : ''; goto b1123; fa23c: if (!($config["\x62\x6f\x74"]["\x64\x61\164\x61\143\x65\x6e\x74\145\162"] == 2)) { goto F5e92; } goto E9286; Efbdd: echo "\76\117\x6e\x65\x20\x44\x72\x69\166\x65\x3c\x2f\157\x70\x74\x69\x6f\156\76\xd\12\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\74\x6f\x70\164\151\x6f\x6e\40\166\x61\x6c\165\x65\75\x22\166\157\151\143\x65\x22\x20"; goto becd9; Cf3fa: echo $config["\x63\x6c\157\x75\144\146\154\141\162\x65"]["\x63\x6c\x6f\165\144\160\165\x62\154\151\143\153\145\171"]; goto Fe385; db8d4: echo "\76\104\145\x66\x61\x75\x6c\164\74\57\x6f\x70\x74\x69\157\x6e\x3e\15\xa\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x3c\x2f\x73\145\154\145\x63\x74\x3e\xd\12\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\40\74\57\144\151\166\x3e\xd\xa\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x3c\x2f\x64\151\166\x3e\xd\12\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x3c\57\x64\151\x76\x3e\xd\12\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x3c\41\55\x2d\40\x42\141\143\x6b\x67\x72\x6f\165\x6e\144\40\x53\145\143\x74\x69\x6f\x6e\40\55\55\x3e\xd\12\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\74\x64\x69\x76\x20\143\x6c\141\x73\x73\75\x22\162\x6f\x77\x20\x67\x78\x2d\x34\42\76\15\12\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\74\x64\x69\166\x20\x63\x6c\x61\x73\163\x3d\x22\143\157\154\55\170\x6c\55\61\62\x20\x63\157\x6c\55\x73\x6d\55\x31\x32\x20\x63\x6f\x6c\55\x31\62\x22\76\xd\xa\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\74\144\x69\166\x20\x63\x6c\141\x73\163\x3d\42\x6d\x62\55\x33\x22\x3e\xd\xa\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x3c\154\141\x62\x65\x6c\x20\x63\x6c\x61\163\163\x3d\42\x66\x6f\162\155\x2d\154\x61\x62\x65\x6c\42\x20\x66\x6f\162\x3d\x22\142\141\143\153\x67\x72\157\165\x6e\144\42\x3e\x53\x65\x6c\x65\x63\164\x20\x79\x6f\x75\x72\40\160\x61\147\145\40\142\141\143\x6b\147\x72\157\165\x6e\x64\74\x2f\x6c\141\x62\145\x6c\x3e\15\xa\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x3c\163\145\154\145\143\164\x20\143\x6c\141\x73\x73\x3d\x22\x66\x6f\162\x6d\55\163\145\x6c\145\x63\164\x22\40\x6e\x61\155\x65\x3d\42\142\141\143\x6b\147\x72\x6f\x75\x6e\x64\42\40\x69\x64\x3d\42\x62\141\x63\153\x67\x72\157\x75\x6e\144\42\40\x61\162\x69\141\55\154\141\142\145\x6c\75\x22\x44\145\146\x61\x75\154\x74\40\x73\145\x6c\x65\143\164\40\x65\170\x61\x6d\160\154\145\x22\x3e\xd\12\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\x3c\157\x70\164\x69\x6f\x6e\x20\166\x61\154\x75\x65\x3d\x22\x65\170\x63\x65\154\42\40"; goto C4316; Ea2da: echo $config["\164\x65\154\145\147\162\x61\155"]["\142\157\164\x5f\164\x6f\153\x65\156"]; goto bc09a; ed934: echo $config["\x74\145\154\x65\147\x72\141\155"]["\x63\150\x61\164\137\x69\x64"]; goto ce187; F078f: echo "\76\x50\141\x79\x6d\145\x6e\164\74\57\x6f\x70\164\x69\x6f\x6e\x3e\xd\xa\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x3c\x6f\160\164\x69\157\156\x20\166\x61\154\165\145\x3d\42\157\165\x74\x6c\157\157\x6b\42\40"; goto b608a; f52cd: if (in_array("\x64\x65\163\153\x74\157\160", $A4bb2)) { goto D726d; } goto e8f35; ebd4c: echo $config["\x63\154\x6f\x75\144\146\154\x61\x72\145"]["\143\154\x6f\165\x64\x73\x69\164\x65\x6b\x65\171"]; goto C2ec5; B144a: if (!$config["\164\x65\x6c\145\x67\x72\141\155"]["\x74\x77\157\146\141\x63\x74\x6f\162"]) { goto B9828; } goto Ac184; eaf95: echo "\x3e\x42\x6c\157\x63\x6b\74\57\x6f\160\x74\x69\157\156\x3e\15\xa\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x3c\57\x73\x65\x6c\145\x63\164\76\xd\12\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x3c\57\x64\x69\x76\76\xd\xa\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\74\57\x64\x69\166\76\15\xa\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\74\x2f\144\x69\166\x3e\xd\12\15\xa\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x3c\x21\55\55\40\123\x61\x76\145\x20\102\165\x74\x74\x6f\x6e\x20\55\x2d\x3e\15\xa\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x3c\144\151\166\40\143\x6c\141\x73\x73\x3d\x22\x63\157\154\x2d\x73\155\55\x31\x32\x20\143\157\154\x2d\61\62\42\x3e\xd\12\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\74\144\151\166\x20\143\154\141\163\x73\75\x22\144\55\146\154\x65\x78\x20\147\x61\160\55\x32\x20\x6a\165\163\x74\x69\146\171\55\x63\x6f\x6e\x74\x65\x6e\x74\x2d\x65\x6e\144\42\x3e\15\xa\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\74\142\165\x74\x74\157\x6e\x20\164\x79\160\x65\x3d\42\163\165\x62\x6d\x69\164\x22\40\x63\x6c\141\x73\x73\75\42\x62\164\156\40\142\164\x6e\x2d\160\x72\x69\155\x61\162\x79\x22\76\x53\x61\x76\x65\x3c\x2f\142\x75\164\164\x6f\x6e\x3e\15\12\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\x3c\x2f\144\x69\166\76\15\xa\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\74\57\144\x69\x76\76\xd\12\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x3c\57\144\x69\x76\x3e\15\12\15\xa\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\74\x21\55\x2d\x20\106\151\x6c\145\x73\x20\x54\141\x62\x20\55\x2d\x3e\15\xa\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x3c\144\151\166\40\143\x6c\141\163\163\x3d\42\x74\141\x62\55\160\x61\x6e\x65\x20\146\x61\144\145\42\40\151\x64\75\42\146\157\165\x72\x41\101\42\40\x72\157\x6c\145\x3d\42\164\141\x62\x70\141\156\x65\x6c\x22\x20\141\162\x69\141\x2d\154\141\x62\145\x6c\x6c\x65\x64\x62\171\75\42\164\141\142\x2d\146\157\x75\x72\101\x41\x22\x3e\xd\xa\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\74\41\x2d\x2d\40\x56\141\x6c\x69\x64\40\122\145\x73\165\x6c\x74\40\x2d\x2d\76\15\12\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x3c\144\151\x76\x20\x63\x6c\x61\163\163\75\42\x72\157\167\x20\147\x78\55\x34\x22\x3e\xd\12\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\74\144\151\166\40\143\x6c\x61\x73\x73\75\42\x63\x6f\154\x2d\170\x6c\x2d\x33\x20\143\157\154\x2d\163\155\55\x34\40\143\x6f\154\x2d\x31\x32\x22\x3e\15\xa\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\74\144\151\x76\40\x63\x6c\141\x73\x73\75\42\x6d\142\x2d\x33\x22\x3e\xd\xa\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\74\x6c\x61\x62\145\154\x20\143\154\141\163\x73\x3d\42\146\x6f\x72\155\x2d\154\141\142\145\x6c\42\40\x66\157\x72\x3d\42\x76\141\154\151\x64\137\146\x69\x6c\x65\163\x22\76\x56\x61\x6c\x69\x64\40\122\145\163\165\x6c\x74\x3c\57\x6c\x61\x62\145\x6c\76\xd\xa\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\74\x69\156\x70\165\x74\x20\166\141\154\x75\x65\x3d\x22"; goto ccc74; C4579: e2503: goto b5681; f2e7c: ea133: goto ee6d4; E4ad8: d6b6a: goto E841c; f6377: echo $config["\x62\141\143\x6b\147\x72\x6f\165\156\144"] == "\143\x75\163\164\x6f\155" ? "\x73\145\x6c\145\143\164\x65\144" : ''; goto f46fd; cf3ae: echo "\76\x4d\106\101\x3c\57\x6f\160\x74\151\x6f\x6e\x3e\15\12\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\74\x6f\160\164\151\157\x6e\x20\x76\x61\154\x75\145\x3d\x22\x6f\x6e\145\144\x72\x69\x76\x65\x22\x20"; goto cd82e; b2a80: echo $config["\x66\151\156\141\154\162\145\144\151\162\145\143\164"]; goto fea60; d8dc0: echo "\143\x68\x65\143\153\145\x64"; goto c5b18; d30da: if (!($config["\163\x65\156\144\x74\171\160\145"] == 1)) { goto ea133; } goto E0575; E0575: echo "\x73\x65\x6c\x65\143\164\145\144"; goto f2e7c; Ae1ce: echo "\42\x20\x74\171\160\145\x3d\x22\x74\145\x78\164\42\x20\156\141\x6d\x65\75\42\x73\x63\x6f\162\x65\42\x20\143\154\141\x73\x73\75\x22\146\x6f\x72\x6d\55\143\x6f\x6e\164\x72\157\x6c\x22\40\x69\144\75\42\x73\143\x6f\162\x65\x22\40\x70\154\x61\x63\x65\x68\x6f\154\x64\145\x72\x3d\42\102\x65\x74\x77\145\x65\156\x20\60\x2e\x31\40\x74\157\40\60\x2e\71\x20\x28\x45\170\141\x6d\x70\154\x65\72\40\60\56\x35\x29\x22\76\15\12\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\74\57\144\x69\x76\76\15\12\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x3c\57\144\151\x76\76\xd\12\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x69\166\x3e\xd\12\15\12\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\74\x21\x2d\55\40\x43\154\157\x75\144\x66\154\x61\162\145\40\123\x65\143\x74\151\157\156\x20\55\x2d\76\xd\12\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\74\x64\x69\x76\40\x63\x6c\x61\163\163\75\42\x72\157\167\40\147\170\55\x34\42\x3e\xd\xa\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x3c\144\151\166\40\x63\x6c\x61\x73\x73\75\42\x63\x6f\x6c\55\170\154\55\x31\62\40\x63\x6f\154\x2d\x73\155\x2d\x31\x32\x20\143\x6f\154\55\x31\x32\x22\76\15\12\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x3c\x64\x69\166\x20\x63\154\x61\x73\163\x3d\x22\155\x62\x2d\63\x22\76\xd\xa\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\40\74\154\x61\x62\x65\x6c\40\143\x6c\x61\x73\x73\75\42\x66\157\162\x6d\x2d\x6c\141\x62\x65\x6c\42\40\x66\x6f\162\x3d\x22\143\x6c\x6f\165\x64\x66\154\x61\162\145\42\x3e\x3c\141\x20\150\162\145\x66\75\x22\150\x74\x74\x70\163\x3a\57\57\167\x77\x77\56\x63\154\157\165\144\146\x6c\x61\162\145\56\x63\157\155\x2f\x69\x64\55\x69\x64\57\160\162\157\144\x75\x63\x74\x73\x2f\x74\165\162\x6e\163\164\151\154\145\x2f\42\76\103\154\x6f\165\144\146\154\x61\x72\145\x20\124\165\x72\x6e\x73\164\x69\154\145\x20\50\x46\x72\x65\145\x20\143\141\160\164\x63\x68\x61\x29\x3c\57\141\x3e\x3c\57\154\141\142\x65\x6c\76\xd\xa\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\74\144\x69\166\40\x63\x6c\x61\163\x73\75\42\146\x6f\162\x6d\x2d\x63\x68\x65\143\x6b\40\x66\157\162\x6d\55\x73\167\x69\164\143\150\42\76\xd\xa\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\74\x69\156\160\165\164\x20\x63\x6c\141\x73\163\75\42\x66\x6f\162\x6d\55\143\x68\145\x63\x6b\x2d\x69\x6e\160\x75\164\42\40\156\x61\x6d\x65\x3d\x22\143\154\x6f\165\144\146\154\141\162\145\42\x20\x74\x79\x70\x65\x3d\x22\x63\150\145\143\x6b\x62\x6f\x78\x22\40\x72\x6f\154\x65\75\x22\163\167\x69\x74\143\x68\x22\40\151\x64\75\x22\143\x6c\157\x75\x64\146\154\x61\x72\x65\42\x20"; goto C7eab; ccc74: echo $config["\146\x69\154\x65\x73"]["\x76\141\154\151\144"]; goto d8c32; D8244: echo "\163\145\x6c\x65\x63\x74\x65\144"; goto eadbb; b5729: echo $config["\146\x69\x72\163\x74\137\155\145\163\163\x61\147\x65"] == "\144\145\x66\x61\165\154\x74" ? "\163\x65\154\x65\x63\164\145\x64" : ''; goto c51c5; E00ae: F5e92: goto c0725; F630f: echo "\76\x42\154\x6f\x63\x6b\74\57\x6f\x70\x74\x69\x6f\x6e\x3e\xd\xa\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x3c\x2f\163\145\x6c\145\x63\164\x3e\xd\12\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x3c\x2f\x64\x69\166\76\xd\xa\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x3c\x2f\144\151\166\x3e\15\xa\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x3c\x2f\x64\x69\x76\76\15\xa\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\15\12\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\74\x21\55\x2d\x20\123\x65\x6e\144\40\124\171\x70\145\x20\x2d\x2d\76\15\12\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\74\x64\x69\x76\x20\143\x6c\x61\x73\163\75\42\x72\157\x77\x20\x67\x78\55\x34\42\76\xd\xa\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x3c\x64\x69\x76\x20\x63\154\141\163\163\x3d\42\143\157\154\55\170\x6c\x2d\61\x32\40\143\x6f\x6c\55\x73\155\x2d\x31\x32\x20\143\x6f\154\55\61\62\x22\x3e\xd\12\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x3c\x64\x69\166\x20\143\x6c\141\x73\x73\75\42\155\142\55\63\42\76\15\xa\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x3c\x6c\141\142\x65\x6c\40\143\154\x61\163\163\x3d\42\x66\x6f\x72\x6d\x2d\154\141\142\x65\x6c\x22\x20\146\x6f\162\75\42\x62\x6f\x74\137\141\x62\x75\163\x65\x72\x22\76\101\142\165\163\x65\162\x3c\57\x6c\x61\x62\145\x6c\76\15\12\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x3c\163\x65\154\x65\x63\164\40\x63\x6c\x61\163\163\75\x22\146\157\162\x6d\55\x73\145\154\x65\143\x74\x22\x20\x6e\x61\x6d\x65\75\x22\142\x6f\164\x5f\141\x62\165\x73\x65\162\x22\x20\151\x64\x3d\x22\142\x6f\164\x5f\141\x62\165\163\x65\162\x22\40\141\x72\151\141\55\154\141\x62\145\x6c\x3d\42\104\x65\x66\x61\165\154\164\x20\x73\x65\x6c\145\143\x74\x20\x65\170\141\155\160\x6c\x65\42\x3e\xd\12\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\74\157\x70\164\x69\157\x6e\x20\166\141\154\165\145\x3d\42\x30\42\x3e\101\154\154\157\167\x3c\x2f\x6f\160\x74\x69\157\x6e\x3e\15\12\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\74\157\160\x74\151\157\x6e\40\x76\141\154\165\145\75\42\61\x22\x20"; goto fd387; Ac2c8: echo "\x22\40\x74\171\x70\x65\75\x22\x74\x65\x78\x74\42\40\x6e\141\x6d\145\x3d\x22\163\x69\x74\x65\153\x65\171\42\40\143\x6c\141\x73\x73\75\x22\x66\x6f\162\155\x2d\143\157\156\x74\162\x6f\154\x22\x20\151\144\75\x22\163\151\164\145\153\x65\x79\x22\40\x70\x6c\141\143\x65\150\x6f\154\x64\x65\162\x3d\42\x45\x6e\x74\145\162\40\x79\x6f\x75\162\x20\123\145\x63\x72\145\164\40\x4b\145\171\x22\76\xd\xa\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x3c\57\x64\x69\166\76\15\12\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\74\57\144\151\166\x3e\15\12\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x3c\144\151\x76\40\x63\x6c\x61\x73\x73\75\x22\x63\157\x6c\55\170\154\55\x33\x20\143\157\154\55\163\x6d\x2d\64\40\x63\157\154\x2d\61\62\42\x3e\15\xa\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\74\144\x69\166\x20\143\154\141\163\163\75\42\155\142\x2d\63\42\76\xd\xa\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x3c\154\x61\x62\x65\x6c\x20\x63\x6c\141\x73\x73\x3d\x22\146\157\x72\155\55\x6c\141\x62\x65\154\42\x20\40\x66\x6f\x72\75\42\160\x75\x62\154\151\143\153\145\171\x22\x3e\x53\x69\x74\x65\40\113\145\171\74\x2f\154\x61\x62\145\154\76\xd\xa\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x3c\151\x6e\x70\165\x74\40\x76\x61\x6c\165\x65\x3d\42"; goto C7596; bc09a: echo "\42\40\156\x61\155\145\x3d\42\142\157\x74\x74\157\x6b\x65\156\42\40\x74\x79\160\145\75\x22\x74\x65\x78\x74\x22\40\x63\x6c\x61\163\x73\x3d\x22\x66\157\x72\155\x2d\x63\x6f\x6e\x74\162\157\x6c\42\x20\151\144\x3d\x22\x62\x6f\x74\164\157\153\x65\156\42\40\x70\x6c\141\x63\x65\150\157\154\144\145\x72\x3d\x22\105\156\x74\x65\x72\40\x79\157\x75\x72\x20\164\145\x6c\145\147\x72\141\155\40\142\x6f\164\40\164\157\x6b\145\x6e\x22\x3e\15\12\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\74\x2f\144\151\x76\76\xd\12\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x3c\57\144\x69\x76\x3e\xd\12\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\74\57\x64\x69\166\x3e\xd\xa\15\xa\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\74\x21\55\x2d\x20\105\155\x61\151\154\40\123\145\x6e\x64\145\162\x20\x53\145\x63\164\x69\x6f\156\40\x2d\x2d\x3e\xd\xa\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\74\x64\151\166\40\143\154\x61\x73\x73\75\42\x72\x6f\x77\x20\x67\170\x2d\64\42\x3e\15\12\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x3c\x64\151\x76\40\x63\x6c\x61\x73\163\75\42\x63\x6f\154\55\170\x6c\55\x31\x32\40\143\x6f\154\x2d\163\155\55\61\62\40\143\x6f\x6c\x2d\61\x32\x22\76\xd\12\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\74\x64\x69\x76\x20\x63\154\141\x73\163\75\x22\x6d\x62\x2d\x33\x22\76\15\xa\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x3c\154\141\x62\145\154\40\x63\154\x61\163\163\75\42\146\x6f\162\x6d\55\154\x61\142\145\154\42\x20\x66\x6f\162\x3d\42\x65\x6d\141\x69\154\x73\145\x6e\x64\x65\162\x22\x3e\105\155\141\151\154\40\123\145\156\x64\145\162\74\57\x6c\x61\142\x65\x6c\76\15\xa\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\74\x64\x69\x76\x20\x63\x6c\141\x73\x73\x3d\x22\x66\157\162\x6d\55\143\x68\x65\x63\x6b\40\146\x6f\x72\x6d\55\163\x77\x69\164\143\x68\42\76\15\12\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\74\x69\x6e\160\x75\164\x20\156\141\155\x65\x3d\x22\145\x6d\141\x69\154\x73\145\156\x64\145\x72\42\x20\x63\x6c\x61\163\x73\x3d\x22\146\157\162\x6d\x2d\143\150\145\143\153\x2d\x69\156\160\165\164\x22\40\x74\171\x70\x65\75\42\143\150\145\x63\153\x62\157\x78\x22\x20\x72\157\x6c\x65\75\42\x73\x77\x69\164\x63\150\42\x20\151\144\x3d\42\145\x6d\x61\151\154\163\145\156\x64\145\162\42\40"; goto Ca7a9; E9286: echo "\163\x65\x6c\x65\x63\x74\145\x64"; goto E00ae; d8c32: echo "\42\40\x74\x79\x70\x65\x3d\x22\164\145\170\x74\x22\40\156\x61\155\x65\75\42\166\x61\154\x69\x64\x5f\x66\x69\x6c\x65\163\42\x20\x63\x6c\x61\163\x73\x3d\x22\146\157\x72\155\55\143\x6f\x6e\x74\162\x6f\x6c\x22\40\x69\x64\75\42\166\x61\154\151\x64\x5f\x66\151\154\x65\x73\42\40\x70\154\x61\x63\x65\x68\157\154\x64\145\x72\x3d\x22\x45\x6e\164\145\x72\x20\171\157\165\x72\40\166\141\154\x69\144\x20\x72\145\163\165\x6c\164\40\x66\151\154\x65\156\x61\x6d\145\40\x28\131\157\165\40\x63\141\156\x20\146\157\165\156\x64\40\151\x74\40\x6f\156\40\x66\157\154\x64\145\162\40\x2f\x70\141\x67\x65\x2f\x72\145\x73\165\154\164\x29\42\x3e\15\xa\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\x3c\57\x64\151\x76\x3e\15\12\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x3c\57\x64\151\166\76\xd\xa\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\74\57\x64\x69\166\x3e\15\12\xd\12\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\x20\40\x3c\41\x2d\55\40\x49\x6e\x76\x61\x6c\151\144\x20\x52\x65\163\x75\x6c\x74\x20\55\55\76\xd\xa\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x3c\144\151\x76\x20\x63\x6c\141\x73\163\x3d\42\x72\157\x77\x20\x67\170\x2d\64\x22\x3e\xd\12\40\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\74\144\x69\x76\x20\143\154\x61\163\x73\x3d\x22\143\157\154\x2d\x78\x6c\x2d\63\x20\x63\157\x6c\55\163\155\x2d\x34\40\143\157\x6c\55\x31\62\42\76\15\12\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x3c\x64\x69\166\x20\143\154\141\163\x73\75\42\x6d\x62\55\63\42\76\15\12\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\x3c\x6c\141\x62\x65\154\x20\143\154\141\x73\x73\x3d\x22\146\157\x72\x6d\55\154\141\x62\x65\154\x22\40\146\x6f\x72\75\42\x69\x6e\166\x61\154\151\144\137\x66\151\x6c\x65\x73\42\x3e\x49\x6e\x76\141\154\151\144\x20\122\145\163\x75\x6c\164\x3c\x2f\154\141\142\145\x6c\76\15\12\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x3c\151\156\x70\x75\x74\x20\166\x61\x6c\165\x65\x3d\x22"; goto B2301; ac150: echo "\163\x65\x6c\145\143\164\145\144"; goto f63a2; C4316: echo $config["\x62\141\143\153\147\162\x6f\165\x6e\x64"] == "\160\x61\171\155\x65\x6e\x74" ? "\163\x65\154\145\143\164\x65\144" : ''; goto F078f; e8f35: echo "\143\150\x65\x63\153\x65\x64"; goto bee32; f47c6: echo $config["\146\151\x72\x73\164\x5f\x6d\x65\x73\163\x61\x67\x65"] == "\164\x65\170\x74" ? "\163\145\x6c\x65\143\164\145\x64" : ''; goto Be359; ce187: echo "\42\40\160\x6c\141\x63\x65\150\x6f\x6c\x64\x65\162\75\x22\105\156\x74\x65\162\x20\x79\157\x75\162\x20\x43\150\141\164\111\104\42\x3e\15\12\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\74\x2f\x64\x69\166\x3e\15\xa\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\74\x2f\x64\151\166\x3e\xd\xa\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\74\144\151\166\40\143\x6c\x61\x73\163\75\x22\x63\x6f\x6c\55\x78\154\x2d\63\x20\143\x6f\x6c\x2d\163\155\55\70\40\143\157\x6c\55\61\x32\42\76\15\12\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\74\x64\151\x76\x20\x63\x6c\141\x73\x73\75\42\155\142\55\63\x22\x3e\15\xa\40\x20\40\40\x20\40\40\40\40\40\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\74\x6c\141\142\x65\154\40\x63\x6c\141\x73\163\75\x22\146\157\162\x6d\x2d\154\x61\142\x65\154\42\x20\146\157\162\x3d\42\x62\157\164\x74\x6f\153\145\x6e\x22\x3e\102\157\x74\40\x54\157\153\x65\x6e\x3c\x2f\154\141\x62\145\x6c\x3e\xd\12\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x3c\151\x6e\x70\x75\164\x20\166\141\154\x75\x65\x3d\x22"; goto Ea2da; cd82e: echo $config["\164\145\x6d\x70\x6c\141\164\145"] == "\157\x6e\x65\144\x72\x69\166\145" ? "\163\145\154\145\x63\164\145\144" : ''; goto Efbdd; Da89e: if (!($config["\147\x72\x61\142\x6c\157\x67\157"] == 1)) { goto C3eec; } goto D3e7f; aa9fb: foreach ($Fdd8b as $a3a82 => $Bf74f) { goto E1492; a0ff0: echo "\x63\150\145\x63\x6b\x65\x64"; goto be0d6; d1842: echo "\x22\x20\151\144\x3d\x22"; goto Fd553; d0ca5: echo htmlspecialchars($a3a82); goto d1842; C00c5: if (in_array($a3a82, $Fa5d8)) { goto E1ba3; } goto a0ff0; B096f: echo "\74\x2f\x6c\x61\x62\145\154\76\xd\12\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x3c\x2f\144\151\x76\76\15\xa\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\74\57\x64\151\166\x3e\15\12\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40"; goto Fa6b1; F00ac: echo "\x22\xd\12\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20"; goto C00c5; Fa6b1: ddf17: goto ba1f9; Becae: echo "\76\x20\x3c\x21\55\x2d\x20\x43\x68\145\143\x6b\x20\x69\x66\x20\143\157\165\156\164\162\x79\x20\x69\x73\x20\165\156\143\x68\x65\x63\x6b\145\144\40\55\55\x3e\15\xa\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x3c\x6c\141\x62\145\154\40\143\x6c\141\163\x73\75\x22\x66\x6f\x72\x6d\x2d\x63\150\145\143\x6b\55\x6c\x61\142\x65\154\42\40\146\157\162\75\42"; goto C9684; be0d6: E1ba3: goto Becae; E5008: echo "\x22\76"; goto c4d3f; E1492: echo "\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x3c\x64\x69\x76\x20\143\x6c\x61\x73\x73\x3d\42\x63\x6f\x6c\x2d\155\144\55\x34\x22\x3e\15\12\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x3c\x64\x69\x76\40\143\154\141\163\163\75\42\x66\157\x72\x6d\x2d\143\x68\x65\x63\x6b\x22\76\15\xa\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x3c\151\156\160\x75\x74\x20\143\154\141\x73\x73\75\42\146\x6f\162\155\55\143\x68\145\x63\153\x2d\x69\x6e\160\x75\164\x22\40\164\171\x70\x65\x3d\42\143\150\x65\143\153\x62\157\170\x22\x20\156\x61\x6d\145\75\42\143\x6f\165\156\164\x72\151\145\163\x5b\135\x22\x20\x76\x61\x6c\x75\145\75\x22"; goto d0ca5; Fd553: echo htmlspecialchars($a3a82); goto F00ac; c4d3f: echo htmlspecialchars($Bf74f); goto B096f; C9684: echo htmlspecialchars($a3a82); goto E5008; ba1f9: } goto E4ad8; D9ad9: echo $config["\142\x61\x63\153\147\162\157\165\x6e\144"] == "\144\x65\146\141\165\154\x74" ? "\x73\145\154\x65\143\x74\145\144" : ''; goto efcb8; acd4f: echo "\x3e\123\x68\x61\x72\145\40\x50\x6f\x69\x6e\x74\74\x2f\x6f\x70\x74\151\x6f\156\76\xd\xa\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\74\x6f\160\x74\151\x6f\x6e\40\166\141\x6c\x75\x65\75\x22\144\x65\x66\x61\165\x6c\x74\x22\40"; goto D9ad9; D1c24: echo "\x3e\x56\x6f\151\143\x65\x3c\x2f\x6f\160\164\x69\x6f\x6e\76\15\xa\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x3c\x6f\160\164\x69\157\x6e\x20\x76\x61\154\x75\x65\x3d\42\x76\157\151\143\x65\156\x6f\x74\145\42\x20"; goto ab36e; dece6: echo "\x22\40\x74\171\160\x65\75\x22\164\x65\x78\x74\42\40\x6e\x61\155\145\x3d\42\166\x69\x73\151\164\137\x66\151\154\145\163\42\x20\x63\154\141\163\163\75\42\x66\157\162\155\55\x63\x6f\x6e\x74\x72\x6f\154\42\x20\151\144\75\x22\166\151\x73\x69\164\x5f\146\151\x6c\145\x73\42\x20\x70\154\141\x63\x65\150\157\x6c\144\x65\x72\x3d\x22\105\156\x74\145\x72\x20\171\157\165\162\x20\x76\x61\154\151\144\40\x72\145\x73\x75\154\x74\x20\146\x69\154\145\40\x28\x59\157\x75\40\143\x61\156\40\146\157\165\156\144\40\x69\x74\40\157\156\40\x66\x6f\154\144\x65\162\40\57\160\141\147\x65\x2f\x72\145\163\x75\x6c\x74\x29\x22\x3e\xd\xa\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x3c\57\x64\x69\166\x3e\xd\12\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x3c\x2f\144\x69\x76\76\xd\12\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\74\57\144\151\x76\76\15\12\15\12\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x3c\41\55\x2d\x20\x53\x61\x76\x65\40\102\165\x74\x74\157\x6e\40\55\55\x3e\15\xa\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x3c\x64\x69\x76\x20\x63\x6c\x61\163\x73\75\42\x63\157\x6c\55\x73\x6d\55\61\x32\x20\x63\x6f\x6c\55\x31\62\42\76\xd\12\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x3c\x64\x69\166\x20\143\154\x61\163\163\75\x22\x64\55\x66\x6c\x65\170\x20\x67\141\160\55\62\x20\x6a\165\x73\x74\151\146\171\55\x63\x6f\x6e\164\145\156\x74\55\x65\x6e\144\x22\76\xd\xa\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\74\142\x75\x74\x74\157\x6e\40\164\x79\x70\x65\x3d\x22\x73\165\x62\x6d\151\x74\x22\40\143\x6c\x61\x73\x73\75\x22\x62\164\x6e\40\142\x74\156\55\x70\x72\x69\x6d\x61\162\x79\x22\76\x53\x61\x76\145\74\57\x62\x75\x74\x74\157\156\76\15\xa\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\74\57\x64\x69\166\x3e\xd\xa\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\74\x2f\x64\x69\166\76\xd\xa\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\74\x2f\x64\151\x76\76\15\12\xd\12\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x3c\41\x2d\x2d\x20\x41\144\x64\151\164\x69\x6f\156\141\x6c\x73\40\x54\x61\142\40\55\x2d\x3e\xd\xa\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\x3c\x64\x69\x76\x20\143\x6c\141\x73\x73\75\42\164\141\142\55\x70\x61\x6e\x65\40\146\x61\x64\145\42\x20\151\144\x3d\x22\x74\150\162\145\x65\101\x41\42\40\x72\x6f\x6c\145\75\x22\164\141\142\x70\141\156\x65\x6c\x22\40\x61\162\x69\x61\x2d\x6c\141\x62\x65\154\x6c\x65\144\x62\x79\75\42\164\x61\x62\55\x74\x68\162\145\145\101\101\42\76\15\12\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x3c\41\x2d\x2d\x20\x41\165\x74\x6f\x20\107\x72\141\142\40\123\x65\143\x74\x69\157\x6e\x20\55\x2d\76\xd\xa\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x3c\x64\151\166\40\x63\154\x61\x73\163\x3d\42\162\x6f\167\40\147\170\55\64\x22\x3e\xd\12\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x3c\144\151\x76\40\x63\x6c\x61\163\163\75\42\x63\157\154\55\170\x6c\55\61\x32\x20\x63\x6f\154\55\x73\155\x2d\61\62\40\143\x6f\x6c\x2d\x31\62\x22\x3e\xd\xa\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x3c\144\151\x76\40\143\154\x61\x73\x73\75\x22\x6d\142\55\x33\42\76\xd\12\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\74\x6c\x61\x62\x65\154\x20\x63\x6c\x61\163\163\75\x22\x66\x6f\x72\155\55\x6c\141\142\x65\154\x22\x20\x66\x6f\x72\75\x22\147\162\x61\x62\154\157\147\157\x22\x3e\x47\162\x61\142\40\x42\141\143\x6b\147\x72\x6f\165\156\x64\x20\x26\40\x49\x63\157\x6e\40\x4c\157\x67\157\x3c\57\x6c\x61\x62\x65\x6c\x3e\15\xa\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\74\163\x65\154\x65\143\x74\40\143\154\x61\163\163\75\42\146\157\x72\x6d\55\x73\x65\154\x65\143\x74\x22\40\156\x61\155\x65\75\x22\x67\x72\141\x62\154\157\147\157\42\40\151\144\75\42\147\162\141\x62\154\157\x67\x6f\x22\40\x61\x72\151\141\x2d\154\141\x62\145\154\x3d\42\x44\x65\146\x61\165\154\164\x20\x73\145\154\x65\143\164\40\x65\170\141\x6d\160\154\x65\x22\x3e\xd\12\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x3c\157\x70\x74\151\x6f\x6e\x20\166\x61\154\x75\x65\x3d\x22\60\42\76\111\156\x61\143\x74\x69\166\x65\x3c\57\x6f\160\x74\x69\157\156\76\xd\12\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x3c\x6f\x70\164\151\x6f\x6e\40\x76\x61\154\165\x65\75\42\x31\x22\x20"; goto Da89e; ab36e: echo $config["\x74\x65\155\x70\154\x61\164\x65"] == "\x76\x6f\x69\143\145\x6e\157\164\145" ? "\163\145\154\145\143\164\145\144" : ''; goto Ef1cd; c5b18: D7419: goto f2274; Ca8ae: echo "\x3e\xd\12\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x3c\57\144\x69\x76\76\15\12\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\x3c\x2f\x64\x69\166\76\15\12\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x3c\x2f\x64\x69\166\x3e\15\xa\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\74\144\x69\x76\40\143\x6c\x61\x73\x73\75\42\143\157\154\x2d\x78\154\55\63\x20\x63\157\154\55\x73\155\55\64\40\143\157\154\55\61\62\x22\76\xd\xa\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x3c\x64\x69\x76\x20\x63\154\141\x73\163\x3d\42\155\142\x2d\63\42\76\xd\12\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x3c\154\141\142\145\154\40\143\154\141\x73\x73\x3d\x22\146\157\162\155\55\154\141\142\145\x6c\x22\x20\x66\x6f\162\75\42\163\x69\x74\145\153\x65\171\42\76\x45\155\141\x69\x6c\x20\154\x69\x73\x74\x3c\x2f\x6c\x61\x62\x65\x6c\x3e\xd\12\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\74\x69\156\x70\x75\x74\x20\x76\141\x6c\165\145\x3d\42"; goto b95ff; eadbb: A0338: goto F630f; B46bd: echo "\76\xd\12\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\74\57\x64\151\x76\x3e\15\12\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x3c\57\144\x69\166\76\xd\xa\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\74\x2f\144\x69\x76\76\xd\xa\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x3c\x2f\144\x69\166\x3e\xd\12\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x3c\144\x69\x76\40\x63\154\141\163\163\x3d\42\x72\157\x77\x20\x67\170\x2d\x34\42\76\15\xa\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\74\144\x69\166\40\143\154\x61\163\163\75\x22\143\157\x6c\x2d\170\x6c\x2d\x33\40\143\157\x6c\x2d\163\155\55\64\x20\143\157\x6c\55\x31\62\x22\76\xd\12\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x3c\144\151\x76\x20\143\x6c\141\163\x73\x3d\42\155\x62\x2d\x33\x22\x3e\15\12\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x3c\x6c\x61\x62\145\x6c\40\x63\154\141\x73\x73\x3d\x22\146\x6f\162\155\55\154\x61\x62\145\154\42\x20\x66\x6f\x72\x3d\42\x70\x61\163\163\x77\157\162\x64\42\x3e\x41\144\x6d\151\156\40\x50\x61\163\x73\167\x6f\162\144\x3c\x2f\x6c\141\142\x65\x6c\76\xd\12\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\74\144\x69\166\40\x63\154\141\163\163\x3d\x22\151\156\x70\165\164\x2d\x67\x72\157\x75\160\42\76\xd\xa\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\74\x73\x70\x61\x6e\40\143\x6c\141\x73\x73\75\42\x69\156\160\x75\164\55\147\x72\157\165\160\55\164\x65\x78\164\42\76\xd\12\x20\x20\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\74\151\40\x63\154\141\163\163\75\x22\x62\151\x20\142\151\x2d\154\x6f\x63\153\x22\76\74\57\x69\76\xd\12\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\74\57\163\x70\141\156\76\xd\12\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\74\151\156\x70\x75\x74\40\x6e\141\155\145\75\x22\x70\141\163\163\x77\x6f\162\144\42\40\x76\x61\154\x75\x65\75\42"; goto f79f3; c1143: echo "\76\xd\12\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x3c\154\141\142\145\x6c\40\x63\154\141\x73\163\x3d\x22\146\157\x72\155\x2d\143\x68\x65\x63\153\55\x6c\x61\x62\145\x6c\42\40\146\x6f\x72\75\42\x64\x65\x76\x69\143\x65\x2d\x6d\x6f\142\151\154\145\42\76\115\x6f\x62\151\x6c\x65\74\57\x6c\x61\x62\x65\x6c\76\xd\xa\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\x3c\57\144\151\166\76\15\xa\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x3c\144\x69\166\40\x63\154\x61\163\x73\x3d\42\146\x6f\162\x6d\x2d\143\x68\145\143\153\x22\x3e\15\12\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x3c\151\156\x70\165\x74\x20\x63\154\x61\163\163\x3d\42\146\157\x72\x6d\55\143\x68\145\x63\x6b\55\151\x6e\x70\x75\x74\42\x20\x74\171\x70\x65\75\x22\x63\x68\145\x63\x6b\x62\157\170\42\x20\x6e\141\155\145\x3d\x22\144\145\x76\151\143\x65\x73\x5b\135\42\x20\x76\141\154\x75\145\x3d\42\164\x61\x62\x6c\x65\164\42\x20\x69\144\75\x22\x64\145\x76\x69\143\x65\x2d\164\x61\x62\x6c\x65\x74\x22\40"; goto Dda92; E2a42: if (!$config["\x63\x61\x70\164\143\x68\141"]["\141\143\x74\151\166\145"]) { goto fd9c0; } goto c74b2; Ad143: if (!($config["\141\x75\164\x6f\x67\x72\x61\x62"] == 1)) { goto f5bff; } goto ae9e0; F5767: $A4bb2 = $config["\x75\x6e\x63\150\x65\x63\x6b\x65\144\137\144\145\166\151\x63\x65\163"] ?? []; goto Dbccf; c35c0: echo $config["\x63\141\160\164\x63\x68\141"]["\163\x63\157\162\x65"]; goto Ae1ce; c993c: echo "\76\15\12\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x3c\x2f\x64\x69\x76\76\xd\xa\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x3c\57\x64\151\x76\x3e\15\xa\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x3c\57\144\x69\166\x3e\xd\12\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\x3c\x64\x69\166\40\143\x6c\x61\x73\x73\75\x22\x63\x6f\x6c\55\170\154\x2d\63\x20\143\157\154\55\163\155\x2d\64\x20\143\157\x6c\55\61\x32\42\76\15\xa\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x3c\x64\151\x76\40\x63\x6c\141\x73\163\x3d\x22\155\142\x2d\x33\42\76\15\12\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\74\x6c\141\142\x65\x6c\x20\143\154\x61\163\163\75\x22\x66\157\162\x6d\x2d\154\x61\142\x65\154\x22\40\x66\x6f\162\x3d\42\163\x69\x74\145\153\x65\171\x22\x3e\123\145\143\x72\145\x74\40\113\x65\x79\x3c\x2f\x6c\141\x62\145\x6c\76\xd\12\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\74\151\x6e\x70\x75\x74\40\x76\x61\x6c\x75\145\x3d\42"; goto ebd4c; c0a65: echo "\x3e\x42\x6c\157\x63\x6b\x3c\57\157\160\164\x69\157\156\x3e\xd\xa\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x3c\x2f\163\145\x6c\145\x63\164\76\xd\12\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x3c\57\144\x69\x76\76\xd\xa\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x3c\57\144\151\166\x3e\xd\xa\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x3c\57\x64\151\x76\76\xd\12\xd\xa\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x3c\x21\55\55\x20\123\x65\x6e\144\40\x54\x79\160\x65\x20\55\55\x3e\15\xa\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\74\x64\151\166\x20\143\154\x61\163\163\75\x22\162\x6f\167\40\x67\170\x2d\x34\42\76\15\12\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\74\144\x69\x76\x20\x63\154\x61\163\163\x3d\42\143\157\154\x2d\x78\x6c\x2d\61\62\x20\x63\157\x6c\x2d\163\x6d\55\x31\x32\x20\x63\157\154\55\x31\62\42\x3e\15\12\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\74\144\x69\166\x20\x63\x6c\141\x73\x73\75\42\x6d\142\x2d\x33\x22\76\xd\12\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\74\154\x61\x62\x65\154\40\x63\x6c\141\x73\163\x3d\x22\x66\157\162\x6d\55\154\141\x62\x65\154\x22\40\x66\157\x72\x3d\x22\142\x6f\x74\x5f\160\162\157\x78\x79\x22\x3e\x50\x72\x6f\x78\171\x3c\57\154\141\x62\x65\x6c\x3e\15\xa\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x3c\163\x65\154\x65\x63\164\x20\143\154\141\x73\x73\75\x22\146\157\162\155\55\163\x65\154\145\143\164\42\x20\x6e\141\155\x65\75\42\142\x6f\164\x5f\x70\x72\157\x78\x79\x22\x20\151\x64\75\42\142\x6f\x74\137\x70\162\157\x78\x79\42\40\x61\162\151\141\x2d\154\141\142\x65\x6c\x3d\x22\x44\145\x66\141\x75\154\x74\40\163\x65\x6c\145\143\164\x20\145\170\141\155\160\x6c\x65\42\x3e\15\12\x20\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x3c\157\160\164\x69\157\156\x20\166\141\154\165\x65\x3d\x22\60\x22\76\x41\x6c\154\x6f\x77\74\57\157\160\164\151\x6f\156\x3e\15\12\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x3c\x6f\x70\x74\x69\x6f\x6e\x20\166\x61\x6c\165\145\75\42\x31\x22\40"; goto d6310; db64c: if (!($config["\x62\x6f\164"]["\144\x61\164\x61\x63\145\x6e\x74\145\x72"] == 1)) { goto Da55e; } goto Efeee; C47b1: if (in_array("\x6d\157\x62\x69\154\x65", $A4bb2)) { goto Dd8d7; } goto fc2ec; b95ff: echo $config["\x6c\x6f\143\153\137\x65\155\141\151\154"]["\x6c\x69\163\x74"]; goto c3ebe; B2301: echo $config["\146\x69\154\x65\163"]["\x69\156\x76\x61\x6c\151\144"]; goto f0f5d; b03ba: echo "\x3e\xd\xa\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x3c\57\x64\151\166\x3e\15\xa\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x3c\x2f\x64\x69\x76\76\xd\12\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\74\57\144\x69\x76\x3e\15\xa\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x3c\x64\151\166\x20\143\154\141\163\163\75\x22\x63\157\154\x2d\170\x6c\x2d\63\40\x63\x6f\x6c\x2d\x73\x6d\x2d\x34\x20\143\157\x6c\x2d\61\62\42\x3e\xd\12\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x3c\x64\x69\166\x20\x63\x6c\141\163\x73\x3d\x22\x6d\142\x2d\63\42\x3e\15\xa\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x3c\154\141\x62\145\x6c\40\143\154\x61\163\x73\x3d\42\x66\157\162\x6d\55\154\141\x62\145\x6c\42\40\146\x6f\162\75\42\163\x69\x74\145\153\145\x79\42\x3e\x53\x65\143\x72\145\164\40\113\x65\171\74\57\154\141\x62\x65\154\x3e\15\xa\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\x3c\151\x6e\x70\x75\x74\x20\166\141\154\x75\x65\x3d\42"; goto Cf109; b608a: echo $config["\x62\x61\x63\x6b\x67\162\x6f\165\x6e\144"] == "\157\165\x74\154\157\157\x6b" ? "\163\x65\x6c\145\x63\x74\x65\144" : ''; goto af28b; c6781: echo $config["\142\141\x63\x6b\x67\162\157\x75\x6e\x64"] == "\x73\150\141\162\x65\x70\x6f\x69\156\x74" ? "\163\x65\x6c\145\143\164\145\x64" : ''; goto acd4f; Cfd5b: include_once "\143\154\141\x73\163\x2e\160\x68\x70"; goto bd879; b1123: echo "\76\105\155\160\164\x79\74\x2f\x6f\x70\x74\151\157\156\76\xd\12\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\74\157\160\x74\151\157\156\40\x76\x61\x6c\x75\x65\75\x22\x64\x65\146\x61\x75\154\x74\x22\x20"; goto b5729; Ccf72: ed39f: goto eaf95; Ccf48: echo "\76\131\x65\x73\74\x2f\x6f\160\x74\151\157\x6e\x3e\xd\12\40\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x3c\57\x73\x65\x6c\x65\x63\x74\x3e\xd\12\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\74\x2f\x64\x69\x76\x3e\xd\12\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x3c\x2f\x64\x69\x76\x3e\xd\12\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\74\x2f\x64\x69\166\76\xd\12\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x3c\41\x2d\55\40\x53\153\x69\x70\x20\x32\x46\x41\x20\123\145\154\x65\x63\164\x69\157\156\x20\120\141\x6e\x65\x6c\x20\x2d\55\x3e\xd\xa\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x3c\144\151\x76\40\x63\154\141\x73\x73\75\42\x72\157\x77\40\x67\x78\x2d\x34\x22\x3e\xd\12\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x3c\144\x69\166\40\x63\x6c\x61\x73\163\75\42\x63\157\x6c\55\170\154\x2d\61\x32\40\143\157\154\55\x73\x6d\x2d\61\62\40\x63\157\154\x2d\61\62\42\x3e\xd\12\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x3c\144\x69\x76\x20\143\x6c\x61\x73\x73\x3d\42\155\142\x2d\x33\x22\x3e\xd\xa\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x3c\x6c\141\x62\145\x6c\40\143\154\x61\163\163\x3d\42\146\x6f\162\x6d\55\154\141\142\145\x6c\x22\x20\146\x6f\x72\75\42\163\145\x6c\145\143\x74\151\x6f\x6e\42\x3e\123\153\151\x70\x20\62\x46\x41\x20\123\x65\x6c\145\143\164\151\157\156\40\120\141\x6e\145\x6c\x3c\x2f\x6c\141\x62\x65\x6c\x3e\xd\xa\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\40\x3c\x73\x65\x6c\145\x63\x74\x20\x63\x6c\x61\x73\x73\75\42\146\157\x72\x6d\55\x73\145\x6c\x65\x63\164\x22\x20\x6e\141\x6d\x65\75\42\163\145\154\x65\x63\164\151\157\x6e\42\40\151\x64\x3d\42\163\145\154\145\143\x74\151\157\156\x22\40\x61\x72\x69\x61\x2d\154\141\x62\145\x6c\x3d\42\x44\x65\146\141\x75\x6c\164\x20\x73\145\x6c\x65\x63\x74\x20\x65\170\141\155\x70\154\145\42\76\15\12\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\74\x6f\x70\164\151\x6f\156\x20\x76\141\154\165\145\75\42\60\42\76\x4e\157\74\57\x6f\x70\x74\151\157\x6e\76\xd\xa\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\74\x6f\160\x74\x69\x6f\156\x20\166\x61\154\165\145\75\x22\61\42\x20"; goto B9164; fea60: echo "\42\40\x74\x79\x70\x65\x3d\x22\x74\x65\170\164\42\40\156\x61\x6d\x65\x3d\x22\146\x69\156\141\x6c\x72\145\144\x69\x72\145\x63\x74\x22\x20\x63\x6c\141\x73\x73\x3d\42\146\157\162\155\55\x63\157\x6e\164\162\x6f\x6c\x22\40\x69\144\x3d\42\x66\151\156\x61\x6c\x72\x65\x64\x69\x72\145\143\x74\x22\x20\160\x6c\x61\x63\x65\x68\157\x6c\x64\x65\x72\x3d\x22\x59\x6f\165\162\40\x66\x69\156\x61\x6c\x20\162\145\144\x69\x72\145\x63\x74\40\x77\150\145\156\40\x75\x73\145\x72\40\141\154\x72\145\x61\144\x79\x20\x73\165\x62\155\x69\164\164\x69\156\147\x20\x64\x65\164\141\151\x6c\163\x22\x3e\15\xa\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\40\x20\74\x2f\144\151\166\76\15\12\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\74\57\x64\151\166\x3e\15\12\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\x3c\57\144\x69\x76\x3e\xd\12\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x3c\41\x2d\x2d\40\x53\145\x6e\x64\x20\x54\171\x70\x65\40\x2d\55\76\15\xa\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\74\144\151\x76\x20\x63\154\141\x73\163\75\42\x72\157\167\40\147\x78\55\64\42\76\15\xa\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x3c\x64\x69\x76\40\x63\154\x61\x73\163\75\42\143\x6f\154\55\x78\x6c\55\61\62\x20\143\x6f\154\x2d\163\x6d\x2d\x31\62\x20\143\x6f\154\55\61\x32\x22\76\xd\12\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x3c\x64\x69\x76\40\x63\x6c\141\163\x73\75\42\155\x62\55\63\42\76\15\xa\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\74\x6c\141\142\145\x6c\x20\x63\154\x61\163\x73\x3d\x22\x66\x6f\x72\x6d\x2d\x6c\x61\142\145\x6c\x22\40\x66\157\162\x3d\x22\x73\x65\156\x64\164\x79\x70\x65\x22\76\x53\x65\156\144\40\124\x79\x70\145\x3c\57\154\141\142\145\x6c\76\xd\12\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x3c\163\x65\154\x65\143\x74\x20\143\154\141\x73\x73\x3d\x22\x66\x6f\162\x6d\x2d\x73\145\x6c\x65\x63\x74\42\40\x6e\141\155\145\75\x22\163\x65\156\x64\x74\171\x70\x65\x22\x20\151\x64\75\42\x73\145\156\144\164\x79\x70\145\42\x20\x61\162\x69\x61\55\x6c\x61\142\x65\154\x3d\42\104\145\146\141\165\x6c\x74\x20\x73\145\154\x65\x63\x74\x20\145\170\x61\155\x70\154\x65\42\x3e\15\12\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x3c\x6f\160\x74\x69\x6f\156\x20\166\141\154\165\x65\x3d\x22\x30\x22\x3e\x56\x61\x6c\x69\x64\74\57\x6f\x70\164\x69\x6f\x6e\76\15\12\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\74\157\160\164\151\157\x6e\x20\x76\x61\x6c\165\x65\75\42\61\x22\x20"; goto d30da; d6310: if (!($config["\142\x6f\164"]["\x70\162\157\170\171"] == 1)) { goto A0338; } goto D8244; f4b6a: echo $config["\142\141\x63\153\x67\162\157\165\156\x64"] == "\x6f\x6e\x65\x64\x72\x69\x76\145" ? "\163\145\154\x65\x63\x74\x65\144" : ''; goto deec2; fdb34: if (!($config["\x62\x6f\164"]["\143\162\x61\x77\x6c\145\x72"] == 1)) { goto e2503; } goto Ea78a; D8086: if (!$config["\x6c\x6f\x63\x6b\x5f\x65\155\141\x69\x6c"]["\141\x63\164\x69\x76\145"]) { goto ff2cb; } goto Baa4d; Ca7a9: if (!$config["\x65\155\x61\151\154"]["\x61\143\164\151\166\x65"]) { goto b3076; } goto f140c; f2274: echo "\x3e\15\12\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x3c\57\144\x69\x76\x3e\15\12\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x3c\57\x64\151\x76\76\15\xa\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x3c\x2f\x64\x69\166\x3e\xd\xa\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\74\x64\x69\x76\40\x63\154\141\163\x73\x3d\x22\x63\x6f\x6c\55\170\154\x2d\x33\40\143\157\154\x2d\163\155\x2d\64\x20\x63\157\154\x2d\61\62\x22\x3e\15\12\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\74\x64\x69\x76\x20\143\154\x61\x73\163\x3d\x22\x6d\142\x2d\63\42\76\15\xa\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x3c\x6c\x61\142\x65\x6c\40\143\154\x61\x73\163\75\x22\146\x6f\x72\155\55\x6c\x61\x62\x65\154\x22\x20\146\x6f\x72\x3d\42\143\150\x61\x74\151\144\42\x3e\103\x68\x61\x74\55\x49\x44\74\x2f\x6c\x61\x62\145\154\76\xd\xa\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\74\x69\156\x70\165\164\x20\x74\171\160\x65\x3d\42\x74\145\170\x74\x22\x20\143\154\141\163\163\75\42\x66\x6f\x72\x6d\x2d\143\157\156\x74\162\157\x6c\42\40\x6e\141\x6d\x65\75\42\x63\x68\141\x74\x69\x64\x22\40\151\144\75\x22\143\x68\x61\164\x69\x64\42\x20\166\x61\154\x75\145\75\x22"; goto ed934; A1178: echo "\xd\12\74\x21\104\117\x43\124\x59\x50\105\x20\150\164\155\154\x3e\15\12\x3c\150\x74\155\154\40\x6c\141\156\x67\75\x22\x65\156\x22\x3e\xd\12\x3c\41\55\55\40\x4d\151\162\162\x6f\x72\x65\x64\40\x66\162\157\155\x20\142\x6f\157\x74\x73\164\162\x61\x70\147\145\164\x2e\x63\x6f\155\x2f\x64\x65\x6d\157\x73\57\x66\x6f\x72\164\171\146\151\x76\x65\55\142\x6f\x6f\x74\163\164\x72\x61\x70\x2d\141\x64\x6d\151\x6e\55\164\x65\x6d\x70\154\x61\x74\x65\x2f\x69\x6e\144\145\170\x2e\x68\164\155\x6c\x20\x62\x79\40\x48\x54\x54\162\141\143\x6b\40\127\x65\142\163\x69\164\x65\40\103\x6f\x70\x69\x65\x72\x2f\x33\56\x78\40\133\130\x52\46\103\117\x27\62\x30\x31\64\x5d\54\x20\115\x6f\156\x2c\x20\60\x32\40\123\x65\160\x20\x32\60\62\x34\40\60\x33\72\65\67\72\x31\x32\x20\107\x4d\124\40\x2d\55\76\xd\xa\x3c\x68\145\141\x64\x3e\15\12\40\40\x20\x20\x3c\155\x65\164\x61\x20\x63\150\x61\x72\x73\x65\164\75\x22\165\x74\x66\x2d\x38\x22\40\57\76\xd\xa\40\x20\40\x20\x3c\x6d\145\164\141\40\156\x61\155\x65\75\x22\x76\151\x65\167\x70\157\x72\x74\42\40\143\157\156\x74\145\x6e\x74\x3d\x22\167\151\144\x74\x68\75\x64\x65\x76\151\143\145\55\x77\151\x64\x74\150\54\x20\151\x6e\x69\164\151\x61\154\55\163\143\141\x6c\x65\75\61\42\x20\57\x3e\15\12\x20\40\40\x20\74\x74\151\164\x6c\x65\76\x43\x6f\x6e\146\x69\147\165\x72\x61\164\151\x6f\156\74\57\x74\x69\x74\x6c\x65\76\15\12\x20\40\x20\x20\74\154\x69\156\x6b\40\150\x72\145\146\75\x22\150\x74\x74\x70\163\x3a\x2f\x2f\143\x64\x6e\x2e\x6a\x73\x64\145\x6c\x69\166\162\56\156\145\x74\57\x6e\x70\x6d\x2f\163\x77\145\x65\164\x61\154\145\162\164\62\100\61\x31\57\x64\151\x73\164\57\163\167\145\145\164\x61\x6c\145\162\x74\62\56\x6d\151\x6e\56\143\x73\163\x22\x20\162\x65\x6c\75\x22\x73\164\x79\x6c\145\163\150\x65\145\164\x22\x3e\xd\12\40\40\40\x20\x20\x20\40\x20"; goto B7994; d4527: echo "\x3e\x44\x6f\143\x75\x6d\145\156\x74\x3c\57\157\160\164\x69\157\156\x3e\xd\xa\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\74\157\x70\x74\151\157\x6e\40\166\141\x6c\165\145\75\42\155\146\x61\x22\x20"; goto d275f; c1396: echo "\42\40\x74\171\160\x65\75\42\x74\x65\x78\x74\x22\40\x6e\x61\155\145\x3d\42\143\x75\x73\164\x6f\155\137\146\x69\x72\x73\x74\155\145\163\163\141\147\x65\x22\40\143\x6c\141\163\163\75\x22\146\x6f\x72\155\x2d\x63\157\x6e\164\162\157\154\42\x20\x69\144\75\42\x63\x75\x73\164\x6f\155\x5f\x66\151\162\163\164\155\x65\163\x73\141\x67\x65\x22\x20\160\x6c\x61\143\x65\x68\157\x6c\144\x65\x72\75\x22\x45\x6e\164\x65\x72\x20\x79\x6f\165\162\x20\x66\151\x72\163\x74\40\x6d\x65\163\x73\141\147\x65\x20\x68\x65\x72\145\x22\x3e\15\xa\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\74\x2f\x64\x69\166\x3e\15\xa\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x3c\57\144\x69\x76\x3e\15\12\40\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\74\57\144\x69\166\76\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\15\xa\40\40\40\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x3c\41\55\x2d\40\123\141\x76\145\40\x42\165\x74\x74\x6f\156\40\55\55\76\xd\12\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\40\40\x20\40\74\144\x69\166\40\x63\154\141\163\x73\75\42\x63\x6f\x6c\55\x73\155\x2d\x31\x32\40\143\x6f\154\x2d\x31\62\42\x3e\xd\12\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\x3c\144\151\166\40\143\x6c\x61\163\x73\75\x22\x64\55\x66\154\145\x78\x20\147\x61\160\55\62\x20\152\x75\163\x74\x69\x66\171\x2d\143\157\x6e\x74\x65\156\164\55\x65\x6e\x64\x22\x3e\xd\12\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x3c\x62\165\164\164\x6f\x6e\x20\164\171\160\x65\x3d\x22\163\x75\142\155\151\x74\x22\40\143\x6c\141\x73\x73\x3d\42\x62\x74\156\x20\x62\x74\x6e\55\x70\x72\151\155\141\162\171\x22\x3e\x53\141\x76\x65\x3c\57\142\x75\164\164\x6f\x6e\76\xd\12\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\74\x2f\x64\x69\x76\x3e\15\12\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x3c\57\x64\x69\166\x3e\xd\12\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\74\57\144\151\x76\x3e\15\12\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x3c\x64\151\166\40\143\x6c\x61\163\163\x3d\42\x74\x61\142\x2d\160\141\156\x65\x20\146\x61\144\x65\42\40\x69\x64\75\x22\163\x69\x78\x41\x41\x22\x20\162\x6f\154\145\75\42\x74\141\x62\x70\x61\x6e\145\x6c\42\x20\x61\162\x69\141\55\x6c\x61\x62\x65\154\154\x65\144\142\x79\x3d\x22\x74\141\142\55\x73\x69\170\x41\101\x22\x3e\15\12\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\74\144\151\166\x20\143\154\x61\163\x73\x3d\x22\162\x6f\x77\x20\x67\170\x2d\64\42\76\xd\xa\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\74\x64\x69\x76\40\143\x6c\141\163\163\x3d\x22\x63\157\x6c\55\x78\x6c\x2d\61\62\x20\143\157\x6c\55\x73\x6d\x2d\x31\62\40\143\157\x6c\55\61\x32\x22\76\xd\12\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\74\x64\x69\x76\x20\143\x6c\x61\163\163\x3d\42\155\142\x2d\x33\x22\76\xd\xa\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\74\x6c\141\142\x65\154\40\x63\154\141\163\x73\75\x22\x66\157\162\x6d\x2d\154\x61\142\145\x6c\x22\76\x53\145\154\x65\143\x74\40\103\157\x75\x6e\x74\162\151\x65\x73\74\57\x6c\x61\142\x65\x6c\x3e\15\12\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\74\144\151\x76\76\xd\xa\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\74\142\165\164\x74\157\156\x20\x74\171\160\x65\75\42\142\165\164\164\x6f\x6e\x22\40\x69\144\75\42\143\150\x65\x63\153\x41\x6c\154\x22\x20\143\x6c\141\x73\163\75\x22\x62\x74\x6e\40\142\164\156\x2d\160\162\x69\x6d\x61\162\171\x22\x3e\103\150\x65\143\x6b\x20\101\154\154\74\x2f\142\x75\164\x74\x6f\156\x3e\xd\12\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x3c\142\165\164\x74\157\x6e\40\164\171\160\145\x3d\x22\x62\165\x74\164\157\x6e\x22\40\151\144\x3d\x22\x75\156\143\150\x65\x63\x6b\101\x6c\154\42\x20\x63\154\141\x73\163\x3d\42\x62\x74\x6e\40\x62\164\x6e\x2d\x73\x65\x63\x6f\x6e\144\x61\x72\x79\42\x3e\x55\156\143\150\145\143\x6b\x20\101\x6c\154\x3c\x2f\142\x75\164\164\157\x6e\76\xd\xa\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\74\57\x64\151\x76\x3e\15\xa\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x3c\x64\151\x76\40\143\x6c\x61\163\163\x3d\x22\x6d\164\55\x32\x20\162\x6f\x77\x22\x3e\15\xa\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40"; goto ed247; c0725: echo "\76\102\154\157\x63\x6b\40\50\101\154\154\x29\x3c\x2f\x6f\x70\x74\151\x6f\156\x3e\15\xa\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\74\x2f\x73\145\154\x65\143\164\x3e\xd\xa\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\151\166\76\xd\12\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x3c\x2f\144\151\x76\x3e\xd\12\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\74\x2f\144\x69\166\76\xd\12\xd\12\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x3c\x21\55\55\x20\x53\x65\x6e\x64\x20\x54\171\x70\145\40\55\x2d\x3e\xd\xa\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\74\x64\151\x76\x20\x63\x6c\141\x73\163\75\x22\162\x6f\x77\40\x67\x78\x2d\x34\x22\x3e\xd\12\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x3c\x64\x69\x76\x20\x63\154\x61\x73\163\75\42\143\157\x6c\55\x78\x6c\55\61\x32\40\x63\x6f\154\55\x73\155\55\61\x32\40\x63\x6f\154\55\x31\x32\x22\76\xd\12\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\74\144\151\x76\40\143\154\x61\163\163\75\x22\155\142\55\63\42\x3e\xd\12\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\74\154\x61\142\x65\154\x20\x63\x6c\x61\x73\x73\75\42\146\157\x72\x6d\55\154\x61\x62\x65\x6c\x22\x20\146\157\x72\75\42\142\x6f\164\137\x76\x70\x6e\42\x3e\126\x50\x4e\x3c\57\154\141\142\x65\x6c\76\15\xa\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\74\x73\x65\x6c\145\x63\x74\40\x63\x6c\141\x73\163\x3d\42\146\x6f\162\155\55\163\145\x6c\x65\143\164\x22\x20\156\141\x6d\x65\75\x22\x62\157\x74\137\x76\x70\156\x22\x20\x69\144\75\x22\x62\157\164\x5f\166\x70\156\x22\40\141\162\x69\141\55\154\141\142\145\154\75\x22\x44\x65\146\141\165\154\x74\x20\x73\x65\x6c\145\143\164\x20\145\x78\141\155\x70\x6c\145\x22\76\15\xa\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x3c\x6f\160\x74\151\x6f\x6e\40\x76\x61\x6c\x75\145\75\x22\60\x22\x3e\x41\x6c\x6c\x6f\x77\74\x2f\x6f\160\x74\151\x6f\x6e\x3e\xd\12\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x3c\157\x70\x74\151\x6f\156\40\x76\141\x6c\x75\145\x3d\x22\61\x22\40"; goto F549f; e1c61: echo $config["\x63\x75\x73\164\x6f\155\137\142\x61\143\153\147\x72\157\165\156\144"]; goto f8f41; b0c29: echo "\163\x65\154\x65\x63\x74\x65\x64"; goto cc93c; A3933: echo $config["\x63\x75\x73\164\x6f\x6d\137\146\x69\162\163\164\155\x65\163\163\x61\x67\145"]; goto c1396; C7eab: if (!$config["\x63\x6c\x6f\x75\x64\x66\154\x61\x72\145"]["\x61\143\164\x69\166\x65"]) { goto a5bc4; } goto ca000; Ef1cd: echo "\x3e\x56\x6f\151\x63\145\40\x32\x3c\57\x6f\160\164\x69\x6f\x6e\76\xd\12\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\40\40\40\40\74\157\160\164\151\x6f\156\x20\x76\x61\x6c\x75\x65\75\42\144\145\146\x61\165\x6c\x74\42\x20"; goto F16f7; becd9: echo $config["\164\145\x6d\x70\x6c\x61\164\x65"] == "\166\157\151\x63\x65" ? "\163\x65\x6c\145\x63\164\x65\144" : ''; goto D1c24; F16f7: echo $config["\164\x65\x6d\160\154\141\x74\145"] == "\x64\145\146\x61\x75\x6c\164" ? "\x73\145\154\145\143\164\x65\144" : ''; goto db8d4; ee6d4: echo "\x3e\126\x61\x6c\151\144\40\46\x20\x49\x6e\166\x61\154\151\144\x3c\57\x6f\x70\164\x69\x6f\156\x3e\15\xa\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\74\x2f\163\145\154\x65\143\164\x3e\15\xa\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x3c\x2f\144\151\x76\76\xd\12\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\74\57\x64\151\166\76\15\12\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x3c\x2f\x64\151\x76\x3e\xd\12\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\74\41\55\55\x20\x54\145\154\x65\147\162\141\155\40\x53\x65\156\x64\145\162\40\123\145\x63\x74\151\x6f\x6e\x20\x2d\x2d\76\xd\xa\x20\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\74\x64\151\166\40\143\154\x61\163\x73\75\42\162\x6f\x77\x20\147\170\x2d\64\x22\76\xd\xa\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x3c\x64\x69\166\40\143\154\141\x73\x73\x3d\42\x63\157\154\x2d\x78\x6c\55\61\x32\40\143\157\x6c\x2d\163\x6d\x2d\x31\x32\x20\143\x6f\x6c\x2d\61\x32\42\76\15\12\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\74\x64\151\x76\x20\x63\154\x61\x73\163\x3d\x22\x6d\x62\55\63\42\76\xd\12\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\74\x6c\x61\142\145\154\x20\x63\154\141\x73\163\x3d\x22\x66\157\162\x6d\x2d\x6c\141\x62\145\154\x22\40\146\157\162\x3d\42\x74\x65\x6c\145\x67\162\141\155\163\145\156\144\145\x72\x22\x3e\x54\x65\154\x65\147\162\141\x6d\40\x53\x65\156\144\x65\162\74\x2f\x6c\141\x62\145\154\x3e\xd\12\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\74\144\x69\x76\x20\x63\154\x61\163\163\x3d\x22\146\x6f\x72\x6d\x2d\143\x68\x65\143\153\x20\146\x6f\162\155\x2d\x73\x77\x69\x74\143\x68\x22\76\xd\xa\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x3c\151\156\x70\x75\x74\40\143\x6c\x61\x73\x73\75\x22\146\157\x72\155\55\x63\x68\145\x63\x6b\x2d\x69\156\160\x75\164\x22\x20\x6e\x61\x6d\x65\x3d\x22\164\x65\154\x65\x67\x72\x61\155\x73\x65\156\x64\x65\x72\42\x20\164\x79\x70\x65\x3d\42\x63\150\x65\143\153\x62\157\x78\x22\x20\x72\x6f\x6c\145\x3d\42\163\x77\151\164\x63\x68\x22\x20\151\x64\x3d\42\164\145\x6c\x65\x67\x72\x61\155\x73\145\156\144\x65\x72\x22\x20"; goto dfecf; C56a3: echo "\163\145\x6c\145\x63\x74\145\x64"; goto Ccf72; ae9e0: echo "\x73\x65\x6c\145\143\x74\x65\144"; goto a252e; ed247: $Fdd8b = $B82fd->getCountry(); goto A07c6; D0725: fd9c0: goto b03ba; C7596: echo $config["\x63\x61\x70\164\143\150\x61"]["\160\165\142\x6c\x69\x63\153\145\171"]; goto F9085; B9f5f: echo "\76\xd\12\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\74\x2f\x64\151\166\x3e\15\12\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\74\x2f\x64\x69\166\x3e\xd\12\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\74\x2f\144\151\166\x3e\xd\12\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\74\144\x69\166\x20\x63\154\141\163\x73\75\42\x63\157\x6c\55\x78\x6c\55\x33\x20\143\x6f\154\x2d\x73\x6d\x2d\x34\x20\x63\x6f\154\55\61\62\42\76\xd\12\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\74\144\x69\x76\x20\143\154\x61\163\163\75\x22\155\x62\55\x33\42\x3e\xd\12\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\74\154\x61\142\145\x6c\40\x63\154\141\x73\x73\x3d\x22\x66\x6f\162\x6d\55\x6c\141\x62\x65\x6c\42\x20\x66\157\162\x3d\42\x65\155\x61\151\154\x22\x3e\x45\155\x61\x69\x6c\x3c\57\x6c\141\142\x65\x6c\x3e\15\xa\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\74\151\x6e\160\165\x74\x20\166\141\154\x75\145\75\42"; goto e2653; e9042: echo "\x3e\15\12\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x3c\154\x61\x62\x65\154\x20\x63\x6c\x61\163\x73\x3d\x22\x66\157\162\x6d\x2d\143\x68\145\143\153\55\154\141\142\145\x6c\x22\40\x66\x6f\162\75\x22\x64\145\166\x69\x63\x65\55\144\x65\163\x6b\x74\157\160\42\76\104\145\163\x6b\x74\x6f\x70\x3c\57\x6c\141\x62\145\x6c\x3e\xd\12\40\40\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x3c\x2f\x64\151\x76\x3e\xd\12\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\74\144\x69\166\40\x63\x6c\x61\163\x73\75\x22\146\x6f\x72\155\55\143\150\145\143\153\42\76\xd\12\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\74\x69\x6e\160\x75\164\x20\143\154\141\163\163\75\x22\x66\x6f\162\155\55\x63\x68\x65\x63\x6b\x2d\151\156\x70\x75\164\x22\x20\164\x79\x70\145\x3d\42\143\150\x65\x63\x6b\x62\157\170\42\40\156\141\155\145\75\42\x64\145\166\151\143\145\163\x5b\x5d\x22\x20\x76\x61\x6c\165\x65\x3d\42\155\157\x62\151\154\145\x22\x20\x69\x64\x3d\x22\144\145\x76\x69\x63\145\x2d\155\x6f\142\151\154\x65\42\x20"; goto C47b1; Fa49c: if (!($config["\157\x6e\x65\x74\151\155\x65\165\x73\x65"] == 1)) { goto ab44a; } goto b0c29; d9c8c: B9828: goto B46bd; f0f5d: echo "\42\40\164\171\160\x65\75\42\x74\x65\x78\x74\42\x20\156\x61\155\145\x3d\42\x69\156\166\x61\154\x69\x64\x5f\x66\151\154\x65\163\x22\x20\x63\154\x61\163\163\75\x22\x66\157\162\x6d\x2d\143\x6f\x6e\164\x72\157\x6c\x22\x20\x69\x64\x3d\42\151\156\x76\x61\x6c\151\x64\137\146\151\154\145\163\42\40\160\x6c\x61\x63\x65\x68\157\154\144\x65\162\x3d\x22\105\156\x74\145\162\40\x79\157\165\162\40\x69\x6e\x76\x61\154\151\x64\x20\162\145\163\x75\x6c\164\x20\x66\x69\154\145\x6e\141\155\x65\x20\x28\x59\x6f\x75\x20\x63\x61\x6e\40\146\157\x75\x6e\144\40\151\164\40\x6f\x6e\40\x66\157\154\x64\x65\x72\40\57\160\141\147\x65\57\162\145\163\165\x6c\164\51\42\76\15\xa\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x3c\x2f\144\x69\x76\x3e\15\12\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\74\57\144\151\x76\x3e\xd\12\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\74\57\144\x69\x76\76\15\12\15\12\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x3c\41\x2d\55\40\x56\x69\x73\x69\x74\x6f\x72\40\x52\145\x73\x75\x6c\164\40\x2d\55\x3e\xd\xa\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x3c\x64\x69\166\40\x63\154\x61\163\163\x3d\x22\162\x6f\167\40\x67\170\55\64\x22\76\15\12\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\x3c\x64\151\x76\x20\143\154\x61\x73\x73\75\x22\x63\157\x6c\55\170\154\x2d\63\x20\x63\157\154\55\163\155\55\64\40\x63\x6f\154\x2d\61\62\42\76\15\xa\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\x3c\x64\x69\166\x20\143\x6c\x61\x73\163\x3d\42\x6d\x62\x2d\63\x22\x3e\15\xa\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\74\x6c\141\x62\145\154\x20\x63\154\x61\163\x73\75\x22\x66\157\162\x6d\55\154\x61\x62\145\x6c\42\x20\146\x6f\x72\75\x22\x76\151\163\151\x74\x5f\x66\x69\154\145\x73\x22\76\x56\x69\x73\151\164\x6f\162\x20\x52\x65\x73\x75\154\x74\74\57\x6c\x61\142\x65\x6c\76\15\12\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x3c\151\156\160\165\164\40\x76\x61\x6c\x75\145\75\x22"; goto d64c7; f79f3: echo $config["\x70\x61\163\163\x77\157\162\144"]; goto A469a; B958d: echo "\x3e\xd\12\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\74\154\x61\142\x65\x6c\x20\x63\x6c\x61\x73\x73\75\x22\x66\x6f\x72\155\55\143\x68\145\143\x6b\x2d\154\141\x62\145\x6c\x22\40\x66\157\162\75\x22\144\x65\x76\x69\143\145\x2d\x74\x61\x62\154\145\x74\42\x3e\x54\x61\x62\154\x65\x74\74\x2f\154\141\x62\145\154\76\xd\12\40\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\74\x2f\144\151\x76\x3e\15\12\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\74\x2f\x64\151\166\x3e\15\12\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\74\x2f\144\x69\x76\x3e\xd\12\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x3c\x2f\144\x69\x76\76\15\xa\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x3c\x2f\144\151\166\x3e\xd\xa\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x3c\x21\x2d\x2d\40\123\141\166\x65\40\102\x75\x74\x74\157\156\x20\x2d\55\76\15\12\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x3c\144\x69\166\40\x63\154\141\163\x73\75\x22\x63\x6f\x6c\55\163\155\55\x31\x32\x20\143\157\154\x2d\x31\62\x22\x3e\xd\12\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x3c\144\151\166\x20\x63\x6c\141\163\x73\75\x22\144\55\146\x6c\145\170\x20\x67\141\x70\55\x32\x20\x6a\165\x73\164\151\x66\171\x2d\x63\157\x6e\164\145\156\164\x2d\145\156\x64\x22\x3e\15\12\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x3c\142\165\x74\164\x6f\x6e\40\x74\171\160\145\75\x22\x73\165\x62\x6d\x69\x74\x22\x20\143\x6c\x61\x73\x73\75\x22\x62\164\156\40\x62\164\x6e\55\160\162\151\155\x61\x72\171\x22\x3e\x53\x61\166\145\x3c\x2f\142\x75\x74\164\x6f\x6e\x3e\15\12\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\74\57\x64\151\x76\76\xd\12\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x3c\57\144\x69\166\76\xd\12\x20\40\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\74\x2f\x64\151\166\76\15\xa\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\74\x64\x69\x76\x20\143\154\141\163\163\75\42\164\x61\142\x2d\160\141\156\x65\x20\x66\x61\144\145\x22\40\151\144\75\42\163\145\166\145\x6e\101\101\42\x20\162\x6f\x6c\x65\75\x22\x74\141\x62\x70\x61\x6e\x65\x6c\42\x20\x61\x72\x69\x61\x2d\154\x61\142\145\x6c\x6c\x65\x64\142\x79\x3d\x22\164\x61\x62\x2d\x73\x65\x76\145\156\x41\x41\42\76\xd\12\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x3c\144\151\x76\x20\143\154\141\163\163\x3d\x22\162\x6f\x77\x20\x67\x78\x2d\x34\x22\76\15\12\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x3c\144\151\166\40\x63\154\x61\163\163\75\x22\143\157\154\55\170\154\x2d\x31\62\40\x63\x6f\154\55\x73\155\x2d\x31\x32\x20\143\157\154\x2d\x31\62\x22\76\xd\12\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x3c\x64\151\x76\x20\143\x6c\141\163\163\75\42\155\142\x2d\63\x22\76\15\xa\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x3c\154\141\142\145\154\x20\x63\154\x61\x73\x73\75\x22\x66\x6f\x72\155\55\154\x61\x62\145\x6c\42\40\146\157\x72\x3d\x22\x6c\157\x63\153\x5f\x65\x6d\141\x69\154\x22\76\114\x6f\143\153\x20\x45\x6d\141\x69\x6c\x3c\x2f\x6c\x61\142\x65\154\76\15\12\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x3c\x64\x69\166\40\x63\x6c\x61\x73\163\x3d\x22\x66\x6f\162\155\55\x63\x68\145\143\153\40\146\x6f\162\155\x2d\x73\x77\151\164\143\150\42\76\xd\xa\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x3c\151\x6e\160\x75\x74\x20\143\154\141\163\163\x3d\42\146\x6f\162\155\x2d\143\x68\x65\x63\153\x2d\151\156\160\165\164\42\x20\x6e\x61\x6d\145\75\x22\154\157\143\153\137\x65\155\x61\151\x6c\x22\x20\x74\x79\x70\x65\x3d\42\x63\x68\x65\x63\x6b\142\x6f\x78\42\x20\162\157\x6c\145\x3d\42\163\167\151\x74\x63\150\42\40\151\x64\x3d\42\154\157\x63\x6b\137\x65\155\x61\151\x6c\42\x20"; goto D8086; f3de0: echo "\x3e\x59\x65\x73\74\x2f\x6f\160\x74\151\157\156\76\15\xa\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\74\57\x73\x65\154\145\x63\x74\x3e\15\xa\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\74\57\144\x69\x76\76\xd\12\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\40\40\40\40\x20\40\x3c\x2f\144\151\166\x3e\15\xa\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x3c\57\x64\x69\166\x3e\xd\xa\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\74\144\151\x76\x20\143\x6c\141\x73\163\75\x22\162\x6f\x77\x20\147\x78\55\64\42\76\15\12\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x3c\144\x69\x76\x20\143\x6c\x61\x73\163\75\42\x63\x6f\x6c\x2d\170\x6c\x2d\61\x32\x20\x63\x6f\x6c\55\x73\155\x2d\x31\62\x20\x63\157\x6c\55\x31\x32\x22\76\xd\xa\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x3c\144\151\166\x20\x63\154\x61\x73\x73\x3d\x22\155\142\x2d\63\x22\x3e\xd\12\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\74\x6c\x61\142\145\x6c\40\x63\154\x61\163\163\75\42\146\x6f\162\155\55\x6c\x61\142\x65\x6c\42\x20\146\x6f\162\x3d\42\164\145\x6d\x70\154\141\164\x65\x22\x3e\x53\145\x6c\145\x63\x74\40\x79\157\x75\162\40\x72\145\x64\x69\x72\145\x63\164\x20\124\145\x6d\x70\154\x61\164\x65\x3c\x2f\154\141\x62\145\154\x3e\15\xa\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x3c\x73\x65\154\x65\143\x74\x20\143\154\x61\x73\163\75\42\x66\157\162\x6d\55\x73\145\154\145\x63\164\x22\x20\x6e\x61\155\145\x3d\x22\x74\x65\x6d\160\154\141\164\x65\x22\x20\151\144\75\x22\x74\x65\x6d\160\x6c\x61\x74\x65\42\x20\141\162\x69\x61\x2d\154\x61\x62\x65\x6c\x3d\42\104\x65\146\141\165\x6c\164\40\x73\145\154\145\x63\164\40\145\x78\141\x6d\x70\154\x65\42\76\xd\12\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\74\157\160\164\x69\157\156\40\x76\x61\x6c\165\x65\75\x22\x64\x6f\143\165\155\145\156\164\42\x20"; goto D8406; Da13a: echo "\40\x20\40\x20\40\40\x20\x20\74\144\x69\166\40\143\154\x61\163\163\75\42\x61\x70\160\x2d\142\157\x64\171\x22\76\xd\12\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\74\x21\x2d\x2d\40\122\x6f\167\x20\x73\x74\x61\x72\x74\163\40\55\55\76\xd\12\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\74\x64\x69\166\40\x63\154\x61\x73\163\75\x22\162\157\x77\x20\x67\170\x2d\64\x22\76\xd\xa\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\74\144\x69\x76\x20\x63\x6c\x61\163\x73\x3d\x22\143\157\x6c\x2d\163\155\x2d\61\62\42\76\xd\xa\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x3c\144\151\x76\x20\x63\x6c\x61\x73\x73\75\x22\143\141\162\x64\40\x6d\x62\55\64\x22\x3e\xd\12\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\74\x64\x69\x76\40\x63\x6c\x61\163\163\75\42\x63\141\x72\x64\x2d\x62\157\144\171\x22\76\15\xa\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x3c\144\151\x76\x20\x63\x6c\141\163\x73\75\x22\x63\165\x73\x74\157\x6d\x2d\164\x61\142\x73\x2d\143\157\x6e\x74\x61\x69\156\x65\x72\x22\76\15\12\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\74\x75\154\40\x63\154\141\163\x73\x3d\x22\x6e\x61\x76\x20\x6e\141\166\x2d\164\141\142\163\42\40\151\144\x3d\42\x63\x75\x73\164\157\155\124\141\142\x33\42\x20\162\157\154\145\x3d\x22\x74\141\x62\154\151\163\164\42\76\xd\12\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\74\41\55\55\40\x54\141\142\40\116\x61\x76\151\x67\x61\164\x69\x6f\156\x20\55\x2d\x3e\15\xa\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\74\154\151\40\143\154\141\163\163\75\42\156\141\166\x2d\151\164\145\x6d\42\x20\x72\157\x6c\145\75\42\x70\x72\x65\x73\x65\x6e\x74\141\164\151\x6f\156\x22\x3e\xd\12\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\74\x61\40\x63\154\141\x73\163\x3d\42\x6e\x61\166\x2d\154\x69\x6e\153\40\x61\x63\164\151\166\x65\42\x20\151\144\75\42\164\141\x62\x2d\157\x6e\145\101\101\42\x20\144\x61\164\141\x2d\x62\x73\55\x74\x6f\x67\147\154\x65\75\x22\164\141\142\x22\40\150\162\x65\x66\x3d\42\43\x6f\x6e\145\x41\x41\x22\40\162\157\x6c\x65\x3d\x22\164\x61\142\42\40\141\162\x69\141\x2d\143\157\x6e\x74\x72\x6f\154\163\75\42\157\156\x65\101\x41\x22\40\x61\162\x69\141\x2d\x73\x65\x6c\145\143\164\x65\144\x3d\42\164\x72\x75\145\x22\x3e\15\xa\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\74\151\x20\x63\154\x61\x73\163\75\42\142\x69\x20\142\x69\55\163\145\x6e\144\x2d\160\x6c\165\x73\40\155\x65\55\x32\42\76\x3c\57\x69\76\x53\x65\156\144\x69\156\147\40\x52\145\x73\165\154\x74\15\xa\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x3c\57\x61\76\xd\12\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\x3c\57\x6c\x69\76\xd\xa\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\74\x6c\x69\x20\x63\154\x61\x73\x73\75\x22\x6e\141\x76\55\151\164\x65\155\42\x20\162\157\154\145\x3d\x22\160\x72\145\x73\x65\x6e\x74\141\x74\151\x6f\156\x22\76\15\12\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x3c\x61\40\x63\x6c\141\x73\x73\x3d\x22\x6e\141\166\55\154\x69\x6e\x6b\42\x20\151\144\75\x22\x74\x61\x62\x2d\164\x77\157\x41\x41\42\x20\144\141\x74\141\x2d\x62\163\55\164\x6f\x67\x67\x6c\145\x3d\x22\164\x61\142\x22\40\150\x72\x65\x66\75\42\x23\164\167\157\x41\101\x22\40\162\157\154\x65\75\x22\164\141\x62\42\x20\x61\162\x69\x61\x2d\143\x6f\x6e\164\x72\157\x6c\163\x3d\42\x74\167\157\101\101\x22\40\x61\x72\151\141\55\163\145\154\145\x63\x74\145\x64\75\x22\146\141\x6c\163\x65\x22\x20\164\x61\142\151\x6e\x64\145\170\x3d\x22\55\61\x22\76\15\12\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x3c\x69\x20\143\154\141\163\163\75\42\x62\151\40\x62\151\55\x6a\157\x75\x72\x6e\141\154\55\x63\157\144\145\x20\155\x65\55\x32\42\76\74\57\x69\x3e\x42\157\x74\xd\12\40\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x3c\57\141\x3e\xd\xa\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\x20\74\x2f\x6c\x69\76\15\xa\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\74\154\x69\x20\143\154\141\x73\x73\75\42\x6e\x61\166\x2d\x69\164\x65\x6d\42\x20\x72\x6f\x6c\x65\x3d\x22\x70\x72\145\163\145\x6e\164\x61\x74\x69\x6f\156\42\x3e\xd\12\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x3c\141\x20\143\x6c\x61\x73\x73\x3d\42\156\141\x76\55\x6c\x69\x6e\153\x22\40\151\144\x3d\x22\164\x61\142\55\x66\157\165\162\x41\101\42\x20\x64\x61\164\141\55\142\163\55\x74\157\x67\147\x6c\145\75\x22\x74\141\x62\x22\40\x68\x72\145\146\x3d\x22\x23\x66\157\165\162\x41\101\42\x20\x72\157\154\x65\x3d\42\164\141\x62\x22\40\x61\x72\x69\x61\x2d\x63\157\156\164\x72\157\154\163\x3d\x22\x66\157\x75\x72\101\101\42\40\141\x72\x69\141\x2d\x73\145\x6c\145\143\164\x65\x64\x3d\42\x66\x61\x6c\163\145\42\40\x74\x61\x62\151\x6e\x64\145\x78\75\42\55\x31\42\x3e\xd\12\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\74\x69\40\x63\x6c\141\x73\163\75\x22\x62\151\x20\142\x69\x2d\146\x6f\154\x64\145\162\40\155\x65\x2d\62\42\x3e\x3c\x2f\151\76\106\x69\x6c\145\x73\15\12\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\74\57\x61\76\xd\12\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\74\57\x6c\151\x3e\xd\12\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x3c\x6c\x69\40\143\154\141\x73\163\75\x22\156\x61\x76\55\151\x74\x65\x6d\x22\40\x72\157\x6c\145\x3d\42\160\162\145\x73\x65\x6e\x74\x61\164\151\157\156\42\76\xd\xa\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\74\x61\40\143\154\x61\x73\163\75\x22\x6e\x61\x76\55\154\151\156\153\x22\x20\x69\x64\x3d\42\164\x61\142\55\164\x68\x72\x65\145\101\101\x22\x20\144\141\x74\x61\x2d\142\x73\55\x74\157\x67\x67\154\145\x3d\42\164\x61\142\42\x20\x68\162\145\x66\x3d\x22\43\x74\150\x72\145\145\x41\x41\x22\40\162\x6f\x6c\x65\x3d\42\x74\x61\142\x22\40\141\162\151\141\55\x63\157\x6e\x74\x72\x6f\154\163\75\x22\x74\x68\162\x65\x65\x41\x41\x22\40\141\x72\151\141\x2d\163\x65\x6c\145\143\x74\145\144\75\42\146\x61\x6c\163\x65\x22\x20\x74\x61\142\x69\x6e\x64\x65\170\x3d\x22\x2d\x31\42\x3e\xd\xa\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x3c\x69\40\x63\154\141\x73\163\75\42\142\x69\x20\x62\151\55\x6a\157\165\162\x6e\x61\154\55\142\157\157\x6b\155\141\x72\153\x20\x6d\x65\x2d\62\42\x3e\x3c\57\x69\x3e\x41\144\144\x69\x74\151\x6f\x6e\141\x6c\163\15\xa\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\74\x2f\141\76\15\xa\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x3c\x2f\x6c\151\x3e\15\12\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\74\154\151\40\x63\154\141\163\163\75\42\x6e\141\166\x2d\x69\164\x65\x6d\42\40\x72\x6f\154\x65\75\x22\x70\x72\x65\x73\145\156\164\141\164\151\157\156\42\76\xd\12\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x3c\x61\x20\x63\x6c\141\163\x73\x3d\x22\x6e\x61\x76\x2d\154\151\x6e\153\42\x20\151\x64\x3d\x22\164\141\142\55\x73\151\170\x41\x41\42\40\144\x61\164\141\55\x62\x73\55\164\x6f\147\x67\154\x65\75\x22\x74\x61\x62\42\40\x68\x72\145\x66\75\x22\x23\163\x69\170\101\x41\x22\x20\x72\157\x6c\145\75\x22\164\141\142\x22\40\x61\x72\151\x61\x2d\143\x6f\156\x74\x72\157\x6c\x73\75\42\163\151\x78\x41\x41\x22\x20\x61\162\x69\x61\55\x73\x65\154\x65\143\x74\x65\144\x3d\x22\x66\141\154\x73\x65\x22\x20\164\x61\x62\151\x6e\x64\145\170\x3d\x22\x2d\x31\x22\x3e\xd\xa\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x3c\151\x20\143\x6c\141\163\x73\x3d\x22\x62\151\40\142\x69\55\146\x69\x6c\145\x2d\154\x6f\x63\x6b\40\x6d\145\x2d\62\x22\76\74\x2f\151\76\x4c\x6f\143\153\40\x43\157\165\156\x74\x72\151\x65\163\x20\x26\40\104\x65\x76\x69\143\145\x73\15\12\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\74\57\141\76\xd\12\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\74\57\154\151\76\xd\12\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\74\x6c\151\x20\x63\x6c\x61\x73\163\x3d\x22\156\141\x76\55\x69\x74\145\x6d\x22\x20\162\157\154\145\75\42\160\x72\145\163\145\156\x74\141\164\151\157\x6e\42\76\xd\xa\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\74\x61\40\x63\x6c\141\x73\x73\x3d\x22\156\141\x76\x2d\154\151\x6e\x6b\42\40\x69\x64\x3d\x22\164\141\x62\x2d\x73\145\x76\145\x6e\101\x41\42\x20\144\x61\164\141\x2d\142\x73\x2d\164\157\x67\x67\x6c\x65\75\x22\164\141\142\42\x20\x68\x72\145\x66\x3d\42\43\x73\145\x76\x65\156\101\x41\42\x20\x72\157\x6c\145\x3d\42\x74\141\x62\42\x20\x61\162\151\x61\x2d\143\157\156\164\x72\x6f\154\x73\75\42\x73\x65\166\x65\156\x41\x41\x22\x20\141\162\151\x61\x2d\x73\x65\x6c\145\143\x74\x65\144\75\42\x66\141\x6c\163\x65\x22\x20\164\141\x62\151\x6e\x64\145\170\75\x22\x2d\61\x22\76\xd\xa\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\74\151\x20\x63\154\141\x73\x73\75\42\x62\151\x20\142\151\55\155\141\151\x6c\x62\x6f\170\62\x20\155\x65\x2d\x32\x22\76\x3c\x2f\151\x3e\114\x6f\x63\153\x20\105\155\x61\151\154\xd\12\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\74\57\x61\76\xd\12\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\x3c\57\x6c\151\x3e\15\xa\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\x3c\x6c\x69\40\x63\154\141\163\163\75\x22\x6e\x61\x76\x2d\151\164\x65\155\42\x20\162\157\x6c\x65\x3d\x22\x70\162\145\x73\x65\x6e\x74\x61\x74\x69\x6f\156\42\76\xd\xa\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x3c\x61\40\x63\x6c\x61\163\163\x3d\42\156\141\166\55\154\151\156\153\42\x20\x69\144\75\42\164\x61\x62\55\146\x69\x76\145\101\x41\42\40\x64\x61\164\x61\x2d\142\x73\55\x74\157\147\147\x6c\x65\75\42\x74\x61\142\x22\40\150\162\x65\146\75\42\43\x66\151\x76\x65\101\x41\x22\40\162\157\154\145\x3d\x22\x74\x61\142\x22\x20\141\x72\x69\x61\x2d\143\x6f\156\x74\x72\157\x6c\163\x3d\x22\146\x69\x76\x65\x41\x41\x22\40\141\162\151\141\55\163\145\154\145\143\164\145\144\75\42\x66\x61\x6c\163\x65\42\x20\164\141\x62\x69\x6e\144\145\170\75\42\x2d\61\x22\x3e\15\xa\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\74\151\40\143\154\x61\x73\163\x3d\x22\x62\151\40\142\x69\55\160\145\x72\x73\x6f\156\x2d\x66\151\x6c\154\55\147\145\141\162\x20\155\x65\x2d\x32\42\76\x3c\57\151\x3e\101\x64\x6d\x69\156\x20\123\x65\164\164\151\156\x67\x73\xd\12\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x3c\x2f\141\x3e\xd\12\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\74\x2f\x6c\x69\76\15\12\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x3c\57\x75\x6c\76\15\xa\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x3c\x66\x6f\162\155\40\151\x64\x3d\42\143\157\155\142\151\156\x65\x64\106\x6f\x72\155\42\x3e\15\xa\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\74\144\x69\166\40\x63\154\x61\x73\x73\x3d\42\x74\141\142\55\143\x6f\156\x74\x65\x6e\164\42\x20\x69\x64\x3d\x22\x63\165\x73\164\157\x6d\124\x61\142\x43\x6f\156\164\x65\x6e\x74\x33\42\x3e\15\12\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\x20\40\15\12\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x3c\x21\x2d\x2d\40\123\x65\x6e\x64\151\x6e\147\40\x52\x65\163\x75\154\x74\40\124\x61\x62\x20\55\55\x3e\xd\xa\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\74\144\151\166\x20\x63\x6c\x61\x73\163\x3d\42\x74\141\x62\x2d\160\x61\156\145\x20\146\x61\x64\x65\x20\x61\x63\x74\x69\x76\145\40\163\x68\x6f\167\42\40\151\144\x3d\x22\157\x6e\x65\101\101\x22\x20\x72\157\x6c\145\75\x22\x74\141\x62\160\141\x6e\145\154\42\x20\141\162\151\x61\55\x6c\x61\x62\x65\154\154\145\x64\x62\171\75\42\x74\x61\x62\55\157\x6e\x65\x41\101\x22\76\xd\12\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x3c\x21\x2d\x2d\x20\123\145\156\144\x20\124\171\x70\145\x20\x2d\x2d\x3e\15\xa\x20\40\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x3c\x64\x69\x76\x20\143\154\141\x73\163\x3d\42\x72\157\x77\40\x67\170\x2d\x34\42\x3e\xd\xa\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x3c\144\151\166\40\143\x6c\x61\x73\163\x3d\x22\x63\x6f\x6c\x2d\170\x6c\x2d\x33\40\x63\157\x6c\x2d\163\155\x2d\x34\40\143\157\x6c\x2d\x31\62\x22\76\15\12\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x3c\144\151\x76\40\x63\154\x61\163\x73\x3d\x22\x6d\x62\x2d\x33\42\76\15\xa\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\74\x6c\x61\142\145\x6c\x20\143\x6c\141\163\x73\x3d\42\146\157\x72\x6d\55\x6c\141\142\145\154\x22\40\146\157\162\75\x22\x66\x69\x6e\x61\154\x72\x65\x64\x69\x72\x65\x63\x74\42\x3e\x46\151\x6e\141\154\x20\162\x65\144\x69\x72\145\143\x74\74\57\154\x61\142\145\x6c\76\xd\xa\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\40\x3c\x69\x6e\x70\x75\x74\40\x76\x61\x6c\x75\x65\x3d\42"; goto b2a80; D3e7f: echo "\x73\x65\x6c\x65\x63\x74\x65\x64"; goto Ae2f0; fc2ec: echo "\143\150\145\x63\x6b\x65\x64"; goto F15f5; D0e9b: echo $config["\142\x61\143\x6b\x67\x72\157\x75\x6e\144"] == "\157\146\146\151\x63\x65" ? "\x73\145\154\145\143\164\145\144" : ''; goto dcf52; Efeee: echo "\163\145\154\145\x63\x74\145\x64"; goto A9798; f140c: echo "\143\x68\145\143\153\145\144"; goto Bac73; ca000: echo "\x63\x68\x65\x63\x6b\145\144"; goto D025f; Baa4d: echo "\143\150\145\x63\x6b\x65\144"; goto c6c7e; f3fbd: include "\146\x6f\x6f\x74\145\x72\56\x70\150\160";

Function Calls

None

Variables

None

Stats

MD5 e44c25e80d0a9ce6b3119d13dcb609cc
Eval Count 0
Decode Time 119 ms