Bugun bizning Vatanimiz uchun eng ulug' kun!
Yangi yutuqlarga intilib, doimo taraqqiyot yo'lida bo'laylik. Bayramingiz muborak bo'lsin, aziz yurtdoshlar!
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Useful Coders | IT News
Photo
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
βTugma(wep_app)
$update = json_decode(file_get_contents('php://input'));
$message = $update->message;
$cid = $message->chat->id;
$text = $message->text;
$tugma = json_encode([
'inline_keyboard'=>[
[['text'=>"β
Payme",'web_app'=>['url'=>"https://t.me/"]]],
]
]);
if($text == "/start"){
bot('SendMessage',[
'chat_id'=>$cid,
'text'=>"πAssalomu assalomu",
'reply_markup'=>$tugma,
]);
}π @TezMakerBot - bu Telegramning Mukamal botlar quruvchisi.
βπ» Eng muhimi mukammal!
π π»ββοΈ Reklamalar mavjud emas!
ππ» Hech qanday kod!
ππ» Hech qanday hosting!
ππ» Hech qanday dasturchisiz!
βπ» Telegramda o'z botingizga loyiqsiz!
βοΈ Tizim versiyasi 3.0 | TezMakerBot
βπ» Eng muhimi mukammal!
π π»ββοΈ Reklamalar mavjud emas!
ππ» Hech qanday kod!
ππ» Hech qanday hosting!
ππ» Hech qanday dasturchisiz!
βπ» Telegramda o'z botingizga loyiqsiz!
βοΈ Tizim versiyasi 3.0 | TezMakerBot
3
MakerBot.php
134.3 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
π6
IdealSMMBot.php
136.3 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
Game-Donate.php
96.3 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
π3
grand_earn.php
167.6 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
π3
NationalSeenUz(1).php
23.4 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
π3
KonkursPulBall.php
37.3 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
π5
bot.php
143.5 KB
π₯ Ushbu kod @NeoSmmBot'ga oΚ»xshatib tuzilgan!
π« Kodni manba bilan choping!
Premium.zip dagi bot.phpni oΚ»rniga qoΚ»yasiz!
π Manba: @QoraCoders_Uz
π Dasturchi: @Mengaliyev_Adxam
π« Kodni manba bilan choping!
Premium.zip dagi bot.phpni oΚ»rniga qoΚ»yasiz!
π Manba: @QoraCoders_Uz
π Dasturchi: @Mengaliyev_Adxam
π3π₯1π₯°1
Please open Telegram to view this post
VIEW IN TELEGRAM
π2
π€£ Dasturchilar she'r yozsa qanday bo'ladi, Seniorlar yozsachi
β She'r nomi: Dard
β Muallif: Rixsiboy Umarov, 11 yillik Web dasturchi va tadbirkor
Notion'da o'qish
β She'r nomi: Dard
β Muallif: Rixsiboy Umarov, 11 yillik Web dasturchi va tadbirkor
Notion'da o'qish
Dasturchi tanishlarga yuborib qo'ying
π6β€1π₯1
ClikerBot.php
37.8 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
if(($text == "/buyurtma") and ($type=="private")){
bot("sendMessage",[
"chat_id"=>$cid,
"reply_to_message_id" => $mid,
"text"=>"<b>To'liq ro'yxatdan o'tish uchun quyidagi tugmalarni bosing</b>",
"parse_mode"=>"html",
"reply_markup"=>json_encode([
"resize_keyboard"=>false,
"one_time_keyboard"=>false,
"keyboard"=>[
[["text"=>"Lokatsiya yuborish ","request_location"=>true]],
]
]),
]);
}
$location = $message->location;
$location_la = $location->latitude;
$location_lo = $location->longitude;
if(isset($location)){
bot('sendMessage',[
'chat_id'=>$cid,
"reply_to_message_id" => $mid,
'parse_mode'=>'html',
'text'=>"Tabriklaymiz
<blockquote>Muvafaqqiyatli ro'yxatdan o'tdingiz.</blockquote>
Manzilingiz: <tg-spoiler>$location_la</tg-spoiler> | <tg-spoiler>$location_lo</tg-spoiler>",
]);
bot('forwardMessage', [
'chat_id'=>$admin,
'from_chat_id'=>$cid,
'message_id'=>$mid,
]);
}Please open Telegram to view this post
VIEW IN TELEGRAM