Title: Doltics Radar
Author: doltics
Published: <strong>3 يونيو، 2026</strong>
Last modified: 3 يونيو، 2026

---

البحث عن الإضافات

![](https://ps.w.org/doltics-radar/assets/banner-772x250.png?rev=3559124)

![](https://ps.w.org/doltics-radar/assets/icon-256x256.png?rev=3559124)

# Doltics Radar

 بواسطة [doltics](https://profiles.wordpress.org/doltics/)

[تنزيل](https://downloads.wordpress.org/plugin/doltics-radar.1.0.0.zip)

 * [تفاصيل](https://ar.wordpress.org/plugins/doltics-radar/#description)
 * [المراجعات](https://ar.wordpress.org/plugins/doltics-radar/#reviews)
 *  [التنصيب](https://ar.wordpress.org/plugins/doltics-radar/#installation)
 * [التطوير](https://ar.wordpress.org/plugins/doltics-radar/#developers)

 [الدعم](https://wordpress.org/support/plugin/doltics-radar/)

## الوصف

Doltics Radar checks enabled WordPress flows before they complete. Admins can enable
protection for outbound email, submitted comments, and account registrations under
Settings > Doltics Radar.

Email protection uses WordPress core mail hooks when available. Doltics Radar also
includes a Mailgun compatibility adapter for Mailgun versions that replace `wp_mail()`
without calling `pre_wp_mail`.

### API Contract

The plugin sends a JSON `POST` request to the URL `https://radar.doltics.com/score`:

    ```
    {
      "text": "The sample text",
      "locale": "en"
    }
    ```

The API should return JSON using one of these response shapes:

    ```
    {
      "score": 0.95,
      "classification": "spam",
      "signals": {
        "token_count": 10,
        "unknown_word_ratio": 0.1,
        "spam_keyword_score": 0.61,
        "uppercase_ratio": 0.34,
        "exclamation_density": 0.3,
        "url_count": 1
      }
    }
    ```

Numeric scores are compared against the configured threshold.

## التنصيب

 1. Upload this folder to `wp-content/plugins/doltics-radar`.
 2. Activate Doltics Radar in WordPress.
 3. Configure the plugin under Settings > Doltics Radar.

## الأسئلة المتكررّة

### What makes this spam scoring engine “smart” compared to traditional filters?

Traditional filters rely heavily on static keyword blocking, which spammers easily
bypass. Our engine uses a dynamic weighted scoring system. It extracts text, analyzes
standard language patterns, filters anomalies, and fact-checks content against localized
linguistic data. Instead of a simple “yes or no” flag, it combines multiple heuristics
to give you a highly accurate, nuanced probability score.

### How does the weighted scoring engine work?

The engine evaluates incoming text through multiple independent lenses (heuristics),
such as syntax anomalies, sender reputation, and localized language patterns.

### What does “localized language filtering” mean?

Spam looks different in every language and region. Slang, common idioms, and phrasing
vary wildly. Our engine doesn’t just translate text; it analyzes it against the 
specific rules and nuances of the local language context. This drastically reduces
false positives caused by regional dialects or informal business language.

### How does the engine “fact-check” text?

The engine cross-references extracted text and claims against verified localized
datasets to detect known phishing templates, fraudulent business pitches, and common
scam setups. If a piece of text closely mimics a known malicious campaign or contains
verifiable misinformation (like a fake lottery claim), its spam score increases 
accordingly.

### Does the text extraction process compromise user privacy?

Not at all. The text extraction and processing happen in real-time within a secure,
encrypted pipeline. We isolate the standard linguistic patterns and words required
for scoring, and we do not store the PII (Personally Identifiable Information) or
the contents of the processed text post-analysis.

### How does the engine handle sophisticated spam that uses intentional typos?

Because our engine extracts normal words and filters them against localized language
models, it excels at spotting “leetspeak” (e.g., replacing ‘E’ with ‘3’) or intentional
misspellings meant to trick basic filters. The system recognizes the underlying 
intent and penalizes the text for obfuscation tactics.

## المراجعات

لا توجد مراجعات لهذه الإضافة.

## المساهمون والمطوّرون

“Doltics Radar” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

 *   [ doltics ](https://profiles.wordpress.org/doltics/)

[ترجمة ”Doltics Radar“ إلى لغتك.](https://translate.wordpress.org/projects/wp-plugins/doltics-radar)

### مُهتم بالتطوير؟

[تصفّح الشفرة](https://plugins.trac.wordpress.org/browser/doltics-radar/)، تحقق 
من [مستودع SVN](https://plugins.svn.wordpress.org/doltics-radar/)، أو الاشتراك في
[سجل التطوير](https://plugins.trac.wordpress.org/log/doltics-radar/) بواسطة [RSS](https://plugins.trac.wordpress.org/log/doltics-radar/?limit=100&mode=stop_on_copy&format=rss).

## سجل التغييرات

#### 1.0.0

 * Initial release.

## ميتا Meta

 *  Version **1.0.0**
 *  Last updated **قبل 4 أسابيع**
 *  Active installations **أقل من 10**
 *  WordPress version ** 5.7 أو أعلى **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 أو أعلى **
 *  Language
 * [English (US)](https://wordpress.org/plugins/doltics-radar/)
 * Tags
 * [comments](https://ar.wordpress.org/plugins/tags/comments/)[email](https://ar.wordpress.org/plugins/tags/email/)
   [registration](https://ar.wordpress.org/plugins/tags/registration/)[security](https://ar.wordpress.org/plugins/tags/security/)
   [spam](https://ar.wordpress.org/plugins/tags/spam/)
 *  [عرض متقدم](https://ar.wordpress.org/plugins/doltics-radar/advanced/)

## التقييم

لم يتم تقديم أي مراجعات بعد.

[Your review](https://wordpress.org/support/plugin/doltics-radar/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/doltics-radar/reviews/)

## المساهمون

 *   [ doltics ](https://profiles.wordpress.org/doltics/)

## الدعم

لديك شيء لتقوله؟ بحاجة الى مساعدة؟

 [عرض منتدى الدعم](https://wordpress.org/support/plugin/doltics-radar/)