Computing

Create Your Own Credit Card Checker Via Chk

Submitted by shinjihideaki, , Thread ID: 118917

Thread Closed
shinjihideaki
Novice
Level:
0
Reputation:
0
Posts:
23
Likes:
9
Credits:
51
27-01-2019, 09:33 AM
#1
To create your own credit card checker that can check the validity of credit cards and it's status to be used for carding and checking purposes, you may follow the below steps I will include to start:

1. Find a good web hosting that won't block any of the codes, you may use free hosting websites like 000webhost and awardspace as they allow this kind of codes without being suspended.
2. After creating a web hosting account, go to your file manager and create a new file with name index.php and enter the below codes:
Code:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Shinji Hideaki">
<title>CHECKER CC</title>
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bungee" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Berkshire+Swash" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Righteous" rel="stylesheet">
</head>

<body>
<p class="head">Credit Card Checker</p>

<form method="post" action="putangina/api.php" role="form" id="form">
<div class="alert alert-danger text-center info" style="display: none"></div>
<div class="box-title"><h1>Card Checker</h1></div>
<div class="box-body">
<div class="box-content">
<label>Card Numbers</label>
<div><textarea rows="10" id="cc" name="cc" title="53012724539xxxxx|05|2022|653" placeholder="53012724539xxxxx|05|2022|653" required="required">
</textarea></div>
<div>
<button type="submit" name="valid" class="btn btn-success btn-lg btn-block">Start</button>
<button type="button" id="stop" class="btn btn-danger btn-lg btn-block" disabled="disabled">Stop</button>
</div>
</div>
</div>

<div style="margin:10px;"></div>

<!-- Info success -->
<div class="box-title-success"><h3 class="panel-title">Live - <span class="badge live">0</span></h3></div>
<div class="box-body">
<div class="box-content">
<div class="panel-body success">
</div>
</div>
</div>

<div style="margin:10px;"></div>

<!-- Info error -->
<div class="box-title-danger"><h3 class="panel-title">Die - <span class="badge die">0</span></h3></div>
<div class="box-body">
<div class="box-content">
<div class="panel-body danger">
</div>
</div>
</div>

<div style="margin:10px;"></div>

<!-- Info unknown -->
<div style="display: none;">

<div class="box-title-warning"><h3 class="panel-title">Unknown - <span class="badge unknown">0</span></h3></div>
<div class="box-body">
<div class="box-content">
<div class="panel-body warning">
</div>
</div>
</div>

</div>

</form>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script><script>window.jQuery || document.write('<script src="http://gatortools.tk/tools/checker/assets/jquery.min.js"><\/script>')</script><script type="text/javascript">var _0x1c00=["\x64\x69\x73\x61\x62\x6C\x65\x64","\x61\x74\x74\x72","\x62\x75\x74\x74\x6F\x6E\x5B\x6E\x61\x6D\x65\x3D\x22\x76\x61\x6C\x69\x64\x22\x5D","\x62\x75\x74\x74\x6F\x6E\x5B\x69\x64\x3D\x22\x73\x74\x6F\x70\x22\x5D","\x70\x72\x65\x76\x65\x6E\x74\x44\x65\x66\x61\x75\x6C\x74","\x73\x74\x6F\x70\x49\x6D\x6D\x65\x64\x69\x61\x74\x65\x50\x72\x6F\x70\x61\x67\x61\x74\x69\x6F\x6E","\x0A","\x73\x70\x6C\x69\x74","\x76\x61\x6C","\x23\x63\x63","","\x6F\x62\x6A\x65\x63\x74","\x74\x65\x78\x74","\x2E\x6C\x69\x76\x65","\x2E\x64\x69\x65","\x2E\x75\x6E\x6B\x6E\x6F\x77\x6E","\x6C\x65\x6E\x67\x74\x68","\x61\x63\x74\x69\x6F\x6E","\x73\x75\x63\x63\x65\x73\x73","\x70\x61\x72\x73\x65\x4A\x53\x4F\x4E","\x65\x72\x72\x6F\x72","\x6D\x73\x67","\x70\x72\x65\x70\x65\x6E\x64","\x2E\x73\x75\x63\x63\x65\x73\x73","\x2E\x64\x61\x6E\x67\x65\x72","\x2E\x77\x61\x72\x6E\x69\x6E\x67","\x3C\x62\x72\x3E","\x73\x68\x6F\x77","\x2E\x69\x6E\x66\x6F","\x70\x6F\x73\x74","\x3C\x62\x3E\x45\x72\x72\x6F\x72\x3C\x2F\x62\x3E","\x68\x74\x6D\x6C","\x73\x75\x62\x6D\x69\x74","\x23\x66\x6F\x72\x6D","\x63\x6C\x69\x63\x6B","\x23\x73\x74\x6F\x70","\x72\x65\x61\x64\x79"];$(document)[_0x1c00[36]](function(){$(_0x1c00[2])[_0x1c00[1]](_0x1c00[0],false);$(_0x1c00[3])[_0x1c00[1]](_0x1c00[0],true);var _0x9475x1;$(_0x1c00[33])[_0x1c00[32]](function(_0x9475x2){_0x9475x2[_0x1c00[4]]();_0x9475x2[_0x1c00[5]]();var _0x9475x3=$(this);var _0x9475x4=$(_0x1c00[9])[_0x1c00[8]]()[_0x1c00[7]](_0x1c00[6]);if(_0x9475x4!= _0x1c00[10]|| typeof _0x9475x4!= _0x1c00[11]){var _0x9475x5=0,_0x9475x6=0+ $(_0x1c00[13])[_0x1c00[12]](),_0x9475x7=0+ $(_0x1c00[14])[_0x1c00[12]](),_0x9475x8=0+ $(_0x1c00[15])[_0x1c00[12]](),_0x9475x9=_0x9475x4[_0x1c00[16]];_0x9475x1= setInterval(function(){$[_0x1c00[29]](_0x9475x3[_0x1c00[1]](_0x1c00[17]),{"\x64\x61\x74\x61":_0x9475x4[_0x9475x5]},function(_0x9475xa,_0x9475xb){if(_0x9475xb== _0x1c00[18]){var _0x9475xc=$[_0x1c00[19]](_0x9475xa);if(_0x9475xc[_0x1c00[20]]== 1){$(_0x1c00[23])[_0x1c00[22]](_0x9475xc[_0x1c00[21]]);_0x9475x6++;$(_0x1c00[13])[_0x1c00[12]](_0x9475x6)}else {if(_0x9475xc[_0x1c00[20]]== 2){$(_0x1c00[24])[_0x1c00[22]](_0x9475xc[_0x1c00[21]]);_0x9475x7++;$(_0x1c00[14])[_0x1c00[12]](_0x9475x7)}else {if(_0x9475xc[_0x1c00[20]]== 3){$(_0x1c00[25])[_0x1c00[22]](_0x9475xc[_0x1c00[21]]);_0x9475x8++;$(_0x1c00[15])[_0x1c00[12]](_0x9475x8)}else {if(_0x9475xc[_0x1c00[20]]== 4){$(_0x1c00[28])[_0x1c00[27]]()[_0x1c00[22]](_0x9475xc[_0x1c00[21]]+ _0x1c00[26])}}}}}});if(_0x9475x5== _0x9475x9){clearInterval(_0x9475x1);$(_0x1c00[9])[_0x1c00[8]](_0x1c00[10]);$(_0x1c00[9])[_0x1c00[1]](_0x1c00[0],false);$(_0x1c00[2])[_0x1c00[1]](_0x1c00[0],false);$(_0x1c00[3])[_0x1c00[1]](_0x1c00[0],true)}else {_0x9475x5++;$(_0x1c00[9])[_0x1c00[1]](_0x1c00[0],true);$(_0x1c00[3])[_0x1c00[1]](_0x1c00[0],false);$(_0x1c00[2])[_0x1c00[1]](_0x1c00[0],true)}},1500)}else {$(_0x1c00[28])[_0x1c00[27]]()[_0x1c00[31]](_0x1c00[30])};return false});$(_0x1c00[35])[_0x1c00[34]](function(){clearInterval(_0x9475x1);$(_0x1c00[9])[_0x1c00[1]](_0x1c00[0],false);$(_0x1c00[2])[_0x1c00[1]](_0x1c00[0],false);$(_0x1c00[3])[_0x1c00[1]](_0x1c00[0],true)})})</script>
</body>

