Bot Detector

Depending on the website, up to 9 out of 10 visitors can be a robot.

This addon will attempt to identify if a session belongs to a robot and not a visitor. It tries to match the browser user agent against a list of known robots and sets a property in the session object that can be used in your code.

Examples of use:

if (empty(session::$data['is_bot'])) {
  ...is not a known robot...
}

if (!empty(session::$data['is_bot'])) {
  ...is a known robot...
}

التنزيلات

[+] الإصدار 2023-03-23 | تم الرفع 21 Mar 2023 بواسطة tim

Credits: https://github.com/fabiomb/is_bot

إصدارات متوافقة: LiteCart 2.5.0, LiteCart 2.5.1, LiteCart 2.5.2
قد تكون الحزمة متوافقة مع إصدارات أكثر من المذكورة. تواصل مع المطور لمزيد من المعلومات.

الدومين العام

هذه الإضافة مقدمة من المجال العام.

يتم تقديم هذه الإضافة دون أي دعم أو شروط استخدام. يمكن لأي شخص نشر تحديثات جديدة عليها. يُسمح لك بإعادة مزج هذه الإضافة وإعادة توزيعها دون الإشارة إلى المؤلف الأصلي.

تم النشر بواسطة tim

منتدى المساعدة

موضوع أخر نشر
كن أول من يطرح سؤالاً حول هذه الإضافة.
This website uses no cookies and no third party tracking technology. We think we can do better than others and really think about your privacy.