π–πžπ›π‚π¨ππžπ« π“πžπšπ¦
602 subscribers
274 photos
49 videos
697 files
381 links
➑️ "W" - Web
➑️ "C" - Coder
➑️ "T" - Team

πŸ”΅KELAJAK BIZ BILAN!

♻️ Creator: @mengaliyev_02
βš™οΈ Admin: @yurakda_qolgan
β†ͺ️ Chat: @WebCoder_Chat

Mashiniklarga aldanib qolmang bu offical kanal
Download Telegram
Sontop funksiyasi.php
11.5 KB
🌟 #function #bot #vip_panel

⚠️ Manba: @Vip_Panel_Coder va @WebCoder_Team

Bu funksiya o'yin funksiyasi bitta son beradi uni qaysi sondan qancha kichikligi yoki kattaligini aytadi va siz u sonni topishingiz kerak😊

⚑️ https://t.me/boost/WebCoder_Team

#reaksiya bosingla
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘8❀‍πŸ”₯2πŸ’”2
$odam = file_get_contents("referal/$fid.txt");
if($data == "baraban"){
bot('editMessageText',[
'chat_id'=>$ccid,
'message_id'=>$cmid,
'text'=>"<b>πŸ’ˆ Baraban</b>

<i>Bir marta aylantirish narxi - 7500 so'm (Asosiy balansdan sarflanadi). Yutib olgan pullaringiz asosiy balansingizga tushadi!</i>
<b>πŸ’° Asosiy balansingiz: $odam so'm </b>

<b>Barabandagi yutuqlar:</b>
0 so'm | 0 so'm | 0 so'm | 7500 so'm | 15000 so'm",
'parse_mode'=>'html',
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[['text'=>"πŸ’ˆ Baraban aylantirish - 7500 so'm",'callback_data'=>"baraban75"]],
[['text'=>"◀️ Orqaga",'callback_data'=>"pulishlaymiza"]],
]
])
]);
}

if($data == "baraban75"){
$rand = array('0','0','0','7500','15000');
$ra = array_rand($rand, 1);
$sum= file_get_contents("referal/$ccid.txt");
if($sum>"7500") {
bot('editMessageText',[
'chat_id'=>$ccid,
'message_id'=>$cmid,
'text'=>"*πŸ’ˆ Baraban aylantirildi

Siz $rand[$ra] so'm yutib oldingiz va ushbu pullar asosiy balansingizga qo'shildi!*",//Manba
@WebCoder_Team
'parse_mode'=>"Markdown",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[['text'=>"◀️ Orqaga",'callback_data'=>"baraban"]],
]
])
]);
$gett = file_get_contents("referal/$cid2.txt");
$gett -= 7500;
file_put_contents("referal/$cid2.txt", $gett);
$yut = file_get_contents("referal/$cid2.txt");
$yut += $rand[$ra];
file_put_contents("referal/$cid2.txt", $yut);
}else{
bot('editMessageText',[
'chat_id'=>$ccid,
'message_id'=>$cmid,
'text'=>"*😞 Kechirasiz, hisobingizda yetarli mablag' mavjud emas.*",
'parse_mode'=>"Markdown",
'reply_markup'=>$back_menu
]);
}
}


πŸ™‚ #games #function Baraban OΚ»yin Funksiyasi

⚠️ Manba @WebCoder_Team
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘4πŸ‘1
βœ… Endi kanalga faqat #function va #kod tashaladi adminlar ogoh boΚ»linglar #reklama tashlanmasin!

πŸ‘‘ Azizbek Qaleysan jigar πŸ˜‚
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘7❀‍πŸ”₯2πŸ†1
Forwarded from Black Coders || Jamoasi (κ―­πŸ–€κ―­|κ―­β€’|κ―­ αтχαм ѕυяχαηѕкє κ―­|β€’κ―­|κ―­πŸ”₯κ―­|κ―­β€’)
<?php

// Kanal rasmini avtomatik oluvchi funksiya
function fetchChannelImage($channelUrl) {
$html =


file_get_contents($channelUrl); // Kanal sahifasini yuklash

if ($html !== false) {
$doc = new DOMDocument();
libxml_use_internal_errors(true); // Xatolarni o'qishni o'chirish

if ($doc->loadHTML($html)) {
$xpath = new DOMXPath($doc);
$imageSrc = $xpath->query('//meta[
@property="og:image"]')->item(0)->getAttribute('content');

return $imageSrc; // Kanal rasmini qaytarish
} else {
return "Xatolik: Sahifa yuklanmadi.";
}
} else {
return "Xatolik: Sahifa yuklanmadi.";
}
}

// Kanal URL manzilini o'zgartiring
$channelUrl = '
https://t.me/QoraCoders_Uz';
$channelImage = fetchChannelImage($channelUrl);

if ($channelImage !== false) {
echo "Kanal rasmi: <img src='$channelImage' alt='Channel Image'>";
} else {
echo "Rasm topilmadi yoki yuklanmadi.";
}

?>


βœ… #function #Atxam Kanal rasmini avtomatik oluvchi funksiya

⚑️ Manba @QoraCoders_Uz
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘5