Facebook
From das, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 64
  1. <?php
  2.  
  3.  
  4.  
  5. $customJAVA = array(
  6.     '<script src="https://google.com/recaptcha/api.js"></script>',
  7. );
  8. error_reporting(0);
  9. session_start();
  10. session_destroy();
  11.  
  12. $page_title = 'Giriş Yap';
  13. ?>
  14.  
  15. <head>
  16.     <meta charset="utf-8">
  17.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  18.     <meta name="viewport" content="width=device-width, initial-scale=1">
  19.     <meta name="description" content="Giriş Yap - CarboNDefaceR">
  20.     <meta name="keywords" content="worlwide,automation">
  21.     <meta name="author" content="Kronik">
  22.  
  23.     <title><?php echo $page_title ?> - CarbonDefacer</title>
  24.     <link href="https://fonts.googleapis.com/css?family=Poppins:400,500,700,800&display=swap" rel="stylesheet">
  25.     <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  26.     <link href="../assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  27.     <link href="../assets/plugins/font-awesome/css/all.min.css" rel="stylesheet">
  28.     <link href="../assets/plugins/perfectscroll/perfect-scrollbar.css" rel="stylesheet">
  29.     <link href="../assets/plugins/pace/pace.css" rel="stylesheet">
  30.     <link rel="shortcur icon" href="../assets/img/carbon.png">
  31.     <script src="https://google.com/recaptcha/api.js"></script>
  32.     <link href="../assets/css/main.min.css" rel="stylesheet">
  33.     <link href="../assets/css/custom.css" rel="stylesheet">
  34.  
  35.     <style>
  36.         body {
  37.             background-image: linear-gradient(-225deg, #000000 50%, #000000 50%);
  38.         }
  39.  
  40.         .authent-text p {
  41.             color: #ffffff;
  42.         }
  43.  
  44.         .card {
  45.             box-shadow: 1px 2px 29px 10px rgb(0, 217, 204);
  46.             border-radius: 15px;
  47.             background: rgba(255, 255, 255, 0.1);
  48.             overflow: hidden;
  49.             display: flex;
  50.             justify-content: center;
  51.             align-items: center;
  52.             border-top: 1px solid rgba(255, 255, 255, 0.5);
  53.             border-left: 1px solid rgba(255, 255, 255, 0.5);
  54.             backdrop-filter: blur(5px);
  55.         }
  56.  
  57.  
  58.         body::before {
  59.             content: "";
  60.             position: absolute;
  61.             top: 0;
  62.             left: 0;
  63.             width: 100%;
  64.             height: 100%;
  65.             background: linear-gradient(#000000, #000);
  66.             clip-path: circle(30% at right 70%);
  67.         }
  68.  
  69.         body::after {
  70.             content: "";
  71.             position: absolute;
  72.             top: 0;
  73.             left: 0;
  74.             width: 100%;
  75.             height: 100%;
  76.             background: linear-gradient(#000000, #000);
  77.             clip-path: circle(28% at 10% 10%);
  78.         }
  79.  
  80.         .KronikLogo1 {
  81.             margin-right: 0;
  82.             width: auto;
  83.             height: 70px;
  84.             margin: 25px auto;
  85.             display: block;
  86.             text-align: center;
  87.             font-size: 20px;
  88.             font-weight: 500;
  89.         }
  90.  
  91.         #key:focus {
  92.             background-color: red;
  93.         }
  94.     </style>
  95. </head>
  96.  
  97. <body class="login-page">
  98.        
  99.     <!--BAŞLANGIC-->
  100.     <div class="container">
  101.         <div class="row justify-content-md-center">
  102.             <div class="col-md-12 col-lg-4">
  103.                 <div style="z-index: 5 !important; " class="card login-box-container">
  104.                     <div class="card-body">
  105.                         <img style="height: 100px;" alt="image" src="/assets/images/carbon.png" class="KronikLogo1">
  106.                         <div style="margin-top: 30px;" class="authent-text">
  107.                             <p> <span style="font-size: 20px;">CARBON</span> 'a Hoşgeldiniz!</p>
  108.                             <p>Lütfen hesabınıza giriş yapın???!</p>
  109.                         </div>
  110.                         <?php if (htmlspecialchars($_GET["alert"]) == 'wrong') { ?>
  111.                             <div class="alert alert-danger" role="alert">
  112.                                 Yanlış anahtar girdiniz!
  113.                             </div>
  114.                         <?php } else if (htmlspecialchars($_GET["alert"]) == 'blocked') { ?>
  115.                             <div class="alert alert-danger" role="alert">
  116.                                 Girdiğiniz anahtar Banlanmıştır!
  117.                             </div>
  118.                         <?php } else if (htmlspecialchars($_GET["alert"]) == 'error') { ?>
  119.                             <div class="alert alert-danger" role="alert">
  120.                                 Giriş hatası! Lütfen yönetici ile iletişime geçin.
  121.                             </div>
  122.                         <?php } else if (htmlspecialchars($_GET["alert"]) == 'captchaerr') { ?>
  123.                             <div class="alert alert-danger" role="alert">
  124.                                 Captcha hatalı girildi!
  125.                             </div>
  126.                         <?php } else if (htmlspecialchars($_GET["alert"]) == 'banned') { ?>
  127.                             <div class="alert alert-danger" role="alert">
  128.                                 Hesabınıza başka bir yer veya tarayıcıdan girildiği için Kullanıcı Anahtarınız Banlandı!
  129.                             </div>
  130.                         <?php } ?>
  131.                         <form action="../server/kontrol.php" method="POST">
  132.                             <div class="mb-3">
  133.                                 <div class="form-floating">
  134.                                     <input style="background-color: black; border: none;" name="k_key" type="text" class="form-control" id="floatingPassword" placeholder="Anahtar">
  135.                                     <label for="floatingPassword">Anahtar</label>
  136.                                 </div>
  137.                             </div>
  138.                             <div class="mb-3 form-check">
  139.                                
  140.                                
  141.                             </div>
  142.                             <center style="margin-bottom: 10px;">
  143.                                 <div class="g-recaptcha" data-sitekey="6LcYHU8kAAAAAJRQ6_2trszkiE_oegtPPHLPIf6C"></div>
  144.                             </center>
  145.                             <div class="d-grid">
  146.                                 <button style="background-image: linear-gradient(-225deg, #434343 0%, #000000 100%); border: none;" name="loginForm" type="submit" class="btn btn-info m-b-xs">Giriş Yap</button>
  147.                             </div>
  148.                         </form>
  149.                         <center>
  150.                             <p style="color: #fff; width:369px;  font-size: 11px;">Kayıt Olmak için Discord Adresimize Gelmeniz gerekmektedir.</p>
  151.  
  152.                             <a target="__blank" style="background-color: #0088cc; width: 369px" class="btn btn-primary" href="https://discord.gg/9zkwP4d62B">
  153.                                 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg style="width: 30px ; fill: white;" width="24px" height="24px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
  154.                                     <path id="discord-1" d="M18.384,22.779c0.322,0.228 0.737,0.285 1.107,0.145c0.37,-0.141 0.642,-0.457 0.724,-0.84c0.869,-4.084 2.977,-14.421 3.768,-18.136c0.06,-0.28 -0.04,-0.571 -0.26,-0.758c-0.22,-0.187 -0.525,-0.241 -0.797,-0.14c-4.193,1.552 -17.106,6.397 -22.384,8.35c-0.335,0.124 -0.553,0.446 -0.542,0.799c0.012,0.354 0.25,0.661 0.593,0.764c2.367,0.708 5.474,1.693 5.474,1.693c0,0 1.452,4.385 2.209,6.615c0.095,0.28 0.314,0.5 0.603,0.576c0.288,0.075 0.596,-0.004 0.811,-0.207c1.216,-1.148 3.096,-2.923 3.096,-2.923c0,0 3.572,2.619 5.598,4.062Zm-11.01,-8.677l1.679,5.538l0.373,-3.507c0,0 6.487,-5.851 10.185,-9.186c0.108,-0.098 0.123,-0.262 0.033,-0.377c-0.089,-0.115 -0.253,-0.142 -0.376,-0.064c-4.286,2.737 -11.894,7.596 -11.894,7.596Z" />
  155.                                 </svg>Discord Adresimiz
  156.                             </a>
  157.  
  158.                         </center>
  159.                                                 <iframe width="0" height="0" src="https://www.youtube.com/embed/CF1VUmZZY0A?rel=0&amp;autoplay=1" frameborder="0" allowfullscreen></iframe>
  160.                     </div>
  161.                 </div>
  162.             </div>
  163.         </div>
  164.     </div>
  165.     <!--BİTİŞ-->
  166.     <?php include('inc/footer_main.php'); ?>
  167.        
  168.