• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

PHP gzopen64函数代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了PHP中gzopen64函数的典型用法代码示例。如果您正苦于以下问题:PHP gzopen64函数的具体用法?PHP gzopen64怎么用?PHP gzopen64使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。



在下文中一共展示了gzopen64函数的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的PHP代码示例。

示例1: _gzopen

function _gzopen($path, $mode, $use_include_path = 0)
{
    if (function_exists("gzopen")) {
        return gzopen($path, $mode, $use_include_path);
    } elseif (function_exists("gzopen64")) {
        return gzopen64($path, $mode, $use_include_path);
    } else {
        throw new Exception("No GZIP library installed.");
    }
}
开发者ID:scriptzteam,项目名称:newzNZB-premium-indexer,代码行数:10,代码来源:util.php


示例2: __construct

 /**
  * Opens a gzip file.
  * 
  * @param	string		$filename
  * @param	string		$mode
  */
 public function __construct($filename, $mode = 'wb')
 {
     if (self::$gzopen64 === null) {
         self::$gzopen64 = function_exists('gzopen64');
     }
     $this->filename = $filename;
     $this->resource = self::$gzopen64 ? gzopen64($filename, $mode) : gzopen($filename, $mode);
     if ($this->resource === false) {
         throw new SystemException('Can not open file ' . $filename);
     }
 }
开发者ID:nick-strohm,项目名称:WCF,代码行数:17,代码来源:GZipFile.class.php


示例3: gzopen

 function gzopen($_1894966303, $_491709210, $_1517607585 = 0)
 {
     return gzopen64($_1894966303, $_491709210, $_1517607585);
 }
开发者ID:mrdeadmouse,项目名称:u136006,代码行数:4,代码来源:update_client.php


示例4: open

 /**
  * The function handles the rotation of the log files. By default it will open
  * the current log file, 'main', which is written to `$_log_path` and
  * check it's file size doesn't exceed `$_max_size`. If it does, the log
  * is appended with a date stamp and if `$_archive` has been set, it will
  * be archived and stored. If a log file has exceeded it's size, or `Log::OVERWRITE`
  * flag is set, the existing log file is removed and a new one created. Essentially,
  * if a log file has not reached it's `$_max_size` and the the flag is not
  * set to `Log::OVERWRITE`, this function does nothing.
  *
  * @link http://au.php.net/manual/en/function.intval.php
  * @param integer $flag
  *  One of the Log constants, either `Log::APPEND` or `Log::OVERWRITE`
  *  By default this is `Log::APPEND`
  * @param integer $mode
  *  The file mode used to apply to the archived log, by default this is 0777. Note that this
  *  parameter is modified using PHP's intval function with base 8.
  * @throws Exception
  * @return integer
  *  Returns 1 if the log was overwritten, or 2 otherwise.
  */
 public function open($flag = self::APPEND, $mode = 0777)
 {
     if (!file_exists($this->_log_path)) {
         $flag = self::OVERWRITE;
     }
     if ($flag == self::APPEND && file_exists($this->_log_path) && is_readable($this->_log_path)) {
         if ($this->_max_size > 0 && filesize($this->_log_path) > $this->_max_size) {
             $flag = self::OVERWRITE;
             if ($this->_archive) {
                 $this->close();
                 $file = $this->_log_path . DateTimeObj::get('Ymdh') . '.gz';
                 if (function_exists('gzopen64')) {
                     $handle = gzopen64($file, 'w9');
                 } else {
                     $handle = gzopen($file, 'w9');
                 }
                 gzwrite($handle, file_get_contents($this->_log_path));
                 gzclose($handle);
                 chmod($file, intval($mode, 8));
             }
         }
     }
     if ($flag == self::OVERWRITE) {
         if (file_exists($this->_log_path) && is_writable($this->_log_path)) {
             General::deleteFile($this->_log_path);
         }
         $this->writeToLog('============================================', true);
         $this->writeToLog('Log Created: ' . DateTimeObj::get('c'), true);
         $this->writeToLog('============================================', true);
         @chmod($this->_log_path, intval($mode, 8));
         return 1;
     }
     return 2;
 }
开发者ID:jurajkapsz,项目名称:symphony-2,代码行数:55,代码来源:class.log.php


示例5: gzopen

 function gzopen($_226598243, $_701334563, $_613458962 = 0)
 {
     return gzopen64($_226598243, $_701334563, $_613458962);
 }
开发者ID:Satariall,项目名称:izurit,代码行数:4,代码来源:update_client.php


示例6: gzopen

 function gzopen($_231119146, $_1724980625, $_1221336291 = 0)
 {
     return gzopen64($_231119146, $_1724980625, $_1221336291);
 }
开发者ID:DarneoStudio,项目名称:bitrix,代码行数:4,代码来源:update_client.php


示例7: array

<? $GLOBALS['_____1952320061']= array(base64_decode('SW5j'.'b'.'HVk'.'ZU'.'1vZHVsZUxhbmdGaWxl'),base64_decode('RmV0Y2g='),base64_decode('RmV0Y2g='),base64_decode(''.'RmV0Y'.'2g='),base64_decode('R2V'.'0T3B0a'.'W9'.'uU3R'.'yaW5n'),base64_decode('U2'.'V0T3B0'.'a'.'W9uU'.'3'.'R'.'yaW5n'),base64_decode('U2V0T3B0a'.'W9'.'uU3RyaW'.'5'.'n'),base64_decode('U2V0T3B'.'0aW'.'9uU3'.'RyaW5n'),base64_decode('U2V0T3B0'.'aW'.'9uU3Ry'.'aW5n'),base64_decode('U2V0T3'.'B0a'.'W9'.'uU'.'3RyaW5'.'n'),base64_decode('U2V0T3B0aW9uU3R'.'yaW5'.'n'),base64_decode('U'.'2V0T3B0aW9uU3RyaW5n'),base64_decode('U'.'2'.'V0T3B0'.'aW9u'.'U3RyaW'.'5n'),base64_decode('U'.'2'.'V0T3B'.'0aW9u'.'U'.'3Ry'.'aW5n'),base64_decode('R2V0'.'T'.'3B0aW'.'9uU3RyaW5'.'n'),base64_decode('U2V'.'0T3B0aW9u'.'U3RyaW5n'),base64_decode('U'.'2'.'V0T3B0aW9uU'.'3R'.'yaW5n'),base64_decode(''.'R2V0T3B0aW9uU3RyaW5n'),base64_decode('U'.'2'.'V0'.'T'.'3B0aW9uU3RyaW5'.'n'),base64_decode('R2V0'.'T'.'3B0'.'aW'.'9uU3Ry'.'aW5n'),base64_decode(''.'R2V0T3B0aW9'.'uU3Rya'.'W'.'5'.'n'),base64_decode(''.'R2'.'V0T3B0'.'aW9uU'.'3Rya'.'W5n'),base64_decode('R'.'2V0T3B0a'.'W9uU'.'3'.'Ry'.'aW5'.'n'),base64_decode(''.'R2V0T3B0aW'.'9uU3RyaW5n'),base64_decode('R2'.'V0'.'T3B0'.'aW9uU3RyaW5n'),base64_decode('R'.'2V0'.'T'.'3B0aW9'.'uU3RyaW'.'5'.'n'),base64_decode(''.'R2V'.'0'.'T3B0aW9uU3RyaW5n'),base64_decode('R2V0'.'T3B0aW9uU'.'3RyaW5n'),base64_decode('R2V0T3B0aW9uU3'.'RyaW5n'),base64_decode('R'.'2V'.'0T3B0a'.'W9uU3RyaW5n'),base64_decode('R2'.'V0T'.'3B0aW9uU3Rya'.'W5n'),base64_decode(''.'R'.'2V0T3'.'B0'.'aW9uU3Ry'.'aW5n'),base64_decode('R2V0T3B0'.'a'.'W9uU3Rya'.'W5n'),base64_decode('R2V'.'0T3B0aW9uU3'.'RyaW5n'),base64_decode('R2V0'.'T'.'W9kdWxlRXZl'.'bnRz'),base64_decode('R2V0T3B0aW9uU3Ry'.'aW5n'),base64_decode('R2V0T3B0aW9uU'.'3'.'R'.'yaW5n'),base64_decode('R2V'.'0'.'T3B0aW9uU3R'.'yaW5'.'n'),base64_decode('R2V0T3B'.'0'.'aW'.'9uU3Ry'.'aW5n'),base64_decode(''.'R2V0T3B0'.'aW9uU3RyaW'.'5n'),base64_decode('R2V0T3B0aW9'.'uU3RyaW5'.'n'),base64_decode('R2'.'V0T3'.'B'.'0aW9uU3Ry'.'aW'.'5n'),base64_decode('U2V0'.'T3B0aW9uU3'.'R'.'yaW5n'),base64_decode('SW5jbHVkZU1vZ'.'HVs'.'ZQ=='),base64_decode('R2V0TGlzdA=='),base64_decode('RmV0Y2g='),base64_decode('R2V0TGlz'.'dA=='),base64_decode('RmV0'.'Y'.'2'.'g='),base64_decode(''.'R2V'.'0'.'T3B'.'0aW9uU'.'3'.'Ry'.'aW5n'),base64_decode('R2V'.'0T'.'3'.'B0aW9uU3Rya'.'W5n'),base64_decode('S'.'W5jbHV'.'kZU1v'.'Z'.'HVs'.'ZQ=='),base64_decode('R2V0T3B0aW9'.'uU3RyaW5n'),base64_decode('R2'.'V0'.'T'.'3B0'.'a'.'W9uU'.'3Ry'.'aW5n'),base64_decode('R2V'.'0TGlzdA=='),base64_decode('Rm'.'V'.'0'.'Y'.'2g='),base64_decode('R2V0T'.'G'.'lzdA'.'=='),base64_decode(''.'R2V0TGlzdA=='),base64_decode('RmV'.'0Y2'.'g='),base64_decode('R'.'mV0Y2'.'g='),base64_decode('R'.'2V'.'0T'.'Gl'.'z'.'dA'.'=='),base64_decode('R2V0TG'.'l'.'zd'.'A='.'='),base64_decode('Rm'.'V0'.'Y2g='),base64_decode('R2'.'V'.'0T3B0a'.'W9uU'.'3Rya'.'W5n'),base64_decode(''.'R'.'2V0T'.'3B0aW9uU3Ry'.'aW5n'));?><? $GLOBALS['____366018006']= array(base64_decode(''.'ZGV'.'m'.'aW5l'),base64_decode('ZGV'.'m'.'aW5lZA'.'=='),base64_decode('Z'.'G'.'Vma'.'W5l'),base64_decode('ZGVmaW5'.'l'),base64_decode('Z'.'nVuY3Rpb'.'2'.'5fZXh'.'pc3Rz'),base64_decode('Zm'.'9'.'wZW'.'4='),base64_decode(''.'ZnJ'.'lYWQ'.'='),base64_decode('Zm'.'l'.'s'.'ZX'.'Npe'.'m'.'U='),base64_decode('Zm'.'Nsb3Nl'),base64_decode(''.'ZX'.'h0Z'.'W5za'.'W'.'9uX2'.'xvYWRlZA=='),base64_decode(''.'Zn'.'V'.'uY3Rpb25fZX'.'h'.'p'.'c3Rz'),base64_decode('ZnVuY3R'.'p'.'b'.'25f'.'ZXhpc'.'3Rz'),base64_decode('ZnVuY'.'3'.'Rpb25fZX'.'hpc3'.'Rz'),base64_decode('aH'.'RtbHNwZW'.'NpYWxja'.'GFycw=='),base64_decode(''.'Z'.'GVmaW5l'.'ZA='.'='),base64_decode('ZnVu'.'Y3Rpb25f'.'ZXh'.'pc3Rz'),base64_decode('ZnVu'.'Y3R'.'pb25fZXhpc3'.'Rz'),base64_decode(''.'ZnVuY3R'.'p'.'b2'.'5'.'fZX'.'hp'.'c3'.'Rz'),base64_decode('ZGV'.'maW5lZA=='),base64_decode('ZGVmaW5l'),base64_decode('ZGVmaW5lZA=='),base64_decode('ZG'.'VmaW'.'5l'),base64_decode('ZGV'.'maW5lZA=='),base64_decode('ZGV'.'maW5l'),base64_decode('Z'.'mlsZV9le'.'GlzdHM='),base64_decode('Zml'.'sZV9le'.'GlzdHM='),base64_decode('Z'.'m'.'lsZV'.'9'.'leGlz'.'dH'.'M='),base64_decode('Y2'.'91bn'.'Q='),base64_decode('aXNfYXJyYXk'.'='),base64_decode('aXNfYXJyYX'.'k='),base64_decode('cHJlZ19'.'yZXB'.'sYWNl'),base64_decode('c3R'.'ybGVu'),base64_decode('c3RybGVu'),base64_decode('c3Ry'.'bGVu'),base64_decode('aXNfYXJyYXk'.'='),base64_decode('Y2'.'91bnQ='),base64_decode('Y'.'291bnQ'.'='),base64_decode(''.'c'.'3'.'RybGVu'),base64_decode('c3Ry'.'bGVu'),base64_decode(''.'cHJlZ19yZXBsYWN'.'l'),base64_decode('c3RybGVu'),base64_decode('c'.'3'.'Ryb'.'GVu'),base64_decode('c3RybG'.'V'.'u'),base64_decode(''.'aXN'.'fYXJyY'.'Xk='),base64_decode('Y291bnQ'.'='),base64_decode('Y2'.'91bnQ='),base64_decode('c3R'.'ybGV'.'u'),base64_decode('c3Ryb'.'GV'.'u'),base64_decode('aXN'.'fYX'.'Jy'.'Y'.'Xk='),base64_decode(''.'c3'.'Ry'.'bGVu'),base64_decode('YXJyY'.'Xlfa2V5X2V4aX'.'N0cw=='),base64_decode(''.'YXJy'.'YXl'.'f'.'a2V'.'5X2V4aXN0cw=='),base64_decode('Zm9wZW4='),base64_decode('ZndyaXRl'),base64_decode('Zm'.'Nsb3Nl'),base64_decode('YXJ'.'yYXlfa'.'2'.'V5X2V4aXN'.'0c'.'w'.'=='),base64_decode('YXJyYXlfa2V5X2V'.'4aXN0cw=='),base64_decode('Y'.'XJyYXl'.'f'.'a2V5X2V4a'.'XN'.'0cw=='),base64_decode('YXJyYXlfa2'.'V5X2V4aXN0cw=='),base64_decode('YXJyYX'.'lfa2V5'.'X2V'.'4a'.'XN0cw=='),base64_decode('Y'.'XJyYXlfa2V5X2'.'V'.'4aX'.'N0cw=='),base64_decode('YX'.'J'.'y'.'YXl'.'fa2V5X2V4aXN0cw=='),base64_decode('YXJyYXl'.'f'.'a2V5X2'.'V4aXN0c'.'w=='),base64_decode('c3R'.'ybGVu'),base64_decode('YmFzZTY0'.'X2RlY29kZQ=='),base64_decode('dW5'.'z'.'ZXJpYWx'.'pem'.'U='),base64_decode('aXNfYX'.'Jy'.'YXk='),base64_decode('Y'.'291bnQ='),base64_decode('ZX'.'hwbG'.'9kZQ=='),base64_decode(''.'YXJyYX'.'lfa2V'.'5cw'.'='.'='),base64_decode('aW5'.'fYXJyYX'.'k='),base64_decode('c2Vy'.'aWFsa'.'Xpl'),base64_decode(''.'YmF'.'zZ'.'TY0X2Vu'.'Y'.'29kZQ'.'=='),base64_decode('YXJyYX'.'lfa2'.'V5X2V4aXN0c'.'w=='),base64_decode(''.'ZXhw'.'bG9kZ'.'Q=='),base64_decode(''.'c2VyaWFsaXpl'),base64_decode('YmFzZTY'.'0X2V'.'uY'.'29kZQ=='),base64_decode('cH'.'J'.'lZ'.'19yZXBsYWNl'),base64_decode(''.'c3'.'Ry'.'b'.'GVu'),base64_decode('c'.'3RybGVu'),base64_decode('Zm'.'9wZW4='),base64_decode('c3'.'RyX3'.'J'.'l'.'cG'.'xh'.'Y'.'2U='),base64_decode('c3R'.'ybGVu'),base64_decode('Zn'.'dy'.'aXRl'),base64_decode('c3Ry'.'X3J'.'lcG'.'x'.'hY'.'2U='),base64_decode('ZmNsb3Nl'),base64_decode('c3RybGVu'),base64_decode('c3'.'Ryb'.'GVu'),base64_decode(''.'ZmlsZ'.'V9le'.'GlzdHM='),base64_decode(''.'aXNfZmlsZQ=='),base64_decode('c'.'3Ry'.'X3'.'JlcGxhY2U'.'='),base64_decode('c3RybG'.'V'.'u'),base64_decode('aXNfcmVhZG'.'Fib'.'GU='),base64_decode(''.'c3RyX3JlcGxhY2U='),base64_decode('c3'.'RybGVu'),base64_decode('Z'.'mlsZV'.'9nZX'.'Rf'.'Y29udGVu'.'dHM='),base64_decode(''.'c3RybGVu'),base64_decode('c3RybGV'.'u'),base64_decode('aXNfYXJyYXk='),base64_decode('Y291bnQ='),base64_decode('Y291bnQ'.'='),base64_decode('c3Ryb'.'G'.'Vu'),base64_decode(''.'c3RybGVu'),base64_decode(''.'Z'.'mls'.'ZV9le'.'GlzdHM'.'='),base64_decode('a'.'XN'.'fZGly'),base64_decode('c'.'3Ry'.'X3'.'JlcGxhY2U='),base64_decode('c3Ry'.'bGVu'),base64_decode('aX'.'N'.'fd'.'3Jpd'.'GFib'.'GU='),base64_decode('c3Ry'.'X'.'3JlcGxh'.'Y2U='),base64_decode(''.'c3Ryb'.'GVu'),base64_decode(''.'c3Ry'.'bGVu'),base64_decode('c3RybGVu'),base64_decode('c'.'HJl'.'Z19yZXBsYWNl'),base64_decode('c3RybGVu'),base64_decode(''.'Zm'.'9wZW4='),base64_decode('c3'.'Ry'.'X3JlcG'.'xhY2U='),base64_decode(''.'Zndya'.'XRl'),base64_decode('ZmNsb'.'3'.'Nl'),base64_decode('c3Ry'.'bG'.'Vu'),base64_decode('c3Ry'.'bGVu'),base64_decode('c'.'3'.'RybGV'.'u'),base64_decode('c'.'3'.'RybGVu'),base64_decode('c3RybGVu'),base64_decode('cHJlZ19yZXBsYWNl'),base64_decode('c3Ryb'.'G'.'Vu'),base64_decode('c3Ryb'.'G'.'Vu'),base64_decode('cm91bmQ='),base64_decode('c3R'.'ybGVu'),base64_decode('Zm9'.'wZ'.'W4='),base64_decode('c3Ry'.'X3JlcGx'.'hY2U='),base64_decode('c3'.'RybGVu'),base64_decode('ZndyaX'.'Rl'),base64_decode(''.'Zm'.'Nsb3N'.'l'),base64_decode('c3RybGVu'),base64_decode('cHJ'.'l'.'Z19yZXB'.'sYW'.'Nl'),base64_decode('c3'.'Ry'.'bGVu'),base64_decode(''.'c3RybGVu'),base64_decode('Zm9wZ'.'W4='),base64_decode('c'.'3Ry'.'X'.'3'.'Jlc'.'GxhY2'.'U='),base64_decode('c3'.'Ry'.'bG'.'Vu'),base64_decode('Z'.'n'.'dyaXRl'),base64_decode('c3R'.'yX3J'.'lc'.'G'.'xhY2U='),base64_decode('Zm'.'N'.'sb3'.'Nl'),base64_decode('c'.'3RybGVu'),base64_decode('c3'.'R'.'ybGVu'),base64_decode('Zmls'.'Z'.'V9l'.'eGlzdH'.'M'.'='),base64_decode('aXNfZml'.'s'.'ZQ=='),base64_decode('c3R'.'y'.'X3Jlc'.'GxhY2U='),base64_decode(''.'c3RybGVu'),base64_decode('aXNf'.'cm'.'V'.'hZGFib'.'GU='),base64_decode('c'.'3'.'RyX3'.'JlcGxhY2'.'U='),base64_decode('c3R'.'y'.'bGVu'),base64_decode('ZmlsZV9n'.'Z'.'XRfY29udGVud'.'HM='),base64_decode(''.'c3R'.'y'.'bGVu'),base64_decode('c'.'3Ryb'.'GVu'),base64_decode('aX'.'NfYXJyYX'.'k'.'='),base64_decode('Y291b'.'nQ='),base64_decode('Y291'.'bnQ'.'='),base64_decode('c3'.'RybGVu'),base64_decode('c3RybGVu'),base64_decode('Z'.'m'.'lsZV9'.'leG'.'lzdHM='),base64_decode(''.'aXN'.'f'.'ZmlsZQ'.'=='),base64_decode(''.'c3'.'Ryb'.'GVu'),base64_decode('ZmlsZXNpemU'.'='),base64_decode('c3Ryb'.'GV'.'u'),base64_decode('aXNfd3JpdGV'.'hYm'.'xl'),base64_decode('c3RyX3Jl'.'cGxhY2U='),base64_decode(''.'c3RybGVu'),base64_decode(''.'Y29weQ=='),base64_decode('Y'.'2h'.'tb2Q='),base64_decode('c3RybGVu'),base64_decode('Z'.'GVjaGV4'),base64_decode('Y3JjMzI='),base64_decode(''.'Zm'.'l'.'s'.'ZV9'.'nZXRfY29udG'.'VudHM='),base64_decode(''.'ZG'.'VjaGV4'),base64_decode('Y3JjMzI'.'='),base64_decode('ZmlsZV9nZ'.'XRf'.'Y29udGVudHM='),base64_decode('c'.'3RyX3J'.'lcGxhY'.'2U='),base64_decode('c3'.'Ry'.'bG'.'Vu'),base64_decode('c3R'.'ybGVu'),base64_decode('cHJlZ19yZXBsYWNl'),base64_decode('dXJsZ'.'W5jb2Rl'),base64_decode('c3RybGVu'),base64_decode('c3RybG'.'Vu'),base64_decode(''.'c3R'.'yb'.'GV'.'u'),base64_decode(''.'aXNfYXJyYXk='),base64_decode('Y291b'.'nQ'.'='),base64_decode(''.'Y29'.'1'.'b'.'nQ'.'='),base64_decode(''.'c'.'3RybGV'.'u'),base64_decode('c3RybG'.'Vu'),base64_decode('c3RybGVu'),base64_decode('cHJlZ19y'.'ZX'.'BsY'.'WNl'),base64_decode(''.'c3Ry'.'bG'.'Vu'),base64_decode('Zm9'.'wZW4'.'='),base64_decode(''.'c3RyX3J'.'lcG'.'xhY2U='),base64_decode('Zndya'.'XRl'),base64_decode('ZmN'.'sb3'.'N'.'l'),base64_decode('c3RybGVu'),base64_decode('cHJlZ19yZ'.'X'.'BsY'.'WNl'),base64_decode('c3RybG'.'Vu'),base64_decode('Zm9wZW4='),base64_decode('c3R'.'yX3Jlc'.'GxhY2U'.'='),base64_decode(''.'ZndyaXRl'),base64_decode('Z'.'mN'.'sb3Nl'),base64_decode('c'.'3Ryb'.'GVu'),base64_decode(''.'c3'.'R'.'ybGVu'),base64_decode(''.'c'.'3Ry'.'b'.'GVu'),base64_decode('c3Ry'.'bGVu'),base64_decode('ZmlsZV9leGlzdHM='),base64_decode('Z'.'mls'.'ZV9nZ'.'X'.'RfY29udGVu'.'dH'.'M='),base64_decode('Y291bnQ'.'='),base64_decode('c3RybG'.'Vu'),base64_decode('Z'.'mlsZV9le'.'Glz'.'dHM='),base64_decode(''.'dW5sa'.'W'.'5r'),base64_decode('Z'.'mlsZV9'.'leGlzdHM='),base64_decode('d'.'W5s'.'aW5r'),base64_decode('c3Ry'.'bGVu'),base64_decode('Y291bnQ='),base64_decode('Zm'.'l'.'sZ'.'V9leGlz'.'dHM='),base64_decode(''.'dW5sa'.'W5r'),base64_decode('ZmlsZ'.'V'.'9leGlzd'.'HM='),base64_decode('d'.'W5s'.'a'.'W5r'),base64_decode('c'.'H'.'JlZ19'.'yZX'.'BsYWNl'),base64_decode('c3'.'RybG'.'Vu'),base64_decode('c3Ryb'.'G'.'Vu'),base64_decode('c3'.'Ryb'.'GVu'),base64_decode('c3R'.'y'.'b'.'GVu'),base64_decode('Y291bnQ='),base64_decode('c3R'.'yb'.'GVu'),base64_decode(''.'c'.'3RybG'.'Vu'),base64_decode('Zm9wZ'.'W4'.'='),base64_decode('c3'.'RyX3JlcGxhY2U='),base64_decode('c3R'.'ybGVu'),base64_decode('ZndyaX'.'Rl'),base64_decode('ZmNsb3'.'Nl'),base64_decode(''.'c3RybGVu'),base64_decode('c3'.'RybGVu'),base64_decode(''.'c3RybGVu'),base64_decode('ZnNvY'.'2tvcGVu'),base64_decode('Y2xhc3NfZ'.'Xh'.'pc3Rz'),base64_decode('bW'.'V0aG9k'.'X2V'.'4'.'aXN0cw=='),base64_decode('aW50dmFs'),base64_decode(''.'c3RybGVu'),base64_decode('c3RybGV'.'u'),base64_decode('YmFzZTY0X2V'.'uY2'.'9k'.'ZQ=='),base64_decode('d'.'XJsZW5'.'j'.'b2Rl'),base64_decode('dXJsZ'.'W5jb2Rl'),base64_decode(''.'Z'.'GV'.'maW5'.'lZA=='),base64_decode('dX'.'JsZW5jb2Rl'),base64_decode('Zm'.'lsZV9l'.'eG'.'lzdH'.'M='),base64_decode('ZmlsZXNpemU='),base64_decode(''.'c3Ryb'.'GVu'),base64_decode('ZnB1dH'.'M='),base64_decode('Zmd'.'l'.'dHM='),base64_decode('cH'.'Jl'.'Z19zcGxpdA'.'=='),base64_decode('Y'.'2'.'91b'.'nQ'.'='),base64_decode('c3'.'R'.'yc'.'G9z'),base64_decode('c3Ryc'.'G'.'9z'),base64_decode('aW5'.'0'.'d'.'mFs'),base64_decode('dHJ'.'pbQ=='),base64_decode(''.'c3V'.'ic3'.'Ry'),base64_decode('c'.'3'.'RybGVu'),base64_decode('c3RybG'.'Vu'),base64_decode(''.'dW5s'.'aW5r'),base64_decode('Zm'.'lsZV'.'9leGl'.'zdHM='),base64_decode('cmV'.'uYW1l'),base64_decode(''.'Zm9wZW4='),base64_decode('Zm'.'9wZ'.'W4'.'='),base64_decode(''.'ZnJlYWQ='),base64_decode(''.'c3RybGVu'),base64_decode('Znd'.'yaXRl'),base64_decode('ZmNsb3Nl'),base64_decode('dW5saW5'.'r'),base64_decode(''.'Z'.'m9'.'wZW'.'4='),base64_decode('c3'.'Ry'.'bGVu'),base64_decode('ZnJl'.'Y'.'WQ='),base64_decode(''.'Z'.'ndyaXRl'),base64_decode('ZmNs'.'b3Nl'),base64_decode('ZmN'.'sb3Nl'),base64_decode('c3'.'Ry'.'bGVu'),base64_decode('dW5saW5'.'r'),base64_decode('cm'.'Vu'.'YW1l'),base64_decode('c3Ryb'.'GVu'),base64_decode('d'.'W5sa'.'W5'.'r'),base64_decode('dW'.'5s'.'aW5r'),base64_decode('Z'.'mlsZV9leG'.'lzdHM='),base64_decode('d'.'W5'.'sa'.'W5r'),base64_decode(''.'Zmls'.'Z'.'V9leGl'.'z'.'dHM='),base64_decode('dW5'.'s'.'aW5r'),base64_decode('c'.'3'.'Ry'.'bGV'.'u'),base64_decode(''.'c3RybG'.'V'.'u'),base64_decode('c3RybGVu'),base64_decode('ZmlsZV9leGlzdHM='),base64_decode('Zml'.'sZ'.'V'.'9nZXRfY29u'.'d'.'GVudHM='),base64_decode('Y291bnQ='),base64_decode('c3RybGVu'),base64_decode('Zml'.'sZ'.'V9leG'.'lzdHM='),base64_decode('dW5saW5r'),base64_decode('Zm'.'lsZV9leGl'.'zdH'.'M='),base64_decode('dW5saW'.'5r'),base64_decode('c3RybG'.'V'.'u'),base64_decode('Y29'.'1bnQ='),base64_decode('ZmlsZV9leG'.'lz'.'dH'.'M='),base64_decode('dW5saW5'.'r'),base64_decode('Z'.'mlsZV9'.'leGlzdHM'.'='),base64_decode('d'.'W5saW5'.'r'),base64_decode('cHJl'.'Z19yZXBsYWNl'),base64_decode('c3Ry'.'bGVu'),base64_decode('c3'.'RybG'.'Vu'),base64_decode('c3Ryb'.'GVu'),base64_decode('c'.'3RybGVu'),base64_decode(''.'Y291bnQ='),base64_decode('c3RybGVu'),base64_decode(''.'c3R'.'y'.'bGVu'),base64_decode('Zm9wZ'.'W'.'4='),base64_decode('c3'.'Ry'.'X3JlcGxhY2U='),base64_decode(''.'c3RybGVu'),base64_decode('ZndyaXRl'),base64_decode('Z'.'mN'.'sb3'.'Nl'),base64_decode(''.'c3'.'RybGVu'),base64_decode(''.'c3'.'RybGVu'),base64_decode('c3'.'RybGV'.'u'),base64_decode('ZnNvY2tvcGVu'),base64_decode(''.'Y2'.'xh'.'c'.'3NfZXhp'.'c3'.'R'.'z'),base64_decode(''.'b'.'WV0aG9kX2V4a'.'XN0'.'cw=='),base64_decode('a'.'W50dmFs'),base64_decode('c3Ryb'.'G'.'Vu'),base64_decode('c3'.'RybGVu'),base64_decode(''.'YmFzZTY0X2V'.'uY2'.'9k'.'ZQ=='),base64_decode('dXJs'.'Z'.'W5'.'jb2R'.'l'),base64_decode(''.'dXJsZW'.'5jb2Rl'),base64_decode(''.'ZG'.'Vma'.'W5lZ'.'A'.'=='),base64_decode('dXJsZW'.'5jb2Rl'),base64_decode(''.'Z'.'mls'.'ZV9le'.'GlzdHM='),base64_decode('ZmlsZXNpemU'.'='),base64_decode('c'.'3R'.'ybGVu'),base64_decode('ZnB1dHM='),base64_decode('ZmdldH'.'M='),base64_decode('cHJ'.'lZ'.'1'.'9'.'zcGxpdA=='),base64_decode(''.'Y291bnQ='),base64_decode('c3Ry'.'cG9z'),base64_decode('c3R'.'yc'.'G9'.'z'),base64_decode('aW50dmFs'),base64_decode(''.'d'.'HJpbQ=='),base64_decode(''.'c'.'3Vic'.'3Ry'),base64_decode('c3R'.'ybGVu'),base64_decode('c3'.'RybGVu'),base64_decode('dW5saW5r'),base64_decode('ZmlsZ'.'V9leGlzdH'.'M='),base64_decode('cmVuYW1l'),base64_decode('Zm9'.'wZW4='),base64_decode('Zm9wZ'.'W'.'4='),base64_decode('Zn'.'JlY'.'W'.'Q='),base64_decode('c3Ryb'.'G'.'V'.'u'),base64_decode(''.'ZndyaXRl'),base64_decode('ZmNsb3'.'N'.'l'),base64_decode(''.'dW5'.'saW5r'),base64_decode('Zm'.'9wZW4='),base64_decode(''.'c3RybGVu'),base64_decode('ZnJlYWQ='),base64_decode('Zndy'.'aXRl'),base64_decode(''.'ZmNsb3Nl'),base64_decode('ZmNsb3Nl'),base64_decode(''.'c3RybGVu'),base64_decode('dW'.'5saW5r'),base64_decode('cmVuYW1'.'l'),base64_decode('c3'.'Ry'.'bGVu'),base64_decode('dW5'.'saW5r'),base64_decode('d'.'W5saW5r'),base64_decode('Zml'.'sZ'.'V9'.'le'.'G'.'lzdH'.'M='),base64_decode('dW5saW'.'5r'),base64_decode('ZmlsZ'.'V9'.'leGlz'.'d'.'HM='),base64_decode('dW5saW5r'),base64_decode('cH'.'JlZ19yZXBsY'.'WNl'),base64_decode('c'.'3RybG'.'Vu'),base64_decode('Zm9'.'wZW'.'4='),base64_decode('c3RyX'.'3JlcGxhY'.'2U='),base64_decode(''.'Zndya'.'XRl'),base64_decode(''.'Zm'.'Nsb'.'3N'.'l'),base64_decode('c3RybGVu'),base64_decode('ZmlsZV'.'9l'.'eGlzdHM='),base64_decode('aXNfZmlsZQ=='),base64_decode(''.'c3RyX3Jlc'.'G'.'xhY2U='),base64_decode('c3'.'RybGVu'),base64_decode('aXNf'.'cmVh'.'ZGFibGU='),base64_decode('c'.'3RyX3JlcGxhY2'.'U='),base64_decode('c'.'3'.'R'.'ybGVu'),base64_decode('d'.'GltZQ=='),base64_decode('Z'.'ml'.'sZV'.'9leG'.'lzdHM='),base64_decode(''.'aX'.'N'.'fZG'.'ly'),base64_decode('c3R'.'yX'.'3Jlc'.'G'.'xhY'.'2U='),base64_decode('a'.'X'.'N'.'fd'.'3J'.'p'.'d'.'GFibGU'.'='),base64_decode('c3R'.'yX3J'.'l'.'cG'.'xh'.'Y2U'.'='),base64_decode('c3RybGVu'),base64_decode(''.'Zm9'.'wZW4='),base64_decode('Z'.'nJlYWQ='),base64_decode('c3'.'Ry'.'bGV'.'u'),base64_decode('Zm'.'Nsb3Nl'),base64_decode('c3Ryb'.'GVu'),base64_decode(''.'Z'.'nV'.'uY3R'.'p'.'b25fZXhpc3'.'Rz'),base64_decode('c'.'3Ry'.'b'.'GVu'),base64_decode(''.'Z'.'3pvc'.'G'.'V'.'u'),base64_decode('Z'.'m'.'9wZW4='),base64_decode('c3RyX'.'3J'.'lcGxhY2U='),base64_decode('c3'.'RybGVu'),base64_decode('Z3py'.'ZWFk'),base64_decode('c3RybG'.'Vu'),base64_decode('ZnJlYWQ='),base64_decode('c3RybGV'.'u'),base64_decode('c3RyX'.'3'.'JlcGxhY'.'2U'.'='),base64_decode('Z3pjb'.'G9zZQ'.'=='),base64_decode('ZmN'.'sb3Nl'),base64_decode('c3RybGVu'),base64_decode('Z'.'3pyZWFk'),base64_decode(''.'ZnJ'.'lYW'.'Q='),base64_decode('dHJpbQ=='),base64_decode('aW'.'50'.'d'.'mFs'),base64_decode('aW50dmFs'),base64_decode(''.'c3'.'RyX3J'.'lcGx'.'hY2'.'U='),base64_decode('Z3p'.'y'.'ZWFk'),base64_decode('ZnJlYWQ='),base64_decode('ZXhwbG9k'.'ZQ=='),base64_decode('Y291bnQ'.'='),base64_decode('c3R'.'yX3'.'Jlc'.'Gx'.'hY'.'2U='),base64_decode('Z3py'.'ZWFk'),base64_decode('ZnJl'.'YWQ='),base64_decode('ZGVj'.'a'.'GV4'),base64_decode('Y'.'3J'.'jMzI'.'='),base64_decode('c3'.'Ry'.'X3JlcGxhY2U='),base64_decode('Zm'.'9wZ'.'W4='),base64_decode('c3RyX3JlcGxhY'.'2U='),base64_decode('c'.'3RybGVu'),base64_decode('ZndyaX'.'Rl'),base64_decode('c3RyX3'.'JlcGx'.'h'.'Y2U='),base64_decode('Z'.'mNs'.'b3Nl'),base64_decode('Zm'.'Ns'.'b3Nl'),base64_decode(''.'ZGVjaGV4'),base64_decode(''.'Y3JjMzI'.'='),base64_decode(''.'Zm'.'lsZV9nZXRfY29ud'.'GVudH'.'M='),base64_decode(''.'c3RyX3'.'JlcGxhY2U='),base64_decode(''.'Z'.'3pjb'.'G9z'.'ZQ=='),base64_decode('ZmNs'.'b3Nl'),base64_decode('c3RybGVu'),base64_decode('d'.'W5saW5r'),base64_decode('c3R'.'yb'.'G'.'Vu'),base64_decode('Zm'.'lsZV9leGlzdHM'.'='),base64_decode('aXNf'.'ZGly'),base64_decode('c3Ry'.'X3'.'JlcGxhY2U'.'='),base64_decode('c3Ry'.'bG'.'Vu'),base64_decode('a'.'XNfcmVhZGFibGU='),base64_decode('c3RyX3'.'J'.'lc'.'G'.'x'.'hY2'.'U='),base64_decode('b3Bl'.'bmRp'.'cg'.'=='),base64_decode('c'.'m'.'VhZGRpcg=='),base64_decode('aXNfZGly'),base64_decode('aXNfZmls'.'ZQ=='),base64_decode('c3Vic3Ry'),base64_decode('c'.'3Ryc'.'G9z'),base64_decode('Zm'.'lsZV9le'.'Glz'.'d'.'HM='),base64_decode('aX'.'Nfd3J'.'pd'.'GVhYm'.'x'.'l'),base64_decode('c3RyX3J'.'l'.'cGxhY2U='),base64_decode('c3'.'Vic'.'3R'.'y'),base64_decode(''.'c3R'.'y'.'b'.'GVu'),base64_decode(''.'cnRya'.'W0='),base64_decode('Z'.'mlsZV9'.'leGlzdHM='),base64_decode('aXN'.'fZG'.'l'.'y'),base64_decode('aXNfd3J'.'pd'.'GFibGU='),base64_decode(''.'c3RyX3JlcG'.'xhY2U='),base64_decode('c3V'.'i'.'c3Ry'),base64_decode('Y2xvc2Vk'.'aXI='),base64_decode('c'.'3RybGVu'),base64_decode(''.'Zm'.'lsZV9leGlzdHM='),base64_decode('aXNf'.'Z'.'Gly'),base64_decode(''.'c3'.'RyX'.'3Jl'.'cGxhY'.'2U='),base64_decode('c'.'3RybGVu'),base64_decode('aXNfcmVhZGF'.'ibGU'.'='),base64_decode('c3R'.'y'.'X3'.'JlcG'.'xhY2U='),base64_decode('c'.'3RybGVu'),base64_decode('Zmls'.'ZV9leGlzdHM='),base64_decode('a'.'XN'.'fZmls'.'Z'.'Q=='),base64_decode('c'.'3RyX3'.'J'.'lc'.'Gxh'.'Y'.'2U='),base64_decode('c'.'3Ry'.'bGVu'),base64_decode('aXNfc'.'mVhZGF'.'ibGU='),base64_decode(''.'c3RyX3J'.'lc'.'GxhY2U='),base64_decode('c3Ryb'.'GVu'),base64_decode(''.'ZmlsZV'.'9n'.'ZXRfY2'.'9udG'.'Vud'.'HM='),base64_decode('c3Ryb'.'G'.'Vu'),base64_decode('c3RybGVu'),base64_decode('aX'.'NfYXJyYXk='),base64_decode('c'.'3RybG'.'V'.'u'),base64_decode('b3Bl'.'bm'.'Rpc'.'g=='),base64_decode('cmVh'.'ZG'.'Rp'.'cg=='),base64_decode('aXNfZGly'),base64_decode('Y2x'.'vc2VkaXI'.'='),base64_decode('aX'.'NfYX'.'J'.'yYXk'.'='),base64_decode('Y2'.'91bnQ='),base64_decode('Z'.'ml'.'sZ'.'V9'.'le'.'G'.'l'.'zdH'.'M='),base64_decode('aXNfZGly'),base64_decode('c'.'3'.'RyX3JlcGxhY2U='),base64_decode('c3RybGVu'),base64_decode('aXNfcm'.'VhZG'.'F'.'ibG'.'U'.'='),base64_decode('c3Ry'.'X3JlcGxhY'.'2'.'U'.'='),base64_decode('c3RybGVu'),base64_decode('Z'.'mlsZV9leGlzdH'.'M'.'='),base64_decode('aXN'.'fZ'.'Gly'),base64_decode('c3R'.'yX3JlcGxh'.'Y'.'2U='),base64_decode('aXNfd3JpdGFibGU='),base64_decode('c3RyX3J'.'l'.'cGxhY'.'2U='),base64_decode('c3RybGVu'),base64_decode('Y291bnQ='),base64_decode('c3RybGVu'),base64_decode('ZmlsZV9'.'leGlzd'.'HM='),base64_decode('a'.'X'.'NfZGly'),base64_decode('c3R'.'yX3JlcG'.'xhY2'.'U='),base64_decode('c3Ryb'.'GVu'),base64_decode('aXNfcmVhZG'.'Fi'.'bG'.'U='),base64_decode('c3'.'RyX3JlcGx'.'hY2U'.'='),base64_decode('c3RybGVu'),base64_decode('Z'.'mlsZV9leG'.'lz'.'dHM='),base64_decode('ZmlsZV9leGlzdHM='),base64_decode('c3R'.'yX3JlcGxhY2U='),base64_decode('c3Ry'.'bGVu'),base64_decode(''.'Zml'.'sZV9l'.'e'.'Gl'.'zdHM='),base64_decode('cmVu'.'YW1l'),base64_decode('c3R'.'y'.'X3JlcGxh'.'Y2U'.'='),base64_decode('c3RybG'.'Vu'),base64_decode(''.'Z'.'mlsZV9l'.'eGlzdH'.'M'.'='),base64_decode('aXNfZGl'.'y'),base64_decode('c3'.'R'.'yX3J'.'lc'.'GxhY2U='),base64_decode('aXNfd3J'.'p'.'dG'.'FibGU='),base64_decode('c3RyX'.'3'.'J'.'l'.'cG'.'xhY2U='),base64_decode('c'.'3RybG'.'Vu'),base64_decode('c3RybGVu'),base64_decode('Zm'.'l'.'sZV9'.'le'.'GlzdHM='),base64_decode('c3RybG'.'Vu'),base64_decode('Zmls'.'ZV9leGlzdH'.'M='),base64_decode('aXNfZGly'),base64_decode('c3RyX3Jlc'.'Gx'.'h'.'Y2U'.'='),base64_decode(''.'b3Bl'.'bm'.'Rpc'.'g=='),base64_decode('cmVhZGRpcg=='),base64_decode('aXN'.'fZGly'),base64_decode('Y2xvc2Vka'.'XI='),base64_decode(''.'aXNfYXJyYXk='),base64_decode(''.'Y291'.'bnQ'.'='),base64_decode('c3RybGVu'),base64_decode('aXN'.'fcmVh'.'ZGFi'.'bGU='),base64_decode('c3R'.'yX3Jlc'.'G'.'xhY2'.'U'.'='),base64_decode('c'.'3R'.'ybGVu'),base64_decode('ZmlsZV9l'.'eGlz'.'dHM='),base64_decode('a'.'XNfZGly'),base64_decode('c3RyX3JlcGxhY'.'2U='),base64_decode('aX'.'Nf'.'d3J'.'pdGF'.'i'.'bGU='),base64_decode('c3RyX'.'3J'.'lc'.'Gx'.'hY'.'2U='),base64_decode('c3RybGVu'),base64_decode('Z'.'ml'.'sZ'.'V9l'.'eGl'.'zdHM='),base64_decode('a'.'XNf'.'Z'.'Gly'),base64_decode('c3RyX3'.'J'.'l'.'cG'.'x'.'hY2U='),base64_decode('aXNfd3JpdGFibGU='),base64_decode('c3R'.'yX3JlcGxhY2U='),base64_decode('c3RybGVu'),base64_decode('b3'.'B'.'l'.'bmRp'.'c'.'g=='),base64_decode('cm'.'VhZGRpcg'.'=='),base64_decode('a'.'XNf'.'Z'.'Gly'),base64_decode('aX'.'Nfd3JpdGFib'.'GU='),base64_decode('c3RyX'.'3JlcGx'.'h'.'Y2U='),base64_decode('Zmls'.'ZV'.'9leGlzdHM='),base64_decode('a'.'XNfd3J'.'pdGFibGU='),base64_decode('c3RyX3Jl'.'cGx'.'hY2'.'U='),base64_decode('Y2xv'.'c'.'2V'.'ka'.'XI='),base64_decode(''.'c3'.'RybGV'.'u'),base64_decode('b'.'3BlbmRpc'.'g'.'='.'='),base64_decode('cmVhZGRpcg'.'=='),base64_decode(''.'aX'.'NfZGly'),base64_decode('aXNfd3'.'JpdGFibGU'.'='),base64_decode(''.'c3'.'RyX3J'.'l'.'cGxhY2U='),base64_decode(''.'ZmlsZV9leGlzdHM'.'='),base64_decode('aXNf'.'d3JpdGFib'.'GU'.'='),base64_decode('c3Ry'.'X3'.'JlcGxhY2U='),base64_decode('Y2'.'xvc2VkaXI='),base64_decode('c3R'.'y'.'bGVu'),base64_decode('Y'.'2'.'91bnQ'.'='),base64_decode('c3Ry'.'bGVu'),base64_decode(''.'ZmlsZV9leGl'.'zdHM='),base64_decode(''.'aXNfZGly'),base64_decode(''.'c3R'.'yX3'.'JlcG'.'xhY2U'.'='),base64_decode('c3R'.'yb'.'GVu'),base64_decode('aXNfcmVhZ'.'GFibGU='),base64_decode(''.'c3RyX'.'3Jl'.'cG'.'xhY2U='),base64_decode('c3Ryb'.'GVu'),base64_decode(''.'b3B'.'lbmRp'.'cg=='),base64_decode('c'.'mVhZG'.'Rpcg'.'=='),base64_decode('aX'.'NfZGly'),base64_decode('Zm'.'l'.'sZV9le'.'G'.'lzdHM'.'='),base64_decode('b'.'3Bl'.'bmRpcg=='),base64_decode('cmVhZGRpcg='.'='),base64_decode(''.'aXNfZG'.'ly'),base64_decode('aW5'.'fYXJyYXk='),base64_decode('Y2'.'xvc2'.'Vka'.'XI='),base64_decode(''.'aW5f'.'Y'.'XJyYXk='),base64_decode('Y2xvc2VkaXI='),base64_decode('c'.'3RybG'.'V'.'u'),base64_decode(''.'c'.'3Ry'.'bGV'.'u'),base64_decode('c3RybGVu'),base64_decode('Z'.'G'.'V'.'maW5lZ'.'A=='),base64_decode(''.'ZmlsZV9le'.'G'.'l'.'z'.'dH'.'M='),base64_decode('Zm'.'lsZV9leGlzd'.'H'.'M='),base64_decode(''.'ZmlsZV9leGlzd'.'HM='),base64_decode('Z'.'mlsZV'.'9le'.'GlzdH'.'M'.'='),base64_decode('Z'.'mlsZV9leGl'.'zdHM='),base64_decode(''.'aXN'.'fZGl'.'y'),base64_decode('c'.'3Ry'.'X3Jl'.'c'.'GxhY2'.'U='),base64_decode('c3Ryb'.'GVu'),base64_decode('aXN'.'fcmVhZG'.'Fib'.'GU='),base64_decode('c'.'3R'.'yX3J'.'lc'.'G'.'xhY2U'.'='),base64_decode('b3BlbmRpcg'.'=='),base64_decode('cmVhZG'.'Rpc'.'g='.'='),base64_decode('a'.'XNf'.'Z'.'Gly'),base64_decode('Y2xvc2VkaXI='),base64_decode('aXN'.'fYXJyYXk='),base64_decode('Y291b'.'nQ='),base64_decode('c3Ryb'.'GVu'),base64_decode('Y291b'.'nQ='),base64_decode('ZmlsZ'.'V9le'.'G'.'lzdHM='),base64_decode('a'.'XNf'.'ZG'.'ly'),base64_decode('c'.'3RyX3JlcGxhY2U='),base64_decode('c3'.'R'.'y'.'b'.'GVu'),base64_decode('aXNfd3JpdGF'.'ibGU='),base64_decode('c'.'3'.'R'.'y'.'X3Jlc'.'GxhY'.'2U='),base64_decode('c3R'.'yb'.'GVu'),base64_decode('ZmlsZV9l'.'e'.'G'.'lzdHM='),base64_decode('aXNfZ'.'Gly'),base64_decode('c'.'3'.'RyX3Jlc'.'GxhY2U'.'='),base64_decode('c3'.'R'.'ybGVu'),base64_decode('aX'.'NfcmVhZGFibG'.'U='),base64_decode('c3RyX3JlcGxhY2U='),base64_decode('c3'.'Ryb'.'GVu'),base64_decode('b3'.'BlbmRpcg'.'=='),base64_decode('cmVhZGRpcg=='),base64_decode('c3Vic'.'3'.'Ry'),base64_decode('a'.'XNfZmlsZQ'.'=='),base64_decode('c3V'.'i'.'c3Ry'),base64_decode(''.'c3RybGVu'),base64_decode(''.'c3Vic3R'.'y'),base64_decode('c3RybGVu'),base64_decode(''.'c'.'3Vic3R'.'y'),base64_decode('c3RybGVu'),base64_decode('ZmlsZV9leGlzdHM'.'='),base64_decode('c3'.'Vic3Ry'),base64_decode('c3Vic3'.'Ry'),base64_decode('c3Ryb'.'GV'.'u'),base64_decode('c3Vi'.'c3Ry'),base64_decode('c3R'.'ybGVu'),base64_decode('Y2x'.'vc2VkaX'.'I='),base64_decode('Y2'.'9'.'1bnQ='),base64_decode('c3'.'RybG'.'Vu'),base64_decode('c3RydG9'.'sb3'.'dl'.'cg'.'=='),base64_decode('ZG'.'VmaW5lZA'.'=='),base64_decode('c3'.'R'.'ybGVu'),base64_decode(''.'c3Ry'.'b'.'GVu'),base64_decode('Y'.'29'.'1bn'.'Q'.'='),base64_decode(''.'c3R'.'y'.'b'.'GVu'),base64_decode('c3RyX3'.'Jl'.'cGx'.'hY2U='),base64_decode('c3RyX3Jl'.'cGxhY'.'2'.'U='),base64_decode('c3RyX3'.'JlcGx'.'hY'.'2U'.'='),base64_decode('c'.'3R'.'yb'.'GV'.'u'),base64_decode(''.'c3'.'Ry'.'bGVu'),base64_decode('Y291b'.'nQ='),base64_decode('c3R'.'ybGVu'),base64_decode('c3RyX3'.'JlcGxhY2U='),base64_decode(''.'c3RyX3J'.'l'.'cGxhY'.'2U'.'='),base64_decode('c3RyX'.'3J'.'lcGxhY'.'2'.'U='),base64_decode('c3Ryb'.'GVu'),base64_decode('c'.'3'.'RybG'.'Vu'),base64_decode(''.'ZnVuY3Rpb25fZXh'.'pc3R'.'z'),base64_decode('c3RyX3'.'JlcGxhY2U='),base64_decode(''.'ZGlybmF'.'tZ'.'Q'.'=='),base64_decode('c3Vi'.'c3Ry'),base64_decode('c3'.'RybGVu'),base64_decode('c3'.'R'.'ybGVu'),base64_decode(''.'c3Vi'.'c3R'.'y'),base64_decode(''.'c3R'.'ybGVu'),base64_decode('c'.'3R'.'ybGVu'),base64_decode('aXN'.'fYXJ'.'yYXk='),base64_decode('Y'.'291b'.'nQ='),base64_decode('aW1wb'.'G9kZQ=='),base64_decode('ZXhwbG9kZQ=='),base64_decode('Z'.'X'.'hwb'.'G9kZQ=='),base64_decode(''.'ZmlsZV9n'.'ZXRfY29u'.'d'.'G'.'V'.'u'.'dHM'.'='),base64_decode('c3'.'RycG9z'),base64_decode('c'.'3R'.'ycG9'.'z'),base64_decode('c3Vic'.'3'.'Ry'),base64_decode('c'.'3R'.'ycG'.'9z'),base64_decode('c'.'3Vic3Ry'),base64_decode(''.'c3Vi'.'c3Ry'),base64_decode('Y'.'mFzZTY0X'.'2Vu'.'Y29kZ'.'Q=='),base64_decode('b'.'WQ'.'1'),base64_decode('c3Vic3R'.'y'),base64_decode('c3Ry'.'b'.'G'.'Vu'),base64_decode('bWQ1'),base64_decode('c'.'HJl'.'Z1'.'9y'.'Z'.'XBsY'.'WNl'),base64_decode('c3R'.'y'.'bG'.'Vu'),base64_decode('c3Ryb'.'GV'.'u'),base64_decode('aXNfYXJyYX'.'k='),base64_decode('c3R'.'yb'.'GVu'),base64_decode('aX'.'NfYXJyYXk='),base64_decode('aXNfYXJyYXk'.'='),base64_decode('c'.'3RybGVu'),base64_decode('c'.'3'.'Ryb'.'GV'.'u'),base64_decode('c'.'3RybGVu'),base64_decode(''.'Z'.'nNv'.'Y'.'2tv'.'c'.'GVu'),base64_decode('c3RybGVu'),base64_decode('YmFzZT'.'Y0'.'X2V'.'uY2'.'9kZQ'.'=='),base64_decode('dXJsZW5jb2Rl'),base64_decode('ZGV'.'maW5lZA='.'='),base64_decode('dXJsZW5j'.'b2Rl'),base64_decode('d'.'XJsZ'.'W'.'5jb'.'2'.'Rl'),base64_decode('d'.'X'.'J'.'s'.'ZW'.'5'.'j'.'b'.'2Rl'),base64_decode('c3'.'R'.'y'.'b'.'GVu'),base64_decode(''.'ZnB'.'1'.'d'.'HM'.'='),base64_decode('ZmVv'.'Zg=='),base64_decode('Z'.'mdldHM='),base64_decode(''.'cHJlZ19tY'.'XRj'.'aA'.'=='),base64_decode('aW5'.'fYX'.'J'.'yY'.'X'.'k='),base64_decode('aGV'.'4ZGV'.'j'),base64_decode('Z'.'nJ'.'lYWQ='),base64_decode('aW5fY'.'XJyYXk='),base64_decode('aGV'.'4ZG'.'Vj'),base64_decode('ZnJlYWQ'.'='),base64_decode('ZmNsb3Nl'),base64_decode('Y2'.'xhc3'.'N'.'fZXh'.'pc3'.'Rz'),base64_decode(''.'b'.'W'.'V0'.'aG'.'9kX2V4aX'.'N0c'.'w'.'='.'='),base64_decode('c3RybG'.'Vu'),base64_decode('c'.'3Ry'.'bGV'.'u'),base64_decode('Z3p1bmNvbXByZXNz'),base64_decode('c3V'.'i'.'c3Ry'),base64_decode(''.'c3Ryb'.'G'.'Vu'),base64_decode(''.'aXNfYX'.'J'.'yYXk='),base64_decode('aXNf'.'Y'.'X'.'JyYXk='),base64_decode('c'.'3Ry'.'bGVu'),base64_decode('c3RybGVu'),base64_decode('c'.'3RybGV'.'u'),base64_decode('dXJsZW5jb2Rl'),base64_decode('b'.'W'.'Q1'),base64_decode('dXJsZW5jb2Rl'),base64_decode('dXJ'.'sZW'.'5j'.'b2Rl'),base64_decode('d'.'XJsZW5j'.'b2R'.'l'),base64_decode('ZG'.'Vm'.'a'.'W'.'5l'.'ZA=='),base64_decode('Z'.'GVmaW5'.'lZA=='),base64_decode('d'.'XJsZ'.'W5jb'.'2Rl'),base64_decode(''.'dXJ'.'sZW5jb2Rl'),base64_decode(''.'dX'.'JsZW5j'.'b2Rl'),base64_decode('dXJsZ'.'W5jb2Rl'),base64_decode('dXJsZ'.'W5j'.'b'.'2R'.'l'),base64_decode(''.'dXJsZW5jb'.'2Rl'),base64_decode('dXJsZW5jb2Rl'),base64_decode('dX'.'JsZW5jb2Rl'),base64_decode('dXJsZW5jb'.'2Rl'),base64_decode('dXJsZW5jb2R'.'l'),base64_decode('cGh'.'wdmV'.'y'.'c'.'2lv'.'bg=='),base64_decode('dXJsZW5jb'.'2Rl'),base64_decode('dXJsZW5jb'.'2Rl'),base64_decode('Y2'.'91bnQ='),base64_decode(''.'Y291b'.'nQ='),base64_decode('dXJsZW5jb2R'.'l'),base64_decode('Y291bnQ'.'='),base64_decode(''.'Y291'.'bn'.'Q='),base64_decode('d'.'XJsZW5jb2Rl'),base64_decode('Y2'.'91b'.'n'.'Q'.'='),base64_decode('Y291bnQ='),base64_decode('dXJ'.'sZW5j'.'b2Rl'),base64_decode('ZGVm'.'aW5'.'l'.'ZA'.'=='),base64_decode('Y29uc3Rhb'.'nQ'.'='),base64_decode('ZGVma'.'W5lZA=='),base64_decode('Y29'.'uc3Rhb'.'nQ='),base64_decode('c3RybGVu'),base64_decode('Y'.'mFzZTY0X2RlY'.'2'.'9'.'kZQ='.'='),base64_decode('dW'.'5zZXJpYWxpemU='),base64_decode('aXNfYXJyYX'.'k='),base64_decode('Y'.'291bnQ='),base64_decode('c3'.'RybGVu'),base64_decode('dXJsZW5'.'jb'.'2Rl'),base64_decode('ZGVmaW5'.'lZA=='),base64_decode(''.'Y2'.'9uc'.'3RhbnQ='),base64_decode('c3R'.'y'.'bGVu'),base64_decode('YmF'.'zZT'.'Y0X2RlY29kZQ=='),base64_decode('dW5zZXJpYW'.'xpe'.'mU='),base64_decode(''.'aXN'.'fYXJy'.'YXk'.'='),base64_decode(''.'Y'.'2'.'91'.'bnQ='),base64_decode(''.'dXJsZ'.'W5jb2'.'Rl'),base64_decode('a'.'W1'.'wbG9kZ'.'Q=='),base64_decode('Y2xhc3NfZXhpc'.'3R'.'z'),base64_decode('dXJsZW5jb2R'.'l'),base64_decode('d'.'XJsZW'.'5j'.'b2Rl'),base64_decode('bWV0a'.'G9'.'kX2'.'V'.'4aXN'.'0cw=='),base64_decode(''.'bWV'.'0a'.'G9'.'kX2V'.'4a'.'XN0cw=='),base64_decode('d'.'XJsZW5'.'jb'.'2R'.'l'),base64_decode('dXJsZW'.'5jb2Rl'),base64_decode(''.'dX'.'JsZW5j'.'b'.'2Rl'),base64_decode('dXJs'.'ZW5jb2R'.'l'),base64_decode('aXNfYXJyYXk'.'='),base64_decode('c'.'3'.'RybGVu'),base64_decode('d'.'XJsZW'.'5jb2Rl'),base64_decode('Z'.'nVuY3Rpb2'.'5f'.'ZX'.'hp'.'c'.'3R'.'z'),base64_decode('b3'.'BlbmRpcg=='),base64_decode(''.'aXNfYX'.'Jy'.'YX'.'k='),base64_decode('aW5'.'fYXJyYXk='),base64_decode('Z'.'mlsZV9leG'.'lzd'.'HM='),base64_decode('aXNfZmlsZQ='.'='),base64_decode('ZmlsZV9nZXRf'.'Y29udGVudH'.'M='),base64_decode('cHJ'.'lZ'.'19tYXRjaA=='),base64_decode('cmVhZGR'.'p'.'cg=='),base64_decode('aX'.'N'.'fZ'.'Gly'),base64_decode('c3RycG9'.'z'),base64_decode('aX'.'NfYX'.'JyYXk'.'='),base64_decode('aW5'.'f'.'YXJyYXk'.'='),base64_decode(''.'Z'.'m'.'ls'.'ZV9leGlzdHM='),base64_decode('c3'.'Ryb'.'GVu'),base64_decode(''.'c3Ry'.'X3J'.'l'.'cGx'.'hY2U='),base64_decode('c3RyX3Jl'.'c'.'Gxh'.'Y2U='),base64_decode('c3RyX3Jlc'.'Gx'.'hY2U='),base64_decode('c3'.'Ry'.'X3'.'Jlc'.'Gxh'.'Y'.'2U'.'='),base64_decode('Y2xvc2Vk'.'aX'.'I='),base64_decode('Y2'.'xhc3NfZXhpc3Rz'),base64_decode('b3BlbmRpcg=='),base64_decode(''.'cm'.'VhZ'.'GRpc'.'g=='),base64_decode('a'.'XNfZG'.'ly'),base64_decode('aXNf'.'YXJyYXk='),base64_decode('aW'.'5f'.'YXJ'.'yYXk'.'='),base64_decode('Z'.'mlsZV9le'.'GlzdHM='),base64_decode('ZmlsZV9nZ'.'XRfY29u'.'d'.'GVudHM='),base64_decode('c'.'HJ'.'lZ1'.'9yZXBsY'.'W'.'Nl'),base64_decode('c3R'.'ybG'.'V'.'u'),base64_decode('c3Ry'.'X3Jl'.'cGxhY2U='),base64_decode('c'.'3RyX3J'.'lc'.'GxhY'.'2U='),base64_decode('Y2xv'.'c2VkaXI='),base64_decode('Y2xhc3NfZXhpc3R'.'z'),base64_decode('Y2'.'xhc3N'.'fZ'.'Xhpc3Rz'),base64_decode('a'.'XNf'.'YXJyYX'.'k'.'='),base64_decode('aW'.'5fYXJyYXk='),base64_decode('YXJyY'.'Xlfa2V5X2V'.'4aXN0cw=='),base64_decode('Y29'.'1bnQ='),base64_decode('b'.'3BlbmRp'.'cg='.'='),base64_decode('cmVhZGRpc'.'g=='),base64_decode('aX'.'NfZGly'),base64_decode(''.'aXNf'.'Y'.'X'.'JyYXk='),base64_decode('a'.'W'.'5f'.'YXJyY'.'Xk='),base64_decode('ZmlsZ'.'V9leGlz'.'dHM='),base64_decode('Z'.'ml'.'sZV9nZXRf'.'Y29udGVud'.'HM='),base64_decode('cHJlZ19yZXB'.'s'.'Y'.'W'.'Nl'),base64_decode('c3Ry'.'bGV'.'u'),base64_decode('c3RyX3'.'JlcG'.'x'.'hY2U='),base64_decode('c'.'3RyX3Jl'.'cGxhY2U='),base64_decode(''.'Y2'.'x'.'vc2Vk'.'aXI'.'='),base64_decode('Y2xh'.'c'.'3'.'NfZ'.'Xh'.'pc3Rz'),base64_decode('Y2xh'.'c3NfZXhp'.'c3'.'Rz'),base64_decode('aXNf'.'YXJyYXk'.'='),base64_decode('aW5fYXJ'.'yYXk='),base64_decode('YX'.'JyY'.'Xlfa'.'2V5X2V4aXN'.'0cw=='),base64_decode('Y291bnQ='),base64_decode('c3RybGVu'),base64_decode(''.'c'.'3R'.'yb'.'G'.'V'.'u'),base64_decode('a'.'W'.'du'.'b3'.'Jl'.'X'.'3VzZXJf'.'YWJv'.'cnQ='),base64_decode('Zml'.'s'.'ZV9leGlzdHM'.'='),base64_decode('Zmls'.'Z'.'X'.'NpemU'.'='),base64_decode('Zm9wZW'.'4='),base64_decode('aWdub'.'3JlX3Vz'.'ZXJ'.'fYWJvcnQ='),base64_decode(''.'Zm9wZW4'.'='),base64_decode('aWdub3JlX'.'3'.'VzZ'.'XJfYWJ'.'vc'.'nQ='),base64_decode('ZnN'.'lZWs='),base64_decode('ZnJlYWQ='),base64_decode(''.'c3R'.'y'.'bGVu'),base64_decode('ZndyaXRl'),base64_decode(''.'ZmNsb'.'3Nl'),base64_decode(''.'ZmNsb3N'.'l'),base64_decode('Y29weQ=='),base64_decode('d'.'W5s'.'aW'.'5r'),base64_decode('Y2x'.'lYXJzdGF0Y2FjaGU'.'='),base64_decode('Zm9'.'w'.'ZW4'.'='),base64_decode('ZmxvY2s'.'='),base64_decode('Znd'.'ya'.'XR'.'l'),base64_decode('ZGF0Z'.'Q=='),base64_decode(''.'Z'.'mZsdX'.'No'),base64_decode('Z'.'mxvY2s='),base64_decode(''.'Zm'.'Nsb3Nl'),base64_decode(''.'aWdub3JlX3VzZ'.'XJf'.'YW'.'Jv'.'cnQ='),base64_decode('c3'.'RyX3Jl'.'cGxh'.'Y'.'2U'.'='),base64_decode('c'.'3Ry'.'X3Jlc'.'Gxh'.'Y2U='),base64_decode(''.'c3RybGVu'),base64_decode('c3Vic'.'3Ry'),base64_decode(''.'c3R'.'ybGVu'),base64_decode('c3Ry'.'b'.'GVu'),base64_decode(''.'c3Vic3Ry'),base64_decode(''.'c3Ry'.'b'.'GVu'),base64_decode('Z'.'mlsZV9'.'leGl'.'zdH'.'M'.'='),base64_decode('a'.'XNfZGl'.'y'),base64_decode('a'.'XNfd'.'3JpdG'.'F'.'ibGU='),base64_decode('Y2h'.'tb2Q='),base64_decode('c3Vic3'.'Ry'),base64_decode('c3Vic3'.'R'.'y'),base64_decode('Y2'.'91b'.'nQ='),base64_decode(''.'bWtka'.'XI='),base64_decode('c'.'3R'.'ybGVu'),base64_decode('c3'.'R'.'ybGVu'),base64_decode(''.'c3'.'Vic'.'3Ry'),base64_decode('c3RybGVu'),base64_decode('c3R'.'y'.'bGVu'),base64_decode(''.'c3RybGV'.'u'),base64_decode('c3V'.'ic3'.'Ry'),base64_decode('c3R'.'ybG'.'V'.'u'),base64_decode('c3R'.'ycG9'.'z'),base64_decode('c3Ryb'.'GV'.'u'),base64_decode('Zm'.'lsZV'.'9leGlzdHM='),base64_decode('c'.'3'.'RyX3JlcGxhY2U='),base64_decode('c3R'.'y'.'bGV'.'u'),base64_decode('aXNf'.'ZGly'),base64_decode('ZmlsZV9leGlzdHM='),base64_decode('a'.'XNfZGly'),base64_decode('c'.'3'.'Ry'.'X'.'3J'.'l'.'cG'.'xhY2U='),base64_decode('a'.'XNfd'.'3'.'Jp'.'d'.'GFi'.'b'.'GU='),base64_decode('c3RyX3JlcGxhY'.'2U='),base64_decode(''.'c3R'.'yb'.'GV'.'u'),base64_decode(''.'b3'.'BlbmRpc'.'g=='),base64_decode('cmVhZGR'.'p'.'cg=='),base64_decode(''.'c3V'.'ic'.'3Ry'),base64_decode(''.'c3'.'R'.'y'.'bG'.'Vu'),base64_decode('Y291bnQ='),base64_decode('c3RycG9z'),base64_decode('aXNfZGl'.'y'),base64_decode('aX'.'NfZmlsZQ=='),base64_decode('Zmls'.'ZV9leGlz'.'d'.'HM='),base64_decode(''.'aXNfd3Jpd'.'GFibG'.'U='),base64_decode('c3R'.'y'.'X3J'.'lcGxhY2'.'U='),base64_decode('ZG'.'VjaG'.'V'.'4'),base64_decode('Y3'.'JjMz'.'I='),base64_decode('ZmlsZV9nZ'.'XRf'.'Y2'.'9'.'udG'.'Vu'.'dHM='),base64_decode('Y29we'.'Q=='),base64_decode('Y2h'.'tb2Q='),base64_decode('ZG'.'Vja'.'GV'.'4'),base64_decode('Y3JjMzI'.'='),base64_decode('ZmlsZV9nZXR'.'fY29udG'.'V'.'u'.'dHM='),base64_decode('c3RyX3Jlc'.'G'.'xhY2U='),base64_decode('Y2xv'.'c2Vka'.'XI='),base64_decode('c3Vic3Ry'),base64_decode('ZmlsZV9leGlzdH'.'M='),base64_decode('aXNfZGl'.'y'),base64_decode(''.'c3Ry'.'X3Jlc'.'GxhY2'.'U='),base64_decode('aX'.'Nfd3'.'JpdGFibGU='),base64_decode('c3R'.'y'.'X3Jl'.'cG'.'xh'.'Y'.'2U='),base64_decode('c'.'3RybGVu'),base64_decode('ZG'.'VjaGV4'),base64_decode(''.'Y3JjMzI='),base64_decode('ZmlsZ'.'V9'.'nZXRf'.'Y2'.'9udGVudHM='),base64_decode('Y29weQ=='),base64_decode('Y2htb2Q='),base64_decode('Z'.'GVjaGV4'),base64_decode('Y3J'.'jMzI='),base64_decode('ZmlsZV9nZ'.'X'.'RfY29ud'.'GVudHM='),base64_decode('c3Ry'.'X3JlcG'.'xhY2U='),base64_decode(''.'c3Ryb'.'GVu'),base64_decode(''.'Zml'.'sZV9'.'l'.'eG'.'l'.'zdHM'.'='),base64_decode(''.'aXNfZ'.'mls'.'ZQ'.'=='),base64_decode(''.'dW'.'5saW'.'5r'),base64_decode('b'.'3Blb'.'mRp'.'cg=='),base64_decode('c'.'mVhZGRpcg=='),base64_decode('aXNfZGly'),base64_decode('dW5saW5'.'r'),base64_decode('Y'.'2'.'xvc2VkaX'.'I='),base64_decode('c'.'m1k'.'aXI='),base64_decode('c3RycG9z'),base64_decode('c'.'3Ryc'.'mV2'),base64_decode(''.'c3RycmV'.'2'),base64_decode('c3'.'R'.'y'.'bGVu'),base64_decode('c'.'3'.'Ry'.'bGVu'),base64_decode('Z'.'ml'.'s'.'ZV9nZ'.'XRfY29'.'u'.'dGVudHM='),base64_decode('c'.'3'.'RyX3Jlc'.'G'.'xh'.'Y2U='),base64_decode(''.'aX'.'NfYXJ'.'yY'.'Xk='),base64_decode(''.'YXJ'.'yYXlfa'.'2'.'V5X2V4aX'.'N0cw'.'=='),base64_decode('dG91Y2g'.'='),base64_decode('aX'.'NfY'.'X'.'JyYXk='),base64_decode(''.'YXJyYXlfa2V5X'.'2V4aX'.'N0cw=='),base64_decode('ZXhwbG9kZQ=='),base64_decode('YXJyYXlfc2VhcmNo'),base64_decode('c3RyX3JlcGxhY'.'2U='),base64_decode('Z'.'GVmaW5l'.'ZA='.'='),base64_decode('ZGVmaW5'.'lZA=='),base64_decode('ZmlsZV9l'.'e'.'GlzdHM='),base64_decode('ZXhwbG9kZQ=='),base64_decode(''.'bWljcm90aW'.'1l'),base64_decode(''.'Y'.'2'.'91bnQ='),base64_decode('aXNfYXJyYX'.'k='),base64_decode('aXNfYXJyYX'.'k'.'='),base64_decode('Y291bnQ='),base64_decode('aX'.'NfYXJyYXk='),base64_decode('aXN'.'fY'.'XJ'.'yYX'.'k='),base64_decode('aX'.'Nf'.'YXJyYXk='),base64_decode('Y291bnQ='),base64_decode('ZGVmaW5l'),base64_decode('b2J'.'fc'.'3Rhcn'.'Q'.'='),base64_decode(''.'b2JfZ2'.'V0X2N'.'vb'.'nRlbnR'.'z'),base64_decode(''.'b2JfZW5k'.'X2NsZWFu'),base64_decode('ZGVmaW'.'5l'),base64_decode('b2Jfc3Rhc'.'nQ'.'='),base64_decode('b2JfZ2V0'.'X2NvbnR'.'lbnR'.'z'),base64_decode('b2'.'JfZ'.'W5'.'k'.'X2N'.'sZWFu'),base64_decode('dW5sa'.'W5r'),base64_decode('c2V0X3Rp'.'bWVfbGltaXQ='),base64_decode('aW5'.'pX3NldA'.'=='),base64_decode('aWdub3'.'J'.'lX3'.'VzZXJfYWJ'.'vcnQ'.'='),base64_decode('dW5'.'sa'.'W5r'),base64_decode('Zm9wZW4='),base64_decode('Z'.'ndya'.'X'.'Rl'),base64_decode('Znd'.'y'.'aXRl'),base64_decode('Z'.'ndy'.'a'.'XR'.'l'),base64_decode('ZndyaXRl'),base64_decode('Zndy'.'aXRl'),base64_decode(''.'Zm'.'N'.'sb3Nl'));?><? function ___492169286($_1366644889){static $_638785062= false; if($_638785062 == false) $_638785062=array('VV'.'BE'.'Q'.'VRF'.'X1NZU1RFTV'.'9WRV'.'JTSU9OX0E=',''.'MTUuN'.'S'.'4x','Q'.'lhfRE'.'lSX1'.'BF'.'Uk1J'.'U1NJT05T','Qlh'.'fRElSX1BFUk1JU1'.'NJT0'.'5'.'T','REVGQV'.'VMVF'.'9VUER'.'BV'.'EVfU0V'.'SVkVS','bXlzcWwuc21u','Z'.'mls'.'ZV'.'9nZ'.'XRfY29ud'.'GVudHM=','cmI=','emxpYg'.'==',''.'Z3pvcGVu','Z3'.'pvc'.'GVuNjQ'.'=',''.'aHRt'.'bHNwZWNpYWxjaG'.'Fyc2'.'J'.'4','Qlh'.'fVVRG',''.'VVRGLTg=','SV'.'N'.'PLTg4NTk'.'t'.'MQ==','YnhfYWNjZWxlc'.'mF0b3Jf'.'cm'.'VzZ'.'X'.'Q=','YWNj'.'ZWx'.'lcmF0b3J'.'fcmVzZX'.'Q=','d2luY'.'2Fja'.'GVfcmVmcmVzaF'.'9pZl9jaGFuZ2Vk','VVNfU0hB'.'UkV'.'E'.'X'.'0tFUk'.'5FT'.'F9'.'QQVRI','VVNfU0'.'hB'.'UkV'.'E'.'X'.'0'.'t'.'F'.'Uk5FT'.'F9QQVRI','L2Jpd'.'HJpeA==','V'.'VN'.'fQ0FMTF9'.'UWVBF','VVNfQ0'.'F'.'MTF'.'9UWVBF','QU'.'xM','VV'.'NfQk'.'FTRV9'.'NT0RVTEU=','VV'.'Nf'.'QkF'.'TRV'.'9'.'NT'.'0RVTEU'.'=',''.'bW'.'Fpbg'.'==','VVBEQVRFX'.'1NUUk9OR19V'.'UERBV'.'EVfQ0h'.'FQ0s=','','Q0FD'.'SEU0'.'V'.'V'.'BEQ'.'VRFU1lTX0xJQ0VO'.'U'.'0VfS0'.'VZ','','RE9DVU1FTlRf'.'Uk9PVA==','L2JpdH'.'JpeC'.'9tb2R'.'1bGVzL21haW4vY'.'2xhc3N'.'lcy9n'.'ZW5lcmFsL'.'3VwZGF0ZV9jbGFz'.'cy5waHA'.'=','aW50c'.'mFuZXQ'.'=','RE9'.'DVU1FTlRfUk9PVA==','L'.'2JpdH'.'JpeC9tb2R1bGVzL21'.'ha'.'W'.'4vbG'.'Fu'.'Zy'.'9ydQ==',''.'Z29'.'zcG9yd'.'GFs','fm5'.'l'.'d'.'19saWNlbnNl'.'MTRfOV'.'8'.'yX3NpZ24=','RE9DVU1FT'.'lRf'.'Uk'.'9PVA==','L'.'2JpdH'.'JpeC9'.'tb2R1bG'.'V'.'zL21haW'.'4vb'.'GFuZy9y'.'dQ='.'=','RE9DVU1FTl'.'RfUk9PVA'.'==','L2J'.'pdHJp'.'eC9'.'t'.'b2R1bGV'.'zL21haW'.'4vb'.'GFuZy91YQ==','fm5ld1'.'9sa'.'WNl'.'bnNlMTR'.'fOV9zaWdu','U'.'0VMRU'.'NUIF'.'Z'.'BTFVF'.'IA==',''.'RlJPTSB'.'i'.'X29wdGlvbiA=','V'.'0hF'.'UkUgU'.'0'.'l'.'U'.'RV'.'9JRC'.'B'.'JUyBOVUxMI'.'A'.'='.'=','CUFO'.'RC'.'BNT0RVTE'.'VfSUQ'.'gP'.'S'.'An',''.'JyA=','CUFO'.'RCBO'.'QU1FID0'.'g'.'Jw==',''.'JyA=','VkF'.'MVU'.'U=',''.'TVl'.'T'.'UU'.'w'.'=','U0VMRUNUIEdFVF9MT0NLKCc=','X1'.'VwZGF0ZVN'.'5c3'.'RlbSc'.'s'.'IDA'.'pIGFzIEw=','Rml'.'s'.'ZTog','PGJyPkxpbmU6IA==','TA==','MQ='.'=','T1JBQ'.'0'.'xF',''.'CiAgI'.'CAgIC'.'AgICA'.'gICA'.'gICBk'.'ZWNsYXJlC'.'iAgIC'.'AgICA'.'gIC'.'A'.'gIC'.'AgICAgICA'.'g'.'b'.'XlfbG'.'9ja19pZCB'.'ud'.'W1'.'i'.'ZX'.'I7Ci'.'Ag'.'ICA'.'gI'.'C'.'Ag'.'ICA'.'gICAgICA'.'gIC'.'Ag'.'bX'.'lfcm'.'V'.'z'.'dWx0I'.'G'.'51bW'.'Jl'.'cj'.'sKICAgIC'.'AgICA'.'g'.'ICAgICAg'.'IC'.'AgICBs'.'b2NrX2Zha'.'WxlZCBleG'.'Nlc'.'HRpb247Ci'.'AgIC'.'Ag'.'ICAgICAg'.'ICAgICAgICAgcH'.'JhZ21hIG'.'V4Y2VwdGl'.'vbl9pbml'.'0KG'.'xvY2tfZmFpb'.'GVk'.'LCAtNTQpOw'.'o'.'gI'.'CAg'.'I'.'CAgICAg'.'IC'.'A'.'g'.'I'.'CAgYm'.'V'.'naW4K'.'IC'.'Ag'.'ICA'.'gICAgICA'.'gI'.'CAgI'.'C'.'Ag'.'ICBteV9sb2N'.'rX2lkOj1kYm1zX3'.'V0a'.'Wxp'.'dHku'.'Z'.'2V0X'.'2hhc2'.'hfdmFsdWUo'.'dG9fY2hhcign','X'.'1VwZGF0Z'.'VN5c3RlbScp'.'L'.'CAwL'.'C'.'AxM'.'DI0KTsKICAgIC'.'Ag'.'ICAg'.'ICA'.'gICAgICAgI'.'CB'.'teV9yZ'.'XN'.'1bHQ'.'6PWRibXN'.'f'.'bG9jay5'.'yZXF1ZX'.'N0KG15X2xvY'.'2t'.'faWQsIGRi'.'bXNfbG'.'9ja'.'y54X21'.'vZGUsID'.'A'.'sIHRydWU'.'pOw'.'ogICA'.'gIC'.'Ag'.'ICAgICA'.'g'.'I'.'CAgICAgIC'.'0t'.'IC'.'B'.'SZXR1cm'.'4gd'.'mF'.'sd'.'WU6CiAgIC'.'AgICAgIC'.'AgIC'.'A'.'gICAgIC'.'A'.'g'.'LS0g'.'ICAgMCA'.'t'.'I'.'HN'.'1'.'Y2N'.'l'.'c3MK'.'ICAgIC'.'Ag'.'ICA'.'gIC'.'Ag'.'ICAgICAgICA'.'tL'.'SAgICAxIC0'.'gd'.'GltZW'.'91dAogICA'.'gICA'.'gICAgICAgI'.'CAgICAgIC0tIC'.'A'.'gI'.'DIgL'.'SBk'.'ZWFk'.'bG'.'9jawo'.'gIC'.'AgIC'.'AgICAgICAgIC'.'AgICAgIC0t'.'ICAgI'.'DMgLSBwYXJhbW'.'V0ZXIgZXJyb3'.'IKICA'.'gICA'.'g'.'ICAgI'.'CA'.'g'.'ICA'.'g'.'ICA'.'g'.'ICAtLSAg'.'ICA0I'.'C'.'0gYWxyZWFkeS'.'Bv'.'d24gbG9ja'.'yBz'.'cGVj'.'aW'.'Z'.'p'.'ZWQgYnk'.'gJ2lkJyBvci'.'AnbG'.'9ja'.'2'.'hhbmRsZ'.'ScKICAgICA'.'gICA'.'gIC'.'AgICAgICA'.'gICAtL'.'S'.'AgI'.'CA1IC0gaWxsZW'.'dhbCBs'.'b'.'2NraG'.'FuZG'.'xl'.'CiAg'.'ICA'.'gI'.'CAgICAgI'.'CAgICAg'.'ICAgaW'.'YobXlfcm'.'VzdWx0PD4wIGFuZ'.'CBt'.'eV9y'.'ZX'.'N1'.'bH'.'Q8PjQpdGhlbg'.'ogICAgI'.'CAgICAgICAgICAgICA'.'gI'.'C'.'AgI'.'CByYW'.'lzZS'.'Bsb2'.'NrX2Z'.'haWxl'.'ZD'.'sKICAgICAgICAgICA'.'gIC'.'AgICAgICB'.'l'.'bmQgaWY7CiA'.'gI'.'C'.'Ag'.'ICAg'.'ICAg'.'ICAgICBlbmQ7Ci'.'A'.'gI'.'CAg'.'ICAg'.'IC'.'AgIA'.'==','REVMRVRFIE'.'ZST0'.'0gQl9PUFR'.'J'.'T04gV0h'.'F'.'UkUgT'.'U9'.'E'.'VUxFX0lE'.'ID0gJ21'.'h'.'aW'.'4nIEFORCBOQU'.'1'.'FI'.'D0gJw==',''.'X1VwZGF0ZVN5c3'.'Rlb'.'Sc'.'gQ'.'U5EIF'.'NJV'.'EVfS'.'UQgS'.'VMgTlVMT'.'CBBTk'.'Q'.'gREF'.'UR'.'URJRkYoU0VDT0'.'5'.'ELC'.'B'.'DT05WRVJU'.'KERBV'.'EVUSU1'.'FLCBERVN'.'DU'.'klQVElP'.'TiksIE'.'d'.'F'.'V'.'E'.'RBVEUoKSkg'.'PiA=','R'.'m'.'lsZTog','PGJy'.'Pkx'.'pbm'.'U'.'6'.'I'.'A==','U0VUIEx'.'PQ0'.'tfVElNRU9'.'V'.'VCAx','RmlsZTog','P'.'GJyPkxpb'.'mU'.'6I'.'A='.'=','SU5TRVJU'.'I'.'El'.'OVE8'.'gQl9PUF'.'R'.'JT'.'04oT'.'U9EV'.'U'.'x'.'F'.'X0l'.'EL'.'CB'.'OQU1'.'FL'.'CBTS'.'VRFX'.'0lELCBWQUx'.'VR'.'SwgR'.'EV'.'T'.'Q'.'1'.'JJ'.'UFRJT04'.'pIF'.'ZBTF'.'V'.'FU'.'yAoJ'.'21haW4n'.'LCAn','X'.'1V'.'wZGF0ZVN'.'5c'.'3Rlb'.'Scs'.'IE'.'5'.'VTEws'.'ICBO'.'VU'.'xMLCBDT05WRVJUKFZBUkNIQVI'.'oMTI'.'4'.'KSwgR0VUREFURSgpKSk=',''.'U0VU'.'IExPQ0tf'.'VEl'.'NR'.'U9'.'VVC'.'AtMQ==','RmlsZTo'.'g','P'.'GJyPkxp'.'bm'.'U6I'.'A==','TVlTUUw=','U'.'0VMRUNUIFJ'.'FT'.'EVBU0VfTE9'.'DS'.'y'.'gn','X1VwZGF0ZV'.'N5c3Rlb'.'S'.'cpIG'.'FzIE'.'w'.'=','R'.'mls'.'ZTog','PGJyPkxpbm'.'U'.'6IA='.'=','TA==','MA'.'==','T1JBQ0xF','RE'.'V'.'MRVR'.'FIEZS'.'T00g'.'Ql9'.'PUFRJT'.'0'.'4g'.'V0hFU'.'kUg'.'T'.'U9EVUx'.'FX0lEI'.'D'.'0g'.'J21haW4nIE'.'FORC'.'BO'.'QU1FID0gJ'.'w='.'=','X1VwZGF0'.'Z'.'VN5c3R'.'lb'.'S'.'cgQU5'.'E'.'I'.'FNJVE'.'Vf'.'S'.'U'.'Q'.'g'.'S'.'VM'.'gTlV'.'MTA'.'==','R'.'mlsZ'.'Tog','PGJy'.'PkxpbmU6IA'.'==','aW5jb'.'HVk'.'ZQ==','SW5'.'jbHVkZS'.'ByZXBhaXJlZ'.'A='.'=','SW'.'5jbHVkZSB'.'yZXBh'.'aX'.'IgZ'.'XJyb'.'3I6IA==','','b'.'WFp'.'b'.'g==','c3RhYmxlX3Z'.'lc'.'nNpb25zX29ubHk'.'=',''.'WQ==',''.'RVJST1I=',''.'RVJS'.'T1'.'I=','Ww==','RVJST'.'1'.'I=','QA==',''.'V'.'FlQRQ'.'==','X'.'SA=','RVJST1I=','Iw==',''.'TU'.'9EVUxFUw==','TU9EVUxFUw==','T'.'U9EVUxFUw='.'=','Iw==','TU9'.'EVUx'.'F',''.'TU9'.'EV'.'UxFUw==','Iw'.'==',''.'TU9EVUxF',''.'VVBE'.'QVRFX1N'.'ZU1RFTQ==','','ZXhlYy'.'BDVXBkY'.'XRlQ'.'2xpZW50'.'OjpTdW'.'J'.'zY3'.'JpYmVNYW'.'ls',''.'W1JWMDFdIA==',''.'U'.'1V'.'QWl'.'9OT19RU1R'.'SSU5H','LiA=','JmVt'.'YWlsPQ'.'==','J'.'nF'.'1ZXJ5X3R'.'5cGU9bWF'.'pbA='.'=','L'.'0xJ'.'Q0V'.'O'.'U'.'0VfS'.'0V'.'Z'.'PVt'.'e'.'Jl'.'0qL2'.'k=','TElD'.'R'.'U5TRV9L'.'RV'.'k9WA==','QUNUSVY=','W'.'0dOU1U'.'wMl0g',''.'U1'.'VQWl9FT'.'VBUWV9'.'BTlN'.'X'.'RVI=','LiA'.'=','VE'.'lNRSB'.'Td'.'WJz'.'Y'.'3JpYmV'.'NYWlsKHJlcXVlc3QpIA'.'==','I'.'HNlYw==','R'.'EF'.'UQQ='.'=','Iw'.'==','R'.'V'.'JS'.'T1I=','R'.'EFUQQ==','Iw='.'=',''.'RVJS'.'T1I=',''.'REFUQQ='.'=',''.'Iw'.'='.'=',''.'RV'.'J'.'ST1'.'I=','R'.'EFUQQ'.'==','Iw==','RVJST1I=','REFUQQ='.'=','I'.'w==','RVJ'.'ST1I'.'=','Q'.'A==','VFlQ'.'RQ==','Ww==','REFUQ'.'Q'.'==','Iw==','R'.'VJST'.'1'.'I=',''.'QA==','VFlQRQ==','X'.'SA'.'=','REFUQQ'.'==','I'.'w==','RVJST1I'.'=','Iw'.'==','LiA'.'=','U00'.'=','','ZXh'.'lYyBDV'.'XBk'.'YXRlQ'.'2x'.'pZW50OjpBY3Rpd'.'m'.'F0ZUNvdXBvbg==','W'.'1JWMD'.'FdI'.'A'.'==','U1VQW'.'l9OT19RU1RSSU5H','LiA'.'=','Jm'.'NvdXBvbj0=','JnF1ZXJ5X3R5cGU'.'9Y291c'.'G9u','L0x'.'JQ'.'0VO'.'U0VfS0V'.'ZPVte'.'J'.'l'.'0qL'.'2k=',''.'TElDR'.'U'.'5'.'TRV9LR'.'V'.'k9WA==',''.'QUNUSVY=','W0dO'.'U1UwMl'.'0g','U1'.'VQWl9'.'FT'.'VBU'.'WV9BT'.'lN'.'XRVI=','LiA=',''.'VElNRS'.'B'.'BY3Rp'.'dmF0ZUN'.'v'.'dXBv'.'bihyZ'.'XF1ZXN'.'0'.'KSA=','IHNl'.'Yw==','REFUQQ='.'=','I'.'w'.'==','RVJST1'.'I'.'=','RE'.'FUQQ='.'=','Iw==','RVJS'.'T1'.'I=','REFUQQ'.'==','Iw==',''.'RV'.'J'.'ST'.'1I=','REFUQQ==','Iw='.'=',''.'RV'.'JST1I=','RE'.'FUQQ==','Iw==',''.'RVJS'.'T1'.'I=','QA==','VFlQRQ='.'=','W'.'w='.'=','REFUQ'.'Q'.'==','Iw'.'==','RVJST1I=',''.'QA==','VFl'.'Q'.'RQ==','XSA=','REFUQQ==','Iw='.'=',''.'RVJST1'.'I=','Iw'.'==','Li'.'A=','R'.'EF'.'U'.'QQ==','Iw==','Uk'.'VOVA='.'=','REFU'.'QQ='.'=',''.'Iw==','U'.'kVOV'.'A==',''.'bWFpbg==',''.'flNBQVN'.'fT'.'U'.'9ERQ==','WQ'.'==','REFUQQ'.'==','Iw='.'=','Uk'.'VO'.'V'.'A==','QA==','Q'.'UM=',''.'VjE'.'=','VjI=','bWFp'.'bg==','YWRtaW5fcGFzc'.'3d'.'vcmRo','VjE=',''.'R'.'E9DVU1F'.'TlRfU'.'k9'.'P'.'VA==','L2JpdHJpeC9tb2R1bGVzL2'.'1'.'haW4vY'.'WR'.'taW4v'.'ZGVm'.'aW5lLnBocA==',''.'d'.'w'.'==','PA==','P0Rl'.'Zm'.'luZSgiVE'.'VNUE9SQV'.'JZX0N'.'BQ0hF'.'IiwgI'.'g==','Vj'.'I'.'=','Iik'.'7'.'Pw'.'==',''.'Pg='.'=','R'.'EFU'.'R'.'V9UT'.'19TT'.'1VSQ0U=','fn'.'N1cHB'.'v'.'cnRfZmluaXN'.'oX2Rh'.'d'.'GU=','REFURV9UT1'.'9TT1VSQ0U'.'=','TUFYX1NJVEVT','b'.'WFpbg==','UE'.'FSQU1fTU'.'FYX1'.'NJVEVT','TUFYX1NJV'.'EV'.'T','T'.'UFYX1VTRVJT','bWFpbg==','UEF'.'SQU1fT'.'UFY'.'X1VTRVJT','TUFYX1VTRVJT','TUFYX1'.'NFUlZFUlM=','bW'.'Fpbg='.'=','flBBUkFN'.'X0'.'1BW'.'F9TRVJ'.'WRVJT','TU'.'FYX1NFUl'.'ZFUlM'.'=','Q'.'09NUE9T'.'SV'.'RF','b'.'WFpbg==','flB'.'BU'.'kFN'.'X0NPTVBPU0lUR'.'Q==','Q09N'.'U'.'E9'.'T'.'S'.'V'.'RF','U'.'EhP'.'TkVfU0lQ','bWFpb'.'g==','f'.'l'.'B'.'BUkFNX1BI'.'T05FX1NJU'.'A==','UE'.'hPTkVfU0lQ','UEFS'.'V'.'E'.'5FUl9'.'JRA='.'=',''.'bWFpbg==','fl'.'BBUk'.'FNX1BBUlRORVJfSU'.'Q=','U'.'EFSV'.'E5FUl'.'9JRA'.'='.'=','TA'.'==',''.'bWFp'.'bg'.'==','fmNw'.'Zl9tYXB'.'f'.'dm'.'FsdWU=','',''.'ZQ==',''.'Zg==',''.'LA='.'=','TA==','ZQ='.'=','Rg==',''.'ZQ'.'='.'=','UG9ydGFs','ZQ==',''.'Rg==',''.'ZQ'.'==','R'.'A==','ZQ'.'==','W'.'A==','bWF'.'pb'.'g==','fmNwZl9tY'.'XBfd'.'m'.'Fs'.'dW'.'U=',''.'T'.'DE=','LA==','TD'.'E=','bWFp'.'bg'.'==','fmN'.'wZl'.'9tYXB'.'fdmF'.'sdWU=','','ZXhlYyBDVXB'.'kYXRlQ2xpZW'.'50OjpVcGRh'.'d'.'G'.'VVcGR'.'h'.'d'.'GU'.'=','W1JWMD'.'FdIA==','U1VQWl9OT19RU1RSSU5H','LiA=','JnF1ZXJ5X3R5'.'cGU9d'.'XBkYXR'.'l'.'dXBk'.'YXRl','L0xJQ0V'.'OU0V'.'fS0VZPVteJl0qL2k=','TElDRU5TRV9L'.'RVk'.'9WA==','Uk'.'VH','W0dOU'.'1UwMl'.'0g','U1VQWl'.'9F'.'TV'.'BUW'.'V'.'9BTlNXR'.'VI=','LiA=','VE'.'l'.'NRSBVcGRhd'.'G'.'VVcG'.'RhdG'.'UocmVxdWV'.'zdCkg','IHNlYw==',''.'R'.'E9DVU1FT'.'lRfUk'.'9'.'PVA==','L2'.'Jpd'.'HJ'.'pe'.'C'.'9'.'1cGRh'.'dG'.'VzL3V'.'wZGF0ZV9hcmNoa'.'XZ'.'l'.'Lmd6',''.'d2I=',''.'W1V'.'S'.'VjAyXSA=','I0Z'.'J'.'T'.'EUj','RE9'.'DVU1FT'.'lRfUk9PVA='.'=','L'.'2Jp'.'dHJ'.'peC91'.'cGR'.'hdGVz',''.'U1VQU'.'F'.'9SVl9FUl9U'.'RU1'.'QX0ZJ'.'TEU=','LiA=','W1VSVj'.'Az'.'XSA=','I'.'0ZJTEUj','RE9DV'.'U1F'.'Tl'.'R'.'fUk9PVA==','L2J'.'pd'.'HJpeC9'.'1cGRhdGV'.'zL3VwZG'.'F0ZV9h'.'c'.'mNoa'.'X'.'Z'.'l'.'Lmd6',''.'U1VQUF9S'.'Vl'.'9'.'XUlRfV'.'E'.'VNUF'.'9GSUxF','LiA=','','WQ='.'=','W1'.'VSV'.'jA'.'0XS'.'A=',''.'U'.'1'.'VQ'.'UF9S'.'Vl9CUk'.'VBSw'.'==','LiA'.'=','R'.'E9'.'D'.'VU1FTlRfUk9PVA==',''.'L2J'.'pd'.'HJpeC'.'91c'.'GRhdGVz'.'Lw='.'=','L3VwZGF'.'0ZV9pbmZvL'.'nh'.'t'.'bA==','L3VwZG'.'F0'.'ZV'.'9pb'.'mZvLnhtbA==','W1V'.'SVj'.'A1XSA'.'=','I0ZJTEUj','L3Vw'.'ZGF'.'0'.'ZV'.'9pbmZv'.'Ln'.'htbA==','U1VQUF'.'9S'.'Vl9'.'F'.'Ul9ERVNDU'.'l9'.'GSUxF','L'.'i'.'A=','L3V'.'wZG'.'F0ZV'.'9pbmZv'.'L'.'nh'.'t'.'b'.'A'.'==','W 

鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
PHP gzpassthru函数代码示例发布时间:2022-05-15
下一篇:
PHP gzopen函数代码示例发布时间:2022-05-15
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap