cookie

Utilizamos cookies para mejorar tu experiencia de navegaciรณn. Al hacer clic en "Aceptar todo", aceptas el uso de cookies.

avatar

๐ซ ูููแฅ‰ูแฅ†ูŒูŒููููแฅ†ููษพูŒูููแฅ‰ูููููแฅฑู ูููููŽKู’ูฐููแฅฑูู“แฅฃูููแฅ†ูแฅ†ููŽ๊ช–

Mostrar mรกs
Irak161 345El idioma no estรก especificadoLa categorรญa no estรก especificada
Publicaciones publicitarias
240
Suscriptores
Sin datos24 horas
Sin datos7 dรญas
Sin datos30 dรญas

Carga de datos en curso...

Tasa de crecimiento de suscriptores

Carga de datos en curso...

ุงู„ู…ูˆุถูˆุน ุจุตูŠุช ุฌุฏุง ู‡ุชุดูŠู„ ู…ู† ุจุฏุงูŠู‡ ุงู„ูƒูˆุฏ ุงู„ูƒู„ู…ู‡ ุฏูŠ <?php ูˆ ู…ู† ุงุฎุฑ ุงู„ูƒูˆุฏ ู‡ุชุดูŠู„ ุฏูŠ ?> ูˆุชุถูŠู ุงู„ูƒูˆุฏ ุงุฎุฑ ุงู„ู…ู„ู
Mostrar todo...
$motaz = $message->text; $gnral = "sdffffbot"; //ูŠูˆุฒุฑ ุจูˆุชูƒ ุฏูˆู† @ $lmotaz = $update->callback_query->message->message_id; $aldrsy = $message->chat->id; $lslhb = $update->callback_query->data; $sand = $update->callback_query->message->chat->id; $PIIIIli = rand(2, 21); if($motaz == "ุงุบู†ูŠู‡"){ bot('sendvoice',[ 'chat_id'=>$aldrsy, 'voice'=>"https://t.me/faheg/$PIIIIli", 'caption'=>"@$gnral", 'disable_web_page_preview'=> true , 'parse_mode'=>"Markdown", 'reply_markup'=>json_encode([ 'inline_keyboard'=>[ [[ 'text' => 'ุงุบู†ูŠู‡ ุงุฎุฑู‰',callback_data => 'sand' ]], ]])]);} if($lslhb == "sand"){ bot('deleteMessage',[ 'chat_id'=>$sand, 'message_id'=>$lmotaz, ]); bot('sendvoice',[ 'chat_id'=>$sand, 'message_id'=>$lmotaz, 'voice'=>"https://t.me/faheg/$PIIIIli", 'caption'=>"@$gnral", 'disable_web_page_preview'=> true , 'parse_mode'=>"Markdown", 'reply_markup'=>json_encode([ 'inline_keyboard'=>[ [[ 'text' => 'ุงุบู†ูŠู‡ ุงุฎุฑู‰',callback_data => 'sand' ]], ]])]);} ูƒูˆุฏ ุงุบุงู†ูŠ ุนุดูˆุงุฆูŠู‡ php
Mostrar todo...
<?php $update = json_decode(file_get_contents('php://input')); $message = $update->message; $chat_id2 = $update->callback_query->message->chat->id; $from_id2 = $update->callback_query->from->id; $message_id2 = $update->callback_query->message->message_id; $new = $message->new_chat_member; $newid = $new->id; $newn = $new->first_name; if($new){ bot('sendMessage', [ 'chat_id' =>$chat_id, 'text' =>"*โŒฏ ุนุฒูŠุฒูŠ *[$newn](tg://user?id=$newid) *โŒฏ ูŠุฌุจ ุนู„ูŠู†ุง ุงู„ุชุฃูƒุฏ ุฃู†ูƒ ู„ุณุช ุฑูˆุจูˆุช โŒฏ ุงุถุบุท ู†ุนู… ู„ุฃูƒู…ุงู„ ุงู„ุชุญู‚ู‚* ",'reply_to_message_id'=>$message->message_id, 'parse_mode' =>"markdown", 'reply_markup'=>json_encode([ 'inline_keyboard'=>[ [['text'=>"ู†ุนู… ",'callback_data'=>"yes#$newid"],['text'=>"ู„ุง",'callback_data'=>"no##$newid"]] ] ]) ]); bot('restrictChatMember',[ 'chat_id'=>$chat_id, 'user_id'=>$newid ]); } $ex = explode("#", $data); $dat1 = $ex[0]; $nid = $ex[1]; if($dat1 == "yes"){ if($from_id2 == $nid){ bot('promoteChatMember',[ 'chat_id'=>$chat_id2, 'user_id'=>$nid, 'can_send_messages'=>true, ]); bot('answerCallbackQuery',[ 'callback_query_id'=>$update->callback_query->id, 'text'=>"โŒฏ ุชู… ุงู„ุชุญู‚ู‚ ู…ู† ุญุณุงุจูƒ โŒฏ ูˆุชู… ุงู„ุบุงุก ุชู‚ูŠูŠุฏูƒ", 'show_alert'=>true, ]); bot('deleteMessage', [ 'chat_id' =>$chat_id2, 'message_id' =>$message_id2, ]); }} if($dat1 == "yes"){ if($from_id2 != $nid){ bot('answerCallbackQuery',[ 'callback_query_id'=>$update->callback_query->id, 'text'=>"โŒฏ ู„ุง ุชุนุจุซ ุจุงู„ุงูˆุงู…ุฑ โŒฏ ุงู†ู‡ุง ู„ูŠุณุช ู„ูƒ โœจ", 'show_alert'=>true, ]); }} $ex = explode("##", $data); $dat2 = $ex[0]; $nid = $ex[1]; if($dat2 == "no"){ if($from_id2 == $nid){ bot('kickChatMember', [ 'chat_id' =>$chat_id2, 'user_id'=>$nid ]); bot('deleteMessage', [ 'chat_id' =>$chat_id2, 'message_id' =>$message_id2, ]); }} if($dat2 == "no"){ if($from_id2 != $nid){ bot('answerCallbackQuery',[ 'callback_query_id'=>$update->callback_query->id, 'text'=>"โŒฏ ู„ุง ุชุนุจุซ ุจุงู„ุงูˆุงู…ุฑ โŒฏ ุงู†ู‡ุง ู„ูŠุณุช ู„ูƒ โœจ", 'show_alert'=>true, ]); }} ?> - #ูƒูˆุฏ ุงู„ุชุญู‚ู‚ ู…ู† ุงู„ุนุถูˆ ุนู†ุฏ ุงู„ุงู†ุถู…ุงู… ู„ู„ู…ุฌู…ูˆุนุฉ ูŠู‚ูˆู… ุงู„ูƒูˆุฏ ุจุชู‚ูŠูŠุฏ ุงู„ุนุถูˆ ุนู†ุฏ ุงู„ุงู†ุถู…ุงู… ู„ู„ู…ุฌู…ูˆุนู‡ ูˆุฐู„ูƒ ู„ุญู…ุงูŠุชู‡ุง ู…ู† ุงู„ุชุฎุฑูŠุจ ุงุฐุง ูƒุงู† ุดุฎุตุง ุญู‚ูŠู‚ูŠุง ุณูŠุถุบุท ู†ุนู… ููŠ ุงู…ุฑ ( ู†ุนู… ) ุณูŠู‚ูˆู… ุงู„ุจูˆุช ุจุงู„ุบุงุก ุชู‚ูŠูŠุฏ ุงู„ุนุถูˆ ูˆุงุฑุณุงู„ ุงุดุนุงุฑ ู„ู‡ ุจุงู†ู‡ ุญุฑ ุจุงุฑุณุงู„ ุงู„ุฑุณุงุฆู„ ููŠ ุงู…ุฑ ( ู„ุง ) ูŠู‚ูˆู… ุงู„ุจูˆุช ุจุทุฑุฏ ุงู„ุนุถูˆ ู…ู† ุงู„ู…ุฌู…ูˆุนู‡ ูƒู…ุง ู„ุงูŠู…ูƒู† ู„ู„ุงุนุถุงุก ุงู„ุนุจุซ ุจุงู„ุงุฒุฑุงุฑ ุงู„ุง ู…ู† ู‚ุงู… ุจุงู„ุฏุฎูˆู„ Php
Mostrar todo...
if($text =='/teme'){ $date = date('h:i:s'); bot('sendMessage',[ 'chat_id'=>$chat_id, 'text'=>$date ]); } #ูƒูˆุฏ ุจุณูŠุท ุจู„ุบุฉ php ูŠุทู„ุนู„ูƒ ุงู„ูˆู‚ุช.
Mostrar todo...
๐Ÿ’•๊’ ู…ู„ู ุจูˆุช ูƒุช ุชูˆูŠุช ู€ - - - - - - - - - - - โœ… ๊’ ุญุท ุชูˆูƒู†ูƒ ุจุณุทุฑ ( 2 ) ู€ - - - - - - - - - - - ๐Ÿ’— ๊’ ุญุท ุงูŠุฏูŠูƒ ู ุงู„ุณุชุฑ ( 146 ) ู€ - - - - - - - - - - - ู‚ู†ุงู‡ ุงู„ุฃูƒูˆุงุฏ ูˆ ุงู„ู…ู„ูุงุช : @E_X_V
Mostrar todo...
kt.php0.07 KB
ุงุถุงูู‡ ุฌุฏูŠุฏู‡ ุจุงู„ุณูˆุฑุณ ู„ุงูˆู„ ู…ุฑู‡ ุจุงู„ุชู„ุฌุฑุงู… ๐Ÿค ุŒ ุจุญุซ ุชุทุจูŠู‚ุงุช ๐Ÿค ุŒ ุทุฑูŠู‚ู‡ ุงู„ุงุณุชุฎุฏุงู… ุฒูŠ ู…ุง ูˆุงุถุญ ู ุงู„ุตูˆุฑู‡ ูˆ ุจูŠุฌูŠุจ ู„ูŠูƒ ุงู„ุชุทุจูŠู‚ ุงูŠุง ูƒุงู† ู‡ูˆุง ุจุชุน ุงูŠ ู…ู† 8 ู…ุชุงุฌุฑ ู…ุฎุชู„ูู‡ ๐Ÿ’• ุŒ
Mostrar todo...
ุจุฑู†ุงู…ุฌ ุชุนุฏูŠู„ ุนู„ู‰ ู…ู„ูุงุช ุงู„ูŠ ุดุบุงู„ ุจูŠ ู‚ู†ุงู‡ ุงู„ุงูƒูˆุงุฏ ูˆ ุงู„ู…ู„ูุงุช @Y_2_I
Mostrar todo...
QuickEdit Text Editor Writer Code Editor_v1.4.7_apkpure.com.apk4.63 MB
ุชู… ุงุถุงูู‡ ู…ูŠุฒู‡ || ูู„ู… ุฑุนุจ ๐Ÿ’˜ ุŒ ุงูƒุชุจ ู…ุฑู‡ ูˆ ู„ูˆ ุนุงูŠุฒ ุชุงู†ูŠ ุงุชุจุน ุงู„ุฒุฑุงุฑ ๐Ÿ’˜ ุŒ
Mostrar todo...
ุงุดุนุงุฑ ุฏุฎูˆู„ ุนุถูˆ ุฌุฏูŠุฏ ุงู„ูŠ ุจูˆุชูƒ ู‡ูŠุฌูŠ ุจุงู„ุดูƒู„ ุฏ ๐Ÿ’˜ ุŒ
Mostrar todo...
Elige un Plan Diferente

Tu plan actual sรณlo permite el anรกlisis de 5 canales. Para obtener mรกs, elige otro plan.