•━𝐑𝐃𝐀⁽♔₎𝐏𝐇𝐏━•
Відкрити в Telegram
محتوى القناة . ↜ قناه مختصه بتعليم برمجه البوتات والتطبيقات والمواقع ونشر بوتات تليجرام خدميه وتطبيقات مفيده ↝…🖤 المالك : رضوان الصلاحي مبرمج بوتات تلي @nninc .
Показати більше1 232
Підписники
-124 години
-37 днів
-2130 день
Архів дописів
1 232
ياهلا والله بمتابعيني طبعا ياشباب قررت انزلكم ثغره تحفظ قصص الاخرين بالتلجرام للمعرض بدون ماتشترك بتلجرام المميز اشوف تفاعلكم
1 232
$ban = json_decode(file_get_contents("ban.json"),true);
$admin ="916165019";
$number = 5;
if(preg_match('/^(.*)([Hh]ttp|[Hh]ttps|t.me)(.*)|([Hh]ttp|[Hh]ttps|t.me)(.*)|(.*)([Hh]ttp|[Hh]ttps|t.me)|(.*)[Tt]elegram.me(.*)|[Tt]elegram.me(.*)|(.*)[Tt]elegram.me|(.*)[Tt].me(.*)|[Tt].me(.*)|(.*)[Tt].me/',$text)){
$banID= $ban[$from_id];
$bans =count($ban['ban']);
$ll = $number - $banID;
if($from_id != $admin){
if(in_array($from_id,$ban['ban']) and !in_array($from_id,$ban['ture'])){
bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"عذار انت محظور من البوت راسل المطور"]);
exit();
}elseif($banID < $number and !in_array($from_id,$ban['ture'])){
$banT="متبقي لك $ll مرات ";
$ban[$from_id] +=1;
file_put_contents("ban.json",json_encode($ban,64|128|265));
}else{
bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"تم حظرك من البوت لانك كررت الرابط اكثر من $number مرات"]);
bot('sendmessage',[
'chat_id'=>$admin,
'text'=>"
تم حظرة شخص جديد من البوت :
الاسم : $name
معرفة : $username
ايدية : $from_id
عدد المحظروين : $bans",
]);
$ban['ban'][]=$from_id;
unset($ban[$from_id]);
file_put_contents("ban.json",json_encode($ban,64|128|265));
exit();
}}}
•┈┈• ❀ 🍃🌸 🍃 ❀ •┈┈•
كود عدد مرات المحاوله الي فبوت الرشق تبعي جننتوني عليه خدوه بالعافيه
ملاحظه لمسح المحظورين امسحوا ملف
من الاستضافة ban.json
تبغى توجهون ادكروا المصدر لطفا
@botatiiii
1 232
if($text){
$url = file_get_contents($text);
preg_match('/<meta property="og:image" content="([^"]+)"/', $url, $matches);
preg_match('/<meta property="og:description" content="([^"]+)"/', $url, $description);
if($description[1] == null){ $d = "لايوجد"; }else{ $d = $description[1]; }
bot("sendphoto", [
"chat_id"=>$chat_id,
"photo"=>$matches[1],
"caption"=>"- تم جلب الصوره ✅\n - الوصف: ".$d."\n- @S5llll",
]);
}
كود يجلب صورة من قناة مقيدة مع الوصف بس تدزله الرابط 😄
القناة محد دينزل ف كلت اسوي وانزله كود بسيط وسهل 😄
مقدم من :
@S5llll
1 232
php
$vc = rand(22,200);
$voice = "https://t.me/fresdewi/$vc";
if($text == "خطب" or $text == "خطبه" or $text == "خطبة" ){
bot('sendVoice',[
'chat_id'=>$chat_id,
'voice'=>$voice,
'caption'=> "تم اختيار هذه الخطبه لك",
]);
}
كود خطب لا تنسونا من صالح دعواتكم
@l_b101 232
- كورياٌ.الجنوبية🇰🇷 -
- فرنسا🇫🇷 -
- بنغلاديش🇧🇩 -
- روسيا🇷🇺 -
- كوريا.الشمالية🇰🇵 -
- اسرائيل🇮🇱💩 -
- جرينلاند🇬🇱 -
- فلسطين🇵🇸 -
- السويد🇸🇪 -
- تركيا🇹🇷 -
- الهند🇮🇳 -
- الامارات🇦🇪 -
- بولندا🇵🇱 -
- اندونيسيا🇮🇩 -
- ميانمار🇲🇲 -
- ماليزيا🇲🇾 -
- سوريا🇸🇾 -
- جزرالقمر🇰🇲 -
- الفلبين🇵🇭 -
- مدغشقر🇲🇬 -
- هولندا🇳🇱 -
- أستراليا🇦🇺 -
- ساموا🇼🇸 -
اريد ارقام تلجرام لاحد هذه الدول الي عندو يكلمني لطفا بشتري
@nninc
1 232
if($data == "AddAdmin"){
if ($from_id == $admin) {
bot('EditMessageText',[
'chat_id'=>$chat_id,
'message_id'=>$message_id,
'text'=>"‼ ارسل الان ايدي المطور الجديد ✅",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[['text'=>'🔙' ,'callback_data'=>"back"]],
]])
]);
$HM0S['data'] = "Addadmin";
file_put_contents("data/HM0S.json",json_encode($HM0S,32|128|265));
}
}
if(preg_match("/[0-9]/i",$text)){
if($HM0S['data'] == "Addadmin" and $from_id == $admin){
bot("sendmessage",[
"chat_id"=>$chat_id,
"text"=>"تم رفع الادمن وتم التنزيل ✅",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[['text'=>'🔙' ,'callback_data'=>"back"]],
]])
]);
bot("sendmessage",[
"chat_id"=>$text,
"text"=>"✔تم رفعك ادمن بالبوت",
]);
$HM0S['sudo'] = "$text";
unset($HM0S['data']);
file_put_contents("data/HM0S.json",json_encode($HM0S,32|128|265));
}}
كود رفع ادمن بل بوت 💓1 232
1 232
if($text){
$token = API_KEY;
$emojis = [
"👍", "❤", "🔥", "🥰", "👏", "😁", "😢", "🎉", "🤩", "🙏", "👌",
"🕊", "😍", "❤🔥", "🤣", "⚡", "🏆", "💔", "🍓", "🍾",
"💋", "😇", "🤝", "✍", "🤗", "🫡", "🎅", "🎄", "☃", "💅",
"🗿", "🆒", "💘", "🙉", "🦄", "😘", "💊", "😎", "👾", "😀", "😄",
"😊", "😍", "🥳", "😎", "🌈", "🌞", "🌟", "🎊", "🎈", "💖"
];
$emoji = $emojis[array_rand($emojis)];
$url = "https://api.telegram.org/bot".API_KEY."/setMessageReaction";
$data = array(
"chat_id" => $chat_id,
"message_id" => $message_id,
"reaction" => array(
array(
'type' => 'emoji',
'emoji' => $emoji
)
),
'is_big' => false
);
$options = array(
'http' => array(
'header' => "Content-type: application/json\r\n",
'method' => 'POST',
'content' => json_encode($data)
)
);
$context = stream_context_create($options);
$response = file_get_contents($url, false, $context);
}
• كود عمل رياكشن على كل رساله ✅
• كود مطلوب + رياكشنات ايجابيه 📥
• مصدر النشر : https://t.me/Sero_Bots1 232
$cY = array("eval", "file_", "base64","http","https");
foreach ($cY as $word) {
if (preg_match("/\b" . preg_quote($word, '/') . "\b/i", $text)) {
die("Hackers Antention And Stoped File");
}
}
• كود منع الاختراق في بوتات الصانع ✅
• ضيفه ورا المتغيرات ويمنع حالات الاختراق 🏃♂️
• مصدر النشر : https://t.me/Sero_Bots
Вже доступно! Дослідження Telegram за 2025 — головні інсайти року 
