โญ Maker botlar uchun moslashgan.(Hech qanday qiyinchiliksiz botiga qushib olsaz buladi.)
Shu bot kodi tarqataman(hech qayer tegmay shu holicha)
donat qilinglar kim qancha farq yuq. 10mingdan koสปp
donat yigilsa kod tarqaman.
Agarda sizga bundan ham mukummal openbudjet (umuman boshqacha bunda ham zur) yoki boshqa turdagi bot kerak bulsa
@fav_ke yozing 70% chegirma mavjud
Donat: 8801106252683058(Click borlar uchun chiqadi) yoki +998971290025 mobiuz
๐ Namuna: rasmda admin paneli @Openbudjet_testBot
โ negativ kerakmas va admin panelida soสปrovlar bulimi bor
Shu bot kodi tarqataman(hech qayer tegmay shu holicha)
donat qilinglar kim qancha farq yuq. 10mingdan koสปp
donat yigilsa kod tarqaman.
Agarda sizga bundan ham mukummal openbudjet (umuman boshqacha bunda ham zur) yoki boshqa turdagi bot kerak bulsa
@fav_ke yozing 70% chegirma mavjud
Donat: 8801106252683058(Click borlar uchun chiqadi) yoki +998971290025 mobiuz
๐ Namuna: rasmda admin paneli @Openbudjet_testBot
โ negativ kerakmas va admin panelida soสปrovlar bulimi bor
โค2
openbudjet2025(@fav_ke).php
69 KB
โญOpen budjet bot kodi 2025
Namuna: @Openbudjet_testBot
โญVersion: 2.5
โญBot tili: uz
โญKod tili: PHP
โญMukammal admin paneli
โญAdmin paneli orqali ovozlari koสปrish va tasdiqlash yoki rad etish
โญMaker bot uchun moslashgan.
โญ Dasturchi va manba: @fav_ke
โญDonat qilganlarga rahmatt
โญReaksiya esdan chiqmasing.
โญOpenbudjet buyicha savol yoki taklifingiz boสปlsa @fav_ke yozing.
Namuna: @Openbudjet_testBot
โญVersion: 2.5
โญBot tili: uz
โญKod tili: PHP
โญMukammal admin paneli
โญAdmin paneli orqali ovozlari koสปrish va tasdiqlash yoki rad etish
โญMaker bot uchun moslashgan.
โญ Dasturchi va manba: @fav_ke
โญDonat qilganlarga rahmatt
โญReaksiya esdan chiqmasing.
โญOpenbudjet buyicha savol yoki taklifingiz boสปlsa @fav_ke yozing.
๐3
Audio
Eshitib korilarchi nima deysizlar bunga ๐
Comentga yozamiz!
Xurshid Production - Trab bass
Kompozitor - Xurshid Pro Studio ๐๏ธ
Comentga yozamiz!
Xurshid Production - Trab bass
Kompozitor - Xurshid Pro Studio ๐๏ธ
๐ณ2๐1
@humoringman murojaat eting!
Please open Telegram to view this post
VIEW IN TELEGRAM
๐2โค1๐ฅ1
konkursga qoสปyilgan yutuq...
5k zayafka kanal
Please open Telegram to view this post
VIEW IN TELEGRAM
โคโ๐ฅ2โค1๐1๐1
@xasradli_07 ga murojaat qiling
Please open Telegram to view this post
VIEW IN TELEGRAM
โคโ๐ฅ1๐1๐ณ1
Bot orqali yechib olinmaydi
Murojaat: @humoringman
Please open Telegram to view this post
VIEW IN TELEGRAM
โคโ๐ฅ1๐1
๐คทโโ3โคโ๐ฅ1๐1
zayafkali majburiy obuna va cronli xabar yuborish full txtda tuzilgan!
Please open Telegram to view this post
VIEW IN TELEGRAM
โคโ๐ฅ1๐1
Please open Telegram to view this post
VIEW IN TELEGRAM
โคโ๐ฅ1๐1๐1
๐๐๐๐๐จ๐๐๐ซ ๐๐๐๐ฆ </>
Please open Telegram to view this post
VIEW IN TELEGRAM
โคโ๐ฅ1๐1๐ณ1
menubot@Fav_ke.php
7.5 KB
menubot kodi
Versiya: 0.5
Dasturchi: @Fav_ke
Yangilanishlar:
Qator sozlash bo'limi qushildi.
Xatoliklar tuzatildi.
Tezlik oshirildi.
Versiya: 0.5
Dasturchi: @Fav_ke
Yangilanishlar:
Qator sozlash bo'limi qushildi.
Xatoliklar tuzatildi.
Tezlik oshirildi.
Hamyonlarbot.zip
1.5 KB
Ushbu kodlar @HamyonlarBot dan tasdiqlash tugmasini bosmasdan oสปzi avto pul tushadigan qilsa boสปladi
โ ๏ธ Eslatma hamyonpay.php ni cron qilish estdan chiqmasin
๐Demo @MsSeenBot
๐งโ๐ป Dasturchi @Acert_Uzb
โ ๏ธ Eslatma hamyonpay.php ni cron qilish estdan chiqmasin
๐Demo @MsSeenBot
๐งโ๐ป Dasturchi @Acert_Uzb
โค1
Hoziroq murojaat qiling harajatsiz harakat 0 ga tengdir!
Please open Telegram to view this post
VIEW IN TELEGRAM
โคโ๐ฅ2๐1
<?php
// === Sozlamalar ===
const BOT_TOKEN = "BU_YERGA_TOKENINGNI_KIRIT";
const API_URL = "https://api.telegram.org/bot".BOT_TOKEN."/";
// Tarix saqlanadigan fayl
const HISTORY_FILE = DIR . "/history.txt";
// Telegram API soโrovi
function tg_request($method, $params = []) {
$ch = curl_init(API_URL . $method);
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_POST => true,
CURLOPT_POSTFIELDS => $params
]);
$res = curl_exec($ch);
curl_close($ch);
return json_decode($res, true);
}
// Xabar yuborish
function send_message($chat_id, $text, $reply_id = null) {
$data = [
"chat_id" => $chat_id,
"text" => $text,
"parse_mode" => "HTML"
];
if ($reply_id) $data["reply_to_message_id"] = $reply_id;
tg_request("sendMessage", $data);
}
// Tarixga yozish
function save_history($user_id, $expr, $result) {
$line = $user_id . ": " . $expr . " = " . $result . PHP_EOL;
file_put_contents(HISTORY_FILE, $line, FILE_APPEND);
}
function simple_calc($expr) {
if (!preg_match('/^[0-9+\-*/. ()]+$/', $expr)) {
throw new Exception("Faqat raqam va + - * / ishlatish mumkin");
}
// xavfsiz eval
$result = 0;
try {
// PHP eval
@eval('$result = ' . $expr . ';');
} catch (Throwable $e) {
throw new Exception("Hisoblashda xato");
}
if ($result === INF $result === -INF is_nan($result)) {
throw new Exception("Boโlishda xato");
}
return $result;
}
// === Update olish (Telegram webhook) ===
$update = json_decode(file_get_contents("php://input"), true);
if (!$update) exit;
$message = $update["message"] ?? null;
if (!$message) exit;
$chat_id = $message["chat"]["id"];
$text = trim($message["text"] ?? "");
$user_id = $message["from"]["id"];
if ($text === "/start") {
send_message($chat_id, "Salom! Menga arifmetik ifoda yozing.\nMasalan: 2+2*3");
exit;
}
if ($text === "/history") {
if (!file_exists(HISTORY_FILE)) {
send_message($chat_id, "Tarix boโsh");
} else {
$lines = file(HISTORY_FILE, FILE_IGNORE_NEW_LINES);
$user_lines = array_filter($lines, function($line) use ($user_id) {
return strpos($line, (string)$user_id . ":") === 0;
});
if (!$user_lines) {
send_message($chat_id, "Tarix topilmadi");
} else {
$last = array_slice($user_lines, -10);
send_message($chat_id, "Oxirgi hisoblaringiz:\n" . implode("\n", $last));
}
}
exit;
}
// Hisoblash
try {
$result = simple_calc($text);
save_history($user_id, $text, $result);
send_message($chat_id, "$text = $result");
} catch (Exception $e) {
send_message($chat_id, "Xato: " . $e->getMessage());
}
Sizda kalkulator bot kodi
Manba: @fav_ke
Version: 0.1
// === Sozlamalar ===
const BOT_TOKEN = "BU_YERGA_TOKENINGNI_KIRIT";
const API_URL = "https://api.telegram.org/bot".BOT_TOKEN."/";
// Tarix saqlanadigan fayl
const HISTORY_FILE = DIR . "/history.txt";
// Telegram API soโrovi
function tg_request($method, $params = []) {
$ch = curl_init(API_URL . $method);
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_POST => true,
CURLOPT_POSTFIELDS => $params
]);
$res = curl_exec($ch);
curl_close($ch);
return json_decode($res, true);
}
// Xabar yuborish
function send_message($chat_id, $text, $reply_id = null) {
$data = [
"chat_id" => $chat_id,
"text" => $text,
"parse_mode" => "HTML"
];
if ($reply_id) $data["reply_to_message_id"] = $reply_id;
tg_request("sendMessage", $data);
}
// Tarixga yozish
function save_history($user_id, $expr, $result) {
$line = $user_id . ": " . $expr . " = " . $result . PHP_EOL;
file_put_contents(HISTORY_FILE, $line, FILE_APPEND);
}
function simple_calc($expr) {
if (!preg_match('/^[0-9+\-*/. ()]+$/', $expr)) {
throw new Exception("Faqat raqam va + - * / ishlatish mumkin");
}
// xavfsiz eval
$result = 0;
try {
// PHP eval
@eval('$result = ' . $expr . ';');
} catch (Throwable $e) {
throw new Exception("Hisoblashda xato");
}
if ($result === INF
throw new Exception("Boโlishda xato");
}
return $result;
}
// === Update olish (Telegram webhook) ===
$update = json_decode(file_get_contents("php://input"), true);
if (!$update) exit;
$message = $update["message"] ?? null;
if (!$message) exit;
$chat_id = $message["chat"]["id"];
$text = trim($message["text"] ?? "");
$user_id = $message["from"]["id"];
if ($text === "/start") {
send_message($chat_id, "Salom! Menga arifmetik ifoda yozing.\nMasalan: 2+2*3");
exit;
}
if ($text === "/history") {
if (!file_exists(HISTORY_FILE)) {
send_message($chat_id, "Tarix boโsh");
} else {
$lines = file(HISTORY_FILE, FILE_IGNORE_NEW_LINES);
$user_lines = array_filter($lines, function($line) use ($user_id) {
return strpos($line, (string)$user_id . ":") === 0;
});
if (!$user_lines) {
send_message($chat_id, "Tarix topilmadi");
} else {
$last = array_slice($user_lines, -10);
send_message($chat_id, "Oxirgi hisoblaringiz:\n" . implode("\n", $last));
}
}
exit;
}
// Hisoblash
try {
$result = simple_calc($text);
save_history($user_id, $text, $result);
send_message($chat_id, "$text = $result");
} catch (Exception $e) {
send_message($chat_id, "Xato: " . $e->getMessage());
}
Sizda kalkulator bot kodi
Manba: @fav_ke
Version: 0.1
MakerBotlar.zip
6 MB
4 xil turdagi maker botla ๐ฏ
Manba Kod ichida๐
โผ๏ธzip ichidagi robot papka tarqalmagan shunde ekan foydalanib qolilaโผ๏ธ
Dasturchi: ichida
#arxiv_2022
Tarqatdi: @fav_ke
โReaksiya Bosish tekin๐ซค
Manba Kod ichida๐
โผ๏ธzip ichidagi robot papka tarqalmagan shunde ekan foydalanib qolilaโผ๏ธ
Dasturchi: ichida
#arxiv_2022
Tarqatdi: @fav_ke
โReaksiya Bosish tekin๐ซค
๐2
favkenik01.php
4.4 KB
Nik bot kodi.
Version: 0.1
Dasturchi: @fav_ke
Bot haqida: ism yoki soz yozsaz unga 10 xil shalk nik yasab beradi. Botiz qushib olsaz buladi.
๐คง Vaqtim kam bulgani uchun va g'oya bulmagani uchun yozdim.
๐ณ reaksiya bosing mehnat uchun!
๐Agar sizda bot yoki idea bulsa yozing tarqatamiz! Faqat kanal post tagiga yozing. Lichga yozmang
Version: 0.1
Dasturchi: @fav_ke
Bot haqida: ism yoki soz yozsaz unga 10 xil shalk nik yasab beradi. Botiz qushib olsaz buladi.
๐คง Vaqtim kam bulgani uchun va g'oya bulmagani uchun yozdim.
๐ณ reaksiya bosing mehnat uchun!
๐Agar sizda bot yoki idea bulsa yozing tarqatamiz! Faqat kanal post tagiga yozing. Lichga yozmang
โค2
๐๏ธ Dostlar ajoyib sizlar uchun yangilik!!!
๐๏ธ Endi bizda vebsayt tarqatish hizmati mavjud! Mutloqa arzon va sifatli!
๐๏ธ Sizlar uchun hohlagan vebsayt yozib berishingiz mumkin!
๐ค Agar bot kerak bulsa ham yozing!
๐ Oldindan 30% pul olinadi!
๐ Hamma tolov usullari mavjud!
๐ฎ Murojat uchun: @Fav_ke
๐๏ธ Endi bizda vebsayt tarqatish hizmati mavjud! Mutloqa arzon va sifatli!
๐๏ธ Sizlar uchun hohlagan vebsayt yozib berishingiz mumkin!
๐ค Agar bot kerak bulsa ham yozing!
๐ Oldindan 30% pul olinadi!
๐ Hamma tolov usullari mavjud!
๐ฎ Murojat uchun: @Fav_ke