Files-php 📂
1.34K subscribers
15 photos
7 videos
67 files
37 links
• قناة كل ما يخص لـ [php ]
بوتات - ملفات - اكواد 🚸

• قناتـي ٢ 🦋:- @i_lo_v_e

• قناة شروحات 📖 :- @php_ii

• حساباتي 🔖:- @dev_i

• تواصل القناة 🗳 :- [ @alsaed_ali_bot ]
Download Telegram
$New_member = $message->new_chat_member;
$usser = $New_member->username;
$id = $New_member->id;
$id_bot = ايدي بوتك;
if(preg_match('/^(.*)([Bb][Oo][Tt])/',$usser) and $New_member and $id != $id_bot){
bot('kickChatMember',[
'chat_id'=>$chat_id,
'user_id'=>$id
]);
}

كود ضيفه لـ اي ملف 👋🏻
حيضل يطرد اي بوت ينضاف للمجموعه 📮

بـ ختصار ( كود طرد بوتات ) 🔥
#هدوء || @php_i 📍
$admin = 612393384;
$u = explode("\n",file_get_contents("data/memb.txt"));
$c = count($u)-1;
if ($update && !in_array($chat_id, $u)) {
file_put_contents("data/memb.txt", $chat_id."\n",FILE_APPEND);
}
if ($text == '/mem' and $admin == 612393384) {
bot('sendMessage',[
'chat_id'=>$chat_id,
'text'=>"مستخدمين البوت 🤖 الخاص بك :- $c"
]);
}

كود عدد الاعضاء شغال 💯

ما يحسب وهمي مكان ايدي خلي ايديك 🌸

* متغير الـ $admin اذا موجود وي متغيرات شيله من بدايه كود ✋🏿

#هدوء || @php_i 📍