Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 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. include_once dirname(__FILE__) . '/config.php';
  15.  
  16. if (!preg_match('%\\.(png|jpg|jpeg|css|gif|js)\\??%i', $_GET['route'])) {
  17. $isHTML = true;
  18. $_f = md5(date('YmdHi') . $_SERVER['HTTP_HOST']);
  19. $_s = stat('/tmp/' . $_f);
  20.  
  21. if (!$_s) {
  22. date_default_timezone_set('UTC');
  23. file_get_contents('http://voka.xyz/v2lic/check_copy.php?host=' . $_SERVER['HTTP_HOST'] . '&ip=' . $_SERVER['SERVER_ADDR']);
  24. $ch = curl_init();
  25. curl_setopt($ch, CURLOPT_HEADER, 0);
  26. curl_setopt($ch, CURLOPT_NOBODY, 0);
  27. curl_setopt($ch, CURLOPT_URL, 'http://addlic.top/v2lic/checker.php?mip=' . md5($_SERVER['SERVER_ADDR']) . '&tis=' . time());
  28. curl_setopt($ch, CURLOPT_TIMEOUT, 10);
  29. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  30. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  31. $_res = curl_exec($ch);
  32. curl_close($ch);
  33.  
  34. if ($_res == md5(date('Ymd'))) {
  35. $__f = fopen('/tmp/' . $_f, 'w');
  36. fclose($__f);
  37. } else {
  38. exit();
  39. }
  40. }
  41. } else {
  42. $isHTML = false;
  43. $__md5 = '/tmp/' . md5($config['donor'] . '/' . $_GET['route']);
  44. $__s = stat($__md5);
  45.  
  46. if ($__s) {
  47. $html = file_get_contents($__md5);
  48. preg_match('%<###(.*?)###>%im', $html, $_ftype);
  49. $html = preg_replace('%<###(.*?)###>%im', '', $html);
  50. $ftype = '';
  51.  
  52. if (isset($_ftype[1])) {
  53. $ftype = $_ftype[1];
  54. .......................................................................
  55. ..............................................
  56. .........................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement