Bots.Business
4.11K subscribers
587 photos
18 videos
26 files
552 links
Download Telegram
Please take action if you use CP LIB!
Please visit https://www.coinpayments.net/help-support
and send this support request.

I think the more users write, the faster CP will fix this problem
——————————————-

Hello, I have such error now:

"The CoinPayments API cannot be used from this IP at this time, if you are the owner of this service please post a support ticket at https://www.coinpayments.net/help-support"

I have such error in Bots.Business Platform. It is platfrom for Telegram bot development.

API placed on api.bots.business. Many users are use this API for Coinpayments integration with CP Lib:
https://help.bots.business/libs/coinpayments

Can you please fix this error? Because my bot is not working now with Coinpayments
Forwarded from BotNews
Bot API 5.1

• Added updates about member status changes in chats: my_chat_member and chat_member
• Support for improved invite links
• Basic info about voice chats
• And more, read the full changelog here:

https://core.telegram.org/bots/api-changelog#march-9-2021

Warning: After one of the upcoming Bot API updates, some user identifiers will become bigger than 2^31 - 1 and it will be no longer possible to store them in a signed 32-bit integer type. User identifiers will have up to 52 significant bits, so a 64-bit integer or double-precision float type would still be safe for storing them. Please make sure that your code can correctly handle such user identifiers.
New bot in the Store - @DemoQRGenBot
❗️BJS Security
BJS is very powerful and flexible. But with this. But simply make the code vulnerable.

🆘 Read it again:
https://help.bots.business/scenarios-and-bjs/bjs-security
How To Check Live Price By Coinbase Api.

⁉️ First On Bot.Business.

♻️ Command - Live

🌐 BJS - HTTP.get({ url: "
https://api.coinbase.com/v2/prices/spot?currency=USD", success: "/Price" })

♻️ Command - /Price

🌐 BJS -

var result = JSON.parse(content)
var btc = result.data.amount
var time = Libs.DateTimeFormat.format(new Date(),"h:M:s T")+"M"
Api.sendPhoto({ photo: "https://bit.ly/38y1Yle",
caption: "*📊 Live BTC Price = "+btc+" $\n\n Server Time = "+time+"\n\n🌐 Developer = @Shadab_Alam*", parse_mode: "Markdown" })


💎 Coded By :-
@Shadab_Alam
1👍1😁1
Bad code example
code formatting
😍 Today I Am Giving JackPort Game BJS For Free

🎰 Jackport Game BJS

Command: 🎰 Jackport
BJS:
Api.sendDice({ on_result:"Result",emoji:"🎰"})

Command: Result
BJS:
Bot.sendMessage("🎰Result: " +options.result.dice.value)

Developer:
@YashGupta20
💎 BB Point Donation: https://t.me/BBPointBot?start=req62-10-points-to-818669679

#⃣ Tags: #Yash_Dev #Game #Jackport
Forwarded from Xrd
🌐Coded By ©𝐑𝐚𝐝𝐢𝐧

💎Credits ©𝐑𝐚𝐝𝐢𝐧 , ℳ🅺ℬ 😜

🔗Bitly.com URL Shortener Bjs

•Command : Bit.ly [Your Wish]
•In Answer : *Send Your Long Url*

✔️Wait For Answer On
In Bjs
var api = "Your API Key"
var longurl = message
var url =
"https://api-ssl.bitly.com/v3/shorten?access_token=" +
api +
"&longUrl=" +
longurl

HTTP.post({
url: url,
success: "ShortLink"
})


-----------------------------------------------

•Command : ShortLink
•Wait For Answer🚫

•In Bjs
let val = JSON.parse(content)
let shortlink = val.data.url
let err = val.status_txt

if (err == "INVALID_URI") {
Bot.sendMessage("*This Is Not A Valid Url\n/TryAgain*")
return
}
Bot.sendMessage("*🔗Your ShortLink Created :*\n\n"+shortlink)


____________________________

🌐Coded By ©𝐑𝐚𝐝𝐢𝐧
💎Credits ©𝐑𝐚𝐝𝐢𝐧 , ℳ🅺ℬ 😜
@bbbounty if you want bb points
This unofficial videos from @Advanced_Bot_Codings community.
Bots.Business
Photo
Really - it is very hard to fix such code!

Do NOT use eval from user's input.
NEVER!
Bots.Business
Photo
💎1000 BB Points for safe user's eval:

var res = eval(message);
Bot.sendMessage(res);