โค2๐1
SMMBOT[@SimplePHP].zip
3.4 MB
๐ฅ Manba:
@iTDevo & @ACodersUzhttps://t.me/php_botlar_kodi
Please open Telegram to view this post
VIEW IN TELEGRAM
โค2โก1
function getWeather($city) {
$apiKey = "YOUR_API_KEY"; // OpenWeatherMap API kalitingiz
$url = "https://api.openweathermap.org/data/2.5/weather?q=" . urlencode($city) . "&appid=" . $apiKey . "&units=metric&lang=uz";
$response = file_get_contents($url);
if ($response === FALSE) {
return "Xatolik: Ob-havo ma'lumotlarini olishning iloji bo'lmadi.";
}
$data = json_decode($response, true);
if ($data["cod"] != 200) {
return "Shahar topilmadi yoki xato yuz berdi.";
}
$temp = $data["main"]["temp"];
$desc = $data["weather"][0]["description"];
$humidity = $data["main"]["humidity"];
$wind = $data["wind"]["speed"];
return "๐ค Ob-havo: $city\n๐ก Harorat: $tempยฐC\n๐ง Namlik: $humidity%\n๐ฌ Shamol tezligi: $wind m/s\n๐ Tavsif: $desc";
}
API olish: https://openweathermap.org/
โ Natija:
๐ค Ob-havo: Tashkent
๐ก Harorat: 33ยฐC
๐ง Namlik: 42%
๐ฌ Shamol tezligi: 3.6 m/s
๐ Tavsif: ozgina bulutli
https://t.me/php_botlar_kodi
yana qanqa function kerak #comment
bot.php
105.6 KB
๐ฌ Mukammal Anime Bot โ Yangi Versiya! ๐ฌ
๐ช Asosiy dasturchilar:
๐ Manba:
๐ป Dasturlash tili: PHP
๐ Ma'lumotlar bazasi: MySQL
---
Tahrirchi: @
Takrorlmayman manba:
Oสปzgartirilmasin !
#reaksiya
๐ช Asosiy dasturchilar:
@sadiyuz & @ITACHI_UCHIHA_SONO_SHARINGAN
@Fav_ke๐ Manba:
@UZ_IT_CENTER๐ป Dasturlash tili: PHP
๐ Ma'lumotlar bazasi: MySQL
---
Tahrirchi: @
Fav_keTakrorlmayman manba:
@UZ_IT_CENTER
Oสปzgartirilmasin !
#reaksiya
โค1๐ซก1
getChatMemberCount() โ Guruh yoki kanal a'zolar sonini olish
https://t.me/php_botlar_kodi
function getChatMemberCount($bot_token, $chat_id) {
$url = "https://api.telegram.org/bot$bot_token/getChatMemberCount?chat_id=$chat_id";
return file_get_contents($url);
}
https://t.me/php_botlar_kodi
๐ค1
โค2โคโ๐ฅ1๐ค1
quizbot(@Professional_PHP).zip
126.3 KB
Quiz bot kodi (PHP: 7.3) ๐ง
๐งโ๐ป Parol:
๐ Manba:
โก๏ธ Kanalimiz: @php_botlar_kodi
@Professional_PHPReaksiya Bosamiz๐ฅน
@Professional_PHP Please open Telegram to view this post
VIEW IN TELEGRAM
๐1
๐ค2