🔥 Burn Fat Fast. Discover How! 💪

New Advanced Codings™

Logo of telegram channel botbusinessbot_code — New Advanced Codings™ N
Channel address: @botbusinessbot_code
Categories: Adult content (18+) , Gambling
Language: English
Subscribers: 599
Description from channel

Hello Friends Welcome To Our Channel We Will Provides You Here Advanced BJS, PHP ,JS, HTML , Codes if you didn't joined our Channel let's join 🔥

Ratings & Reviews

2.00

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

1

3 stars

0

2 stars

0

1 stars

2


The latest Messages

2022-07-14 07:44:30 All php available message for buy : @Aman_Raj01
342 views04:44
Open / Comment
2022-07-14 06:33:48
We are making a new seller bot those people who want to add their codes & bots & phps then message me @Aman_raj01
345 views03:33
Open / Comment
2022-06-17 10:52:25 BB Points Bot Launched Bot - https://t.me/BBPoints_TBot?start=1180293826 Earn Free BB Points. Per Refer - 0.50 BB points Min Withdrawal - 5 BB points No Fake Refer and Only For Real Users
524 views07:52
Open / Comment
2022-06-17 10:20:51 BB Points Bot Launched Bot - https://t.me/BBPoints_TBot?start=1180293826 Earn Free BB Points. Per Refer - 0.50 BB points Min Withdrawal - 5 BB points No Fake Refer and Only For Real Users
492 views07:20
Open / Comment
2022-06-15 18:39:58 BB Points Bot Launched

Bot -
https://t.me/BBPoints_TBot?start=1180293826

Earn Free BB Points.

Per Refer - 0.50 BB points

Min Withdrawal - 5 BB points

No Fake Refer and Only For Real Users
508 views15:39
Open / Comment
2022-06-15 18:33:06 If You want Help then Contact : @Piyush_Raj007 or @Aman_Raj01
432 viewsedited  15:33
Open / Comment
2022-05-02 15:19:05 Which Type Of Coding Do You Want I am ready to make
574 views12:19
Open / Comment
2022-04-29 12:28:24 How to Create Short Link using AdClickersBot API

Step 1 :-
GO TO :-
@AdClickersBot -> Captcha Task -> Short Link

Step 2 :-
Get the api key from the url provided in the response


Command :- /create_short_link
Answer :- Enter thr url which you want to shorten
Wait for reply
BJS :-

function isValidURL(value) {
var expression = /[-a-zA-Z0-9@:%_\+.~#?&//=]{2,256}\.[a-z]{2,4}\b(\/[-a-zA-Z0-9@:%_\+.~#?&//=]*)?/gi;
var regexp = new RegExp(expression);
return regexp.test(value);
}

if(!isValidURL(message)){
Bot.sendMessage('* Please Enter Correct Url to shorten the link*')
return
}

var link = 'https://adclickersbot.com/shorten'
var api_key = '613cd0b0017ccca172065987'
var url = message

HTTP.get({
url: link + '?api=' + api_key + '&url=' + url,
success: 'onLinkCreate',
error: 'error'
})

Command :- onLinkCreate
BJS :-

if(!content){return}
content = JSON.parse(content)

if(content.status){
Bot.sendMessage('* Your shorten Link :-* \n' + content.shorten_url)
}else{
Bot.sendMessage('* Something went wrong*')
}

Code Developer :- @sohamdeogaonkar1
Channel :- @bots_bussiness

Please report error to me if happens

Copying and publishing code anywhere or selling the above code is strictly not allowed. Right of the above codes belong to the AdClickersBot and owner of the this channel. Still if anyone have any problem regarding copyright can contact us.
579 views09:28
Open / Comment
2022-04-29 12:28:23 Reference Question :- https://t.me/botsbus/1466

Question From @kswami9

What's the error in given reference(question) code(BJS)

Answer:-

Heavy callback data
According Telegram Bot Api, call back data should not exceed 64 bytes
But due to long data, it is exceeding belong 64 bytes,
In my condition it got 84 bytes. It would varies as data is different for everyone.

Solution:-
We would need to use data passer through the property
By the following way you can pass your data to next command without heavy callback data.

Command :- /your_command
BJS :
var wallet = "TUiFo3gskj9AGtQnrYuumXJeTQ8szUAshp"
var cur = "TRX"
var amount = 0.0001
var user_link = "@"+user.username+""
var admin = 1028030594

var tcx = "* New Withdrawal Request From User* \n*▬▬▬▬▬▬▬▬▬▬▬*\n* UserID :* "+user.telegramid+"\n* Address:* "+wallet+"\n* Amount :* "+amount+"* "+cur+"*\n* Referrals :* 1 *User(s)*\n*▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬*\n* Bot Link:* @"+bot.name+""

var tem_passer_key = new Date().getTime(); + Math.floor(Math.random() * 1000);
var tem_passer = {
user:user,
cur: cur,
amount: amount,
wallet:wallet
}

User.setProperty(tem_passer_key,tem_passer,json)
var button =
[[{text:"Pay Auto",callback_data:"/lollauto " + tem_passer_key},{text:"Reject",callback_data:"/reject"+" "+user.telegramid+""}]]

Api.sendMessage({chat_id:admin,text:tcx,parse_mode:"Markdown", reply_markup:{inline_keyboard:button}})

Command :- /lollauto
BJS :-
if(!params){return}

//receiving data
var tem_passer = User.getProperty(params,{})

//deleting property
User.setProperty(params, null, "float");

//You can use this data according
Bot.inspect(tem_passer)

Code Developer :- @sohamdeogaonkar1
Channel :- @bots_bussiness

Please report error to me if happens

Copying and publishing code anywhere or selling the above code is strictly not allowed. Right of the above codes belong to the code owner and owner of the this channel. Still if anyone have any problem regarding copyright can contact us.
412 views09:28
Open / Comment
2022-04-29 12:28:23 Question From @Flaming_Kitty

How to pin the Message Send by the Bot

Command :- /send
BJS :-
let text = "text to send"

Api.sendMessage({
text: text,
on_result: "/pin"
})

Command :- /pin
BJS :-

var chat_id = options.result.chat.id
var message_id= options.result.message_id

Api.pinChatMessage({
chat_id: chat_id,
message_id: message_id
})

Code Developer :- @sohamdeogaonkar1
Channel :- @bots_bussiness

Please report error to me if happens

Anyone may already have made this.But we never check their Bjs . We have made whole Bjs By our own.If then also anyone have issue with it can contact me
326 views09:28
Open / Comment