Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP5 Decoder for ionCube Encoder)
- *
- * @ Version : 3.5.0.0
- * @ Author : DeZender
- * @ Release on : 22.06.2018
- * @ Official site : http://DeZender.Net
- *
- */
- define('__script_name', 'in.php');
- define('__ignore_mysql_errors', 'on');
- include dirname(__FILE__) . '/setup.inc';
- if (defined('__mysql_error')) {
- include _obfuscated_0D143F22032D38143D2F1B23350810163E322A1C1D1911_(0, 0);
- } else {
- if (__antibot_use == 'on') {
- $antibot_log_tmp = 'antibot_tmp_log' . _obfuscated_0D5B3535090135073B033B3C0D37251506180B0F030232_();
- _obfuscated_0D35341827271815041F0C023C3F050F385C2533221222_('insert ' . $antibot_log_tmp . " set ip='" . _obfuscated_0D3508352D381B01160C37322D2E3E12341F181D1C3922_($_SERVER['REMOTE_ADDR']) . "',dt='" . date('Y-m-d H:i:s') . "',dt_date='" . date('Y-m-d') . "',dt_minute=" . (60 * date('H') + date('i')) . ",useragent='" . _obfuscated_0D3508352D381B01160C37322D2E3E12341F181D1C3922_($_SERVER['HTTP_USER_AGENT']) . "',useragent_type='" . ((_obfuscated_0D383910030A322D0F1E06322604311A10075C240D1F01_($_SERVER['HTTP_USER_AGENT']) ? 'bot' : '')) . "',url='" . _obfuscated_0D3508352D381B01160C37322D2E3E12341F181D1C3922_($_SERVER['REQUEST_URI']) . "',ref='" . _obfuscated_0D3508352D381B01160C37322D2E3E12341F181D1C3922_($_SERVER['HTTP_REFERER']) . "',cookie_md5='" . ((strlen(trim($_SERVER['HTTP_COOKIE'])) ? md5($_SERVER['HTTP_COOKIE']) : '')) . "',phpsessid='" . _obfuscated_0D3508352D381B01160C37322D2E3E12341F181D1C3922_($_COOKIE['PHPSESSID']) . "'");
- _obfuscated_0D052538312E1C2A2E211B330E170A1C083C2D5B282401_();
- }
- _obfuscated_0D1C1F21093003320D323127300E2D40091524080E2401_();
- eval("\r\nfunction " . __jscode_function_name . "(\$line=null)\r\n{\r\n\tstatic \$str;\r\n\tif(isset(\$line))\r\n\t{\r\n\t\t\$str=(isset(\$str)?\$str:'').\$line;\r\n\t\treturn;\r\n\t}\r\n\tif(isset(\$str))\r\n\t{\r\n\t\techo \$str;\r\n\t\t\$str=null;\r\n\t}\r\n}\r\n\r\nfunction " . __404_function_name . "(\$is404=false,\$str=null)\r\n{\r\n\tstatic \$was404;\r\n\tif(isset(\$str) && isset(\$was404))\r\n\t{\r\n\t\techo \$str;\r\n\t\treturn;\r\n\t}\r\n\tif(\$is404)\r\n\t\t\$was404=true;\r\n}\r\n");
- $face_id = null;
- if (isset($_GET['facename'])) {
- $facename = $_GET['facename'];
- }
- if (isset($facename) && _obfuscated_0D395B333833245B1C36081922291026100C193C1A2A22_($res = _obfuscated_0D35341827271815041F0C023C3F050F385C2533221222_("select face_id from faces where face_name='" . _obfuscated_0D033D5C38293C3E0B40292E5B012837342B2215341232_($facename) . "' limit 1"))) {
- $face_id = _obfuscated_0D0E34021624313D31192326131D2B1B29234002170322_($res, 0);
- } else {
- $face_id = 0;
- }
- if (isset($_GET['sub'])) {
- $_GET['sub'] = $_GET['sub'];
- } else {
- if (isset($_STREAM['sub'])) {
- $_GET['sub'] = $_STREAM['sub'];
- }
- }
- if (!isset($_GET['search']) && isset($_STREAM['search'])) {
- $_GET['search'] = $_STREAM['search'];
- }
- if (isset($_GET['search'])) {
- $_GET['search'] = _obfuscated_0D133C2F26382706185C1D352115022821180C2B250501_($_GET['search']);
- if (!strlen($_GET['search'])) {
- unset($_GET['search']);
- } else {
- $search = $search_origin = $_GET['search'];
- }
- if (isset($search_origin) && !isset($_GET['searchupdatoff'])) {
- _obfuscated_0D2533385B3603083C3D2606335C1B0D0309070A013522_("update searches set cnt=cnt+1,last_update_dt='%s' where q='%s' limit 1", cur_time(), $search_origin);
- }
- }
- if (isset($_GET['tag']) && $_GET['tag'] == '[CONTENT_BEST_TAG]') {
- unset($_GET['tag']);
- .....................................................................
- ................................................
- ..............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement