Forwarded from Humo Hacker | β
bot2.php
160.9 KB
@WorldSeenBot π kodi π
Premium.zip ichidagi bot.php fayli ochrb tashab buni qoyilaπ§¬
β‘οΈ Manba: @WonderfulCoders
β‘οΈ @PYTHON_700 va
Kanallaring bosa tarqatib qoyilaβ ββ οΈ
Premium.zip ichidagi bot.php fayli ochrb tashab buni qoyilaπ§¬
Kanallaring bosa tarqatib qoyilaβ ββ οΈ
Please open Telegram to view this post
VIEW IN TELEGRAM
http://translate.googleapis.com/translate_a/single?client=gtx&sl=en&tl=uz&dt=t&q=hello
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯2β‘1π1
Please open Telegram to view this post
VIEW IN TELEGRAM
Telegram Lite.zip
3.2 KB
Telegram Lite kodi β
β‘οΈ Dasturchilar uchun maxsus.
π¬ Manba: @UsefulCoders
π¨βπ» Dasturchi: @TgWebCoder
β Manbasiz tarqalmasin!
Please open Telegram to view this post
VIEW IN TELEGRAM
π1π₯1
200ta bo'lsak @TezMakerBot kodini tasheman β
Please open Telegram to view this post
VIEW IN TELEGRAM
π4
TezMakerOld.zip
31.5 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
π3π1π1
<?php
$apiToken = "YOUR_TELEGRAM_BOT_TOKEN";
$channelUsername = "@YOUR_CHANNEL_USERNAME";
function editMessage($chatId, $messageId, $newText) {
global $apiToken;
$url = "https://api.telegram.org/bot$apiToken/editMessageText";
$data = [
'chat_id' => $chatId,
'message_id' => $messageId,
'text' => $newText
];
$options = [
'http' => [
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
'method' => 'POST',
'content' => http_build_query($data),
],
];
$context = stream_context_create($options);
$result = file_get_contents($url, false, $context);
if ($result === FALSE) {
die('Error');
}
return $result;
}
// Webhook orqali yangi postlar kelib tushganida
$content = file_get_contents("php://input");
$update = json_decode($content, true);
if (isset($update["channel_post"])) {
$post = $update["channel_post"];
$chatId = $post["chat"]["id"];
$messageId = $post["message_id"];
if (isset($post["text"])) {
$newText = $post["text"] . "\n\n" . $channelUsername;
editMessage($chatId, $messageId, $newText);
} elseif (isset($post["caption"])) {
$newCaption = $post["caption"] . "\n\n" . $channelUsername;
editMessage($chatId, $messageId, $newCaption);
}
}
?>
Bu bot kodi kanalingizga yangi post qo'shilganda avtomatik ravishda postning matni yoki sarlavhasiga kanal username ni qo'shadi.
@UsefulCoders
Forwarded from Vision UZ (βπΈπππΈπππππΈππΌπ </>)
@eVazifa_bot(@space_coder_team).php
100.8 KB
β
@eVazifa_Bot kodi:
π· Versiya : 1.1v
π» Dasturlash Tili : php
π₯ Dasturchi: @opscoder
π₯ Manba : @space_coder_team
π₯ Kanal : @space_coder_team
π Kodni tarqatib tashlashingiz mumkun ruhsat berildi.
π· Versiya : 1.1v
π» Dasturlash Tili : php
π² Vazifasi: foydalanuvchilar kanalga kirib har xil vazifalar bajaradi va pul yig'ishadi to'plagan pullari evaziga telegram kanal yoki guruhlari uchun obunachi yig'ib olishlari mumkun
π₯ Dasturchi: @opscoder
π₯ Manba : @space_coder_team
π₯ Kanal : @space_coder_team
π Kodni tarqatib tashlashingiz mumkun ruhsat berildi.
SeenSMM.php
137.2 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
π3
TezMaker.zip
30.3 KB
β‘οΈ Yangilanishlar:
Kabiner dizayn o'zgardi!
Promokodga o'zgartirish kiritildi!
Yangi bo'lim qo'shildi!
Bot ochish mukammallashtirildi!
Va boshqa imkoniyatlar!
Please open Telegram to view this post
VIEW IN TELEGRAM
β‘2π€©2π1π₯1
$update = json_decode(file_get_contents('php://input'));
$message = $update->message;
$cid = $message->chat->id;
$text = $message->text;
$webapp = json_encode([
'inline_keyboard'=>[
[['text'=>"β
Kanal",'web_app'=>['url'=>"https://t.me/UsefulCoders"]]],
]
]);
if($text == "/start"){
bot('SendMessage',[
'chat_id'=>$cid,
'text'=>"π Assalomu assalomu",
'reply_markup'=>$webapp,
]);
}#function #bot #UsefulCoders
Please open Telegram to view this post
VIEW IN TELEGRAM
Assalomu alaykum va rohmatullohi va barokatuh!
Juma Muborak βͺοΈ
Juma Muborak βͺοΈ
π2π₯2
Please open Telegram to view this post
VIEW IN TELEGRAM
π2
Please open Telegram to view this post
VIEW IN TELEGRAM
π4β€3π₯1
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π 22 - avgust kuni OpenBudget loyihasi start oladi. Agar sizga Telegram bot kerak boβlsa, hoziroq murojaat qiling. Erta buyurtmalar yanada arzon tushadi, loyiha boshlangandan keyin esa narxlar oshishi mumkin.
βοΈ Bogβlanish uchun: @TgWebCoder
Please open Telegram to view this post
VIEW IN TELEGRAM