We have such plans for ADs for future
1. AD Tag. something like "Paid AD" or etc
2. Report AD system. We will collect alerts so we can stop ADs with big alerts count in future
3. Link something like "Why I receive this AD ?" to page with this content
4. We will make more strongly moderation system where new ad-owners will be checking more strongly
5. Other plans like Ads Income Sharing (AI Sharing)
Now we focus on stability. Stability - top priority work in this week.
What can i do now?
1. You can write on
2. You can disable ADs in App > Iterations
Please write your ideas in comments.
- "Stop ads!" - is not good idea because we will need "Free with ADs" plan stopping also.
1. AD Tag. something like "Paid AD" or etc
2. Report AD system. We will collect alerts so we can stop ADs with big alerts count in future
3. Link something like "Why I receive this AD ?" to page with this content
4. We will make more strongly moderation system where new ad-owners will be checking more strongly
5. Other plans like Ads Income Sharing (AI Sharing)
Now we focus on stability. Stability - top priority work in this week.
What can i do now?
1. You can write on
/start command that your bot show ADs and this is third-party ads. 2. You can disable ADs in App > Iterations
Unfortunately we can't make BB totally FREE.
We needs ADs for powering FREE with ADs bots.
This income used for developments also.
Please write your ideas in comments.
- "Stop ads!" - is not good idea because we will need "Free with ADs" plan stopping also.
π6π2π€2
Are we need something like this in BB Store?
https://t.me/hamster_kombat_boT/start?startapp=kentId519829299
https://t.me/hamster_kombat_boT/start?startapp=kentId519829299
Telegram
Hamster Verse
Description: Welcome to the HamsterVerse!
Play, have fun, and earn $HMSTR in the amazing games across our ecosystem.
Big updates are coming soon!
Play, have fun, and earn $HMSTR in the amazing games across our ecosystem.
Big updates are coming soon!
π₯19π€£10π8π1
We have very simple code for user's balance.
For example, it is adding +2 to balance.
But much more users use such with ResLib:
ResLib was not constructed for this.
ResourcesLib is good for using it with growth. If you don't have growth it is possible you don't need use this lib.
Now we improve ResLib for using it just for adding.
But it is still not so good use ResLib just for adding 2+2 values.
For example, it is adding +2 to balance.
let balance = User.getProp("balance") || 0;
balance = balance + 2;
User.setProp("balance", balance)But much more users use such with ResLib:
let balance = Libs.ResourcesLib.userRes("balance");
res.add(2)ResLib was not constructed for this.
ResourcesLib is good for using it with growth. If you don't have growth it is possible you don't need use this lib.
Now we improve ResLib for using it just for adding.
But it is still not so good use ResLib just for adding 2+2 values.
π8β€2
This code is slowly:
var welco = User.getProperty("welco");
if (!welco) {
User.setProperty("welco", user.telegramid, "text");
}
Use code from the
https://t.me/botsbus/1988
var welco = User.getProperty("welco");
if (!welco) {
User.setProperty("welco", user.telegramid, "text");
}
Use code from the
https://t.me/botsbus/1988
Telegram
Bots.Business
How to check that user is totally new in the bot?
on /start command
if(request && (request.message_id==1)){
Bot.sendMessage("Thank you for starting bot!")
}else{
Bot.sendMessage("Hello again, old user")
}
How it is works?
The first message fromβ¦
on /start command
if(request && (request.message_id==1)){
Bot.sendMessage("Thank you for starting bot!")
}else{
Bot.sendMessage("Hello again, old user")
}
How it is works?
The first message fromβ¦
π4
We have punishments with @BBPointBot now:
β οΈ Restrictions - possible punishments (read mode only):
- 8-hour -
- 24-hour -
- 1-week -
- Permanent -
Why i have can - BBP?
- none English text
- spam (bots, channels, etc)
- nude content
- foul language, swearing
You can promote your own BB bots or any BB-relative service
Tag it with #bbbot , #aroundBB
But you also can have -1 BBP or more - so keep your BBP balance positive
β οΈ Restrictions - possible punishments (read mode only):
- 8-hour -
π -1 BBP.- 24-hour -
π -3 BBP.- 1-week -
π -6 BBP.- Permanent -
π -10 BBP.Why i have can - BBP?
- none English text
- spam (bots, channels, etc)
- nude content
- foul language, swearing
You can promote your own BB bots or any BB-relative service
Tag it with #bbbot , #aroundBB
But you also can have -1 BBP or more - so keep your BBP balance positive
π9π4π₯3β€1
Bots.Business
Are we need something like this in BB Store? https://t.me/hamster_kombat_boT/start?startapp=kentId519829299
We already know how to make such games in BB.
I spent time researching the game mechanics and I can say:
- bonus clock mechanics possible with ResLib
- web application is possible with our web application
- daily tasks like YouTube are fake so this is possible too
- an option with a mechanical crane is possible
- bonus combination - possible
- Morse task - possible
- recommendations - possible
- top list - possible (but looks fake)
What's difficult?
- is web application coding. I think it's 70% web app, 30% bot (web development requires good skills).
- you need to understand the web part and the server part (the web application can be hacked, fake data from the web application is possible)
- we need to check the bonus on the server before receiving rewards
- the tap mechanic is not so necessary at high levels (we can check the hour limit before receiving the reward on the server side), so it can be faked by the players, but this is not critical
- views on YouTube are completely fake π
YouTube doesn't have an API for this
- multilingualism is also difficult
I think we need a good demo for such WebApp Games.
I spent time researching the game mechanics and I can say:
- bonus clock mechanics possible with ResLib
- web application is possible with our web application
- daily tasks like YouTube are fake so this is possible too
- an option with a mechanical crane is possible
- bonus combination - possible
- Morse task - possible
- recommendations - possible
- top list - possible (but looks fake)
What's difficult?
- is web application coding. I think it's 70% web app, 30% bot (web development requires good skills).
- you need to understand the web part and the server part (the web application can be hacked, fake data from the web application is possible)
- we need to check the bonus on the server before receiving rewards
- the tap mechanic is not so necessary at high levels (we can check the hour limit before receiving the reward on the server side), so it can be faked by the players, but this is not critical
- views on YouTube are completely fake π
YouTube doesn't have an API for this
- multilingualism is also difficult
I think we need a good demo for such WebApp Games.
π8π₯3β€2π₯°2π€2
Bots.Business
Once more about just_created fields for user and chat. There are clarifications. (Help and prev message are edited) We have user.just_created - only for totally new BB user! User can have any BB bot(s) before your bot. So user.just_created will be false.β¦
β οΈ From this date we delete blocking chat only after 6 months.
chat.just_created is true for new chat on /start command
For old blocked chats:
- is just created if user restart blocking after 6 months
- it NOT just created if user restart blocking in 6 months
You can use this code for welcome bonus:
Please note:
Use
#justCreated
chat.just_created is true for new chat on /start command
For old blocked chats:
- is just created if user restart blocking after 6 months
- it NOT just created if user restart blocking in 6 months
You can use this code for welcome bonus:
if(chat.just_created && chat.chat_type=="private"){
Bot.sendMessage("Hello, new user!")
// bonus here
}else{
Bot.sendMessage("Hello, old user!")
}Please note:
User can make new group chat with bot. We need to check that chat is "private" only.
User can have only one private chat with bot.
Use
chat.just_created - it is more quickly way for new chat verification.#justCreated
π10β€3π₯3
Code refactoring with #timeout issue.
This is bad code example. It have timeout issue and looks very complex.
In this topic i make code refactoring step by step.
You can use it for teaching.
This is bad code example. It have timeout issue and looks very complex.
In this topic i make code refactoring step by step.
You can use it for teaching.
β€5π1
Cloud.FREE
πΉ100 000 000 iterations per month and more
πΉPersonal Support Level
πΉAdvanced analytical (Available from PRO cloud or from PRO.Cloud power)
πΉPower: like Cloud.Start and can be scaled to Cloud.BigBusiness and more!
π Cost: FREE
Why I need it?
- With Cloud we can tune your bots!
Them will be more faster!
- You will have Personal Support
- We can scale your Cloud Power if you have promotion
Requirements:
- only for Free with ADs Plan
- your bots must have more then 50 000 chats
- your bots must show 5 ads per minute and more
- other requirements
How to get it?
- Please PM to @BotsBusinessAdmin with.
Send:
I want Cloud.FREE. My email is: <MyEmail>βοΈ P.S.
- Picture - it is Advanced analytic. Iterations per minute, Errors, ADs sending and etc. (Available from
PRO.Cloud or your FREE Cloud must have this power.)P.P.S
Owner jst***@gmail.com -your Plan converted to Cloud.Free because you have big traffic. Your bots are fine now and fast. Please PM to @BotsBusinessAdmin for Personal support
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯°5π3π₯1
β
We are pleased to announce that our team has successfully improved server performance, which has had a positive effect on request processing speed.
Moreover, the number of very slow requests (over 1000 milliseconds) has decreased by 35.7% today compared to last week, significantly improving the overall experience of using our service.
We thank you for your trust and continue to work to further improve our service so that you can enjoy an even faster and smoother experience. Thank you for being with us!
Moreover, the number of very slow requests (over 1000 milliseconds) has decreased by 35.7% today compared to last week, significantly improving the overall experience of using our service.
We thank you for your trust and continue to work to further improve our service so that you can enjoy an even faster and smoother experience. Thank you for being with us!
π€£19β€5π3π2π₯°1π1π1
Forwarded from AdHub.plus News
33% discount!
ActiveAD price: 0.5$ per 1000 ads
Old price:
InstantAD Cost: 0.2 USD per 1000 sending
Old cost:
1 250 000 chats available for broadcasting now!
β Start your promotion now on AdHub.plus!
Please open Telegram to view this post
VIEW IN TELEGRAM
π6π₯3β€2π1
Timeout issue fixing digest
We have several timeouts errors:
- BJS timeouts (Req timeout)
- Props reading timeouts
- External API timeouts (some users use free limited api)
More rarely:
- Telegram Api timeouts (yes, Telegram can down sometimes)
- other timeouts
This is this month chart for BJS timeouts (Req timeout - green line) and Props Timeouts (yellow line).
Prop timeout error can invoke Req timeout (so green and yellow line very similar)
From 10 July we have decreasing of Timeouts errors - you can see this on charts. It is 300%-500% decreasing.
We have several timeouts errors:
- BJS timeouts (Req timeout)
- Props reading timeouts
- External API timeouts (some users use free limited api)
More rarely:
- Telegram Api timeouts (yes, Telegram can down sometimes)
- other timeouts
This is this month chart for BJS timeouts (Req timeout - green line) and Props Timeouts (yellow line).
Prop timeout error can invoke Req timeout (so green and yellow line very similar)
From 10 July we have decreasing of Timeouts errors - you can see this on charts. It is 300%-500% decreasing.
π9π2π₯1