ⱮℜᎧÂN MOᕼᗩᗰᗰEᗪ ☬
前往频道在 Telegram
💠توزيع حسابات 🔓 💠بوتات 🤖 💠برمجه مواقع وبوتات 💠اكواد php 💠ملفات api √ @filemtime https://www.youtube.com/channel/UCOAaWRtd1_hq2zie5WBcJOQ @MROAN8 Admin @M6tbot
显示更多伊拉克80 477未指定类别
2 099
订阅者
-624 小时
-167 天
-3530 天
帖子存档
2 099
Library & Api for muslim pray times for islamicfinder.org
Home Page : https://packagist.org/packages/lil-nickel/islamicfinder-api
Example Api : http://lil-nickel.epizy.com/api.php
#منقوال
2 099
function get($url) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_AUTOREFERER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
$ch_data = curl_exec($ch);
curl_close($ch);
return $ch_data;
}
if(preg_match('/^(get)(.*?)/i',$text)){
$s= str_replace('get','',$text);
file_put_contents("$chat_id.html", get($s));
bot('sendDocument', [
'chat_id' => $chat_id,
"mime_type"=> "application/octet-stream",
"document"=>new CURLFile("$chat_id.html"),
"caption"=>"@php88",
'parse_mode' => "Markdown",
'disable_notification' => false,
]);
}
get+url
يقوم هذا الكود بجلب ملفات المواقع بواسطه هذا الفاكشن حسب طلب بعض الاخوه
@php88
@MROAN8
2 099
function get($url) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_AUTOREFERER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
$ch_data = curl_exec($ch);
curl_close($ch);
return $ch_data;
}
function By CURL
@php88
@MROAN82 099
- السلام عليكم شباب شلونكم ❝
if($text){
$text=file_get_contents("$text");
$ttf = explode('<video id="videoPlayer" src=', $text);
$sk= explode('"',$ttf[1]);
bot('sendvideo ',[
"chat_id"=>$chat_id,
"mime_type"=> "video/mp4",
"video"=>$sk[1],
"caption"=> "@php88",
]);
}
كود التحميل من برنامجKwai
@php88
@MROAN8
2 099
2 099
ملف بوت الباحث القرآني 🔍
الإصدار الرابع ✏️
يحتوي على قسمين :
1 - باحث نصي ويحتوي على :
- البحث في الآيات القرآنية
- تفسير الميسر
- تفسير الجلالين
- شرح الآيات باللغة الإنجليزية
2 - باحث صوتي mp3 ويحتوى على :
- بصوت تسعة من القراء
- يستطيع البوت جلب جميع السور مهما كان حجمها
بوت الباحث القرآني
@Q22Qbot
نحيطكم علما أن رابط الباحث القديم قد تم حظره من قبل المضيف ..
https://api-islamic.cf/quransql/
وعلى ذلك قمنا بتفعيل الرابط السابق وسيبقى قيد العمل لفترات طويلة إن شاء الله
https://api-quran.cf/quransql/index.php
موقع الباحث القرآني ..
https://api-quran.cf
سجلات الواجهة البرمجية :
https://api-quran.cf/API
@php88
#منقوال
