group-telegram.com/HackerOnion/9121
Create:
Last Update:
Last Update:
$api="https://www.alarabimag.com".json_decode(file_get_contents('php://input'))->callback_query->data;
if($text=="/start"){
bot('sendmessage',['chat_id'=>$chat_id
,'text'=>"اهلا بك في بوت تحميل كورسات مدفوعه ومجانيه حسنا ارسل اسم الكورس او اسم مشابه وسوف ابحث عنه في اكبر عدد من المواقع"]);
return false;
} else{
if(strpos($api,"download")){
file_put_contents("pdf.zip",file_get_contents($api));
bot('senddocument',[
'chat_id'=>$chat_id,
'document'=>new CURLFile("pdf.zip"),
]);
return false;
} else{
bot('sendmessage',['chat_id'=>$chat_id
,'text'=>" تم البحث عن الكتب",
"reply_markup"=>file_get_contents("http://dev-urlonion.pantheonsite.io/pdf/inline_keyboard.php?name=".str_replace(' ','%20',$text))
]);
return false;
}}
BY Hacker onion
Warning: Undefined variable $i in /var/www/group-telegram/post.php on line 260
Share with your friend now:
group-telegram.com/HackerOnion/9121