Agar shu post 100+ reaksiya yigสปsa ham kino va seriallar koสปrsatadigan bot tarqaman...
#reaksiya
#reaksiya
โค2๐1
๐๐๐๐๐จ๐๐๐ซ ๐๐๐๐ฆ pinned ยซ๐ Professional darajada bot yasab berish xizmati! ๐ฑ Har qanday turdagi botlarni yasab beramiz narxlar kelishilgan holda. Bot siz istagan usulda yasab beriladi. ๐โโ๏ธ To'lovlar kelishilgan holda amalga oshiriladi. Agar bot yasattirish niyatingiz bo'lsa quyidagiโฆยป
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
โคโ๐ฅ4๐2โค1๐ณ1
๐๐๐๐๐จ๐๐๐ซ ๐๐๐๐ฆ
Photo
Please open Telegram to view this post
VIEW IN TELEGRAM
โค1โคโ๐ฅ1๐1
Doสปstlar bugun bot yaratish berish yoki oสปrgatish 70% chegirmada
Bot turiga qarab narx belgilanadi.
Oldindan tulov mavjud emas!
Bizda: Instagram target yoqish hamda Telegram PHP bot kodlari buyicha ham savdo qilishiz mumkin.
@UzdevCopy murojaat qiling
Bot turiga qarab narx belgilanadi.
Oldindan tulov mavjud emas!
Bizda: Instagram target yoqish hamda Telegram PHP bot kodlari buyicha ham savdo qilishiz mumkin.
@UzdevCopy murojaat qiling
<?php
define('API_KEY', 'BOT_TOKEN');
function bot($method, $data = [])
{
$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, $data);
$res = curl_exec($ch);
return json_decode($res, true);
}
if (!file_exists("step")) mkdir("step", 0777, true);
if (!file_exists("data")) mkdir("data", 0777, true);
if (!file_exists("users.txt")) file_put_contents("users.txt", "");
$update = json_decode(file_get_contents('php://input'));
$message = $update->message;
$cid = $message->chat->id;
$text = $message->text;
$step_file = "step/$cid.step";
if (!file_exists($step_file)) {
file_put_contents($step_file, "ask_name");
bot('sendMessage', [
'chat_id' => $cid,
'text' => "Ro'yxatdan o'tish uchun ism familiyangizni kiriting:",
]);
exit();
}
$step = file_get_contents($step_file);
if ($step == "ask_name") {
$fullname = $text;
file_put_contents("data/$cid-name.txt", $fullname);
file_put_contents($step_file, "ask_phone");
bot('sendMessage', [
'chat_id' => $cid,
'text' => "Raqamingizni yuboring (masalan: +998901234567):",
]);
exit();
}
if ($step == "ask_phone") {
$phone = $text;
$name = file_get_contents("data/$cid-name.txt");
$entry = "ID: $cid\nIsm Familiya: $name\nTelefon: $phone\n------\n";
file_put_contents("users.txt", $entry, FILE_APPEND);
bot('sendMessage', [
'chat_id' => $cid,
'text' => "โ Ma'lumotlar qabul qilindi. Rahmat!",
]);
unlink("data/$cid-name.txt");
unlink($step_file);
exit();
}
//Dasturchi va manba: @UzdevCopy
//Ruyxatdan utish funksiya
//Baza Txt saqlaydi
define('API_KEY', 'BOT_TOKEN');
function bot($method, $data = [])
{
$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, $data);
$res = curl_exec($ch);
return json_decode($res, true);
}
if (!file_exists("step")) mkdir("step", 0777, true);
if (!file_exists("data")) mkdir("data", 0777, true);
if (!file_exists("users.txt")) file_put_contents("users.txt", "");
$update = json_decode(file_get_contents('php://input'));
$message = $update->message;
$cid = $message->chat->id;
$text = $message->text;
$step_file = "step/$cid.step";
if (!file_exists($step_file)) {
file_put_contents($step_file, "ask_name");
bot('sendMessage', [
'chat_id' => $cid,
'text' => "Ro'yxatdan o'tish uchun ism familiyangizni kiriting:",
]);
exit();
}
$step = file_get_contents($step_file);
if ($step == "ask_name") {
$fullname = $text;
file_put_contents("data/$cid-name.txt", $fullname);
file_put_contents($step_file, "ask_phone");
bot('sendMessage', [
'chat_id' => $cid,
'text' => "Raqamingizni yuboring (masalan: +998901234567):",
]);
exit();
}
if ($step == "ask_phone") {
$phone = $text;
$name = file_get_contents("data/$cid-name.txt");
$entry = "ID: $cid\nIsm Familiya: $name\nTelefon: $phone\n------\n";
file_put_contents("users.txt", $entry, FILE_APPEND);
bot('sendMessage', [
'chat_id' => $cid,
'text' => "โ Ma'lumotlar qabul qilindi. Rahmat!",
]);
unlink("data/$cid-name.txt");
unlink($step_file);
exit();
}
//Dasturchi va manba: @UzdevCopy
//Ruyxatdan utish funksiya
//Baza Txt saqlaydi
@xasradli_07 ga murojaat qilamiz bekorchilar spam or blok!
Please open Telegram to view this post
VIEW IN TELEGRAM
โคโ๐ฅ1๐1๐ฅ1
๐๐๐๐๐จ๐๐๐ซ ๐๐๐๐ฆ
Please open Telegram to view this post
VIEW IN TELEGRAM
โคโ๐ฅ2๐1
Oladiganlar @xasradli_07
Please open Telegram to view this post
VIEW IN TELEGRAM
๐2๐1
10k va 5k bor
qiziqqanla coment
Please open Telegram to view this post
VIEW IN TELEGRAM
โคโ๐ฅ1โก1๐ฅ1
๐๐๐๐๐จ๐๐๐ซ ๐๐๐๐ฆ
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
๐4๐1๐ณ1
๐๐๐๐๐จ๐๐๐ซ ๐๐๐๐ฆ
Rikapcha WEP APP bot uchun demo #Video_creator: @RakuZen_Uz
captcha.zip
3.3 KB
Tepadagi videodagi captcha funksiya...
Dasturchi: @fav_ke
Web app dasturchi: maxfiy
Manba: @fav_ke
Tarqatamiz! Oสปz botizga qushib olsaz buladi!
#reaksiya.
#wepapp_qismi_video_uxshab_ketadi_ammo_dizayn_sal_boshqacha...
Dasturchi: @fav_ke
Web app dasturchi: maxfiy
Manba: @fav_ke
Tarqatamiz! Oสปz botizga qushib olsaz buladi!
#reaksiya.
#wepapp_qismi_video_uxshab_ketadi_ammo_dizayn_sal_boshqacha...
Hali umuman tarqalmagan
@xasradli_07
Please open Telegram to view this post
VIEW IN TELEGRAM
โคโ๐ฅ1๐1๐1