Advertisement
Guest User

Untitled

a guest
Dec 27th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.28 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP7 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 4.1.0.1
  8. * @ Author : DeZender
  9. * @ Release on : 29.08.2020
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function lisanshatametnigoster()
  15. {
  16. 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&nbsp;<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>&nbsp;|&nbsp;<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>';
  17. exit();
  18. }
  19.  
  20. function footerhatametnigoster()
  21. {
  22. 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 &nbsp;<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>&nbsp;|&nbsp;<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)},1000);</script></body></html>';
  23. exit();
  24. }
  25.  
  26. function footerkontrol()
  27. {
  28. $metin = 'Aksoyhlc Teknik Servis';
  29. $c = file_get_contents(__DIR__ . '/footer.php');
  30.  
  31. if (strpos($c, $metin) === false) {
  32. footerhatametnigoster();
  33. }
  34.  
  35. if (file_exists(__DIR__ . '/login.php')) {
  36. $sayfa = 'login.php';
  37. }
  38. else {
  39. $sayfa = 'giris.php';
  40. }
  41.  
  42. $icerik = file_get_contents(__DIR__ . ('/' . $sayfa));
  43.  
  44. if (strpos($icerik, $metin) === false) {
  45. footerhatametnigoster();
  46. }
  47. }
  48.  
  49. function py($para)
  50. {
  51. echo number_format($para, 0, ',', '.');
  52. }
  53.  
  54. function guvenlik($gelen)
  55. {
  56. $giden = htmlspecialchars($gelen);
  57. return $giden;
  58. }
  59.  
  60. function mailsifreleme($kul_mail)
  61. {
  62. $gizlianahtar = '05a8acd63ecadfc55842804bc537f76e';
  63. return md5(sha1(md5($_SERVER['REMOTE_ADDR'] . $gizlianahtar . $kul_mail . 'Aksoyhlc' . date('d.m.Y H:i:s') . $_SERVER['HTTP_USER_AGENT'])));
  64. }
  65.  
  66. function ucret($id)
  67. {
  68. global $db;
  69. $sorgu = $db->prepare('SELECT SUM(islem_ucret) FROM islem WHERE islem_kayit_id=:islem_kayit_id');
  70. $sorgu->execute(['islem_kayit_id' => $id]);
  71. return $sorgu->fetch(PDO::FETCH_ASSOC)['SUM(islem_ucret)'];
  72. }
  73.  
  74. function izin()
  75. {
  76. return true;
  77. }
  78.  
  79. function le($tur, $metin)
  80. {
  81. global $crud;
  82. global $db;
  83. global $ayarcek;
  84. $detay = $_SESSION['kul_isim'] . ' kullanıcısı ' . simdi() . ' tarihinde <b>' . $metin;
  85. ..........................................................................
  86. ..............................................
  87. .....................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement