Useful Coders | IT News
73 subscribers
58 photos
3 videos
92 files
36 links
Download Telegram
πŸ₯³#Bismillah | πŸ“† 16.03.2024

βœ… Biz ish faoliyatimizni boshladik!

βœ… Admin: @TgWebCoder

#️⃣ @UsefulCoders | @TgWebCoder
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘6⚑1πŸ”₯1
<?php
$to_email = "Yuborish_uchun@example.com";
$body = "Siz yutuq yutdingiz!"
$headers = "Yuboruvchi: @example.com";

if (mail($to_email, $body, $headers)) {
echo "$to_email ga yuborildi!";
} else {
echo "Yuborilmadi!";
}
?>


βœ… Emailga xabar yuborish funksiyasi.

©️ Manba: @UsefulCoders
Please open Telegram to view this post
VIEW IN TELEGRAM
Hammani Hayit Bilan Tabriklayman

⚑️ Hurmat bilan
@TgWebCoder
Qaysi bot kodini tarqatamiz ‼️
Please open Telegram to view this post
VIEW IN TELEGRAM
RiseBuilder.zip
441.4 KB
v2.0 versiyasi.

⬆️ Qo'shilgan yangilanishlar:

β€’ Maker bot ichidagi konstruktor bot sozlandi
β€’ MakerBot hatoliklari sozlandi
β€’ Referal konkurs tizimi
β€’ kichik o'zgarishlar
β€’ cashback sozlamalari
β€’ MakerBot botlari soni 18 taga yetdi
β€’ Dizaynga bog'liq kichik yangilanishlar


⛔️ Kodda 1 - 2 ta kichik xatolar kuzatilishi mumkin.


MANBA: @ITMaktabi1
Tarqatildi: @UsefulCoders
$step = file_get_contents("id/step/$idi.txt");
mkdir("id");
mkdir("id/step");
$tx = $message->text;
$idi = $message->from->id;

if($tx == "πŸ“‹ Mashxur odamlar"){
file_put_contents("id/step/$idi.txt","photo");
  bot('SendMessage',[
  'chat_id'=>$idi,
  'text'=>"Qaysi mashxur odamlar haqida malumot olmoqchisiz, yuboring.",
'reply_markup'=>$ortga,
  'parse_mode'=>"markdown",
  ]);
}
}

if($step=="photo"){
bot('sendPhoto',[
'chat_id'=>$idi,
'photo'=>"https://newssearch.yandex.uz/news/search?text=$tx",
'caption'=>"βœ…<b> Ma'lumot topildi

βœ… Qidirilgan odam: $tx </b>",
'parse_mode'=>"html",
'reply_markup'=>$ortga,
]);
unlink("id/step/$idi.txt");
exit();
}
}


βœ… Ma'lumot yuborib yandex orqali topib berish funksyasi.

©️ Manba: @UsefulCoders
Please open Telegram to view this post
VIEW IN TELEGRAM
Qanaqa bot kodi yoki bot funksyasi kerak ⁉️
Please open Telegram to view this post
VIEW IN TELEGRAM
Game-Donate.php
97.2 KB
🏠 Donate bot kodi

πŸ” Manba: esimda yoq, ichida ham bo'lishi mumkin

✈️ Tarqatildi: @UsefulCoders
Please open Telegram to view this post
VIEW IN TELEGRAM
if($data=="havo"){
bot('editMessageText',[
'chat_id'=>$ccid,
'message_id'=>$mmid,
'text'=>"⛅️Siz Ob-Havo bolimidasiz!
Iltimos Viloyatingizni tanlang!‡️",
'parse_mode'=>'markdown',
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[['text'=>'⛅️Namangan','callback_data'=>"ob=namangan"],
['text'=>'⛅️Toshkent','callback_data'=>"ob=tashkent"]],
[['text'=>"⛅️Farg'ona",'callback_data'=>"ob=ferghana"],
['text'=>'⛅️Samarqand','callback_data'=>"ob=samarkand"]],
[['text'=>'⛅️Buxoro','callback_data'=>"ob=bukhara"],
['text'=>'⛅️Jizzax','callback_data'=>"ob=jizzakh"]],
[['text'=>'⛅️Andijon','callback_data'=>"ob=andijan"],
['text'=>'⛅️Nukus','callback_data'=>"ob=nukus"]],
[['text'=>'⛅️Guliston','callback_data'=>"ob=gulistan"],
['text'=>'⛅️Navoiy','callback_data'=>"ob=navoi"]],
[['text'=>'⛅️Xiva','callback_data'=>"ob=khiva"],
['text'=>'⛅️Termiz','callback_data'=>"ob=termez"]],
[['text'=>'⛅️Qarshi','callback_data'=>"ob=karshi"],
['text'=>'⛅️Urganch','callback_data'=>"ob=urgench"]],
[['text'=>'⛅️Zarafshon','callback_data'=>"ob=zarafshan"],
['text'=>'↩️Ortga','callback_data'=>"inline"]],
]
])
]);
}

if(mb_stripos($data,"ob")!==false){
$szs = explode("=",$data);
$arrContextOptions=array(
"ssl"=>array(
"verify_peer"=>false,
"verify_peer_name"=>false,
),
);
$masterbek = file_get_contents("http://obhavo.uz/$szs[1]", false, stream_context_create($arrContextOptions));
$ex1=explode("\n",$masterbek);
$kungr=str_replace('<p class="forecast">',' ',$ex1[98]);
$kungr=str_replace('</p>',' ',$kungr);
$oqgr=str_replace('<p class="forecast">',' ',$ex1[103]);
$oqgr=str_replace('</p>',' ',$oqgr);
$tongr=str_replace('<p class="forecast">',' ',$ex1[93]);
$tongr=str_replace('</p>',' ',$tongr);
$bugun=str_replace('<div class="current-day">',' ',$ex1[61]);
$bugun=str_replace('</div>',' ',$bugun);
$bugun = trim($bugun);
$vil=str_replace('<h2>',' ',$ex1[60]);
$vil=str_replace('</h2>',' ',$vil);
$vil=str_replace('&#039;','',$vil);
$vil = trim($vil);
$tongr = trim($tongr);
$oqgr = trim($oqgr);
$kungr = trim($kungr);
$havo1=str_replace('<div class="current-forecast-desc">',' ',$ex1[71]);
$havo1=str_replace('</div>',' ',$havo1);
$havo1=str_replace('&#039;','',$havo1);
$havo1 = trim($havo1);
$gr1=str_replace('<span><strong>',' ',$ex1[67]);
$gr1=str_replace('</strong></span>',' ',$gr1);
$gr1= trim($gr1);
$gr2=str_replace('<span>',' ',$ex1[68]);
$gr2=str_replace('</span>',' ',$gr2);
$gr2= trim($gr2);
$nam=str_replace('<p>',' ',$ex1[75]);
$nam=str_replace('</p>',' ',$nam);
$nam= trim($nam);
$bosim=str_replace('<p>',' ',$ex1[77]);
$bosim=str_replace('</p>',' ',$bosim);
$bosim= trim($bosim);
$shamol=str_replace('<p>',' ',$ex1[76]);
$shamol=str_replace('</p>',' ',$shamol);
$shamol=str_replace('&#039;','',$shamol);
$shamol= trim($shamol);
$oy=str_replace('<p>',' ',$ex1[80]);
$oy=str_replace('</p>',' ',$oy);
$oy=str_replace('&#039;','',$oy);
$oy= trim($oy);
$qch=str_replace('<p>',' ',$ex1[81]);
$qch=str_replace('</p>',' ',$qch);
$qch= trim($qch);
$qb=str_replace('<p>',' ',$ex1[82]);
$qb=str_replace('</p>',' ',$qb);
$qb= trim($qb);
bot('editMessageText',[
'chat_id'=>$ccid,
'message_id'=>$mmid,
'text'=>"*πŸ“ŒBugun 🏰$vil shahrida:‡️
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–

πŸŒ“Bugun: $gr1 ... $gr2, β˜€οΈ$havo1
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–

πŸŒ„Tong: ☁️ $tongr C
πŸ™Kun: β˜€οΈ $kungr C
πŸŒƒOqshom: 🌀 $oqgr C
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–

🌬 $shamol
πŸ’§ $nam
🌑$bosim
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–

πŸŒ™$oy
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–

🌝$qch
🌚$qb
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–

$sana*
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–

$mkm
",
'parse_mode' => 'markdown',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode([
'inline_keyboard' => [
[['text'=>"↩️Orqaga",'callback_data'=>"pogoda"]]
]
]),
]);
}


βœ… Ob havo ma'lumotlarini bilib beruvchi funksiya
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯6❀1⚑1
SarmoyaBot.php
81.2 KB
πŸ“ˆ Sarmoya bot kodi

πŸ’¬ Commentda so'raganlar uchun!

✈️ Kanalimiz: @UsefulCoders
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘1
captcha0111 kodi qancha reaksiyaga arziydi?
πŸ‘6πŸ”₯3⚑2
AutoNumber.php
51.7 KB
πŸ€– PUL bot kodi

πŸ’¬ Commentda so'raganlar uchun!

✈️ Kanalimiz: @UsefulCoders
Please open Telegram to view this post
VIEW IN TELEGRAM
captcha.zip
1.2 KB
🌐 Saytlar uchun captcha

πŸ” Manba: @UsefulCoders
πŸ‘¨β€πŸ’» Dasturchi: @TgWebCoder

➑️ Namuna: captcha
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘4⚑2πŸ”₯2
Useful Coders | IT News
captcha.zip
βœ”οΈ Reaksiya
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
🎁 Konkurs qilamiz qani reaksiya!!
Please open Telegram to view this post
VIEW IN TELEGRAM
❀3πŸ”₯2⚑1πŸ‘1πŸ₯°1
🎁 Useful Coders 🎁

1️⃣ - @DasturchiNetUz user
2️⃣ - Nazoratchi bot kodi + pul bot kodi
3️⃣ - Nakrutka PRO

πŸ“Œ Sharti:
@UsefulCoders
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘Ž3❀1πŸ”₯1πŸ‘1
Useful Coders | IT News
🎁 Useful Coders 🎁 1️⃣ - @DasturchiNetUz user 2️⃣ - Nazoratchi bot kodi + pul bot kodi 3️⃣ - Nakrutka PRO πŸ“Œ Sharti: @UsefulCoders
🎁 Giveaway yakunlandi

πŸ† G'oliblar:
1. Tolanboyev ོོ⚜ [πŸ’°]
2. πšŠπ™Ίπš›πš’πšœπšœπšπšŠπš•
3. Saidmaruf