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!";
}
?>
Please open Telegram to view this post
VIEW IN TELEGRAM
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:
Tarqatildi: @UsefulCoders
β¬οΈ 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:
@ITMaktabi1Tarqatildi: @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();
}
}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
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(''','',$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(''','',$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(''','',$shamol);
$shamol= trim($shamol);
$oy=str_replace('<p>',' ',$ex1[80]);
$oy=str_replace('</p>',' ',$oy);
$oy=str_replace(''','',$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"]]
]
]),
]);
}Please open Telegram to view this post
VIEW IN TELEGRAM
π₯6β€1β‘1
Please open Telegram to view this post
VIEW IN TELEGRAM
captcha.zip
1.2 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
π4β‘2π₯2
Useful Coders | IT News
captcha.zip
Please open Telegram to view this post
VIEW IN TELEGRAM
Useful Coders | IT News
https://t.me/boost/UsefulCoders Premium borla
Bervorila jalkamasu
Please open Telegram to view this post
VIEW IN TELEGRAM
β€3π₯2β‘1π1π₯°1
@UsefulCoders
Please open Telegram to view this post
VIEW IN TELEGRAM
π3β€1π₯1π1
Useful Coders | IT News
π Giveaway yakunlandi
π G'oliblar:
1. Tolanboyev ΰ½Όΰ½Όβ [π°]
2. ππΊπππππππ
3. Saidmaruf
π G'oliblar:
1. Tolanboyev ΰ½Όΰ½Όβ [π°]
2. ππΊπππππππ
3. Saidmaruf