Advertisement
Guest User

Untitled

a guest
Feb 4th, 2020
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 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. $bas = 'OKN-';
  15. $son = '-2019';
  16. $m = 'md5';
  17. $s = 'sha1';
  18. $kurulualanadi = 'https://sitenisevsinler.com/lisans/';
  19. $dosya_adi = 'lisans.php';
  20.  
  21. if (!file_exists($dosya_adi)) {
  22. touch($dosya_adi);
  23. }
  24.  
  25. require_once 'lisans.php';
  26. $lisans['site'] = getenv('HTTP_HOST');
  27. $lisans['site'] = strtolower($lisans['site']);
  28. $lisans['site'] = rtrim($lisans['site'], '.');
  29. $lisans['site'] = temizle($lisans['site']);
  30. $lisans['hash'] = wordwrap(strtoupper($s($s($s($s($m($s($s($m($lisans['site'] . date('W')))))))))), 5, '-', true);
  31. $sipadres = $_SERVER['SERVER_ADDR'];
  32. $ua = getbrowser();
  33. $tarayici = $ua['name'];
  34. $platform = $ua['platform'];
  35. $kipadres = gercekip();
  36. $site = $_SERVER['HTTP_HOST'];
  37. $hata = $kurulualanadi . 'get.php';
  38. $liskod = $lisans['hash'];
  39. $cevir = strrev($liskod);
  40. $bcs = (string) $bas . $cevir . $son;
  41.  
  42. if ($bcs !== $lisanskodu) {
  43. $ch = curl_init($kurulualanadi . 'kontrol.php?site=' . $lisans['site']);
  44. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  45. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  46. $lisans_cevap = curl_exec($ch);
  47.  
  48. if ($lisans_cevap !== 'LISANSLI') {
  49. $params = array('sipadres' => $sipadres, 'kipadres' => $kipadres, 'tarayici' => $tarayici, 'platform' => $platform, 'site' => $site, 'bugun' => date('d.m.Y'));
  50. httppost($kurulualanadi . 'get.php', $params);
  51. header('location:' . $kurulualanadi . 'uyari.php');
  52.  
  53. exit();
  54. }
  55.  
  56. $lyaz = fopen('lisans.php', 'w+');
  57. @fwrite($lyaz, "<?php\r\n/**SiteniSevsinler.com Lisans Sistemi\r\nCopyright (C) 2018\r\n0505 080 11 11\r\[email protected]\r\nSatış Linki: https://sitenisevsinler.com/lisans-yonetim-scripti.html\r\nBu dosyaya herhangi bir lisans kodu yazmanız gerekmez, almış olduğunuz ürünün lisansı aktif olduğunda, sitenizde anahtar otomatik oluşturulur.\r\nYeni lisans almak için sitenisevsinler.com adresini ziyaret edebilirsiniz.*/\r\n\$lisanskodu=\"" . $bcs . "\";\r\n?>");
  58. fclose($lyaz);
  59. }
  60.  
  61. function Temizle($y)
  62. {
  63. $g = array('www.', ':8880', ':8443', ':443', ':2086', ':2082', 'mail.', '/cpanel', ':80');
  64. $d = array('', '', '', '', '', '', '', '', '');
  65. $yd = str_replace($g, $d, $y);
  66.  
  67. return $yd;
  68. }
  69.  
  70. function getBrowser()
  71. {
  72. $u_agent = $_SERVER['HTTP_USER_AGENT'];
  73. $bname = 'Bilinmiyor';
  74. $platform = 'Bilinmiyor';
  75.  
  76. if (preg_match('/linux/i', $u_agent)) {
  77. $platform = 'linux';
  78. } else {
  79. if (preg_match('/macintosh|mac os x/i', $u_agent)) {
  80. $platform = 'mac';
  81. } else {
  82. if (preg_match('/windows|win32/i', $u_agent)) {
  83. $platform = 'windows';
  84. }
  85. }
  86. }
  87.  
  88. if (preg_match('/MSIE/i', $u_agent) && !preg_match('/Opera/i', $u_agent)) {
  89. $bname = 'Internet Explorer';
  90. $ub = 'MSIE';
  91. } else {
  92. if (preg_match('/Firefox/i', $u_agent)) {
  93. $bname = 'Mozilla Firefox';
  94. $ub = 'Firefox';
  95. } else {
  96. if (preg_match('/Chrome/i', $u_agent)) {
  97. $bname = 'Google Chrome';
  98. $ub = 'Chrome';
  99. } else {
  100. if (preg_match('/Safari/i', $u_agent)) {
  101. $bname = 'Apple Safari';
  102. $ub = 'Safari';
  103. } else {
  104. if (preg_match('/Opera/i', $u_agent)) {
  105. $bname = 'Opera';
  106. $ub = 'Opera';
  107. } else {
  108. if (preg_match('/Netscape/i', $u_agent)) {
  109. $bname = 'Netscape';
  110. .......................................................
  111. ..................................
  112. .............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement