Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,47 +12,47 @@
"env": {
"BOT_TOKEN": {
"description": "Enter your Bot Token Here. Get it from @Botfather",
"value": "",
"value": "5091817901:AAEWztn1fe68E-JEy2Zx5Xvs2XCgs8nKXe4",
"required": true
},
"ADMIN_ID": {
"description": "Enter the User ID of Admin.",
"value": "",
"value": "2102968249",
"required": true
},
"LOGS_DUMP_ID": {
"description": "Enter the ID of a Group/Channel to store Logs",
"value": "",
"value": "-1001644481681",
"required": true
},
"DB_HOST": {
"description": "Database URL",
"value": "",
"value": "sql6.freesqldatabase.com",
"required": true
},
"DB_USERNAME": {
"description": "Database Username",
"value": "",
"value": "sql6458113",
"required": true
},
"DB_PASSWORD": {
"description": "Database Password",
"value": "",
"value": "rBh83M86Wa",
"required": true
},
"DB_NAME": {
"description": "Database Name",
"value": "",
"value": "sql6458113",
"required": true
},
"ANTISPAM_TIMER": {
"description": "AntiSpam Timer Value in seconds",
"value":"20",
"value":"10",
"required": true
},
"SK_KEYS": {
"description": "Enter SK Keys Here. Separate Multiple Keys with ,",
"value": "",
"value": "sk_live_69GKI0saLB8uIEnxzv8VTvRX",
"required": false
},
"TIMEZONE": {
Expand Down
20 changes: 10 additions & 10 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| It can be obtained from https://telegram.dog/BotFather
|
*/
$config['botToken'] = $_ENV['BOT_TOKEN'];
$config['botToken'] = "5371601542:AAGAJjzIpCCFJ1Kx1l9RyG_O9xp0UA3S100";

/*
|--------------------------------------------------------------------------
Expand All @@ -20,7 +20,7 @@
| ID can be obtained from https://telegram.dog/username_to_id_bot
|
*/
$config['adminID'] = $_ENV['ADMIN_ID'];
$config['adminID'] = "1324149659";

/*
|--------------------------------------------------------------------------
Expand All @@ -31,7 +31,7 @@
| ID can be obtained from https://telegram.dog/BotFather
|
*/
$config['logsID'] = $_ENV['LOGS_DUMP_ID'];
$config['logsID'] = "-1659771815";

/*
|--------------------------------------------------------------------------
Expand All @@ -43,7 +43,7 @@
| By Default it's in IST
|
*/
$config['timeZone'] = $_ENV['TIMEZONE'];
$config['timeZone'] = "Asia/Kolkata";

/*
|--------------------------------------------------------------------------
Expand All @@ -52,10 +52,10 @@
| Database to Store User Data
|
*/
$config['db']['hostname'] = $_ENV['DB_HOST'];
$config['db']['username'] = $_ENV['DB_USERNAME'];
$config['db']['password'] = $_ENV['DB_PASSWORD'];
$config['db']['database'] = $_ENV['DB_NAME'];
$config['db']['hostname'] = " sql6.freesqldatabase.com";
$config['db']['username'] = "sql6458113";
$config['db']['password'] = "sql6458113";
$config['db']['database'] = "rBh83M86Wa";

/*
|--------------------------------------------------------------------------
Expand All @@ -66,7 +66,7 @@
| Value is in Seconds. "20" = 20seconds
|
*/
$config['anti_spam_timer'] = $_ENV['ANTISPAM_TIMER'];
$config['anti_spam_timer'] = "10";

/*
|--------------------------------------------------------------------------
Expand All @@ -78,5 +78,5 @@
| array('sk1','sk2','sk3')
|
*/
$config['sk_keys'] = explode(",", $_ENV['SK_KEYS']);
$config['sk_keys'] = array('sk_live_69GKI0saLB8uIEnxzv8VTvRX');
?>
23 changes: 17 additions & 6 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
'reply_to_message_id'=> $message_id,
'reply_markup'=>json_encode(['inline_keyboard' => [
[
['text' => "💠 Created By 💠", 'url' => "t.me/ninjanaveen"]
['text' => "💠 Created By 💠", 'url' => "t.me/Arceus69_Xd"]
],
[
['text' => "💎 Source Code 💎", 'url' => "t.me/IndianBotsChat"]
['text' => "💎 Source Code 💎", 'url' => "t.me/ninjanaveen"]
],
], 'resize_keyboard' => true])

Expand Down Expand Up @@ -95,14 +95,25 @@
'message_id'=>$callbackmessageid,
'text'=>"<b>━━CC Checker Gates━━</b>

<b>/ss | !ss - Stripe [Auth]</b>
<b>/sm | !sm - Stripe [Merchant]</b>
<b>/schk | !schk - User Stripe Merchant [Needs SK]</b>
<b>/ss | .ss - Stripe [Auth]</b>
<b>/ss2 | .ss2 - Stripe - 2[Auth]</b>
<b>/chk | .chk - Stripe [Merchant]</b>
<b>/sch | .sch - User Stripe Merchant [Needs SK]</b>
<b>/b3 | .b3 - Braintree Merchant [Auth]</b>
<b>/br | .br - Braintree Merchant Gate-2[Auth]</b>
<b>/chg | .chg - Stripe 20$ Chrg [Charge]</b>
<b>/ch2 | .ch2 - Stripe 8.50$ Chrg [Charge]</b>
<b>/shp | .shp - Shopify 8.50$ [Charge]</b>
<b>/sh2 | .sh2 - Shopify 10$ [Charge]</b>
<b>/pp | .pp - Paypal [Auth]</b>
<b>/sch | .sch - User Stripe Merchant [Needs SK]</b>
<b>/gf | .gf - For GirlFrnd [Needs Male Gender]</b>
<b>/rnd | .rnd - For Randi [Needs Dick]</b>

<b>/apikey sk_live_xxx - Add SK Key for /schk gate</b>
<b>/myapikey | !myapikey - View the added SK Key for /schk gate</b>

<b>ϟ Join <a href='t.me/IndianBots'>IndianBots</a></b>",
<b>ϟ Join <a href='t.me/Not_pro_noober'>Dazai Osamu</a></b>",
'parse_mode'=>'html',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode(['inline_keyboard'=>[
Expand Down
4 changes: 2 additions & 2 deletions modules/apikey.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
if($antispam != False){
bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"[<u>ANTI SPAM</u>] Try again after <b>$antispam</b>s.",
'text'=>"[<u>Surprise MotherFucker!! ANTI SPAM</u>] Try again after <b>$antispam</b>s.",
'parse_mode'=>'html',
'reply_to_message_id'=> $message_id
]);
Expand Down Expand Up @@ -92,7 +92,7 @@
bot('editMessageText',[
'chat_id'=>$chat_id,
'message_id'=>$messageidtoedit,
'text'=>"<b>This SK Key is Dead! Provide me a Live SK Key</b>",
'text'=>"<b>This SK Key is Dead! Live SK DE Bhosdike </b>",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'

Expand Down
10 changes: 5 additions & 5 deletions modules/binlookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
if($antispam != False){
bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"[<u>ANTI SPAM</u>] Try again after <b>$antispam</b>s.",
'text'=>"[<u>Surprise MotherFucker!! ANTI SPAM</u>] Try again after <b>$antispam</b>s.",
'parse_mode'=>'html',
'reply_to_message_id'=> $message_id
]);
Expand All @@ -33,7 +33,7 @@
}else{
$messageidtoedit1 = bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"<b>Wait for Result...</b>",
'text'=>"<b>Ruk Ja Bsdk...</b>",
'parse_mode'=>'html',
'reply_to_message_id'=> $message_id

Expand Down Expand Up @@ -120,7 +120,7 @@
Issuers Contact: <b><ins>$phone</ins></b>
<b>━━━━━━━━━━━━━
Checked By <a href='tg://user?id=$userId'>$firstname</a></b>
<b>Bot By: <a href='t.me/ninjanaveen'>ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ</a></b>",
<b>Bot By: <a href='t.me/Mabidax_The_Lost_Noob'>[Mabidax]</a></b>",
'parse_mode'=>'html',
'reply_to_message_id'=> $message_id,
'disable_web_page_preview'=>'true']);}
Expand All @@ -140,9 +140,9 @@
bot('editMessageText',[
'chat_id'=>$chat_id,
'message_id'=>$messageidtoedit,
'text'=>"<b>Never Gonna Give you Up!
'text'=>"<b>Gandu Insaan !

Provide a Bin!</b>",
Bin Toh De !</b>",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'

Expand Down
Loading