</html>
3. After doing the above step, save the current file. Now create a new file with a different name titled style.css, this will be the basic design of the website to make it look something cool. After creating one, enter these codes:
Code:
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display:block;
}
body {
font-family:sans-serif;
font-size: 13px;
  line-height: 1.846;
color:#ededed;
background-image: url('http://2.bp.blogspot.com/-at7ajFjqdGg/Uo4JV79cZFI/AAAAAAAAAr8/fFK4bZkIfGQ/s1600/pcbots+hacker.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin: 2.5rem;
}
.head {
text-align: center;
font-size: 40px;
font-weight: bold;
font-family: 'Bungee', cursive;
word-spacing: 10px;
color: #12DEE1;
text-shadow: 2px 2px 4px #000000;
}
label {
font-weight: bold;
font-size: 13px;
display: block;
}
h1 {
font-size:20px;
color:fff;
  font-weight: bold;
}
.box-title {
color: #eee;
background: rgba(000,000,000,0.9);
padding: 15px;
font-family: 'Righteous', cursive;
}
.box-body {
background: rgba(000,000,000,0.7);
padding: 9px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
.box-body-hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.box-content {
color: #eee;
margin: 5px;
font-size: 14px;
}
.box-title-success {
color: #eee;
background-color: #4caf50;
padding: 15px;
font-family: 'Righteous', cursive;
opacity: 0.9;
}
.box-title-danger {
color: #eee;
background-color: #e51c23;
border-color: #f7a4af;
padding: 15px;
font-family: 'Righteous', cursive;
opacity: 0.9;
}
.box-title-warning {
color: #eee;
background-color: #ff9800;
border-color: #ffc599;
padding: 15px;
font-family: 'Righteous', cursive;
opacity: 0.9;
}
textarea {
width:99.5%;
display: block;
background: rgba(000,000,000,0.4);
color: #eee;
border: none;
font-family: inherit;
font-size: inherit;
resize: none;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
   touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 16px;
font-size: 13px;
line-height: 1.846;
border-radius: 3px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0.9;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #eee;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-success {
color: #ffffff;
background-color: #4caf50;
border-color: transparent;
opacity: 0.9;
}
.btn-success:focus,
.btn-success.focus {
color: #ffffff;
background-color: #3d8b40;
border-color: rgba(0, 0, 0, 0);
}
.btn-success:hover {
color: #ffffff;
background-color: #3d8b40;
border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #3d8b40;
border-color: rgba(0, 0, 0, 0);
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
color: #ffffff;
background-color: #327334;
border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
background-color: #4caf50;
border-color: transparent;
}
.btn-success .badge {
color: #4caf50;
background-color: #ffffff;
opacity: 0.9;
}
.btn-danger {
color: #ffffff;
background-color: #e51c23;
border-color: transparent;
}
.btn-danger:focus,
.btn-danger.focus {
color: #ffffff;
background-color: #b9151b;
border-color: rgba(0, 0, 0, 0);
}
.btn-danger:hover {
color: #ffffff;
background-color: #b9151b;
border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #b9151b;
border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
color: #ffffff;
background-color: #991216;
border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
background-color: #e51c23;
border-color: transparent;
}
.btn-danger .badge {
color: #e51c23;
background-color: #ffffff;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 17px;
line-height: 1.3333333;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
4. On your file manager, create a new file again named api.php. In this php file, all the functions and commands that will be required for the checker to work will be coded. Drop the below codes and then save the file:
Code:
<?php ${"G\x4cOBA\x4c\x53"}["\x6b\x62x\x73\x66mny\x6a\x6fw\x6f"]="\x63ct\x79\x70\x65";${"GL\x4f\x42\x41LS"}["\x78\x6ex\x76\x6dr\x69f\x70\x70\x74"]="\x72\x61n\x64";${"\x47\x4c\x4fB\x41\x4c\x53"}["t\x75bg\x70\x78s\x62\x66ewq"]="\x63\x63\x6blas";${"\x47\x4cOB\x41\x4c\x53"}["\x78d\x64hf\x66\x77\x71\x71o\x66"]="\x63\x63\x62ra\x6ed";${"G\x4c\x4fB\x41\x4c\x53"}["\x78\x67t\x69q\x75q\x66\x6a\x65"]="\x6eam\x61\x62nk";${"G\x4c\x4f\x42\x41L\x53"}["\x77\x78\x72\x6b\x77z\x6coe"]="\x67e\x74ba\x6e\x6b";${"G\x4c\x4f\x42\x41L\x53"}["\x6c\x66bq\x75\x74t\x6c"]="\x6aen\x69s\x63c";${"G\x4c\x4f\x42\x41\x4cS"}["rh\x76\x75unp\x76\x70"]="b\x69\x6e";${"G\x4c\x4f\x42\x41\x4c\x53"}["w\x6fz\x62\x75ndy"]="f\x6f\x72\x6d\x61\x74";${"\x47LO\x42\x41\x4c\x53"}["\x71\x6b\x61m\x78\x75\x72"]="\x65\x78py";${"\x47\x4c\x4f\x42A\x4c\x53"}["o\x6ch\x72c\x6e\x67bwr"]="e\x78\x70\x6d";${"\x47\x4cO\x42ALS"}["\x6b\x76\x73o\x78\x77\x77\x65\x77\x69\x6b"]="n\x75\x6d";${"\x47LO\x42A\x4c\x53"}["\x70\x6b\x64\x6a\x73\x72\x67\x6f\x65\x6f\x64"]="\x64a\x74\x61\x73";${"GLOBALS"}["r\x74a\x6b\x7a\x65\x67"]="\x64\x61\x74a";${${"\x47\x4c\x4f\x42\x41\x4cS"}["\x72\x74\x61\x6bz\x65g"]}=$_POST["\x64a\x74\x61"];if(!empty($_POST["\x64\x61t\x61"])){${"\x47L\x4f\x42\x41\x4c\x53"}["ti\x66\x76s\x6c\x68b\x73\x75"]="\x65\x78p\x79";${"\x47\x4cO\x42\x41\x4c\x53"}["je\x73x\x6e\x6cl\x6c\x67g\x79"]="d\x61t\x61";${"\x47\x4c\x4f\x42\x41\x4c\x53"}["o\x71\x69\x69\x69\x6a"]="\x64\x61t\x61s";${"GL\x4fB\x41\x4c\x53"}["\x73e\x61r\x67yf"]="\x64\x61\x74\x61\x73";$cohssrfjye="\x65\x78\x70\x6d";preg_match("#^[\\\x64]{\x316}\x5c|[\x5c\x64]{\x32}\x5c|[\x5c\x64]{4}\x5c|[\x5c\x64]{\x33}\$#",${${"\x47\x4c\x4f\x42ALS"}["jes\x78\x6e\x6c\x6c\x6cg\x67y"]},${${"GL\x4fB\x41LS"}["\x73e\x61r\x67yf"]});${${"\x47\x4cO\x42\x41\x4cS"}["pk\x64\x6a\x73\x72\x67\x6f\x65\x6f\x64"]}=explode("|",${${"\x47L\x4f\x42A\x4c\x53"}["\x70k\x64\x6a\x73\x72g\x6f\x65o\x64"]}[0]);$miakmmpzglv="\x64a\x74\x61\x73";${"\x47L\x4f\x42\x41L\x53"}["\x6bd\x66\x70\x7awm\x6a"]="da\x74a\x73";${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x6b\x76\x73\x6fxwwe\x77\x69\x6b"]}=${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x70\x6b\x64\x6a\x73rg\x6f\x65\x6f\x64"]}[0];${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x74\x78\x73\x6aiq\x6e\x6e\x66"]="\x65\x78\x70\x79";$yepgerkhboxc="\x63\x76v";${${"\x47L\x4f\x42\x41\x4cS"}["o\x6c\x68rc\x6e\x67\x62w\x72"]}=${${"\x47L\x4f\x42\x41\x4c\x53"}["kdfp\x7aw\x6d\x6a"]}[1];$kheclh="\x63\x76\x76";${${"\x47\x4cOB\x41L\x53"}["\x71k\x61m\x78ur"]}=${$miakmmpzglv}[2];${$kheclh}=${${"\x47\x4cOB\x41L\x53"}["o\x71\x69\x69\x69\x6a"]}[3];${${"\x47\x4c\x4f\x42AL\x53"}["w\x6f\x7a\x62\x75n\x64\x79"]}=${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x6b\x76s\x6f\x78ww\x65w\x69k"]}."|".${$cohssrfjye}."|".${${"\x47\x4cO\x42\x41L\x53"}["\x74\x78sji\x71\x6e\x6e\x66"]}."|".${$yepgerkhboxc};if(${${"\x47\x4c\x4f\x42\x41LS"}["\x74\x69fvs\x6c\x68b\x73\x75"]}>=2017&&${${"GL\x4fB\x41\x4c\x53"}["\x6fl\x68r\x63n\x67b\x77r"]}<=12){${"\x47\x4cOB\x41L\x53"}["\x76\x6ay\x7aq\x75\x71\x66\x65f"]="g\x65\x74\x62\x61\x6e\x6b";$xknuxrz="\x62\x69\x6e";${${"\x47\x4cO\x42\x41L\x53"}["\x72hvu\x75\x6e\x70\x76p"]}=${${"\x47\x4c\x4f\x42AL\x53"}["k\x76s\x6f\x78w\x77\x65\x77\x69\x6b"]};${"\x47\x4c\x4f\x42AL\x53"}["f\x63nom\x6d\x63\x76"]="\x72\x61\x6e\x64";$aygehjeyype="\x62in";$qmnjgkftwxr="\x72a\x6e\x64";${$xknuxrz}=substr(${${"G\x4c\x4f\x42AL\x53"}["\x72h\x76\x75\x75\x6e\x70v\x70"]},0,6);${"\x47\x4c\x4f\x42\x41LS"}["\x7ahq\x71\x64m\x76\x62\x6fh\x6a"]="\x72\x61\x6e\x64";${"\x47\x4c\x4f\x42\x41L\x53"}["\x61k\x6b\x73\x6d\x6c\x73"]="\x6e\x61m\x61\x62n\x6b";$qovsrjkj="\x62\x69\x6e";$jeenvfvi="\x6ae\x6e\x69\x73c\x63";${${"\x47L\x4f\x42A\x4c\x53"}["v\x6a\x79\x7aq\x75qf\x65\x66"]}=explode(${$aygehjeyype},file_get_contents("ht\x74\x70://bi\x6es.pr\x6f/\x73e\x61\x72\x63\x68?act\x69\x6fn\x3d\x73\x65a\x72c\x68\x62i\x6e\x73\x26b\x69\x6es\x3d".${$qovsrjkj}."\x26ban\x6b\x3d\x26co\x75\x6e\x74ry\x3d"));${${"\x47\x4c\x4f\x42\x41LS"}["\x6cf\x62\x71u\x74t\x6c"]}=explode("</\x74d\x3e\x3ct\x64>",${${"GL\x4f\x42\x41\x4c\x53"}["\x77\x78rk\x77zl\x6f\x65"]}[2]);$ysiynzefgq="\x63c\x74\x79p\x65";${${"\x47\x4cOBA\x4c\x53"}["\x78g\x74\x69\x71\x75qf\x6a\x65"]}=explode("\x3c/\x74d>\x3c/\x74r\x3e",${$jeenvfvi}[5]);${"\x47\x4cO\x42AL\x53"}["u\x73k\x6d\x72js"]="ra\x6e\x64";$stmsvel="\x63\x63\x62\x61\x6e\x6b";${${"\x47LO\x42\x41L\x53"}["\x78\x64\x64h\x66fwqqo\x66"]}=${${"\x47\x4c\x4fBAL\x53"}["\x6c\x66b\x71ut\x74\x6c"]}[2];${$stmsvel}=${${"\x47\x4cO\x42A\x4c\x53"}["a\x6bk\x73m\x6c\x73"]}[0];${$ysiynzefgq}=${${"\x47L\x4fB\x41\x4c\x53"}["lf\x62qu\x74tl"]}[3];${${"G\x4cOB\x41LS"}["\x74\x75b\x67\x70\x78\x73b\x66\x65\x77q"]}=${${"\x47\x4cO\x42\x41\x4c\x53"}["\x6cf\x62q\x75t\x74\x6c"]}[4];${${"\x47\x4c\x4f\x42A\x4cS"}["\x78\x6e\x78v\x6drif\x70p\x74"]}=rand(1,5);if(${${"\x47L\x4fBA\x4cS"}["\x75\x73\x6b\x6d\x72j\x73"]}==1){$jntqyrt="\x63c\x62\x72\x61\x6ed";${"G\x4c\x4f\x42\x41\x4c\x53"}["a\x67\x6e\x6ak\x64\x61e\x6d"]="\x63c\x62\x61\x6e\x6b";echo"{\x22\x65\x72ro\x72\":\x31,\"m\x73\x67\":\x22<\x64iv>\x3c\x62\x20s\x74\x79\x6ce\x3d'\x63ol\x6f\x72:\x23\x300\x38\x30\x300\x3b'>\x4c\x69v\x65\x3c/b>\x20| ".${${"G\x4c\x4f\x42\x41LS"}["\x77\x6f\x7a\x62und\x79"]}." [B\x49N:\x20<\x62 \x73\x74yl\x65=\x27col\x6fr:bl\x75e;\x27>".${$jntqyrt}."\x3c/\x62\x3e\x3cb\x20\x73ty\x6c\x65='\x63\x6f\x6c\x6f\x72:\x72ed\x3b'> -\x20</\x62>\x3cb\x20\x73\x74yl\x65\x3d'color:b\x6cue\x3b'\x3e".${${"\x47LOB\x41\x4c\x53"}["\x61g\x6ejk\x64\x61\x65m"]}."\x3c/b\x3e\x3cb\x20s\x74\x79\x6ce\x3d'c\x6flo\x72:r\x65\x64;'>\x20-\x20\x3c/b\x3e\x3cb \x73tyle\x3d\x27\x63\x6f\x6cor:b\x6cu\x65;\x27\x3e".${${"G\x4c\x4f\x42A\x4c\x53"}["kb\x78s\x66\x6d\x6e\x79jo\x77\x6f"]}."\x3c/b><\x62 st\x79l\x65=\x27\x63o\x6c\x6fr:\x72\x65\x64\x3b'> - \x3c/b><\x62 st\x79l\x65=\x27c\x6fl\x6f\x72:blu\x65;'\x3e".${${"\x47L\x4f\x42\x41\x4c\x53"}["\x74u\x62\x67p\x78\x73\x62\x66\x65w\x71"]}."\x3c/\x62>] $0.5 Checked - Shinji\x3c/d\x69\x76\x3e\x22}";}elseif(${$qmnjgkftwxr}==2){echo"{\"e\x72\x72or\":\x32,\x22\x6dsg\x22:\x22\x3c\x64iv><\x62\x20\x73ty\x6ce\x3d\x27\x63olor:#\x46F\x300\x30\x30;'>\x44\x69\x65</b\x3e |\x20".${${"\x47L\x4fB\x41\x4c\x53"}["\x77o\x7a\x62un\x64\x79"]}."\x20[GAT\x45:01]\x20\x40/Checked - Shinji\x3c/div\x3e\"}";}elseif(${${"\x47\x4c\x4f\x42\x41\x4cS"}["\x66c\x6e\x6f\x6d\x6dc\x76"]}==3){${"G\x4c\x4f\x42AL\x53"}["anol\x64w\x65"]="f\x6fr\x6d\x61\x74";echo"{\x22error\":3,\"ms\x67\":\"\x3c\x64\x69\x76><b\x20styl\x65='\x63o\x6c\x6f\x72:\x238000\x380\x3b'>\x55n\x6bn\x6fwn\x3c/b\x3e | ".${${"\x47LO\x42\x41L\x53"}["a\x6e\x6f\x6cd\x77\x65"]}." |\x20[G\x41\x54\x45:01]\x20\x40/C\x68k\x4e\x45\x54-ID</\x64iv>\"}";}elseif(${${"G\x4c\x4fB\x41\x4c\x53"}["\x7a\x68q\x71\x64\x6dv\x62\x6f\x68j"]}==4){echo"{\x22e\x72\x72o\x72\":2,\"\x6d\x73g\":\x22<d\x69v\x3e\x3c\x62 s\x74\x79l\x65='\x63ol\x6fr:#F\x460000;\x27\x3e\x44\x69\x65\x3c/\x62>\x20|\x20".${${"\x47\x4cO\x42A\x4c\x53"}["\x77\x6fz\x62\x75n\x64\x79"]}."\x20[G\x41TE:\x301]\x20@/C\x68\x6b\x4eET-\x49D</\x64iv\x3e\x22}";}elseif(${${"G\x4c\x4f\x42\x41\x4cS"}["\x78n\x78\x76\x6d\x72i\x66\x70p\x74"]}==5){${"\x47\x4c\x4f\x42A\x4c\x53"}["li\x6eq\x62\x63\x67j\x61"]="fo\x72m\x61\x74";echo"{\x22e\x72ror\":3,\"\x6d\x73\x67\":\"<d\x69v>\x3c\x62 s\x74yl\x65\x3d\x27co\x6c\x6fr:\x23\x380\x300\x38\x30\x3b'\x3eUn\x6b\x6eow\x6e</b\x3e\x20|\x20".${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x6c\x69\x6eq\x62c\x67\x6a\x61"]}."\x20|\x20[\x47A\x54E:0\x31]\x20\x40/\x43\x68\x6b\x4e\x45\x54-I\x44\x3c/d\x69\x76\x3e\x22}";}}else{$qrblsuynnj="\x66o\x72\x6d\x61\x74";echo"{\x22\x65\x72\x72\x6f\x72\":4,\"ms\x67\x22:\x22\x3c\x62>\x43\x68\x65ck\x20th\x65\x20\x76\x61lidi\x74\x79\x20o\x66 \x61 credi\x74\x20ca\x72\x64</b\x3e | ".${$qrblsuynnj}." [GAT\x45:\x301]\x20\x40/Checked - Shinji\x22}";}}
?>
5. Now everything is done. Open your website's link and check if everything is working. You may change the background image via the style.css or create your own design. You can also tweak the index.php codes while the api.php has been obfuscated for security purposes.

Users browsing this thread: 1 Guest(s)