Personal Coder
244 subscribers
31 photos
10 videos
14 files
29 links
Download Telegram
Tez Orada Qaytamizโœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
Kanalga Admin kerak Kod Emas Funk Tashlab turadigan #coment
๐Ÿค– Professional darajada bot yasab berish xizmati.

โญ Har qanday turdagi botlarni yasab beramiz narxlar kelishilgan holda. Bot siz istagan usulda yaratib beriladi.

๐Ÿค To'lovlar kelishilgan holda amalga oshiriladi. Agar bot yasattirish niyat bo'lsa quyidagi manzilga yozing!

โœ… To'lov usullari: ๐Ÿ”น Click, ๐Ÿ”ฅPayme,  ๐Ÿ…ฟ๏ธ Payeer tizimlari orqali qabul qilamiz.

๐Ÿ˜ Murojaat uchun: @Azizbeekh๐Ÿ‘‘
Please open Telegram to view this post
VIEW IN TELEGRAM
Adminlar Uxlab Qoldilami
This media is not supported in your browser
VIEW IN TELEGRAM
API o'zi nima ?

๐ŸšฉUshbu videoimizda API haqida misollar bilan ko`rsatib tushuntirib beramiz.
๐Ÿ”ฐ๐—ฅ๐—œ๐—ฉ๐—ข๐—๐—Ÿ๐—”๐—ก๐—œ๐—ฆ๐—›
๐Ÿ”ฐ๐—™๐—ข๐—ฌ๐——๐—”๐—Ÿ๐—œ ๐—•๐—Ÿ๐—ข๐—š
โšก๏ธ๐—Ÿ๐—œ๐—–๐—›: @RaKUZEN_UZ
//Qr Code Yasash Funk
//
Manba @Azizbeekh

if($text == "โฌ›๏ธ QR kod tayyorlash"){
addstep("qrcode",1,$chat_id);
bot('sendMessage',[
'chat_id'=>$chat_id,
'text'=>"<b>โœ๐Ÿป QR kod tayyorlash uchun matn yoki soสปz yuboring!</b>",
'parse_mode'=>'html',
'reply_markup'=>$back
]);
exit;
}

if($text!= "/start" and $text!= "โ—€๏ธ Ortga" and $step1 == "qrcode"){
addstep("null",1,$chat_id);
bot('sendPhoto',[
'chat_id'=>$chat_id,
'photo'=>"https://qr-code.ir/api/qr-code?s=5&e=M&t=P&d=".urlencode($text)."",
'caption'=>"<b>โœ… QR kod tayyor!
โฌ›๏ธ QR koddagi soโ€˜z: $text</b>",
'parse_mode'=>'html',
'reply_markup'=>$services
]);
exit;
}

?>
Forwarded from โ€ขUzMaxBoy ๐Ÿฒ (๐—ฅ๐—ฎ๐—ธ๐˜‚๐—ญ๐—ฒ๐—ป ๐Ÿ‰ {โง {หŸ)
A.... ๐Ÿง
๐Ÿ‘1
Forwarded from โ€ขUzMaxBoy ๐Ÿฒ (๐—ฅ๐—ฎ๐—ธ๐˜‚๐—ญ๐—ฒ๐—ป ๐Ÿ‰ {โง {หŸ)
Live stream started
Forwarded from ะœะฐั‚ะธั€ะทะฐะตะฒ | Matirzayev.uz (ะคัƒั€ะบะฐั‚ ะœะฐั‚ั€ะธะทะฐะตะฒ)
<?php
define('API_KEY', ''); //Bot tokeni


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;
@$chat_id = $message->chat->id;
@$text = $message->text;
@$mid = $message->message_id;
bot('setMessageReaction', [
'chat_id' => $chat_id,
'message_id' => $mid,
'reaction' => json_encode([[
'type' => 'emoji',
'emoji' => '๐Ÿ‘'
]]),
]);

?>
๐Ÿ‘1
Forwarded from ะœะฐั‚ะธั€ะทะฐะตะฒ | Matirzayev.uz (ะคัƒั€ะบะฐั‚ ะœะฐั‚ั€ะธะทะฐะตะฒ)
Mana bu kodni kimdur so'ragan edi. Oddiy bo'lsaham kerakli kod.
Bu funksiya gruhda yoki shaxsiy chatda yuborilgan xar qanday xabarga reaksiya bildiradi.

Guruh: @matirzayev_gr
Kanal: @MatirzayevUz
Qanaqa Function Kerak?

#coment
Raqam Suredigan Function Birorta Tugmaga Quyib quyasilar va bitta

mkdir("number");

Ochselar Boldi

function number($cid){
$raqami = file_get_contents("number/$cid.txt");
if($raqami == true){
return true;
}else{
file_put_contents("step/$cid.step",'request_contact');
bot("sendMessage",[
"chat_id"=>$cid,
'text'=>"๐Ÿ“ฒ <b>Botdan ro'yxatdan o'tish uchun quyidagi baza/tugma orqali telefon raqamingizni yuboring:</b>",
'parse_mode'=>'html',
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>"๐Ÿ“ž Telefon raqamni yuborish","request_contact"=>true]],
]]),
]);
exit();
return false;
}
}

//Manba @Azizbeekh


if($step=="request_contact"){
$phone = str_replace("+","","$phone");
if((strlen($phone)==12) and (mb_stripos($phone,"998")!==false)){
if($contact_id == $cid){
file_put_contents("number/$cid.txt","$phone");
bot("sendMessage",[
"chat_id"=>$cid,
"text"=>"<b>โœ… Telefon raqamingiz qabul qilindi:</b> $phone",
"parse_mode"=>"html",
'reply_markup'=>$menu,
]);
unlink("step/$cid.step");
exit();
}else{
bot('sendMessage',[
'chat_id'=>$cid,
'text'=>"๐Ÿ“ฒ <b>Botdan ro'yxatdan o'tish uchun quyidagi baza/tugma orqali telefon raqamingizni yuboring:</b>",
'parse_mode'=>'html',
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>"๐Ÿ“ž Telefon raqamni yuborish","request_contact"=>true]],
]]),
]);
exit();
}
}else{
bot('sendMessage',[
'chat_id'=>$cid,
'text'=>"<b>โ›” Kechirasiz, raqam qabul qilinmadi!</b>",
'parse_mode'=>'html',
'reply_to_message_id'=>$mid,
'reply_markup'=>json_encode([
'remove_keyboard'=>true,
]),
]);
unlink("step/$cid.step");
exit();
}
}
๐Ÿ‘1
2006 lar biruvga kiyinishga qancha ketdi ble๐Ÿ˜‡
Please open Telegram to view this post
VIEW IN TELEGRAM
Bollar๐Ÿ˜๐Ÿ‘‡
<!DOCTYPE html>
<html>
<head>
<title>
#baxriddinovich_uz </title>
<style type="text/css">
.card {
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3), 0 7px 21px 0 rgba(0, 0, 0, 0.20);
width: 300px;
font-family: sans-serif;
color:
#f8f9f9;
}
.card-header {
padding: 10px;
font-size: 18px;
background:
#311b92;
}
.card-body {
padding: 10px;
background:
#d50000;
}
</style>


</head>
<body>
<div class="card">
<div class="card-header">
https://t.me/Baxriddinovich_uzโœ”<br>
Guruh kanali:
@ChatGruppaUzb<br>
https://t.me/PersonalCoder
</div>
<div class="card-body">
Siz PHP kodlari kanali va guruhiga a'zo bo'ling. Web haqida ko'plab ma'lumotlar bizning kanal va guruhda e'lon qilib boriladi.
</div>
</div>
</body>
</html>
๐Ÿ‘1
๐Ÿ† Taklifi #konkurs Boshlandi๐Ÿฅณ

๐Ÿ™„Konkurs shartlari (@PersonalCoder) shu kanalga obuna bo'lish va sizga berilgan havolaga do'stlaringizni taklif qilishdan iborat.


๐ŸŽKonkursga qo'yilgan yutuqlar Keyinroq e'lon qilinadi๐Ÿคซ

1. @Dasturchi_Abdulloh - https://t.me/+ewZ1xm1SM6VlMGFi

โž• Konkursda qatnashish uchun quyidagi (QO'SHILISHโž•) tugmani bosing๐Ÿ‘‡
Luboy Sayt Yasab Bladiganlar Bormi soqqali ish bor faqat qilib biladiganlar Yozla #coment
Forwarded from ะœะฐั‚ะธั€ะทะฐะตะฒ | Matirzayev.uz (ะคัƒั€ะบะฐั‚ ะœะฐั‚ั€ะธะทะฐะตะฒ)
@Ton_uzbot.zip
7.1 KB
Assalomu aleykum. ๐Ÿ˜Š

Mana @Ton_uzbot bot kodi. Bir vahtlar zerikish natijasida yuzaga kelgan kod. Ishlata olganlar reaksiya bosamiz. Postni maksimal tarqatamiz. Ichida yangi dasturchilar uchun kerakli kodlar bor. ๐Ÿ”ฅ

Kanal ๐Ÿ†• | Admin ๐Ÿ‘ฎโ€โ™€๏ธ | Gruppa ๐Ÿ“
๐Ÿ– Salom hammaga

๐Ÿ†•๏ธ Yangi loyiham

๐Ÿค– Useri: @Avtoprosmotrbot

๐Ÿ“„ Qoshimcha malumot: Kanal postlariga avto nak (korish va reaksiya) urib beradi

๐Ÿ—„ Admin paneli: โœ”๏ธ mavjud

๐Ÿ“จ Bot kerak bolsa: @YalqovBola