tgoop.com/api_tele/56
Create:
Last Update:
Last Update:
- كود إذاعة يرسل لمليون عضو 😹💔
- فكرة الكود هي إرسال 100 رسالة في كل تحميل للصفحة
- استخدام كرون جوب<?php
$token = ""; //التوكن
$mem = file_get_contents(""); //مسار ملف الآيديات
$ex = explode("\n",$mem);
$c = count($ex);
$one = file_get_contents("get.txt");
$two = $one + 100;
if($two < $c){
for( $i=$one; $i < $two; $i++){
$g = $ex[$i];
$data =array(
chat_id=>$g,
text=>"مرحبا هذه رسالة جماعية",
);
$b = http_build_query($data);
file_get_contents("https://api.telegram.org/bot".$token."/sendmessage?$b");
}
}
echo "تم حتى $two";
file_put_contents("get.txt",$two);
?>
BY CTA - فريق المبرمجين العرب
Share with your friend now:
tgoop.com/api_tele/56