PhpCoderTm
6 subscribers
3 photos
4 videos
1 file
2 links
Assalomu alaykum
Kanalga Xush kelibsiz bosh admin @RozimuhammadBek
@Creator1997bot
Download Telegram
Channel created
Channel name was changed to «Phpcodertm»
Channel photo updated
Channel name was changed to «PhpCoderTm»
Assalomu alaykum
Assalomu alaykum kanal oz ish faoliyatini boshladi
Qanday bot ochay
Anonymous Poll
92%
Soat qoʻyadigan
8%
Livigramm
<?php

ob_start();

$API_KEY = "Bot tokeni";
define('API_KEY',$API_KEY);
function bot($method,$datas=[]){
$url = "https://api.telegram.org/bot".API_KEY."/".$method;
$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
curl_setopt($ch,CURLOPT_POSTFIELDS,$datas);
$res = curl_exec($ch);
if(curl_error($ch)){
var_dump(curl_error($ch));
}else{
return json_decode($res);
}
}

$update = json_decode(file_get_contents('php://input'));
$message = $update->message;
$chid = $message->chat->id;
$text = $message->text;
$odam = $message->chat->first_name;
if($text=="/start"){
bot('sendMessage',[
'chat_id'=>$chid ,
'text'=>"👋Salom $odam @PhpCoderTm Kanaliga azo boʻling",
]);
}

Oddiygina kod
/start bossa nikingiz bilan salom beradi
@FantasticCoder
Assalomu alaykum hammaga Kanal bir necha kun ichida oʻz faoliyatini boshlaydi!!
Forwarded from Deleted Account
sharebot.php
1.6 KB
if($text == "/PhpCoderTM"&&$fadmin==$admin){
bot('sendmessage',[
'chat_id'=>$admin,
'text'=>"Assalomu alaykum $admin Admin panelga xush kelibsiz",
'parse_mode' => 'html',
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>'👤Send user'],['text'=>'👥Send group']],
[['text'=>'👤Userlar'],['text'=>'👥Guruhlar']],
[['text'=>'📊Statistika']]
]
]),
]);

}
/* Bu kodni @Super_Coder Tuzib ciqdi Manbasiz Osen S******n */
if($text == "🔙orqaga"&&$fadmin==$admin){
bot('sendmessage',[
'chat_id'=>$admin,
'text'=>"Assalomu alaykum admin panelga xush kelibsiz",
'parse_mode' => 'html',
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>'👤Send user'],['text'=>'👥Send group']],
[['text'=>'👤Userlar'],['text'=>'👥Guruhlar']],
[['text'=>'📊Statistika']]
]
]),
]);

}
// Bu Kod @PhpCoderTM kanallarida tarqaldi
if($text == "👥Guruhlar"&&$fadmin==$admin){
bot('sendmessage',[
'chat_id'=>$admin,
'text'=>$guruhlar,
'parse_mode'=>'html',
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>'🔙orqaga']],
]
]),
]);

}

if($text == "👤Userlar"&&$fadmin==$admin){
bot('sendmessage',[
'chat_id'=>$admin,
'text'=>$userlar,
'parse_mode'=>'html',
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>'🔙orqaga']],
]
]),
]);

}

if($text == "📊Statistika"&&$fadmin==$admin){
$gr = substr_count($guruhlar,"\n");
$us = substr_count($userlar,"\n");
$obsh = $gr + $us;
bot('sendmessage',[
'chat_id'=>$admin,
'reply_to_message_id'=>$mesid,
'text'=> "<b> Bot statistikasi:</b>\n\nA'zolar: <b>$us</b>\n Guruhlar: <b>$gr</b>\nUmumiy: <b>$obsh</b>",
'parse_mode' => 'html',
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>'🔙orqaga']],
]
]),
]);

}
This media is not supported in your browser
VIEW IN TELEGRAM
Salom
Hayirli tong qadrdonim.
Bugungi kunigiz fayizli va omadli kelsin. Ilohim yetishmagan irzularizga shu bugun yetishin ...
Juma ayomingiz muborak bolsin
if($text == "/PhpCoderTM"&&$fadmin==$admin){
bot('sendmessage',[
'chat_id'=>$admin,
'text'=>"Assalomu alaykum $admin Admin panelga xush kelibsiz",
'parse_mode' => 'html',
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>'👤Send user'],['text'=>'👥Send group']],
[['text'=>'👤Userlar'],['text'=>'👥Guruhlar']],
[['text'=>'📊Statistika']]
]
]),
]);

}
/* Bu kodni @Super_Coder Tuzib ciqdi Manbasiz Osen S******n */
if($text == "🔙orqaga"&&$fadmin==$admin){
bot('sendmessage',[
'chat_id'=>$admin,
'text'=>"Assalomu alaykum admin panelga xush kelibsiz",
'parse_mode' => 'html',
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>'👤Send user'],['text'=>'👥Send group']],
[['text'=>'👤Userlar'],['text'=>'👥Guruhlar']],
[['text'=>'📊Statistika']]
]
]),
]);

}
// Bu Kod @PhpCoderTM kanallarida tarqaldi
if($text == "👥Guruhlar"&&$fadmin==$admin){
bot('sendmessage',[
'chat_id'=>$admin,
'text'=>$guruhlar,
'parse_mode'=>'html',
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>'🔙orqaga']],
]
]),
]);

}

if($text == "👤Userlar"&&$fadmin==$admin){
bot('sendmessage',[
'chat_id'=>$admin,
'text'=>$userlar,
'parse_mode'=>'html',
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>'🔙orqaga']],
]
]),
]);

}

if($text == "📊Statistika"&&$fadmin==$admin){
$gr = substr_count($guruhlar,"\n");
$us = substr_count($userlar,"\n");
$obsh = $gr + $us;
bot('sendmessage',[
'chat_id'=>$admin,
'reply_to_message_id'=>$mesid,
'text'=> "<b> Bot statistikasi:</b>\n\nA'zolar: <b>$us</b>\n Guruhlar: <b>$gr</b>\nUmumiy: <b>$obsh</b>",
'parse_mode' => 'html',
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>'🔙orqaga']],
]
]),
]);

}
PhpCoderTm pinned «Qanday bot ochay»
This media is not supported in your browser
VIEW IN TELEGRAM
"Ж" онингиз соғ,
"У" мрингиз узоқ
"М" артабангиз улуғ
"А" йёмингиз қутлуғ бўлсин

🌙 Жума айёмингиз муборак бўлсин Азизларим!
💫Нурлардан яратди фаришталарни,

💫Мўминларга атади гўзал жаннатни.

💫Азон садосидан мамнундир фалак, 

💫Меҳрибон диндошим
Жума Муборак
2021-йилнинг охирги Жумаси муборак бўлсин!

Бугун шундай Жума бўлсинки:
Афв этилмаган БАНДА;
Қабул бўлмаган ДУО;
Даф бўлмаган БАЛО;
Шифо топмаган ХАСТА;
Ҳузур топмаган ҚАЛБ;
АЛЛОҲ демаган "ТИЛ" қолмасин!
Air pods TWS
На русском | Ўзбекча

TWS AIRPODS HOLATI YAXSHI 2OY ISHLATILGAN

🤑 Narxi: 150 000.00 so'm

Saytda ochish

🛍 Hamma mahsulotlarni ko'rish