<?php
if(isset($message->video)){
bot('deleteMessage',[
'message_id'=>$mid,
'chat_id'=>$chat_id,
]);
bot('SendMessage',[
'chat_id'=>$chat_id,
'text'=>"๐ฅ <b>Video yubormang!</b>",
'parse_mode'=>"html",
'relpy_markup'=>json_encode([
'inline_keyboard'=>[
[['text'=>"๐ฅ Guruhga qo'shish",'url'=>"https://t.me/$bot?startgroup=new"]],
]
])
]);
}
?>
#function
Please open Telegram to view this post
VIEW IN TELEGRAM
๐4
if(mb_stripos($text,"!ban")!==false){
if($get == "administrator" or $get == "creator" or $uid==$admin){
bot('kickChatMember',[
'chat_id'=>$cid,
'user_id'=>$repid,
'can_send_messages'=>false,
'can_send_media_messages'=>false,
'can_send_other_messages'=>false,
'can_add_web_page_previews'=>false
]);
bot('sendmessage',[
'chat_id'=>$cid,
'parse_mode'=>'html',
'text'=>"<a href='tg://user?id=$repid'>$repname</a> guruhdan <b>KICK</b> va <b>BAN</b> qilindi!",
]);
}
} #function
Please open Telegram to view this post
VIEW IN TELEGRAM
๐5
Please open Telegram to view this post
VIEW IN TELEGRAM
test bot.zip
21.4 KB
Professional_PHPPlease open Telegram to view this post
VIEW IN TELEGRAM
Obmen.zip
17.6 KB
ยซ๐ Obmen Botยป kodi.โ
๐คUshbu kod oddiy obmen bot kodlaridan emas. Kodni Ichida siz boshqa obmen botlarda ko'rgan hamma funksiyalar mavjud va admin paneli ham mukammal.๐ฑ
๐จโ๐ปManba: @Org_Coder
๐Tarqatildi: @UsefulCoders
๐คUshbu kod oddiy obmen bot kodlaridan emas. Kodni Ichida siz boshqa obmen botlarda ko'rgan hamma funksiyalar mavjud va admin paneli ham mukammal.๐ฑ
๐จโ๐ปManba: @Org_Coder
๐Tarqatildi: @UsefulCoders
CardData.php
633 B
Please open Telegram to view this post
VIEW IN TELEGRAM
XObunachiPro.php
100.8 KB
space_coders_teamPlease open Telegram to view this post
VIEW IN TELEGRAM
๐3
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
๐4โก2๐ฅ1
Deleted Account
Mukammal nakrutka bot kodi
Please open Telegram to view this post
VIEW IN TELEGRAM
Useful Coders | IT News
UzbekSeenBot.php
Premium.zip
3.4 MB
โฌ๏ธ Tepadagi kodni premium.zip'dagi bot.php'ni o'rniga qo'yib ishlatasiz!
Please open Telegram to view this post
VIEW IN TELEGRAM
๐2๐ค1
Forwarded from Fayzullo Proofs
Please open Telegram to view this post
VIEW IN TELEGRAM
๐5
function captcha($uid){
$javob = file_get_contents("ctezgramapi/$uid.dat");
$captcha=file_get_contents("ctezgramapi/$uid.txt");
if($captcha==true){
return true;
}else{
$rand=rand(1,100);
file_put_contents("ctezgramapi/$uid.dat","$rand");
bot('sendphoto', [
'chat_id'=>$uid,
'photo'=>"https://dummyimage.com/279x100/ffffff/000000.jpg&text=Son - $rand ",
'caption'=>"<b>๐ Salom, tepadagi sonni kiriting bu TezGramAPIBot xavfsizligi uchun.</b>",
'parse_mode'=>"html",
]);
exit();
}
}
$update = json_decode(file_get_contents('php://input'));
$message = $update->message;
$cid = $message->chat->id;
$text = $message->text;
$tx = $message->text;
$uid= $message->from->id;
$captcha = file_get_contents("ctezgramapi/$uid.txt");
$javob = file_get_contents("ctezgramapi/$uid.dat");
mkdir("ctezgramapi");
if($text==$javob){
file_put_contents("ctezgramapi/$uid.txt","Successfully");
bot('SendMessage',[
'chat_id'=>$uid,
'text'=>"<b>๐คInson ekanligingiz Tasdiqlandiโ
@$bot dan foydalanavering</b>",
'parse_mode'=>"html",
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>"/start"]],
]])
]);
}
if($text=="$tx" and captcha($uid)=="true" and $text!="$javob"){
}Please open Telegram to view this post
VIEW IN TELEGRAM
๐4๐ค1