Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // https://idolwatcher.com/bin.php?bin=
- $bin = str_replace(' ', '', $_POST['ccno']);
- $bin = substr($bin, 0, 6);
- $getbank = file_get_contents("https://idolwatcher.com/bin.php?bin=$bin");
- $getbank = json_decode($getbank);
- $ccbrand = $getbank->JENIS;
- $ccbank = $getbank->BANK;
- $cctype = $getbank->TYPE;
Add Comment
Please, Sign In to add comment