PHP
554 subscribers
69 photos
19 videos
90 files
76 links
Director:
Download Telegram
if ($message == "/vaqt") {
sendMessage($chat_id, "bugun...: " . date('Y-m-d') . ". Rejalar koΚ»rish u.n habar jonating");
}

Shunchaki
πŸ‘2πŸ‘Ž1
<?php

define('TOKEN', 'SIZNING_TELEGRAM_TOKENINGIZ');
define('API_URL', 'https://api.telegram.org/bot' . TOKEN . '/');

function sendMessage($chat_id, $text) {
$url = API_URL . "sendMessage?chat_id=" . $chat_id . "&text=" . urlencode($text);
file_get_contents($url);
}

// Qiziqarli faktlar ro'yxati
$facts = [
"Arilar hech qachon uxlamaydi.",
"Quyosh tizimidagi eng baland tog' - Marsdagi Olimpus tog'i.",
"Yaponiyada ilon baliq ta'mli muzqaymoq sotib olish mumkin.",
"Eng qadimgi musiqa asbobi 40 000 yoshli nay.",
"Koalalar kuniga 18-22 soat uxlaydi.",
];

$update = file_get_contents("php://input");
$update = json_decode($update, TRUE);

$chat_id = $update["message"]["chat"]["id"];
$text = $update["message"]["text"];

if ($text == "/fact") {
$fact = $facts[array_rand($facts)];
sendMessage($chat_id, $fact);
} else {
sendMessage($chat_id, "Salom! Qiziqarli fakt olish uchun /fact buyrug'ini yozing.");
}

?>

Chat GPT πŸ€”
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘3πŸ‘Ž1😁1
@Ton_uzbot.zip
7.1 KB
πŸ’° Β«@Ton_uzbotΒ» kodi.😱

πŸ€–Ushbu kod orqali valyuta narxlari va TON kripto valyutani hozirgi vaqtdagi narxini ko'rishingiz mumkin bo'ladi. Bu Bot kodi 3 ta tilda ishlaydi. Admin panel mavjud.βœ…

πŸ‘¨β€πŸ’»Manba:
@matirzayev
πŸš€Tarqatildi:
@TexnoPHPuz
πŸ‘3πŸ‘Ž1
index.php
69.7 KB
@LifegramBot asl kodiπŸ˜ƒ
Kodni kanallaringiz va do'stlaringizga tarqatib kanalimizni qo'llab quvvatlang.
Please open Telegram to view this post
VIEW IN TELEGRAM
english.php
19.7 KB
β˜„οΈ Manba: @PHPsLab
β˜„οΈ Dasturchi: @Ahzee
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘4
keyboard.php
161 B
⚑️ Manba: @PHPsLab
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘4
AUI(PHPsLab).php
13.8 KB
πŸ‘€ Zayafkali kino bot kodi ( @UzFilm_aui_bot

β˜„οΈ Manba: @PHPsLab
πŸ˜€ Dasturchi: @Asilbek_Coder
🌟 Kod egasi: @UzSecurity

πŸ’­ : Admin paneli bor , habar yuborish tizimi faqat MATNli

🌐 : MySQL yoʻq , .txt da saqlaydi

βœ”οΈ : Sifatsiz hostinglarda ishlashi kafolatlanmagan

πŸ’‘ : Tavsiyamiz wineclo.com yoki beget.com

πŸ“Ž : Tarqatishingizni tavsiya qilamiz va manbaga tegmaslikni
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘10🀝5πŸ‘Ž3
UserInfoUzbBot.php
3.2 KB
@UserInfoUzbBot bot kodi.

✨Manba:
@BestProger
πŸ‘¨β€πŸ’»Dasturchi: @BestProger


Manbani chopgan akkaunti chopilsin
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘4πŸ‘Ž2
πŸ€ͺ Chat GPT Yordamida mo'jiza ko'rsataymu?

@UzSecurity βœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘8
❓ Qanday kod kerak...
πŸ‘1
Live stream started
Forwarded from Humo Hacker | βŽ™
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2
😱😱😱😱😱😱😱

πŸ”ž YUNKA OPANI ZAPALI

πŸ₯Ά Aytilishicha Timur Alixonov ga joΚ»natgan yalangΚ»och rasmi πŸ”ž

😱 @UzFilm_AUI_Bot ga 2856 raqamini yuboring

😍 Bot ishlavotti
πŸ”₯1
$token = "bot_token";
if ($text == "/adminlist"){
$url = "https://api.telegram.org/bot$token/getChatAdministrators?chat_id=$cid";
$response = json_decode(file_get_contents($url), true);

if (isset($response['result'])) {
$result = $response['result'];
$msg1 = "";

foreach ($result as $admin) {
$status = $admin['status'];
$user = $admin['user'];

if ($status == "creator") {
$owner = $user['id'];
$owner2 = $user['first_name'];
}

if ($status == "administrator") {
$innames = str_replace(['[', ']'], '', $user['first_name']);
$idilar = $user['id'];
$msg1 .= "\nπŸ‘¨πŸ»πŸ’» [$innames](tg://user?id=$idilar)";
}
}

bot('sendMessage', [
'chat_id' => $cid,
'text' => "πŸ‘¨πŸ’» *Guruh yaratuvchisi:* [$owner2](tg://user?id=$owner)
-------------------------------------
πŸ‘₯ *Guruh adminlari:* $msg1",
'reply_to_message_id' => $mid,
'parse_mode' => "Markdown"
]);
} else {
bot('sendMessage', [
'chat_id' => $cid,
'text' => "Adminlar ro'yxatini olishda xatolik yuz berdi.",
'reply_to_message_id' => $mid
]);
}
}

✨Manba: @BestProger
πŸ‘¨β€πŸ’»Dasturchi:
@BestProger
✈️Tarqatildi:
@PHPsLab
πŸ‘1
UzSiteBot.zip
52.6 KB
πŸš€ Bu o'sha @UzSiteBot kodi. Vazifasi ko'p. Panel bor udar tuzilgan. Admin id, api token qo'yasiz. Ochilgan saytlar ishlashi uchun koddagi u8695.xvest2.ru ni o'rniga o'zingizni hosting akkauntizi sozlab olasiz. Oldingi tarqalgan kodidan farqli kod. Manba hurmat qilinadi degan umiddaman.

πŸ–‡ Manba: @MeProCompany & @DevBola
πŸ”‘ ZIP Parol: @DevBola
Tarqatildi: @PHPsLab
πŸ‘4