Useful Coders | IT News
73 subscribers
58 photos
3 videos
92 files
36 links
Download Telegram
Channel created
๐Ÿฅณ#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