Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP7 Decoder for ionCube Encoder)
- *
- * @ Version : 4.1.0.1
- * @ Author : DeZender
- * @ Release on : 29.08.2020
- * @ Official site : http://DeZender.Net
- *
- */
- function lisanshatametnigoster()
- {
- echo $tekniklisanshatametni = '<html><head><link rel=\'stylesheet\' href=\'https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css\'><title>Aksoyhlc | Lisanssız Kullanım</title></head><body><script type="text/javascript">alert(\'Lisanssız Kullanım Tespit Edildi\');var uyariicerigi="<style type=\'text/css\'>.lisans-kontrol{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}</style><div class=\'aksoyhlc-lisans-kontrol lisans-kontrol\'><div style=\'max-width:980px;color: rgb(255, 255, 255);background-color: rgb(252, 84, 75);padding: 2rem;border-radius: 1rem;text-align: center;\'><h3 style=\'margin-top: 0px; margin-bottom: 0.5rem; font-weight: 700; line-height: 1.2; color: inherit; font-size: 1.75rem;\'>Lisanssız Kullanım Tespit Edildi</h3>Bu script <a href=\'https://satis.aksoyhlc.net/\' rel=\'follow,index\' style=\'color: rgb(255, 255, 255); transition: all 0.5s ease 0s;\'><b>satis.aksoyhlc.net</b></a> tarafından üretilmiştir ve sizin bu scripti kullanma hakkınız bulunmamaktadır.<br>Websiteniz ile ilgili bilgiler script sahibine iletildi.<br>Sistemi kullanabilmek için <u><a href=\'https://satis.aksoyhlc.net/\' style=\'color: rgb(255, 255, 255); transition: all 0.5s ease 0s;\'><b>SATIN ALIN</b></a></u><hr style=\'overflow: visible; margin-top: 1rem; margin-bottom: 1rem; border-top-color: rgb(241, 176, 183);\'><a href=\'https://satis.aksoyhlc.net/\' style=\'color: rgb(255, 255, 255); transition: all 0.5s ease 0s;\'>satis.aksoyhlc.net</a> | <a href=\'https://aksoyhlc.net/\' style=\'color: rgb(255, 255, 255); transition: all 0.5s ease 0s;\'>aksoyhlc.net</a></div></div>";function lisansbaslat(hatametni){document.body.innerHTML=hatametni;}window.onload=lisansbaslat(uyariicerigi);</script></body></html>';
- exit();
- }
- function footerhatametnigoster()
- {
- echo '<html><head><link rel=\'stylesheet\' href=\'https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css\'><title>Aksoyhlc | Footer Değişikliği</title></head><body><script type="text/javascript">alert(\'Footer Değişikliği Tespit Edildi\');var uyariicerigi="<style type=\'text/css\'>.lisans-kontrol{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}</style><div class=\'aksoyhlc-lisans-kontrol lisans-kontrol\'><div style=\'max-width:980px;color: rgb(255, 255, 255);background-color: rgb(252, 84, 75);padding: 2rem;border-radius: 1rem;text-align: center;\'><h3 style=\'margin-top: 0px; margin-bottom: 0.5rem; font-weight: 700; line-height: 1.2; color: inherit; font-size: 1.75rem;\'>Footer Değişikliği Tespit Edildi</h3>Bu script <a href=\'https://satis.aksoyhlc.net/\' rel=\'follow,index\' style=\'color: rgb(255, 255, 255); transition: all 0.5s ease 0s;\'><b>satis.aksoyhlc.net</b></a> tarafından üretilmiştir ve footer değiştirme veya silme hakkınız bulunmamaktadır.<br>Footer - Copyright değişkiliği yapabilmek için değişiklik yapma hakkı alın <u><a href=\'https://satis.aksoyhlc.net/\' style=\'color: rgb(255, 255, 255); transition: all 0.5s ease 0s;\'><br><b>İLETİŞİME GEÇ</b></a></u><hr style=\'overflow: visible; margin-top: 1rem; margin-bottom: 1rem; border-top-color: rgb(241, 176, 183);\'><a href=\'https://satis.aksoyhlc.net/\' style=\'color: rgb(255, 255, 255); transition: all 0.5s ease 0s;\'>satis.aksoyhlc.net</a> | <a href=\'https://aksoyhlc.net/\' style=\'color: rgb(255, 255, 255); transition: all 0.5s ease 0s;\'>aksoyhlc.net</a></div></div>";function lisansbaslat(hatametni){document.body.innerHTML=hatametni;}window.onload=setTimeout(function(){lisansbaslat(uyariicerigi)},1);</script></body></html>';
- exit();
- }
- function footerkontrol()
- {
- $metin = 'Aksoyhlc CRM';
- $c = file_get_contents(__DIR__ . '/footer.php');
- if (strpos($c, $metin) === false) {
- footerhatametnigoster();
- }
- if (file_exists(__DIR__ . '/login.php')) {
- $sayfa = 'login.php';
- }
- else {
- $sayfa = 'giris.php';
- }
- $icerik = file_get_contents(__DIR__ . ('/' . $sayfa));
- if (strpos($icerik, $metin) === false) {
- footerhatametnigoster();
- }
- }
- function kod_uret()
- {
- require_once __DIR__ . '/classes/GoogleAuthenticator.php';
- $ga = new PHPGangsta_GoogleAuthenticator();
- return json_encode(['kod' => $ga->createSecret()]);
- }
- function kod_kontrol($kod)
- {
- global $ayarcek;
- global $db;
- global $crud;
- global $islem;
- if (isset($islem)) {
- $crud = $islem;
- }
- require_once __DIR__ . '/classes/GoogleAuthenticator.php';
- $ga = new PHPGangsta_GoogleAuthenticator();
- $secret = $crud->tek('SELECT kul_auth_kod FROM kullanicilar WHERE kul_id=' . $_SESSION['kul_id'])['kul_auth_kod'];
- $oneCode = $ga->getCode($secret);
- $checkResult = $ga->verifyCode($secret, $kod, 0);
- if ($checkResult) {
- $_SESSION['guvenlik'] = true;
- return json_encode(['durum' => 'ok']);
- }
- else {
- $_SESSION['guvenlik'] = false;
- return json_encode(['durum' => 'no']);
- }
- }
- function simdi()
- {
- date('Y-m-d H:i:s');
- }
- function le($tur, $metin)
- {
- global $crud;
- global $db;
- global $ayarcek;
- $detay = $_SESSION['kul_isim'] . ' kullanıcısı ' . simdi() . ' tarihinde <b>' . $metin;
- $crud->log($tur, $detay);
- }
- function animasyon($efekt)
- {
- global $ayarcek;
- if ($ayarcek['animasyon_onay'] == 1) {
- echo (string) $efekt;
- }
- }
- function modul($modul, $yonlendirme = 'h')
- {
- global $ayarcek;
- global $db;
- $sorgu = $db->prepare('SELECT modul_durum FROM modul WHERE modul_kisa=:modul_kisa');
- $sorgu->execute(['modul_kisa' => $modul]);
- .........................................................................
- ........................................
- ...................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement