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
- *
- */
- $bas = 'OKN-';
- $son = '-2019';
- $m = 'md5';
- $s = 'sha1';
- $kurulualanadi = 'https://sitenisevsinler.com/lisans/';
- $dosya_adi = 'lisans.php';
- if (!file_exists($dosya_adi)) {
- touch($dosya_adi);
- }
- require_once 'lisans.php';
- $lisans['site'] = getenv('HTTP_HOST');
- $lisans['site'] = strtolower($lisans['site']);
- $lisans['site'] = rtrim($lisans['site'], '.');
- $lisans['site'] = temizle($lisans['site']);
- $lisans['hash'] = wordwrap(strtoupper($s($s($s($s($m($s($s($m($lisans['site'] . date('W')))))))))), 5, '-', true);
- $sipadres = $_SERVER['SERVER_ADDR'];
- $ua = getbrowser();
- $tarayici = $ua['name'];
- $platform = $ua['platform'];
- $kipadres = gercekip();
- $site = $_SERVER['HTTP_HOST'];
- $hata = $kurulualanadi . 'get.php';
- $liskod = $lisans['hash'];
- $cevir = strrev($liskod);
- $bcs = (string) $bas . $cevir . $son;
- if ($bcs !== $lisanskodu) {
- $ch = curl_init($kurulualanadi . 'kontrol.php?site=' . $lisans['site']);
- curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
- curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
- $lisans_cevap = curl_exec($ch);
- if ($lisans_cevap !== 'LISANSLI') {
- $params = array('sipadres' => $sipadres, 'kipadres' => $kipadres, 'tarayici' => $tarayici, 'platform' => $platform, 'site' => $site, 'bugun' => date('d.m.Y'));
- httppost($kurulualanadi . 'get.php', $params);
- header('location:' . $kurulualanadi . 'uyari.php');
- exit();
- }
- $lyaz = fopen('lisans.php', 'w+');
- @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?>");
- fclose($lyaz);
- }
- function Temizle($y)
- {
- $g = array('www.', ':8880', ':8443', ':443', ':2086', ':2082', 'mail.', '/cpanel', ':80');
- $d = array('', '', '', '', '', '', '', '', '');
- $yd = str_replace($g, $d, $y);
- return $yd;
- }
- function getBrowser()
- {
- $u_agent = $_SERVER['HTTP_USER_AGENT'];
- $bname = 'Bilinmiyor';
- $platform = 'Bilinmiyor';
- if (preg_match('/linux/i', $u_agent)) {
- $platform = 'linux';
- } else {
- if (preg_match('/macintosh|mac os x/i', $u_agent)) {
- $platform = 'mac';
- } else {
- if (preg_match('/windows|win32/i', $u_agent)) {
- $platform = 'windows';
- }
- }
- }
- if (preg_match('/MSIE/i', $u_agent) && !preg_match('/Opera/i', $u_agent)) {
- $bname = 'Internet Explorer';
- $ub = 'MSIE';
- } else {
- if (preg_match('/Firefox/i', $u_agent)) {
- $bname = 'Mozilla Firefox';
- $ub = 'Firefox';
- } else {
- if (preg_match('/Chrome/i', $u_agent)) {
- $bname = 'Google Chrome';
- $ub = 'Chrome';
- } else {
- if (preg_match('/Safari/i', $u_agent)) {
- $bname = 'Apple Safari';
- $ub = 'Safari';
- } else {
- if (preg_match('/Opera/i', $u_agent)) {
- $bname = 'Opera';
- $ub = 'Opera';
- } else {
- if (preg_match('/Netscape/i', $u_agent)) {
- $bname = 'Netscape';
- .......................................................
- ..................................
- .............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement