Here is register page, please make it Working. In this register form user first make must be registered they account user must create first account after user login account. When user create account then must be stored email address and password in Chrome database server. Remember make strong encrypted email and password. After user login else don't they. I use tailwind css. Please also add toast Working notification. If there is issue in email address, password etc then show taiwlind css toast with icons. Remember if successful account create then also show Toast and failed to create then also showing toast. After some secound redirect to user "login.html" and animation and out animation here is full code give me full updated code again ""

I need only html which I provide update, fix some bugs and etc. need html only.

Goo now here is my login.html page check on database which you create in register.html if user successful create account the redirect to dashboard.html else show error toast notification. If user account not credited then show toast "Invalid digital identity" if user email is true or password others then tell "Please enter valid identity password!" Always show toast with icons and in or out animation. Here fix Access code eye icon for hide and show password. And also remember here "Access code is password don't confused here" here is full html code Provide me ""

Check here is my new updated register.html I buuld it just check this js and I use database for store email and password, i store in google chrom backed server database, also check toast notification how work. Please also add cloudflare captcha here ""

I want to make telegram refer and earn bot using bots.business. you must give me BJs. Currently need Image with Caption and inline buttons. Add 5 buttons in one row must have 2 buttons with text "π‰πŽπˆπ" after next button also have 2 buttons after last button have text "π‰πŽπˆππ„πƒ" must use Emoji with inline button. Here is my online Image "https://google.com/logo.png" in caption write with bold text qnd emoji like Welcome to refer and earn bot. You must Join this all the channel and Groups to start this bot. Add like this here in Caption. 

I need only one command for /start only. This command only have image, Caption text and inline buttons only as I tell. Currently focus only that i need force welcome message onl

And must be all the buttons have same font amd same Emoji "✅" and also for joined same Emoji.

Fix this, only show 2 buttons only in one lines, remove all the callback_data for Join buttons only. And only have for joined buttons only. There is uss while layout. Need only 2 buttons in one line. Make more improvement Caption text here. And in last add Made with live by Kaiddo. Remember in this all join buttons add channel name like @Kaiiddo.

  // Restrict access to admins OR a predefined dummy admin ID

var dummyAdminId = Bot.getProperty("dummy_admin_id"); // Fetch dummy admin ID [[4]][[6]]


if (user.role === 'admin' || user.id === dummyAdminId) {

  var totalUsers = Bot.getProperty("total_users", 0);

  Bot.sendMessage("πŸ“Š *Total Users:* `" + totalUsers + "`", { isMarkdown: true });

} else {

  Bot.sendMessage("❌ Unauthorized. Only admins can view stats."); // [[4]][[10]]

}




// Track unique users who started the bot

if (!user.counted) {

  var totalUsers = Bot.getProperty("total_users", 0);

  Bot.setProperty("total_users", totalUsers + 1, "integer");

  user.setProperty("counted", true); // Mark user as counted [[1]][[8]]

}

Bot.sendMessage("πŸš€ Welcome! You've successfully started the bot.");

https://www.technostone.xyz/2024/03/how-to-get-telegram-bot-statistics-on.html?m=1


I want to make if else system only admin can check stats of bot. Here is my code "" make it more attractive. Remove none usages code. Add dummy id. 

Comments