if (isset($message)) {
$baza = file_get_contents("azo.dat"); // yangi obunachi kirganda uni ID raqami saqlanib turishi uchun fayl joylashuvi.
if (mb_stripos($baza, $chat_id) !== false) {
} else {
$txt = "\n$chat_id";
$file = fopen("azo.dat", "a");
fwrite($file, $txt);
fclose($file);
}}
๐ Botga yangi obunachi kirganda Statistika uchun ID faylga saqlab qo'yadigan funksiya.๐ Manba: @SupperCoderUz
Bot orqali premium stickerlar yubotishni o'rgataymi? ๐
Izoh ๐ฌ
Izoh ๐ฌ
๐ฅ16๐ฑ8๐ฏ1
๐ฏ๐ข๐ฌ๐ฎ๐๐ฅ ๐๐จ๐๐๐ซ | ๐ฉ๐ซ๐จ๐ ๐ซ๐๐ฆ๐ฆ๐๐ซ๐ฌ
Bot orqali premium stickerlar yubotishni o'rgataymi? ๐ Izoh ๐ฌ
copyMessage va forwardMessage metodlarisiz negativlar ๐ฅฒ
๐2
@SuxbatchiBuvaBot ni @Super_MakerBot ga qo'shamizmi
๐ฑ3
๐ค2
mandat.zip
83 KB
๐ Mandat javoblarini bilib beruvchi API kod. Quyidagi fayl ichida barcha kutubxonalar mavjud va ishlashga tayyor. Natijani olish uchun PHP funksiya yaratilgan, GET so'rovi orqali API tuzilgan.
๐ง๐ปโ๐ป Dasturchi: @NinetyDev
๐ Manba: @iCoderNet
๐ Kanalimiz: @SupperCoderUz
๐ง๐ปโ๐ป Dasturchi: @NinetyDev
๐ Manba: @iCoderNet
๐ Kanalimiz: @SupperCoderUz
๐ค1
Bugun 1200 ta bo'laylik
Max aktiv qivorila do'stla
Max aktiv qivorila do'stla
๐ฅ66๐63๐6๐ฏ2๐ฑ1
soat-profil.php
1.8 KB
๐ Telegram profilga soat qo'yib beruvchi kod. Avto qo'yilmidi, kodni hostingga yuklab Madelineda telegram akauntingiz orqali ro'yhatdan o'tasiz. Keyin kodni cronlashni ham unutmang! Kod ishlashi uchun domeningiz PHP versiyasi 8.1+ bo'lishi kerak.
๐ง๐ปโ๐ป Tahrirchi: @VisualCoderUz
๐ Manba: @SupperCoderUz
โค๏ธโ๐ฅ Reaksiya bosish tekin[yoki pullikdir ๐ค] .
๐ง๐ปโ๐ป Tahrirchi: @VisualCoderUz
๐ Manba: @SupperCoderUz
โค๏ธโ๐ฅ Reaksiya bosish tekin
๐ฏ7โคโ๐ฅ1
๐ฏ๐ข๐ฌ๐ฎ๐๐ฅ ๐๐จ๐๐๐ซ | ๐ฉ๐ซ๐จ๐ ๐ซ๐๐ฆ๐ฆ๐๐ซ๐ฌ
soat-profil.php
from telethon.sync import TelegramClient
# Set up the Telegram client
api_id = 'api_id yozing'
api_hash = 'api_hash yozing'
client = TelegramClient('session nomi', api_id, api_hash)
with client:
# Start the Telegram client
client.start()
# Get the current time and date
import datetime
time = (datetime.datetime.now() + datetime.timedelta(hours=2)).strftime("%H:%M")
day = (datetime.datetime.now() + datetime.timedelta(hours=2)).strftime("%d.%m.%Y")
# Replace digits in time with Unicode characters
time = time.replace('1', '๐ท').replace('2', '๐ธ').replace('3', '๐น').replace('4', '๐บ').replace('5', '๐ป').replace('6', '๐ผ').replace('7', '๐ฝ').replace('8', '๐พ').replace('9', '๐ฟ').replace('0', '๐ถ')
# Define weather condition icons
obhicon = {'01d': 'โ๏ธ', '02d': '๐ค', '03d': 'โ๏ธ', '04d': '๐ฅ', '09d': '๐ฆ', '10d': '๐ง', '11d': 'โ', '13d': 'โ๏ธ', '50d': '๐จ', '01n': '๐', '02n': 'โ๏ธ', '03n': 'โ๏ธ', '04n': '๐ฉ', '09n': '๐ง', '10n': '๐ง', '11n': 'โ', '13n': 'โ๏ธ', '50n': '๐จ'}
# Get weather information from OpenWeatherMap API
import requests
response = requests.get("https://api.openweathermap.org/data/2.5/weather?q=Tashkent,UZ&units=metric&appid=a9d86a9dc54f8caf39ac424735ffc2e6")
obh = response.json()
weather = obh['main']['temp']
icon = obh['weather'][0]['icon']
# Define nicknames and select a random one
nick = ["๐พ"]
import random
niktxt = random.choice(nick)
# Define bio messages and select a random one
bio = ["The clear sky was always cool ๐๐ฝ | {} {}ยฐC".format(obhicon[icon], weather)]
biotxt = random.choice(bio)
# Update profile and status
client(functions.account.UpdateProfileRequest(
first_name=niktxt,
about=biotxt
))
client(functions.account.UpdateStatusRequest(
offline=False
))
๐ Bu ham xuddi shu narsa Faqat python dasturlash tilida ekan.๐ Manba: @DevUserBotOwner
๐ Hozir https://www.w3schools.com/ web-sayti scriptini chopyapman
๐ Tugatsam Scriptini baham ko'rama
๐ Tugatsam Scriptini baham ko'rama
W3Schools
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
๐ฑ3
@IslomiyMaruzalar_Robot tuzib chiqamizmi? ๐
๐ฅ2
โคโ๐ฅ1
Forwarded from Kenn Group | ะ ะฐะทะดะฐัะฐ ะบัะธะฟัะพะฒะฐะปััั
๐ธ ะะพะปัะทะพะฒะฐัะตะปั ะฒัะฒะตะป 26โฝ ัะตัะตะท ๐
ฟ๏ธ PAYEER
Kenn Group | ะ ะฐะทะดะฐัะฐ ะบัะธะฟัะพะฒะฐะปััั
๐ธ ะะพะปัะทะพะฒะฐัะตะปั ะฒัะฒะตะป 26โฝ ัะตัะตะท ๐
ฟ๏ธ PAYEER
https://t.me/SEORefBot?start=5668945618
Bot bomba shaxshan ozim pul yechib oldim
Sinovdan o'tdi do'stla
Bot bomba shaxshan ozim pul yechib oldim
Sinovdan o'tdi do'stla
๐9