Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*****************************************************************
- * SAYAPRO.COM - Code by RIyan PraTama *
- * Create : 29 maret 2015 *
- * Author : http://www.fb.com/RIYAN.PRATAMA.R.A *
- *---------------------------------------------------------------*
- * Jangan menghapus bagian ini untuk menghargai karya orang lain *
- *****************************************************************/
- //*Setting site
- $site_url = "http://www.sayapro.com";
- $site_mode = "test_mode";
- $checker_name = "sayapro.com";
- $direct_access = "true";
- $MyBtcAddress = "12t8qzy518Yc9LutWne37v7jmxe6HwwKPg";
- $SecretRecaptcha = "6Lc0uQUTAAAAAN43uI-XgtGzxOy3rYXzK5SbO3Jm";
- $SaltPW = "https://www.facebook.com/RIYAN.PRATAMA.R.A";
- //*Database
- $db_name = "sayapro_sayapro";
- $db_user = "sayapro_riyan";
- $db_password = "riyanpratama";
- $db_host = "localhost";
- //*Invite Code Status
- $ic_all = "10";
- $ic_used = "3";
- $ic_active = "4";
- //*Url setting
- $url = (object) array(
- "card" => $site_url.'/card',
- "acc" => $site_url.'/acc',
- "other" => $site_url.'/other',
- "free" => $site_url.'/free',
- "invite" => $site_url.'/invites',
- "accountsetting" => $site_url.'/account/setting',
- "logout" => $site_url.'/account/logout.php',
- "login" => $site_url.'/account',
- "freecredit" => $site_url.'/freecredit',
- "addcredit" => $site_url.'/buy',
- "home" => $site_url,
- "order" => $site_url.'/order',
- //*Merchant Setting
- "StripeCekAPI"=> $site_url.'/merchant/stripe/CekAPI.php',
- "StripeCharge1"=> $site_url.'/merchant/stripe/Charge1.php',
- "StripeCharge2"=> $site_url.'/merchant/stripe/Charge2.php',
- "StripeCharge3"=> $site_url.'/merchant/stripe/Charge3.php',
- "StripeCharge4"=> $site_url.'/merchant/stripe/Charge3.php'
- );
- //*Status checker
- $StatusChecker = (object) array(
- "card" => "8",
- "acc" => "1",
- "other" => "0",
- "free" => "6",
- );
- $domain = (object) array(
- "sayapro"=> "sayapro.com",
- "ccforml"=> "ccfor.ml"
- );
- //*Card Checker
- $ccv1 = (object) array(
- "name" => "CCV 1 Check Billing",
- "description" => "Support all types of card. Check billing only, Charge $1-$4. Available for <font color=red><b>All User</b></font>",
- "live" => "-¢2",
- "cc_die" => "-¢0",
- "status" => '<i class="fa fa-check" style="color:#1CAF9A"></i>',
- "link" => '../ccv1'
- );
- $ccv2 = (object) array(
- "name" => "CCV Gate 2",
- "description" => "Support all types of card. Charge with $5-$9 USD. Available for <font color=red><b>All User</b></font>.",
- "live" => "-¢2",
- "cc_die" => "-¢0",
- "status" => '<i class="fa fa-check" style="color:#1CAF9A"></i>',
- "link" => '../ccv2'
- );
- $ccv3 = (object) array(
- "name" => "CCV Gate 3",
- "description" => "Support all types of card. Charge with $20-$60 USD. Check High Balance Card. Available for <font color=red><b>All User</b></font>",
- "live" => "-¢5",
- "cc_die" => "-¢0",
- "status" => '<i class="fa fa-check" style="color:#1CAF9A"></i>',
- "link" => '../ccv3'
- );
- $ccv4 = (object) array(
- "name" => "CCV Gate 4",
- "description" => " Support Visa, Amex and Master Card. Charge $100-$500. Check Very High Balance Card. Only <font color=blue><b>Paid User</b></font> up who can use this feature.",
- "live" => "-¢10",
- "cc_die" => "-¢0",
- "status" => '<i class="fa fa-check" style="color:#1CAF9A"></i>',
- "link" => '../ccv4'
- );
- $ccv5 = (object) array(
- "name" => "CCV Gate 5",
- "description" => "Duplicate CCV 3 but available for <font color=red><b>All User</b></font>. Charge $20-$60 USD",
- "live" => "-¢4",
- "cc_die" => "-¢0",
- "status" => '<i class="fa fa-check" style="color:#1CAF9A"></i>',
- "link" => '../ccv5'
- );
- $ccv6 = (object) array(
- "name" => "CCV Gate 6",
- "description" => "Support Visa, Amex and Master Card. Charge $10-$30. Available for <font color=red><b>All User</b></font>",
- "live" => "-¢2",
- "cc_die" => "-¢0",
- "status" => '<i class="fa fa-check" style="color:#1CAF9A"></i>',
- "link" => '../ccv6'
- );
- $vbv = (object) array(
- "name" => "3D-Secure Checker",
- "description" => "VBV/MCSC (3D-Secure) Checker. This is not checker for checking dead or live cards. <font color=blue><b>Paid User</b></font> only.",
- "live" => "-¢2",
- "cc_die" => "-¢1",
- "status" => '<i class="fa fa-check" style="color:#1CAF9A"></i>',
- "link" => '../vbv'
- );
- $ccd1 = (object) array(
- "name" => "CCD Gate 1",
- "description" => "Merchant donate. Charge $5 - $10. Tester Merchant up to Free User. ( Anti merchant die )",
- "live" => "-¢2",
- "cc_die" => "-¢0",
- "status" => '<i class="fa fa-check" style="color:#1CAF9A"></i>',
- "link" => '../ccd1'
- );
- $checker = (object) array(
- "ccv1" => $ccv1,
- "ccv2" => $ccv2,
- "ccv3" => $ccv3,
- "ccv4" => $ccv4,
- "ccv5" => $ccv5,
- "ccv6" => $ccv6,
- "vbv" => $vbv,
- "ccd1" => $ccd1,
- );
- //*Free Tools
- $free_bin = (object) array(
- "name" => "Bin Checker",
- "description" => "Check Bin Information ",
- "live" => "-¢0",
- "cc_die" => "-¢0",
- "status" => '<i class="fa fa-check" style="color:#1CAF9A"></i>',
- "link" => "../bin"
- );
- $free_md5 = (object) array(
- "name" => "MD5 Generator",
- "description" => "MD5 Hash Generator Information",
- "live" => "-¢0",
- "cc_die" => "-¢0",
- "status" => '<i class="fa fa-times" style="color:#D9534F"></i>',
- "link" => "../md5"
- );
- $free_filter = (object) array(
- "name" => "Filter tool",
- "description" => "Filter any thing you want",
- "live" => "-¢0",
- "cc_die" => "-¢0",
- "status" => '<i class="fa fa-times" style="color:#D9534F"></i>',
- "link" => "/"
- );
- $free_reposition = (object) array(
- "name" => "Mail/Pass Re-position",
- "description" => "Convert mail/pass into format email|pwd to use in checker ",
- "live" => "-¢0",
- "cc_die" => "-¢0",
- "status" => '<i class="fa fa-times" style="color:#D9534F"></i>',
- "link" => "../reposition"
- );
- $free_mp8chars = (object) array(
- "name" => "8 Chars Mail/Pass Filter",
- "description" => "Filter Mail/Pass by password length",
- "live" => "-¢0",
- "cc_die" => "-¢0",
- "status" => '<i class="fa fa-times" style="color:#D9534F"></i>',
- "link" => "../mp8chars"
- );
- $free_extrap = (object) array(
- "name" => "CC Extrap",
- "description" => "Free CC Extrap for all user, Expand Credit Card",
- "live" => "-¢0",
- "cc_die" => "-¢0",
- "status" => '<i class="fa fa-check" style="color:#1CAF9A"></i>',
- "link" => "../extrap"
- );
- $freetools = (object) array(
- "bin" => $free_bin,
- "md5" => $free_md5,
- "filter" => $free_filter,
- "reposition" => $free_reposition,
- "mp8chars" => $free_mp8chars,
- "extrap" => $free_extrap,
- );
- //*Account Checker
- $acc_paypal = (object) array(
- "name" => "PayPal Account Checker",
- "description" => "Check login, bank, card, balance, address, phone, BML, Smart Connect,... ",
- "live" => "-¢2",
- "cc_die" => "-¢0",
- "status" => '<i class="fa fa-check" style="color:#1CAF9A"></i>',
- "link" => '../paypal'
- );
- $AccChecker = (object) array(
- "paypal" => $acc_paypal
- );
- //*Invitecode rules
- $InviteCode = 'SPRO'. '-' .RandomIC("3"). '-' . RandomIC("3"). '-' . RandomIC("3");
- //*Connect to database
- ConnectToDatabase($db_name,$db_user,$db_password,$db_host);
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement