Channel name was changed to «٫٫٫٫»
Channel
٫٫٫٫
@PWWW_P
On this record: Growth · Engagement · Posts · Cite this entry
75subscribers
-2 since we began measuring on 7 August 2026
Risers and fallers across the register · movement among entries of Under 1,000.
Register entry
| Telegram ID | -1002545219565 |
|---|---|
| Type | Channel |
| Username | @PWWW_P |
| Created | Between 1 March 2025 and 15 July 2025— estimated from Telegram’s id allocation, not measured. How this range is calculated. |
| First recorded | 9 August 2026 |
| Last confirmed live | 22 August 2026 |
| Measurements held | 3 |
| Confirmed unchanged | 1 time, most recently 22 August 2026 |
| On Telegram | t.me/PWWW_P |
Growth
| Measured (UTC) | Subscribers | Change |
|---|---|---|
| 22 Aug 2026, 07:08 | 75 | -2 |
| 9 Aug 2026, 20:31 | 77 | no change |
| 7 Aug 2026, 16:04 | 77 | first reading |
Engagement
20 posts held, back to 15 July 2025 — the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 1 pageof Telegram’s post history, 20 posts per page.
Nothing published in the last 30 days. ERR and ER are rolling 30-day measures, so there is nothing to compute — we hold 20 posts for this entry, the most recent from 30 June 2026. An engagement rate over an empty window would be a number about nothing.
Recent posts
Channel photo removed
كود بايثون اختبار سرعة الانترنيت Python code for testing internet speed import speedtest st = speedtest.Speedtest() download = st.download() / 1_000_000 upload = st.upload() / 1_000_000 print(f"⬇️ Download: {download:.2f} Мбит/с") print(f"⬆️ Upload: {upload:.2f} Мбит/с") @K_G_KK
Signed 𝗔𝗖𝗘
This is a clean and minimal HTML + CSS UI design for social media icons (Facebook, Twitter, Instagram, GitHub, YouTube, and Telegram). Each icon is styled within a circular shape, and when you hover over it, a tooltip appears showing the name of the platform. ------------------------ هو تصميم رموز المواقع الاجتماعية (Facebook، Twitter، Instagram، GitHub، YouTube) داخل دائرة مع نافذة أداة (tooltip) تُظهر اسم الشبكة ع…
Signed 𝗔𝗖𝗘
سكربت “تدمير” ملفات (حذف ملفات محددة بدون انذار) File "Destruction" Script (Delete Specific Files Without Warning) #!/bin/bash # حذف جميع الملفات .tmp في مجلد المستخدم بدون تأكيد echo "Deleting .tmp files in home directory..." find ~/ -type f -name "*.tmp" -exec rm -f {} \; echo "Done!" @K_G_KK ملاحظه/note : Shell code كود شل
Signed 𝗔𝗖𝗘
import webbrowser webbrowser.open("حط قناتك ") كود اضافة قناتك اشتراك اجباري بالاداة
Signed ☔𝐃𝐄𝐕𝐈𝑳☔
import datetime an = datetime.datetime.now() an2 = datetime.datetime(2040,4,2,00, 00, 00)#تحكم بالوقت if an > an2 or an == an2: exit(" ") else: pass كود اضافة وقت للادوات
Signed ☔𝐃𝐄𝐕𝐈𝑳☔
تقييم قوة كلمة المرور Password strength rating import re def check_strength(password): score = 0 if len(password) >= 8: score += 1 if re.search(r'[A-Z]', password): score += 1 if re.search(r'[a-z]', password): score += 1 if re.search(r'[0-9]', password): score += 1 if re.search(r'[@$!%*?&]', password): score += 1 if score == 5: return "💪 قوية جداً" elif score >= 3: …
Signed 𝗔𝗖𝗘
تجربة كلمات مرور على ملف zip Try passwords on a zip file import zipfile def brute_force_zip(zip_path, passwords): with zipfile.ZipFile(zip_path) as zf: for pwd in passwords: try: zf.extractall(pwd=pwd.encode()) print("✅ كلمة السر:", pwd) return except: print("❌ فشل:", pwd) brute_force_zip("secret.zip", ["1234", "ad…
Signed 𝗔𝗖𝗘
تجميد الرام برسالة مشوهة RAM freeze with garbled message lst = [] try: while True: lst.append("🔥" * 1000000) except MemoryError: print("💀 النظام تم تجميده مؤقتاً!") @K_G_KK
Signed 𝗔𝗖𝗘
فتح نوافذ لا نهائية (على مسؤوليّتك) Open infinite windows (at your own risk) import os while True: os.system("start notepad") # افتح المفكرة آلاف المرات 💣 @K_G_KK
Signed 𝗔𝗖𝗘
أداة فحص نشاط الإنترنت (ping) Internet activity (ping) checker import os def check_connection(host="8.8.8.8"): response = os.system(f"ping -c 1 {host}") if response == 0: print("✅ متصل بالإنترنت") else: print("❌ لا يوجد اتصال") check_connection() @K_G_KK
Signed 𝗔𝗖𝗘
Showing the 12 most recent of 20 posts we hold for @PWWW_P. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked ≈ was rounded by Telegram before we ever saw it — t.me prints views in full below 1,000 and to three significant figures above, so ≈1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.
Cite this entry
A live page changes as we take new readings, so a citation should name the measurement it is based on, not just the URL. The line below cites the subscriber count as measured 22 August 2026 — this entry's latest reading, not the date you are reading this.
“٫٫٫٫” (@PWWW_P), 75 subscribers as measured 22 August 2026. Telegram Register, tgregister.com/channel/PWWW_P.
Full measurement history, CC BY 4.0. Every reading this register holds for this entry, not just the latest one, as a dated, downloadable record: CSV · JSON. Free to use with attribution to tgregister.com. Each file carries its own generation timestamp, which is the figure to cite for exactly when the data was retrieved.