O'zbek PHP
163 subscribers
18 photos
11 videos
9 files
12 links
👨‍💻 Takliflar boʻlsa: @omirbayev_xvk & @OdiDev
✉️ Murojaat boʻlsa: @omirbayev_xvk & @OdiDev
🤖 Asosiy bot: Tez Orada
👨‍💻 Dasturchilar: @omirbayev_xvk & @OdiDev
👥 Muhokama boʻlsa: @Ozbekphp_chati
Download Telegram
fhost kim ishlatadi?
Auto pay 🗿
Test qilaszlarmi? 🌚
Please open Telegram to view this post
VIEW IN TELEGRAM
31
Soon..
3211
RemoveBG.php
6.5 KB
🤖 RemoveBG Telegram Bot
Ushbu bot orqali siz rasmlardagi keraksiz orqa fonni bir necha soniya ichida avtomatik tarzda olib tashlashingiz mumkin.


🌐 API Url va API Keyni remove.bg saytidan olishingiz mumkin

🚀 Manba: @rxworks | @ozbekphp
Please open Telegram to view this post
VIEW IN TELEGRAM
211111
Dasturlash - o'ldi.
Startup qurish - o'ldi.
Muammo yechish - o'ldi.

Internetda shu kabi gaplar ko'p yuribdi.

Hech narsa o'lgani yo'q. Atrofga boqing.

Agar bu gaplarga ishonib, harakatdan to'xtasangiz - karyerangiz o'ladi.

Siz o'lmang.
111
Nima gap jgarla
4321
😎
Please open Telegram to view this post
VIEW IN TELEGRAM
❗️Lotin alifbosini yangilash bo‘yicha qonun loyihasi qabul qilindi.

33 yildan so‘ng o‘zbek lotin alifbosini takomillashtirishga oid qonun loyihasi Qonunchilik palatasida qabul qilinib, Senatga yuborildi.

Yangi loyihaga ko‘ra, alifbo 28 ta harf va 1 ta tutuq belgisidan iborat bo‘ladi. O‘zgarishlar bosqichma-bosqich joriy etiladi.


😀 @OzbekPHP
Please open Telegram to view this post
VIEW IN TELEGRAM
31
Please open Telegram to view this post
VIEW IN TELEGRAM
2
Please open Telegram to view this post
VIEW IN TELEGRAM
I am back.
Qanday kod tarqatamiz🤔
Please open Telegram to view this post
VIEW IN TELEGRAM
Ob-havo_bot.php
1.5 KB
«⛅️ Ob-havo Bot» kodi ‼️ (1.0.0 versiya)

📚 Qisqa ma’lumot
🤖 Ushbu bot orqali foydalanuvchi shahar nomini yuboradi va u bir zumda shu shahar ob-havosini ko‘rsatadi: harorat, namlik, shamol tezligi, yo‘nalishi va bulutlik darajasi. Bot sodda, tezkor va ishlatish oson.

🔹️ Bot kodi soda va ichida tayor API bor shunchaki Bot tokin yozing va hostga qo'ying ishga tushadi, Admin panel mavjud emas.

🧑‍💻 Manba: @rxworks & @ozbekphp
Auto habar bot kodi bor ekan py da tashlaymi? 🤔
Please open Telegram to view this post
VIEW IN TELEGRAM
1
<?php
//https://payme.uz/api/users.check_phone
header('Content-type:application/json');
/////@polatov_lv
if($_GET['card'] > 0){
$curl = curl_init();
curl_setopt($curl, CURLOPT_URL, 'https://payme.uz/api/cards.get_p2p_info');
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($curl, CURLOPT_HEADER, false);
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);
curl_setopt($curl, CURLOPT_POSTFIELDS, '{"method":"cards.get_p2p_info","params":{"number": "'.$_GET['card'].'"}}');
$res = json_decode(curl_exec($curl), true);
$error = $res['error']['message'];
if($error){
$ar = array(
"result"=>$error
);
echo json_encode($ar,JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
}else{
$owner = $res['result']['owner'];
$bank = $res['result']['bank']['name'];
$name = $res['result']['vendor_info']['name'];
$currency = $res['result']['amounts'][0]['currency']['alpha_code'];
$arr = array(
"result"=>[
"owner"=>$owner,
"bank"=>$bank,
"card_name"=>$name,
"currency"=>$currency
],
);
echo json_encode($arr,JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
}
exit();
}else{
$array = array(
"result"=>'error'
);
echo json_encode($array,JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
}

💳 Karta malumotlarini chiqarib beruvchi API

👨‍💻 Manba: Nomalum
🚀 Tarqatildi:
@ozbekphp