← العودة
Blog Post
عنوان المحادثة: You are not a user. Please contact the admin.
التاريخ: 05.10.2025 - 06.10.2025
التصنيف: 🎮 الألعاب والرسوميات والوسائط
إجمالي الرسائل: 25 | ياسر: 8 | M: 17
Yasser
You are not a user. Please contact the admin.
Yasser
You are not a user. Please contact the admin.
Yasser
Trump:We would have won in Vietnam and Afghanistan easily if we fought to win, but we got politically correct and took it easy.We are not politically correct anymore, we win now.
Yasser
Trump:Next year on June 14th, we will have a big UFC fight on the grounds of the White House.
Yasser
https://www.islamweb.net/ar/fatwa/383491/%D8%AA%D9%82%D8%A8%D9%8A%D9%84-%D8%A7%D9%84%D8%B2%D9%88%D8%AC-%D9%82%D8%AF%D9%85-%D8%B2%D9%88%D8%AC%D8%AA%D9%87
Yasser
https://www.facebook.com/share/r/1BG3oEfLtT/
المحادثة الكاملة - 05.10.2025 - 06.10.2025
M
https://www.facebook.com/share/r/1G2NM6B7ik/?mibextid=wwXIfr
05.10.2025 16:40
M
You are not a user. Please contact the admin.
05.10.2025 18:12
M
You are not a user. Please contact the admin.
05.10.2025 18:15
M
You are not a user. Please contact the admin.
05.10.2025 18:16
ياسر
You are not a user. Please contact the admin.
05.10.2025 18:21
M
ولا استناه يحمل الفيديو؟
05.10.2025 18:24
M
from my_functions import *from aiogram import Bot, Dispatcher, typesfrom aiogram.types import FSInputFileimport asyncioimport osfrom users_system import *# TOKEN = os.environ['TOKEN']TOKEN = "8381913973:AAHRFCf0eKXPa4Sqnd-j0ek0L7kkFqNOvec"bot = Bot(token=TOKEN)dp = Dispatcher()youtube_cases = ("https://www.youtube.com", "http://www.youtube.com","www.youtube.com", "youtube.com","https://youtube.com", "http://youtube.com")@dp.message()async def echo_handler(message: types.Message): if is_admin(message.from_user.id): if message.text.lower().startswith("add user"): try: user_id = int(message.text.split(" ")[2]) duration = int(message.text.split(" ")[3]) add_user(user_id,duration) await message.answer(f"User {user_id} added with {duration} days") except: await message.answer("Error") elif message.text.lower().startswith("remove user"): try: user_id = int(message.text.split(" ")[2]) remove_user(user_id) await message.answer(f"User {user_id} removed") except: await message.answer("Error") elif message.text.lower().startswith("add admin"): try: user_id = int(message.text.split(" ")[2]) add_admin(user_id) await message.answer(f"Admin {user_id} added") except: await message.answer("Error") elif message.text.lower().startswith("remove admin"): try: user_id = int(message.text.split(" ")[2]) remove_admin(user_id) await message.answer(f"Admin {user_id} removed") except: await message.answer("Error") elif message.text.lower().startswith(youtube_cases): try: file_name = download_youtube(message.text) file_name_e = file_name + ".mp4" file = FSInputFile(file_name_e) await bot.send_video(chat_id=message.chat.id,video=file,caption=file_name) os.remove(file_name_e) except: await message.answer("Error") try: os.remove(file_name_e) except: pass elif message.text.lower().startswith("remove expire"): try: remove_expired_users() await message.answer("Expire users removed") except: await message.answer("Error") elif is_user(message.from_user.id): if message.text.lower().startswith(youtube_cases): try: file_name = download_youtube(message.text) file_name_e = file_name + ".mp4" file = FSInputFile(file_name_e) await bot.send_video(chat_id=message.chat.id,video=file,caption=file_name) os.remove(file_name_e) except: await message.answer("Error") try: os.remove(file_name_e) except: pass else: await message.answer("Not Youtube Link") else: await message.answer("You are not a user. Please contact the admin.")async def main(): await dp.start_polling(bot)# server()asyncio.run(main())
05.10.2025 18:26
M
if is_admin(message.from_user.id): print("this is admin") if message.text.lower().startswith("add user"): try: user_id = int(message.text.split(" ")[2]) duration = int(message.text.split(" ")[3]) add_user(user_id,duration) await message.answer(f"User {user_id} added with {duration} days") except: await message.answer("Error") elif message.text.lower().startswith("remove user"): try: user_id = int(message.text.split(" ")[2]) remove_user(user_id) await message.answer(f"User {user_id} removed") except: await message.answer("Error") elif message.text.lower().startswith("add admin"): try: user_id = int(message.text.split(" ")[2]) add_admin(user_id) await message.answer(f"Admin {user_id} added") except: await message.answer("Error") elif message.text.lower().startswith("remove admin"): try: user_id = int(message.text.split(" ")[2]) remove_admin(user_id) await message.answer(f"Admin {user_id} removed") except: await message.answer("Error") elif message.text.lower().startswith(youtube_cases): try: file_name = download_youtube(message.text) file_name_e = file_name + ".mp4" file = FSInputFile(file_name_e) await bot.send_video(chat_id=message.chat.id,video=file,caption=file_name) os.remove(file_name_e) except: await message.answer("Error") try: os.remove(file_name_e) except: pass elif message.text.lower().startswith("remove expire"): try: remove_expired_users() await message.answer("Expire users removed") except: await message.answer("Error")
05.10.2025 18:33
ياسر
You are not a user. Please contact the admin.
05.10.2025 18:37
M
https://www.youtube.com/watch?v=SIGRULmTCms&list=RDSIGRULmTCms&start_radio=1
05.10.2025 18:43
M
طب ليش مش الstars?
05.10.2025 18:52
ياسر
Trump:We would have won in Vietnam and Afghanistan easily if we fought to win, but we got politically correct and took it easy.We are not politically correct anymore, we win now.
05.10.2025 23:43
ياسر
Trump:Next year on June 14th, we will have a big UFC fight on the grounds of the White House.
05.10.2025 23:43
ياسر
https://www.islamweb.net/ar/fatwa/383491/%D8%AA%D9%82%D8%A8%D9%8A%D9%84-%D8%A7%D9%84%D8%B2%D9%88%D8%AC-%D9%82%D8%AF%D9%85-%D8%B2%D9%88%D8%AC%D8%AA%D9%87
06.10.2025 00:38
ياسر
https://www.facebook.com/share/r/1BG3oEfLtT/
06.10.2025 01:46
M
https://www.facebook.com/share/v/16TKXVVqMk/?mibextid=wwXIfr
06.10.2025 02:54
ياسر
https://www.facebook.com/share/v/17LDQkiq7C/
06.10.2025 05:24
ياسر
https://www.facebook.com/share/1D4VSkj2nj/
06.10.2025 13:54
M
streaming
06.10.2025 21:34
← العودة إلى الرئيسية