JakRapp

https://idolwatcher.com/bin.php?bin=

Dec 11th, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. // https://idolwatcher.com/bin.php?bin=
  2. $bin = str_replace(' ', '', $_POST['ccno']);
  3. $bin = substr($bin, 0, 6);
  4. $getbank = file_get_contents("https://idolwatcher.com/bin.php?bin=$bin");
  5. $getbank = json_decode($getbank);
  6. $ccbrand = $getbank->JENIS;
  7. $ccbank = $getbank->BANK;
  8. $cctype = $getbank->TYPE;
Add Comment
Please, Sign In to add comment