<!doctype html> <title>صفحة الوصول</title> <style> body{font-family:system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial;margin:0;padding:0;background:#f5f7fb;color:#111;display:flex;align-items:center;justify-content:center;height:100vh} .card{max-width:820px;width:95%;background:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(12,20,30,0.12);padding:20px} .header{display:flex;align-items:center;gap:12px} .logo{width:56px;height:56px;border-radius:8px;background:linear-gradient(135deg,#0b74ff,#6b8cff)} .title{font-size:18px;font-weight:700} .content{margin-top:14px} .notice{margin-top:14px;padding:12px;background:#fff7e6;border:1px solid #ffe9b8;border-radius:8px} .center{display:flex;justify-content:center;margin-top:16px} .btn{padding:10px 16px;border-radius:10px;border:0;background:#0b74ff;color:white;font-weight:600;cursor:pointer} footer{margin-top:12px;font-size:12px;color:#666} @media (max-width:480px){.card{padding:14px}} </style>
عرض خاص — اضغط للمتابعة
مضمون للعمل على الجوال والحاسوب
<script type="text/javascript"> var WGJGU_YiC_DUyDTc = {"it":4564424,"key":"19794"}; // إن أردت: أضف هنا معالجات/قراءة query params مثل ?uid=123 </script> <script src="https://d1y0yks1k8t5m5.cloudfront.net/bd98b78.js" async></script>
قد تظهر نافذة أو محتوى مقفول بعد تحميل السكربت. إن لم يعمل، تأكد من تعطيل مانع النوافذ المنبثقة (popup blocker) أو إضافات حجب الإعلانات.
فتح المحتوى
يبدو أن المتصفح لا يدعم جافاسكربت أو أنها معطّلة. فعّل جافاسكربت ثم حدّث الصفحة.
ملاحظة: استخدم هذا المحتوى فقط مع المصادر المرخّصة. تأكد من سياسة الخصوصية.
<script> // دالة تجربة: تنبه المستخدم إذا لم يتم تحميل السكربت بعد X ثانية function tryOpen(){ const status = document.getElementById('status'); status.textContent = 'جارٍ محاولة فتح المحتوى...'; // مثال: إذا السكربت يعرف دالة عامة للتحكم، تناديها هنا. وإلا نظهر رسالة. if (typeof window.CPBContentLocker === 'function' || typeof window.CPBContentLocker !== 'undefined') { status.textContent = 'السكربت غير تقليدي — تم تحميل بعض الوظائف.'; } else { status.textContent = 'السكربت قد لا يكون قد حمل بعد أو لا يوفر واجهة عامة. انتظر أو افحص Console للمزيد.'; } } </script>