ู
ูู ุฎูุงู ูุฐู ุฑุงุจุท ุชูุฏุฑ ุฏุฒ ุฑุณุงูู ูุงู ุดุฎุต ุจูุจูุช ุญุชูู ุฌุงู ู
ุชููู ุจูุช ๐๏ธ
ูุง ุชูุณู ุดูู [] ู ู ุถูู ู ุนููู ุงุช
https://api.telegram.org/bot[ุชููู]/sendmessage?chat_id=[ุงูุฏู ุดุฎุต]&text=[ุฑุณุงูู]
ูุง ุชูุณู ุดูู [] ู ู ุถูู ู ุนููู ุงุช
https://api.telegram.org/bot[ุชููู]/sendmessage?chat_id=[ุงูุฏู ุดุฎุต]&text=[ุฑุณุงูู]
https://free.currconv.com/api/v7/convert?q=USD_IQD&100=ultra&apiKey=4657a3bc4df85b3c6415
ู ููุน ุจูุฑุตู ุนุงูู ู Api ููู ุฏูู ุชูุฏุฑ ุชุญุตู ุน Key ุฎุงุต ุจูู ู ู ุฎูุงู ุชุณุฌูู ุจุงูู ููุน ูุฑุงุญ ูุฑุณูู ุน ุงูู ูู key ๐บ
ู ููุน ุจูุฑุตู ุนุงูู ู Api ููู ุฏูู ุชูุฏุฑ ุชุญุตู ุน Key ุฎุงุต ุจูู ู ู ุฎูุงู ุชุณุฌูู ุจุงูู ููุน ูุฑุงุญ ูุฑุณูู ุน ุงูู ูู key ๐บ
ุจุณ ุจุงููุณุจู ููุนุฑุงู ุบูุฑ ุฏููู ุจุงูุงุณุนุงุฑ โ๐ฟ ูู
ูู ูุงู ุงูุฏููุงุฑ ุบูุฑ ู
ุณุชูุฑ ุจุงูุนุฑุงู
@hm_ibot
ุจุณ ูุฐู ุจูุช ุฑุจุทุชู ู ุน ู ููุน ุจูุฑุตู ุนุฑุงูู ... โ๏ธ
@hm_ibot
ุจุณ ูุฐู ุจูุช ุฑุจุทุชู ู ุน ู ููุน ุจูุฑุตู ุนุฑุงูู ... โ๏ธ
Files-php ๐
https://free.currconv.com/api/v7/convert?q=USD_IQD&100=ultra&apiKey=4657a3bc4df85b3c6415 ู
ููุน ุจูุฑุตู ุนุงูู
ู Api ููู ุฏูู ุชูุฏุฑ ุชุญุตู ุน Key ุฎุงุต ุจูู ู
ู ุฎูุงู ุชุณุฌูู ุจุงูู
ููุน ูุฑุงุญ ูุฑุณูู ุน ุงูู
ูู key ๐บ
ุงูุจูุช ูุฐุง ูููุดู ุฌุงูุฒ ุชุนุจุฑูุฉ 3 ุจุฑุงู
ูุชุฑุงุช ุงูุฑูู
ูุงูุนู
ูุฉ ุงูุงุตููุฉ ูุงูุนู
ูุฉ ุงูุชุฑูุฏ ุชุญูู ุงููุง
ูุชุบูุฑ ุงู key
#ุนู ุฑ_ ู ุธูุฑ
<?php
function convertCurrency($amount,$from_currency,$to_currency){
$apikey = 'your-api-key-here';
$from_Currency = urlencode($from_currency);
$to_Currency = urlencode($to_currency);
$query = "{$from_Currency}_{$to_Currency}";
// change to the free URL if you're using the free version
$json = file_get_contents("https://free.currconv.com/api/v7/convert?q={$query}&compact=ultra&apiKey={$apikey}");
$obj = json_decode($json, true);
$val = floatval($obj["$query"]);
$total = $val * $amount;
return number_format($total, 2, '.', '');
}
//uncomment to test
//echo convertCurrency(10, 'USD', 'PHP');
ูุชุบูุฑ ุงู key
#ุนู ุฑ_ ู ุธูุฑ
<?php
function convertCurrency($amount,$from_currency,$to_currency){
$apikey = 'your-api-key-here';
$from_Currency = urlencode($from_currency);
$to_Currency = urlencode($to_currency);
$query = "{$from_Currency}_{$to_Currency}";
// change to the free URL if you're using the free version
$json = file_get_contents("https://free.currconv.com/api/v7/convert?q={$query}&compact=ultra&apiKey={$apikey}");
$obj = json_decode($json, true);
$val = floatval($obj["$query"]);
$total = $val * $amount;
return number_format($total, 2, '.', '');
}
//uncomment to test
//echo convertCurrency(10, 'USD', 'PHP');
php_i.php
10.5 KB
ู
ููู ุจุณูุท .
ูุงูุถู ู ุง ุชุณุชุฎุฏู ู ุฑุงุจุท ู ููุน ุจุดูู ู ุจุงุดุฑ ูููู ุจุทูุก
ุงุฑูุนู ุจุดูู api ุน ุงุณุชุถุงูุชู
ูุงูุถู ู ุง ุชุณุชุฎุฏู ู ุฑุงุจุท ู ููุน ุจุดูู ู ุจุงุดุฑ ูููู ุจุทูุก
ุงุฑูุนู ุจุดูู api ุน ุงุณุชุถุงูุชู
Files-php ๐
if(mb_stripos($text,"/screen") !== false){ $ex = explode(" ",$text); bot('SendPhoto',[ 'chat_id'=>$chat_id, 'reply_to_message_id'=>$mid, 'photo'=>"https://api.site-shot.com/?url=$ex[1]", ]); } ูููุชุฉ ููุง ุงูู
ููุงุช ููุด ูุฏูู
+ ู
ุฏุฑู ูู
ูู ูุงุชุจู ูุจู ุญุณุงุจ ู
ุญุฐูู ๐
ูุฐู ููุฏ ุณูุฑูู ู
ูุงูุน ู
ุชููู ุงู api ูุงูุตูุฑ ุงูู ูุฏุฒูุง ุชุฎุฒูู ูุฏูู
ูู
ุตูุฑู ู
ุนุฏูุฏุงุช
ู ูุณููุช ูุงุญุฏ ูุงุฎุฐ ุณูุฑูู ุน ุดูู ุญุงุณุจู ุงู ุชุงุจูุช ุงู ููู ๐ฏ
@ba1_bot
ุงุฐุง ุชุฑุฏููู ูุดุฑู ๐คท๐ฟโโ๏ธ
ู ูุณููุช ูุงุญุฏ ูุงุฎุฐ ุณูุฑูู ุน ุดูู ุญุงุณุจู ุงู ุชุงุจูุช ุงู ููู ๐ฏ
@ba1_bot
ุงุฐุง ุชุฑุฏููู ูุดุฑู ๐คท๐ฟโโ๏ธ
php_i.php
7.3 KB
ู
ูู ูุงุฎุฐ ุณูุฑูู ููู
ููุน ๐
ุณูุฑูู ูููู ุน ูฃ ุงุดูุงู
(ููู - ุชุงุจูุช - ุญุงุณุจุฉ )
ุณูุฑูู ูููู ุน ูฃ ุงุดูุงู
(ููู - ุชุงุจูุช - ุญุงุณุจุฉ )
Files-php ๐
Photo
$php_i = json_decode(file_get_contents('https://hq.alkafeel.net/Api/init/init.php?timezone=+3&long=44&lati=32&v=jsonPrayerTimes'));
$a = $php_i->date;
$b = $php_i->fajir;
$c = $php_i->sunrise;
$d = $php_i->maghrib;
$e = $php_i->sunset;
$f = $php_i->doher;
if($text =="ุงูุตูุงุฉ"){
bot("sendmessage", [
"chat_id" =>$chat_id,
"text"=>"*ุงูุชุงุฑูุฎ ุงููุฌุฑู ๐
ใ $a ใ
โง ุตููุงุฉ ุงููุฌูุฑ โฝ $b โพ
โง ุดุฑูู ุงูุดู ุณ โฝ $c โพ
โง ุตููุงุฉ ุงูู ุบุฑุจ โฝ $d โพ
โง ุบุฑูุจ ุงูุดู ุณ โฝ $e โพ
โง ุตููุงุฉ ุงูุถูุฑ โฝ $f โพ
ููุฏูุก | @php_i*",
'parse_mode'=>"markdown",
]);}
ููุฏ ุงูููุงุช ุงูุตูุงุฉ ๐
ุชุบูุฑ ุงูุงููุงุช ุญุณุจ ุฎุท ุงูุทูู ูุงูุนุฑุถ ู ุงู ู ุฏููุชู
Long = ุฎุท ุทูู
Lati = ุฎุท ุงูุนุฑุถ
ุจุงููุณุจุฉ ูุจุงูู ุงูุฏูู ุบูุฑ ุงูุนุฑุงู ูุงุฒู ุชุบูุฑ ุงูุชูููุช ุฒู ูู ุญุณุจ ุจูุฏู ๐
Timezone = + ...
ููุฏูุก | @dev_i ๐คท๐ฟโโ๏ธ
ู ู ุชูุดุฑ ุงุฐูุฑ ุงูุญููู ๐ณ๏ธ
$a = $php_i->date;
$b = $php_i->fajir;
$c = $php_i->sunrise;
$d = $php_i->maghrib;
$e = $php_i->sunset;
$f = $php_i->doher;
if($text =="ุงูุตูุงุฉ"){
bot("sendmessage", [
"chat_id" =>$chat_id,
"text"=>"*ุงูุชุงุฑูุฎ ุงููุฌุฑู ๐
ใ $a ใ
โง ุตููุงุฉ ุงููุฌูุฑ โฝ $b โพ
โง ุดุฑูู ุงูุดู ุณ โฝ $c โพ
โง ุตููุงุฉ ุงูู ุบุฑุจ โฝ $d โพ
โง ุบุฑูุจ ุงูุดู ุณ โฝ $e โพ
โง ุตููุงุฉ ุงูุถูุฑ โฝ $f โพ
ููุฏูุก | @php_i*",
'parse_mode'=>"markdown",
]);}
ููุฏ ุงูููุงุช ุงูุตูุงุฉ ๐
ุชุบูุฑ ุงูุงููุงุช ุญุณุจ ุฎุท ุงูุทูู ูุงูุนุฑุถ ู ุงู ู ุฏููุชู
Long = ุฎุท ุทูู
Lati = ุฎุท ุงูุนุฑุถ
ุจุงููุณุจุฉ ูุจุงูู ุงูุฏูู ุบูุฑ ุงูุนุฑุงู ูุงุฒู ุชุบูุฑ ุงูุชูููุช ุฒู ูู ุญุณุจ ุจูุฏู ๐
Timezone = + ...
ููุฏูุก | @dev_i ๐คท๐ฟโโ๏ธ
ู ู ุชูุดุฑ ุงุฐูุฑ ุงูุญููู ๐ณ๏ธ
if($text){
bot('SendDocument',[
'chat_id'=>$chat_id,
'document'=>new CURLFile("$text/archive/refs/heads/master.zip",".zip"),
'caption'=>"*- ุชู ุงูุชุญู ูู ุจูุฌุงุญ โ
By :- yyy8c@.*",
'parse_mode'=>"MarkDown",
'reply_to_message_id'=>$message_id
]);
}
ููุฏ ุชุญู ูู ู ู GitHub ๐ค
bot('SendDocument',[
'chat_id'=>$chat_id,
'document'=>new CURLFile("$text/archive/refs/heads/master.zip",".zip"),
'caption'=>"*- ุชู ุงูุชุญู ูู ุจูุฌุงุญ โ
By :- yyy8c@.*",
'parse_mode'=>"MarkDown",
'reply_to_message_id'=>$message_id
]);
}
ููุฏ ุชุญู ูู ู ู GitHub ๐ค
php_i.php
2.5 KB
ููุฏ ุจุณูุท ุงุฐุงุนู ุจุงูุชุซุจูุช โ๏ธ
ุชูุฏุฑ ุชุนุฏู ุน ู ุณุงุฑ ุฎุฒู ุงูุงุนุถุงุก ูุถูู ู ุณุงุฑ ู ุงูุชู .. ๐๏ธ
ููุฏูุก | @php_i ๐ง๐ป
ุชูุฏุฑ ุชุนุฏู ุน ู ุณุงุฑ ุฎุฒู ุงูุงุนุถุงุก ูุถูู ู ุณุงุฑ ู ุงูุชู .. ๐๏ธ
ููุฏูุก | @php_i ๐ง๐ป
$A =file_get_contents("data/$chat_id.txt");
$Dev = 612393384;
if($text == "ุชูุนูู" and $id == $Dev){
file_put_contents("data/$chat_id.txt","yes");
bot('sendmessage',[
'chat_id'=>$chat_id, 'text'=>"done โ ",
]);}
if($text == "ุชุนุทูู" and $id == $Dev){
file_put_contents("data/$chat_id.txt","no");
bot('sendmessage',[
'chat_id'=>$chat_id, 'text'=>"doneโ",
]);}
$a = $text +1;
if($text and $A == "yes"){
bot('sendphoto',[
'chat_id'=>$chat_id, 'photo'=>"https://ia600400.us.archive.org/21/items/Quran4u_Quran_Brown/000$text.jpg",
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>"ุงูุตูุญูุฉ ุงูุชุงููู ๐๏ธ"]],
[['text'=>"$a"]],
]])]);
bot('sendphoto',[
'chat_id'=>$chat_id, 'photo'=>"https://ia600400.us.archive.org/21/items/Quran4u_Quran_Brown/00$text.jpg",
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>"ุงูุตูุญูุฉ ุงูุชุงููู ๐๏ธ"]],
[['text'=>"$a"]],
]])]);
bot('sendphoto',[
'chat_id'=>$chat_id, 'photo'=>"https://ia600400.us.archive.org/21/items/Quran4u_Quran_Brown/0$text.jpg", 'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>"ุงูุตูุญูุฉ ุงูุชุงููู ๐๏ธ"]],
[['text'=>"$a"]],
]])]);}
ูุฏุฒูู ุงู ุตูุฑู ู ู ุงููุฑุงู ุงููุฑูู ๐๏ธ
ุจุฃู ุฑ ( ุชูุนูู / ุชุนุทูู ) ๐๏ธ
ุทูุจู ุดุฎุต + ุงู ููุฏ ุชุญุชุงุฌููู ุงูุชุจููู ุน ุจูุช ุชูุงุตู ๐ค
$Dev = 612393384;
if($text == "ุชูุนูู" and $id == $Dev){
file_put_contents("data/$chat_id.txt","yes");
bot('sendmessage',[
'chat_id'=>$chat_id, 'text'=>"done โ ",
]);}
if($text == "ุชุนุทูู" and $id == $Dev){
file_put_contents("data/$chat_id.txt","no");
bot('sendmessage',[
'chat_id'=>$chat_id, 'text'=>"doneโ",
]);}
$a = $text +1;
if($text and $A == "yes"){
bot('sendphoto',[
'chat_id'=>$chat_id, 'photo'=>"https://ia600400.us.archive.org/21/items/Quran4u_Quran_Brown/000$text.jpg",
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>"ุงูุตูุญูุฉ ุงูุชุงููู ๐๏ธ"]],
[['text'=>"$a"]],
]])]);
bot('sendphoto',[
'chat_id'=>$chat_id, 'photo'=>"https://ia600400.us.archive.org/21/items/Quran4u_Quran_Brown/00$text.jpg",
'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>"ุงูุตูุญูุฉ ุงูุชุงููู ๐๏ธ"]],
[['text'=>"$a"]],
]])]);
bot('sendphoto',[
'chat_id'=>$chat_id, 'photo'=>"https://ia600400.us.archive.org/21/items/Quran4u_Quran_Brown/0$text.jpg", 'reply_markup'=>json_encode([
'resize_keyboard'=>true,
'keyboard'=>[
[['text'=>"ุงูุตูุญูุฉ ุงูุชุงููู ๐๏ธ"]],
[['text'=>"$a"]],
]])]);}
ูุฏุฒูู ุงู ุตูุฑู ู ู ุงููุฑุงู ุงููุฑูู ๐๏ธ
ุจุฃู ุฑ ( ุชูุนูู / ุชุนุทูู ) ๐๏ธ
ุทูุจู ุดุฎุต + ุงู ููุฏ ุชุญุชุงุฌููู ุงูุชุจููู ุน ุจูุช ุชูุงุตู ๐ค
php_i.zip
420.1 MB
ู
ูู api ูููุฑุงู ุงููุฑูู
ูุบููู ุนู ู
ูุงูุน ุฎุงุฑุฌูู โ
ูุญุชูู ุงุฌุฒุงุก ูู ุณูุฑู ุจููุฑุงู ุงููุฑูู ุตูุช + ูุต ุจู ูข ูุบุงุช ) ๐๏ธ
ุชูุณูุฑ ูู ุฌุฒุก ู ู ุงู ุณูุฑู ุจู 2 ูุบุงุช ๐
ููุทูู ู ุนููู ุงุช ูู ุณูุฑู ููู ุนุฏุฏ ุตูุญุงุช ูุนุฏุฏ ุงูุงุฌุฒุก .. ุงูุฎ
ุชูุถูุญ ุจุณูุท ุจุตูุฑ ูู api ๐๐ฟ
ูุญุชูู ุงุฌุฒุงุก ูู ุณูุฑู ุจููุฑุงู ุงููุฑูู ุตูุช + ูุต ุจู ูข ูุบุงุช ) ๐๏ธ
ุชูุณูุฑ ูู ุฌุฒุก ู ู ุงู ุณูุฑู ุจู 2 ูุบุงุช ๐
ููุทูู ู ุนููู ุงุช ูู ุณูุฑู ููู ุนุฏุฏ ุตูุญุงุช ูุนุฏุฏ ุงูุงุฌุฒุก .. ุงูุฎ
ุชูุถูุญ ุจุณูุท ุจุตูุฑ ูู api ๐๐ฟ
photo api .pdf
2.8 MB
ูุฐู ุชูุถูุญ ุจุตูุฑู ูุฎุต api
ุญุฌู ู ูุจูุฑ ุจุณุจุจ ุงูุงุตูุงุช ููู ุฌุฒุก ุฑูุนู ุน ุณุชุถุงูู ู ุฌุงููู ูุญุฏู ูุณุชุฏุนู ู ูู ูุฑุงุญ ูุบููู ุนู ู ูุงูุน ุงูู ู ุง ุชุนุฑู ุจุฃู ูุญุถู ุชููู ุงุชุตุงู ุฎุงุต ุจููุง ๐ค
ุญุฌู ู ูุจูุฑ ุจุณุจุจ ุงูุงุตูุงุช ููู ุฌุฒุก ุฑูุนู ุน ุณุชุถุงูู ู ุฌุงููู ูุญุฏู ูุณุชุฏุนู ู ูู ูุฑุงุญ ูุบููู ุนู ู ูุงูุน ุงูู ู ุง ุชุนุฑู ุจุฃู ูุญุถู ุชููู ุงุชุตุงู ุฎุงุต ุจููุง ๐ค
ุณูู ูุชู
ุญุฐู ุญุณุงุจุงุช ูููู ุงูู
ุชุฑููุฉ ูู ูุงููู ุงูุงูู ๐
ุงุฐุง ุนุฏู ุงูู ูู ุชุงุฑูู ุตุงุฑ ูุชุฑู ุงูุชุญู ุญุชู ูุง ููุญุฐู ูุตูุฑ ู ุซู ุณุงููู ููุฒุฑุงุช ุชูู๐ค
ุงุฐุง ุนุฏู ุงูู ูู ุชุงุฑูู ุตุงุฑ ูุชุฑู ุงูุชุญู ุญุชู ูุง ููุญุฐู ูุตูุฑ ู ุซู ุณุงููู ููุฒุฑุงุช ุชูู๐ค
This media is not supported in your browser
VIEW IN TELEGRAM