bot.php
105.6 KB
π¬ Mukammal Anime Bot β Yangi Versiya! π¬
πͺ Asosiy dasturchilar: @sadiyuz & @ITACHI_UCHIHA_SONO_SHARINGAN
@Fav_ke
π Manba: @UZ_IT_CENTER
π» Dasturlash tili: PHP
π Ma'lumotlar bazasi: MySQL
π Ishlatish: https://t.me/WebCoder_Team/4390
ichidagi bot.php o'rniga quyasiz.
Bot Versiya: 2.7
π Botga quyidagi holatlari yangilandi:
------------> Xabar yuborish tuliq(ishlasa kerak ishlatib kurmadim.)
------------> Konkurs(top referallar)
-------------> Admin panelidan konkurs boshqarish
--------------> Bot dizayn
--------------> Ayrim xatolar tuzatildi.
---
Tahrirchi: @Fav_ke
Takrorlmayman manba:
@UZ_IT_CENTER
OΚ»zgartirilmasin !
#reaksiya
πͺ Asosiy dasturchilar: @sadiyuz & @ITACHI_UCHIHA_SONO_SHARINGAN
@Fav_ke
π Manba: @UZ_IT_CENTER
π» Dasturlash tili: PHP
π Ma'lumotlar bazasi: MySQL
π Ishlatish: https://t.me/WebCoder_Team/4390
ichidagi bot.php o'rniga quyasiz.
Bot Versiya: 2.7
π Botga quyidagi holatlari yangilandi:
------------> Xabar yuborish tuliq(ishlasa kerak ishlatib kurmadim.)
------------> Konkurs(top referallar)
-------------> Admin panelidan konkurs boshqarish
--------------> Bot dizayn
--------------> Ayrim xatolar tuzatildi.
---
Tahrirchi: @Fav_ke
Takrorlmayman manba:
@UZ_IT_CENTER
OΚ»zgartirilmasin !
#reaksiya
β€1
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