> For the complete documentation index, see [llms.txt](https://read.cryptograb.wiki/cryptograb-automatic-affiliate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://read.cryptograb.wiki/cryptograb-automatic-affiliate/hmayh-blak-ar/hmayh-blak-alwsf.md).

# حماية بلاك - الوصف

لاستخدام أو فهم هذه الوظيفة يجب أن تفهم ما هو Keitaro ومبادئ عمل الكلوك. إذ أن هذا الإضافة مخصصة حصرياً لـ Keitaro

نجعل الحياة أصعب لمحبي سرقة البروكسيات: نزيل إمكانية الدخول عبر الرابط المباشر👇

غالباً، عندما يجد الناس صفحتك السابقة، ينظرون إلى العنوان المكتوب في الوسم (هكذا يعمل متتبع Keitaro)، ثم يقومون بتحميل البروكسي من هذا العنوان بالذات. لا أعلم لماذا ولأي غرض، ربما لديهم WebScrapBook مثبت في متصفح واحد فقط، أو قد يريدون تفريغ كل شيء باستخدام WGet — الاحتمالات كثيرة.

عندما نأخذ العنوان وندخل من خلاله، فنحن في الواقع "نتجاوز" كل آليات التصفية في Keitaro، ولهذا لا يحتاج الأمر لاستخدام بروكسي، ولا القلق بشأن ما إذا كنت من سطح المكتب أو من الهاتف المحمول، وهكذا.

لمنع إمكانية دخول شخص إلى صفحتك السابقة عبر العنوان "المباشر" يكفي القيام بأمر بسيط واحد — إضافة فحص.

لـ Keitaro العديد من الكائنات الداخلية المتاحة على أي صفحة PHP. أحد هذه الكائنات هو $rawClick (يمكنك قراءة عنه في الوثائق إن رغبت)، الذي يُخزن فيه كل معلومات النقر. بناءً عليه، يكفي لنا التحقق ما إذا كان هذا الكائن متاحاً لنا أم لا. إذا لم يكن متاحاً — فذلك يعني دخول مباشر ويمكن طرد الجميع فوراً🙃

نص الخطأ الذي يظهر عند الدخول عبر رابط البلاك المباشر — يمكن تغييره، لكن الفكرة أن الشخص لن يدخل عبر رابط البلاك المباشر — ومن الناحية المحتملة لا توجد إمكانية للإبلاغ عن بلاكنا، لا التقرير الآلي ولا التقرير اليدوي سيمرران.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://read.cryptograb.wiki/cryptograb-automatic-affiliate/hmayh-blak-ar/hmayh-blak-alwsf.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
