Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. <?php
  2. /*
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 3.5.0.0
  8. * @ Author : DeZender
  9. * @ Release on : 22.06.2018
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. define('__script_name', 'in.php');
  15. define('__ignore_mysql_errors', 'on');
  16. include dirname(__FILE__) . '/setup.inc';
  17.  
  18. if (defined('__mysql_error')) {
  19. include _obfuscated_0D143F22032D38143D2F1B23350810163E322A1C1D1911_(0, 0);
  20. } else {
  21. if (__antibot_use == 'on') {
  22. $antibot_log_tmp = 'antibot_tmp_log' . _obfuscated_0D5B3535090135073B033B3C0D37251506180B0F030232_();
  23. _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']) . "'");
  24. _obfuscated_0D052538312E1C2A2E211B330E170A1C083C2D5B282401_();
  25. }
  26.  
  27. _obfuscated_0D1C1F21093003320D323127300E2D40091524080E2401_();
  28. 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");
  29. $face_id = null;
  30.  
  31. if (isset($_GET['facename'])) {
  32. $facename = $_GET['facename'];
  33. }
  34.  
  35. if (isset($facename) && _obfuscated_0D395B333833245B1C36081922291026100C193C1A2A22_($res = _obfuscated_0D35341827271815041F0C023C3F050F385C2533221222_("select face_id from faces where face_name='" . _obfuscated_0D033D5C38293C3E0B40292E5B012837342B2215341232_($facename) . "' limit 1"))) {
  36. $face_id = _obfuscated_0D0E34021624313D31192326131D2B1B29234002170322_($res, 0);
  37. } else {
  38. $face_id = 0;
  39. }
  40.  
  41. if (isset($_GET['sub'])) {
  42. $_GET['sub'] = $_GET['sub'];
  43. } else {
  44. if (isset($_STREAM['sub'])) {
  45. $_GET['sub'] = $_STREAM['sub'];
  46. }
  47. }
  48.  
  49. if (!isset($_GET['search']) && isset($_STREAM['search'])) {
  50. $_GET['search'] = $_STREAM['search'];
  51. }
  52.  
  53. if (isset($_GET['search'])) {
  54. $_GET['search'] = _obfuscated_0D133C2F26382706185C1D352115022821180C2B250501_($_GET['search']);
  55.  
  56. if (!strlen($_GET['search'])) {
  57. unset($_GET['search']);
  58. } else {
  59. $search = $search_origin = $_GET['search'];
  60. }
  61.  
  62. if (isset($search_origin) && !isset($_GET['searchupdatoff'])) {
  63. _obfuscated_0D2533385B3603083C3D2606335C1B0D0309070A013522_("update searches set cnt=cnt+1,last_update_dt='%s' where q='%s' limit 1", cur_time(), $search_origin);
  64. }
  65. }
  66.  
  67. if (isset($_GET['tag']) && $_GET['tag'] == '[CONTENT_BEST_TAG]') {
  68. unset($_GET['tag']);
  69. .....................................................................
  70. ................................................
  71. ..............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement