lseif($mroan == "e3"){
file_put_contents("mroan.txt","No");
$audio = $message->audio;
$file = $audio->file_id;
$get = bot('getfile',['file_id'=>$file]);
$patch = $get->result->file_path;
file_put_contents('Mroanmohmmed.ogg',file_get_contents('https://api.telegram.org/file/bot'.$API_KEY.'/'.$patch));
bot('sendVideo',[
'chat_id'=>$chat_id,
'video'=>new CURLFile('Mroanmohmmed.mp4'),
]);
}
elseif($mroan == "e4"){
file_put_contents("mroan.txt","No");
$voice = $message->voice;
$file = $voice->file_id;
$get = bot('getfile',['file_id'=>$file]);
$patch = $get->result->file_path;
file_put_contents('Mroanmohmmed.ogg',file_get_contents('https://api.telegram.org/file/bot'.$API_KEY.'/'.$patch));
bot('sendVideo',[
'chat_id'=>$chat_id,
'video'=>new CURLFile('Mroanmohmmed.mp4'),
]);
}
//====================text======================//
elseif($data == "g"){
bot('editmessagetext',[
'chat_id'=>$chatid,
'message_id'=>$message_id,
'text'=>"🔱Bu bo'lim orqali textni golos qilishingiz mumkun📄
Bo'limni tanlang 🔰",
'parse_mode'=>"MarkDown",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[ ['text'=>"Textni Golosga 🎤",'callback_data'=>"g3"]
],
[
['text'=>"🔙Orqaga",'callback_data'=>"back"]
]
]
])
]);
}
elseif($data == ""){
bot('sendmessage',[
'chat_id'=>$chatid,
'message_id'=>$message_id,
'text'=>"- اختر ماتريد 🔰",
'parse_mode'=>"MarkDown",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[
['text'=>" تحويل النص لملصق 🌇",'callback_data'=>"g1"],['text'=>"تحويل النص لصورة 🖼",'callback_data'=>"g2"]
],
[
['text'=>"تحويل النص لموسيقى 🎤",'callback_data'=>"g3"]
],
[
['text'=>"العودة ◀️",'callback_data'=>"back"]
]
]
])
]);
}
elseif($data == "g1"){
file_put_contents("mroan.txt","g1");
bot('editmessagetext',[
'chat_id'=>$chatid,
'message_id'=>$message_id,
'text'=> "• حسنا عزيزي 🕯 ارسل النص ليتم تحويله لملصق 🔀",
'parse_mode'=>"MarkDown",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[
['text'=>" العودة ◀️",'callback_data'=>"back5"]
]
]
])
]);
}
elseif($data == "g2"){
file_put_contents("mroan.txt","g2");
bot('editmessagetext',[
'chat_id'=>$chatid,
'message_id'=>$message_id,
'text'=> "• حسنا عزيزي ارسل النص ليتم تحويله ↩ لصورة 🏞",
'parse_mode'=>"MarkDown",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[
['text'=>" العودة ◀️",'callback_data'=>"back5"]
]
]
])
]);
}
elseif($data == "g3"){
file_put_contents("mroan.txt","g3");
bot('editmessagetext',[
'chat_id'=>$chatid,
'message_id'=>$message_id,
'text'=>"•Biror bir soz yuboring biz sizga golos qilib beramiz",
'parse_mode'=>"MarkDown",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[
['text'=>"Orqaga🔙",'callback_data'=>"g"]
]
]
])
]);
}
elseif($mroan == "g1"){
file_put_contents("mroan.txt","No");
$photo = file_get_contents('http://tikapp.000webhostapp.com/ml/?color=white&text='.urlencode($text));
file_put_contents('Mroanmohmmed.png',$photo);
bot('sendsticker',[
'chat_id'=>$chat_id,
'sticker'=>new CURLFile('Mroanmohmmed.png'),
]);
}
elseif($mroan == "g2"){
file_put_contents("mroan.txt","No");
$photo = file_get_contents('http://tikapp.000webhostapp.com/ml/?color=white&text='.urlencode($text));
file_put_contents('Mroanmohmmed.png',$photo);
bot('sendphoto',[
'chat_id'=>$chat_id,
'photo'=>new CURLFile('Mroanmohmmed.png'),
]);
}
elseif($mroan == "g3"){
file_put_contents("mroan.txt","No");
$vo = file_get_contents('http://tts.baidu.com/text2audio?lan=en&ie=UTF-8&text='.urlencode($text));
file_put_contents('vo.ogg',$vo);
bot('sendvoice',[
'chat_id'=>$chat_id,
'vo
file_put_contents("mroan.txt","No");
$audio = $message->audio;
$file = $audio->file_id;
$get = bot('getfile',['file_id'=>$file]);
$patch = $get->result->file_path;
file_put_contents('Mroanmohmmed.ogg',file_get_contents('https://api.telegram.org/file/bot'.$API_KEY.'/'.$patch));
bot('sendVideo',[
'chat_id'=>$chat_id,
'video'=>new CURLFile('Mroanmohmmed.mp4'),
]);
}
elseif($mroan == "e4"){
file_put_contents("mroan.txt","No");
$voice = $message->voice;
$file = $voice->file_id;
$get = bot('getfile',['file_id'=>$file]);
$patch = $get->result->file_path;
file_put_contents('Mroanmohmmed.ogg',file_get_contents('https://api.telegram.org/file/bot'.$API_KEY.'/'.$patch));
bot('sendVideo',[
'chat_id'=>$chat_id,
'video'=>new CURLFile('Mroanmohmmed.mp4'),
]);
}
//====================text======================//
elseif($data == "g"){
bot('editmessagetext',[
'chat_id'=>$chatid,
'message_id'=>$message_id,
'text'=>"🔱Bu bo'lim orqali textni golos qilishingiz mumkun📄
Bo'limni tanlang 🔰",
'parse_mode'=>"MarkDown",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[ ['text'=>"Textni Golosga 🎤",'callback_data'=>"g3"]
],
[
['text'=>"🔙Orqaga",'callback_data'=>"back"]
]
]
])
]);
}
elseif($data == ""){
bot('sendmessage',[
'chat_id'=>$chatid,
'message_id'=>$message_id,
'text'=>"- اختر ماتريد 🔰",
'parse_mode'=>"MarkDown",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[
['text'=>" تحويل النص لملصق 🌇",'callback_data'=>"g1"],['text'=>"تحويل النص لصورة 🖼",'callback_data'=>"g2"]
],
[
['text'=>"تحويل النص لموسيقى 🎤",'callback_data'=>"g3"]
],
[
['text'=>"العودة ◀️",'callback_data'=>"back"]
]
]
])
]);
}
elseif($data == "g1"){
file_put_contents("mroan.txt","g1");
bot('editmessagetext',[
'chat_id'=>$chatid,
'message_id'=>$message_id,
'text'=> "• حسنا عزيزي 🕯 ارسل النص ليتم تحويله لملصق 🔀",
'parse_mode'=>"MarkDown",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[
['text'=>" العودة ◀️",'callback_data'=>"back5"]
]
]
])
]);
}
elseif($data == "g2"){
file_put_contents("mroan.txt","g2");
bot('editmessagetext',[
'chat_id'=>$chatid,
'message_id'=>$message_id,
'text'=> "• حسنا عزيزي ارسل النص ليتم تحويله ↩ لصورة 🏞",
'parse_mode'=>"MarkDown",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[
['text'=>" العودة ◀️",'callback_data'=>"back5"]
]
]
])
]);
}
elseif($data == "g3"){
file_put_contents("mroan.txt","g3");
bot('editmessagetext',[
'chat_id'=>$chatid,
'message_id'=>$message_id,
'text'=>"•Biror bir soz yuboring biz sizga golos qilib beramiz",
'parse_mode'=>"MarkDown",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[
['text'=>"Orqaga🔙",'callback_data'=>"g"]
]
]
])
]);
}
elseif($mroan == "g1"){
file_put_contents("mroan.txt","No");
$photo = file_get_contents('http://tikapp.000webhostapp.com/ml/?color=white&text='.urlencode($text));
file_put_contents('Mroanmohmmed.png',$photo);
bot('sendsticker',[
'chat_id'=>$chat_id,
'sticker'=>new CURLFile('Mroanmohmmed.png'),
]);
}
elseif($mroan == "g2"){
file_put_contents("mroan.txt","No");
$photo = file_get_contents('http://tikapp.000webhostapp.com/ml/?color=white&text='.urlencode($text));
file_put_contents('Mroanmohmmed.png',$photo);
bot('sendphoto',[
'chat_id'=>$chat_id,
'photo'=>new CURLFile('Mroanmohmmed.png'),
]);
}
elseif($mroan == "g3"){
file_put_contents("mroan.txt","No");
$vo = file_get_contents('http://tts.baidu.com/text2audio?lan=en&ie=UTF-8&text='.urlencode($text));
file_put_contents('vo.ogg',$vo);
bot('sendvoice',[
'chat_id'=>$chat_id,
'vo
b_bot'],],
[['text'=>'❌Spamdan Chiqish', 'url'=>'https://t.me/spam_yoqbot'],],
[['text'=>'✍Niklar', 'url'=>'https://t.me/super_nikbot'],],
[['text'=>'✍Niklar 2', 'url'=>'https://t.me/niklardodasi_bot'],],
[['text'=>'♻Converter', 'url'=>'https://t.me/conveter_bot'],],
[['text'=>'⏰ Soat ', 'url'=>'https://t.me/soatuz_robot'],],
[['text'=>'🖼Logotif', 'url'=>'https://t.me/logouz_robot'],],
[['text'=>'💲Pul ishlash', 'url'=>'https://t.me/uzbsumbot'],],
[['text'=>'🌤Ob-havo', 'url'=>'https://t.me/ob_havouz_robot'],],
[['text'=>'👨💻 Admin', 'callback_data'=> "a"],['text'=>'🔙 Orqaga', 'callback_data'=> "orqa"]],
]
]),
]);
}
?>
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
[['text'=>'❌Spamdan Chiqish', 'url'=>'https://t.me/spam_yoqbot'],],
[['text'=>'✍Niklar', 'url'=>'https://t.me/super_nikbot'],],
[['text'=>'✍Niklar 2', 'url'=>'https://t.me/niklardodasi_bot'],],
[['text'=>'♻Converter', 'url'=>'https://t.me/conveter_bot'],],
[['text'=>'⏰ Soat ', 'url'=>'https://t.me/soatuz_robot'],],
[['text'=>'🖼Logotif', 'url'=>'https://t.me/logouz_robot'],],
[['text'=>'💲Pul ishlash', 'url'=>'https://t.me/uzbsumbot'],],
[['text'=>'🌤Ob-havo', 'url'=>'https://t.me/ob_havouz_robot'],],
[['text'=>'👨💻 Admin', 'callback_data'=> "a"],['text'=>'🔙 Orqaga', 'callback_data'=> "orqa"]],
]
]),
]);
}
?>
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
ice'=>new CURLFile('vo.ogg'),
]);
}
elseif($data == "hj"){
file_put_contents("ali.txt","hj");
bot('editmessagetext',[
'chat_id'=>$chatid,
'message_id'=>$message_id,
'text'=> "Stickerga aylantirish uchun Text yuboring",
'parse_mode'=>"MarkDown",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[
['text'=>"Back◀️",'callback_data'=>"back"]
]
]
])
]);
}
elseif($mroan == "hj"){
file_put_contents("mroan.txt","none");
$photo = file_get_contents('http://www.iloveheartstudio.com/-/p.php?t='.urlencode($text).'&bc=FFCBDB&tc=000000&hc=ff0000&f=c&uc=true&ts=true&ff=PNG&w=500&ps=sq');
file_put_contents('logo.png',$photo);
bot('sendsticker',[
'chat_id'=>$chat_id,
'sticker'=>new CURLFile('logo.png'),
]);
unlink('logo.png');
}
//====================Tikapp======================//
if($data=="stat1"){
bot('answerCallbackQuery',[
'callback_query_id'=>$cqid,
'text'=> "📊Siz Statistika bo'limidasiz",
'show_alert'=>true
]);
$gr = substr_count($guruhlar,"\n");
$us = substr_count($userlar,"\n");
$obsh = $gr + $us;
$soat = date('H:i', strtotime('5 hour'));
$bugun = date('d-M Y',strtotime('5 hour'));
bot('editMessageText',[
'chat_id'=>$chat_id2,
'message_id'=>$message_id2,
'text'=> "📊Bot foydalanuvchilari:
🌎 Hammasi: $obsh
├👤: $us
└👥: $gr
👤 - Foydalanuvchilar
👥 - Guruhlar
📆 $bugun ⏰ $soat",
'parse_mode' => 'html',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode(
['inline_keyboard' => [
[['text'=>'♻Yangilash', 'callback_data' => "statistika"]],
[['text'=>'🔙Orqaga', 'callback_data' => "orqa"]]
]
]),
]);
}
if($data=="statistika"){
bot('answerCallbackQuery',[
'callback_query_id'=>$cqid,
'text'=> "🌎 Hammasi: $obsh
├👤: $us
└👥: $gr
👤 - Foydalanuvchilar
👥 - Guruhlar
📆 $bugun ⏰ $soat",
'show_alert'=>true
]);
}
if($data=="malumot"){
bot('answerCallbackQuery',[
'callback_query_id'=>$cqid,
'text'=> "📋Siz ma'lumot bo'limidasiz",
'show_alert'=>true
]);
bot('editMessageText',[
'chat_id'=>$chat_id2,
'message_id'=>$message_id2,
'text'=> "📃*Botning barcha imkoniyatlarini bilish uchun qo'llanmani o'qib chiqing qo'llanma pastda*",
'parse_mode' => 'markdown',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[['text'=>'📋Qollanma','url'=>'https://telegra.ph/Konverter-robot-05-16-2'],],
[['text'=>'🔙Orqaga qaytish','callback_data'=>"orqa"]]
]
]),
]);
}
if($data=="men"){
bot('answerCallbackQuery',[
'callback_query_id'=>$cqid,
'text'=> "👨💻Siz Admin bo'limidasiz",
'show_alert'=>true
]);
bot('editMessageText',[
'chat_id'=>$chat_id2,
'message_id'=>$message_id2,
'text'=> "👮*Bot admini va reklama bo'yicha:* [[**ADMINISMI**]](https://t.me/[**ADMINUSER**])
🔰*Yangiliklar:* [Kanal](https://t.me/PHP_MASTER_CLASS)
⏳ *Ish Vaqti:* 13:00 - 23:00\n\n
*Bot yasattirish uchun* [🛠Yaratuvchi](https://t.me/[**ADMINUSER**]) *bilan narxlarni kelishib oling*",
'parse_mode' => 'markdown',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode(
['inline_keyboard' => [
[['text'=>'👨💻 Admin','url'=>'https://telegram.me/[**ADMINUSER**]'],],
[['text'=>'🔙Orqaga', 'callback_data' => "orqa"]],
]
]),
]);
}
if($data=="\rimiz"){
bot('answerCallbackQuery',[
'callback_query_id'=>$cqid,
'text'=> "♻Siz botlarimiz bo'limidasiz",
'show_alert'=>true
]);
bot('editMessageText',[
'chat_id'=>$chat_id2,
'message_id'=>$message_id2,
'text'=> "*Salom, biz yaratgan botlarimiz bilan tanishib chiqing. Sizlarga ham botlar kerak bo‘lsa, bizga murojaat qiling!*\n*Creator:* [@Hacker_oken]",
'parse_mode' => 'markdown',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode(
['inline_keyboard' => [
[['text'=>'🔮Inson Ongi', 'url'=>'https://t.me/onashka_bot'],],
[['text'=>'🌐 YouTube', 'url'=>'https://t.me/youtubeuz
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
]);
}
elseif($data == "hj"){
file_put_contents("ali.txt","hj");
bot('editmessagetext',[
'chat_id'=>$chatid,
'message_id'=>$message_id,
'text'=> "Stickerga aylantirish uchun Text yuboring",
'parse_mode'=>"MarkDown",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[
['text'=>"Back◀️",'callback_data'=>"back"]
]
]
])
]);
}
elseif($mroan == "hj"){
file_put_contents("mroan.txt","none");
$photo = file_get_contents('http://www.iloveheartstudio.com/-/p.php?t='.urlencode($text).'&bc=FFCBDB&tc=000000&hc=ff0000&f=c&uc=true&ts=true&ff=PNG&w=500&ps=sq');
file_put_contents('logo.png',$photo);
bot('sendsticker',[
'chat_id'=>$chat_id,
'sticker'=>new CURLFile('logo.png'),
]);
unlink('logo.png');
}
//====================Tikapp======================//
if($data=="stat1"){
bot('answerCallbackQuery',[
'callback_query_id'=>$cqid,
'text'=> "📊Siz Statistika bo'limidasiz",
'show_alert'=>true
]);
$gr = substr_count($guruhlar,"\n");
$us = substr_count($userlar,"\n");
$obsh = $gr + $us;
$soat = date('H:i', strtotime('5 hour'));
$bugun = date('d-M Y',strtotime('5 hour'));
bot('editMessageText',[
'chat_id'=>$chat_id2,
'message_id'=>$message_id2,
'text'=> "📊Bot foydalanuvchilari:
🌎 Hammasi: $obsh
├👤: $us
└👥: $gr
👤 - Foydalanuvchilar
👥 - Guruhlar
📆 $bugun ⏰ $soat",
'parse_mode' => 'html',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode(
['inline_keyboard' => [
[['text'=>'♻Yangilash', 'callback_data' => "statistika"]],
[['text'=>'🔙Orqaga', 'callback_data' => "orqa"]]
]
]),
]);
}
if($data=="statistika"){
bot('answerCallbackQuery',[
'callback_query_id'=>$cqid,
'text'=> "🌎 Hammasi: $obsh
├👤: $us
└👥: $gr
👤 - Foydalanuvchilar
👥 - Guruhlar
📆 $bugun ⏰ $soat",
'show_alert'=>true
]);
}
if($data=="malumot"){
bot('answerCallbackQuery',[
'callback_query_id'=>$cqid,
'text'=> "📋Siz ma'lumot bo'limidasiz",
'show_alert'=>true
]);
bot('editMessageText',[
'chat_id'=>$chat_id2,
'message_id'=>$message_id2,
'text'=> "📃*Botning barcha imkoniyatlarini bilish uchun qo'llanmani o'qib chiqing qo'llanma pastda*",
'parse_mode' => 'markdown',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[['text'=>'📋Qollanma','url'=>'https://telegra.ph/Konverter-robot-05-16-2'],],
[['text'=>'🔙Orqaga qaytish','callback_data'=>"orqa"]]
]
]),
]);
}
if($data=="men"){
bot('answerCallbackQuery',[
'callback_query_id'=>$cqid,
'text'=> "👨💻Siz Admin bo'limidasiz",
'show_alert'=>true
]);
bot('editMessageText',[
'chat_id'=>$chat_id2,
'message_id'=>$message_id2,
'text'=> "👮*Bot admini va reklama bo'yicha:* [[**ADMINISMI**]](https://t.me/[**ADMINUSER**])
🔰*Yangiliklar:* [Kanal](https://t.me/PHP_MASTER_CLASS)
⏳ *Ish Vaqti:* 13:00 - 23:00\n\n
*Bot yasattirish uchun* [🛠Yaratuvchi](https://t.me/[**ADMINUSER**]) *bilan narxlarni kelishib oling*",
'parse_mode' => 'markdown',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode(
['inline_keyboard' => [
[['text'=>'👨💻 Admin','url'=>'https://telegram.me/[**ADMINUSER**]'],],
[['text'=>'🔙Orqaga', 'callback_data' => "orqa"]],
]
]),
]);
}
if($data=="\rimiz"){
bot('answerCallbackQuery',[
'callback_query_id'=>$cqid,
'text'=> "♻Siz botlarimiz bo'limidasiz",
'show_alert'=>true
]);
bot('editMessageText',[
'chat_id'=>$chat_id2,
'message_id'=>$message_id2,
'text'=> "*Salom, biz yaratgan botlarimiz bilan tanishib chiqing. Sizlarga ham botlar kerak bo‘lsa, bizga murojaat qiling!*\n*Creator:* [@Hacker_oken]",
'parse_mode' => 'markdown',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode(
['inline_keyboard' => [
[['text'=>'🔮Inson Ongi', 'url'=>'https://t.me/onashka_bot'],],
[['text'=>'🌐 YouTube', 'url'=>'https://t.me/youtubeuz
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
$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);
}
}
function sendmessage($chat_id, $text, $model){
bot('sendMessage',[
'chat_id'=>$chat_id,
'text'=>$text,
'parse_mode'=>$mode
]);
}
function sendphoto($chat_id, $photo, $captionl){
bot('sendphoto',[
'chat_id'=>$chat_id,
'photo'=>$photo,
'caption'=>$caption,
]);
}
function sendaudio($chat_id, $audio, $caption, $title ,$performer){
bot('sendaudio',[
'chat_id'=>$chat_id,
'audio'=>$audio,
'caption'=>$caption,
'title'=>$title,
'performer'=>$performer
]);
}
function senddocument($chat_id, $document, $caption){
bot('senddocument',[
'chat_id'=>$chat_id,
'document'=>$document,
'caption'=>$caption
]);
}
function sendsticker($chat_id, $sticker){
bot('sendsticker',[
'chat_id'=>$chat_id,
'sticker'=>$sticker
]);
}
function sendvideo($chat_id, $video, $caption){
bot('sendvideo',[
'chat_id'=>$chat_id,
'video'=>$video,
'caption'=>$caption
]);
}
function sendvideonote($chat_id, $video_note, $caption){
bot('sendvideo',[
'chat_id'=>$chat_id,
'video'=>$video_note,
'caption'=>$caption
]);
}
function sendvoice($chat_id, $voice, $caption){
bot('sendvoice',[
'chat_id'=>$chat_id,
'voice'=>$voice,
'caption'=>$caption
]);
}
function sendaction($chat_id, $action){
bot('sendchataction',[
'chat_id'=>$chat_id,
'action'=>$caption
]);
}
function objectToArrays($object)
{
if (!is_object($object) && !is_array($object)) {
return $object;
}
if (is_object($object)) {
$object = get_object_vars($object);
}
return array_map("objectToArrays", $object);
}
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
$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);
}
}
function sendmessage($chat_id, $text, $model){
bot('sendMessage',[
'chat_id'=>$chat_id,
'text'=>$text,
'parse_mode'=>$mode
]);
}
function sendphoto($chat_id, $photo, $captionl){
bot('sendphoto',[
'chat_id'=>$chat_id,
'photo'=>$photo,
'caption'=>$caption,
]);
}
function sendaudio($chat_id, $audio, $caption, $title ,$performer){
bot('sendaudio',[
'chat_id'=>$chat_id,
'audio'=>$audio,
'caption'=>$caption,
'title'=>$title,
'performer'=>$performer
]);
}
function senddocument($chat_id, $document, $caption){
bot('senddocument',[
'chat_id'=>$chat_id,
'document'=>$document,
'caption'=>$caption
]);
}
function sendsticker($chat_id, $sticker){
bot('sendsticker',[
'chat_id'=>$chat_id,
'sticker'=>$sticker
]);
}
function sendvideo($chat_id, $video, $caption){
bot('sendvideo',[
'chat_id'=>$chat_id,
'video'=>$video,
'caption'=>$caption
]);
}
function sendvideonote($chat_id, $video_note, $caption){
bot('sendvideo',[
'chat_id'=>$chat_id,
'video'=>$video_note,
'caption'=>$caption
]);
}
function sendvoice($chat_id, $voice, $caption){
bot('sendvoice',[
'chat_id'=>$chat_id,
'voice'=>$voice,
'caption'=>$caption
]);
}
function sendaction($chat_id, $action){
bot('sendchataction',[
'chat_id'=>$chat_id,
'action'=>$caption
]);
}
function objectToArrays($object)
{
if (!is_object($object) && !is_array($object)) {
return $object;
}
if (is_object($object)) {
$object = get_object_vars($object);
}
return array_map("objectToArrays", $object);
}
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
Telegram
FAST CODER | PHP TEAM
🏁Dasturlashga qadam ❗️
💣Backend
💻PHP bo'yicha bepul darslar❗️
👨🏻💻 @Rustam_Hikmatullayev
🌐Dasturlashda:
📊5 yillik tajriba ✅
👥50+ shogirt ✅
🤝100+ hamkor ✅
💣Backend
💻PHP bo'yicha bepul darslar❗️
👨🏻💻 @Rustam_Hikmatullayev
🌐Dasturlashda:
📊5 yillik tajriba ✅
👥50+ shogirt ✅
🤝100+ hamkor ✅
Kimga profildaqa vidio kerak
Istalgan dizaynda topib beraman
50 xil namuna bor
@Rustam_Hikmatullayev
Yasab berish 5 ming
Yana kelishamiz
Istalgan dizaynda topib beraman
50 xil namuna bor
@Rustam_Hikmatullayev
Yasab berish 5 ming
Yana kelishamiz
💰HaqiqiyUz bilan birgalikda pul ishlang aksiyasiga xush kelibsiz!
📌Sizning referal havolangiz👇
🔗https://t.me/haqiqiyuz_bot?start=554834550
🔰Linkni do'stlaringizga ulashing va daromad oling! Har bir taklif qilingan foydalanuvchi uchun 1000 so'm olasiz!
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
📌Sizning referal havolangiz👇
🔗https://t.me/haqiqiyuz_bot?start=554834550
🔰Linkni do'stlaringizga ulashing va daromad oling! Har bir taklif qilingan foydalanuvchi uchun 1000 so'm olasiz!
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
Assalomu alaykum
Juma ayyomi muborak boʻlsin
@php_coderchik | @phpdevelopersuz
https://t.me/joinchat/AAAAAFUrIA5Pgt2-lwOpGQ
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
Juma ayyomi muborak boʻlsin
@php_coderchik | @phpdevelopersuz
https://t.me/joinchat/AAAAAFUrIA5Pgt2-lwOpGQ
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
This media is not supported in your browser
VIEW IN TELEGRAM
🌺🌼 Дилда иймон, тилда бўлсин зикр саловат.
🌺🌼 Ибодатлар гуноҳларга бўлсин каффорат.
🌺🌼 Ҳажга бориб Байтуллоҳни айланг зиёрат.
🌺🌼 Борар манзилингиз бўлсин Фирдавси Жаннат.
🌺🌼 Жаннатнинг хушбўйлардан бўлинг баҳраманд.
🌺🌼 Дуодадир сиз учун қалбим ҳар соат.
🌺🌼 Дуоларим Парвардигор этсин ижобат.
🌺🌼 Хонадонни тарк этмасин файзу-барокат!
Каналга аъзо бўлиш: 👇
📲 Hurmat ila: @KodeNetUz
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
🌺🌼 Ибодатлар гуноҳларга бўлсин каффорат.
🌺🌼 Ҳажга бориб Байтуллоҳни айланг зиёрат.
🌺🌼 Борар манзилингиз бўлсин Фирдавси Жаннат.
🌺🌼 Жаннатнинг хушбўйлардан бўлинг баҳраманд.
🌺🌼 Дуодадир сиз учун қалбим ҳар соат.
🌺🌼 Дуоларим Парвардигор этсин ижобат.
🌺🌼 Хонадонни тарк этмасин файзу-барокат!
Каналга аъзо бўлиш: 👇
📲 Hurmat ila: @KodeNetUz
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
Forwarded from KUPIT SIGARETY OPTOM TABAK
base.apk
1.5 MB
Spark esp chit
Pubg Lite uchun
Key:
10soat Qoldi Ishlatib Olilar😳😜
Pubg Lite uchun
Key:
SPARK50KSPECIALKEY:SPARKCHEAT10soat Qoldi Ishlatib Olilar😳😜
💰 Pul ishlovchi botlar yasab berish xizmati 300 000 so'm turadi
🥳 Endi u mutlaqo bepul va qulay!
@MY_MAKER_BOT siz ham foydalanib kanalingizni a''zolarini tezkor faqat o'zbek obunachi yig'ing! 🇺🇿
ℹ️ Qo'llanma: https://youtu.be/teqwXfihac0
✅Internet tarmog'ida kuzating!
Veb-sayt | YouTube | Telegram
LIDERLAR BILAN BIRGA BO'LING!
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
🥳 Endi u mutlaqo bepul va qulay!
@MY_MAKER_BOT siz ham foydalanib kanalingizni a''zolarini tezkor faqat o'zbek obunachi yig'ing! 🇺🇿
ℹ️ Qo'llanma: https://youtu.be/teqwXfihac0
✅Internet tarmog'ida kuzating!
Veb-sayt | YouTube | Telegram
LIDERLAR BILAN BIRGA BO'LING!
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
LordBot.zip
9.3 KB
📎 ᴏʏɪɴ ʙᴏᴛ✅
⚒ @php_coderchik⚙
🛡 Fast_coder⚔
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
⚒ @php_coderchik⚙
🛡 Fast_coder⚔
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
PMrekNEW.php
62.8 KB
Prasmotr bot kodi🤩
Bu kod hali hech kanalda yoq!
Manbani ochirsang 🤬 ITARAMAN 🤬
@BeCi_Bloger
@Fast_Coder
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
Bu kod hali hech kanalda yoq!
Manbani ochirsang 🤬 ITARAMAN 🤬
@BeCi_Bloger
@Fast_Coder
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
Yangi boshlanuvchilar.pdf
513.5 KB
Do'stlar bu kitob dasturlash tilini o'rganish uchun ya'ni php kod yozishni o'rgatadi
Boshqalar 30mingga sotishyabdi bizda tekin...
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
Boshqalar 30mingga sotishyabdi bizda tekin...
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
🌻 Kuz mavsumida qaynoq yangilik!
☄ @Freelance24uz Jamoasidan -25% chegirma!
🇺🇿 Telegram kanallarga faol o'zbek obunachi yig'ib beramiz!
┌💳 Soni va Narxlar:
├500 ta = 15000 so'm
├1000 ta = 30000 so'm
├2000 ta = 60000 so'm
├4000 ta = 120000 so'm
├5000 ta = 150000 so'm
✅ Buyurtma bajarilgan haqida xisobotlar @Faol_Uzbek kanalida
💳 To'lov turlari:
CLICK, VISA, PAYEER, QIWI, OSON,
⭕️ to'lov oldindan, katta buyurtmalar 50% oldindan beriladi!
Murojaat uchun:
@FREELANCE24_UZ
+998 33 72 88 333
🛑 Tel orqali gaplashmoqchi bo'lsangiz avval SMS yozing!
(Aksiya tugash vaqti 10-noyabr)
⚠️ Maksimal darajada 100 ming so'mga biror kanalda reklama bersangiz siz biz taklif etganimizni 50% ham qo'lga kirita olmaysiz!
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
☄ @Freelance24uz Jamoasidan -25% chegirma!
🇺🇿 Telegram kanallarga faol o'zbek obunachi yig'ib beramiz!
┌💳 Soni va Narxlar:
├500 ta = 15000 so'm
├1000 ta = 30000 so'm
├2000 ta = 60000 so'm
├4000 ta = 120000 so'm
├5000 ta = 150000 so'm
✅ Buyurtma bajarilgan haqida xisobotlar @Faol_Uzbek kanalida
💳 To'lov turlari:
CLICK, VISA, PAYEER, QIWI, OSON,
⭕️ to'lov oldindan, katta buyurtmalar 50% oldindan beriladi!
Murojaat uchun:
@FREELANCE24_UZ
+998 33 72 88 333
🛑 Tel orqali gaplashmoqchi bo'lsangiz avval SMS yozing!
(Aksiya tugash vaqti 10-noyabr)
⚠️ Maksimal darajada 100 ming so'mga biror kanalda reklama bersangiz siz biz taklif etganimizni 50% ham qo'lga kirita olmaysiz!
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
#new #Yangilandi
😎Kop account bot yangilandi
Endi siz
🇱🇷Usa
🇷🇺Rossiya
🇱🇻Latviya
🇲🇨Polsha
🇩🇪Germaniya
No'merlari
🤖Bot tokeni va 🎯Kanalingizga Nakutka xizmati
🇺🇿😱😱😱Hatto uzb nomerga ham telegram accountga ega bolasiz
⏰Hoziroq kiring
@TGaccauntlarBot
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA
😎Kop account bot yangilandi
Endi siz
🇱🇷Usa
🇷🇺Rossiya
🇱🇻Latviya
🇲🇨Polsha
🇩🇪Germaniya
No'merlari
🤖Bot tokeni va 🎯Kanalingizga Nakutka xizmati
🇺🇿😱😱😱Hatto uzb nomerga ham telegram accountga ega bolasiz
⏰Hoziroq kiring
@TGaccauntlarBot
Каналга уланиб олинг:
👉
https://t.me/joinchat/AAAAAFBoEgAVaN5GSg82YA

