Title: إضافة WP-UserOnline
Author: Lester Chan
Published: <strong>3 يناير، 2006</strong>
Last modified: 11 يناير، 2025

---

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

![](https://ps.w.org/wp-useronline/assets/banner-772x250.jpg?rev=1206770)

هذه الإضافة **لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية**. قد لا
تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق
عند إستخدامها مع إصدارات حديثة من ووردبريس.

![](https://ps.w.org/wp-useronline/assets/icon.svg?rev=978026)

# إضافة WP-UserOnline

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

[تنزيل](https://downloads.wordpress.org/plugin/wp-useronline.2.88.9.zip)

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

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

## الوصف

تمكّنك هذه الإضافة من عرض عدد المستخدمين المتصلين بالإنترنت على موقع ووردبريس الخاص
بك، مع إحصائيات مفصلة عن أماكن تواجدهم وتحديد هوية الزائر (أعضاء/ ضيوف/عناكب محركات
البحث).

### Usage (With Widget)

 1. الانتقال إلى `لوحة تحكم ووردبريس -> مظهر -> ودجات`
 2. اسم الودجت هو**UserOnline**.
 3. Scroll down for instructions on how to create a _صفحة المستخدمين المتصلين_.

### Usage (Without Widget)

 * Open `wp-content/themes/<YOUR THEME NAME>/sidebar.php` and add Anywhere:

    ```
    <?php if (function_exists('users_online')): ?>
        <p>Users online: <div id="useronline-count"><?php users_online(); ?></div></p>
    <?php endif; ?>
    ```

### التطوير

[https://github.com/lesterchan/wp-useronline](https://github.com/lesterchan/wp-useronline)

### الحقوق

 * أيقونة التطبيق بواسطة [Freepik](http://www.freepik.com) من [Flaticon](http://www.flaticon.com)

### التبرّع

I spent most of my free time creating, updating, maintaining and supporting these
plugins, if you really love my plugins and could spare me a couple of bucks, I will
really appreciate it. If not feel free to use it without any obligations.

## لقطات الشاشة

 * [[
 * المسؤول – لوحة التحكم الحالية
 * [[
 * صفحة المستخدمين المتصلين
 * [[
 * المسؤول – صفحة الإعدادات

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

### إنشاء صفحة المستخدمين المتواجدين حالياً

 1. الانتقال إلى `لوحة تحكم ووردبريس -> Pages -> إضافة جديد`
 2. Type any title you like in the post’s title area
 3. If you ARE using nice permalinks, after typing the title, WordPress will generate
    the permalink to the page. You will see an ‘Edit’ link just beside the permalink.
 4. Click ‘Edit’ and type in `useronline` in the text field and click ‘Save’.
 5. Type `[page_useronline]` in the post’s content area
 6. Click ‘Publish’

If you ARE NOT using nice permalinks, you need to go to `WP-Admin -> Settings ->
UserOnline` and under ‘UserOnline URL’, you need to fill in the URL to the UserOnline
Page you created above.

### To Display Most Number Of Users Online

 * Use:

    ```
    <?php if (function_exists('get_most_users_online')): ?>
       <p>Most Users Ever Online Is <?php echo get_most_users_online(); ?> On <?php echo get_most_users_online_date(); ?></p>
    <?php endif; ?>
    ```

### To Display Users Browsing Site

 * Use:

    ```
    <?php if (function_exists('get_users_browsing_site')): ?>
       <div id="useronline-browsing-site"><?php echo get_users_browsing_site(); ?></div>
    <?php endif; ?>
    ```

### To Display Users Browsing A Page

 * Use:

    ```
    <?php if (function_exists('get_users_browsing_page')): ?>
       <div id="useronline-browsing-page"><?php echo get_users_browsing_page(); ?></div>
    <?php endif; ?>
    ```

### Error on activation: “Parse error: syntax error, unexpected…”

Make sure your host is running PHP 5. The only foolproof way to do this is to add
this line to wp-config.php (after the opening `<?php` tag):

    ```
    var_dump(PHP_VERSION);
    ```

## المراجعات

![](https://secure.gravatar.com/avatar/a4babfd10111b95936a6bea8d17e03f91cc74cc6f0a0654a3c120f2199d114d5?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin](https://wordpress.org/support/topic/excellent-plugin-9400/)󠁿

 [Betty_](https://profiles.wordpress.org/betty_/) 26 نوفمبر، 2024

A simple and excellent plugin, very useful for me!Thank you very much!

![](https://secure.gravatar.com/avatar/c485e8cdf4ff37822987ad28f12e13ea4ae57e33faa08e98b91b135267c916a9?
s=60&d=retro&r=g)

### 󠀁[Broke my theme.](https://wordpress.org/support/topic/broke-my-theme-14/)󠁿

 [Trondur](https://profiles.wordpress.org/trondur/) 9 مايو، 2023

Installed, activated widget, and the Divi Theme broke. Widget not shown on front
end I’m looking everywhere for at widget or anything to display live users on my
site. The internet is almost comlpetely empty on the subject. Was standard in HTML
ffrom the early beginnings of the internet. Please fix, and I’ll rate anew.

![](https://secure.gravatar.com/avatar/fe7b5928006dab152bcbef868d788198c5c9b3211323e7ce7b3a7c9b6998785d?
s=60&d=retro&r=g)

### 󠀁[Exactly what I was looking for](https://wordpress.org/support/topic/exactly-what-i-was-looking-for-511/)󠁿

 [cjnrluay9](https://profiles.wordpress.org/cjnrluay9/) 11 أغسطس، 2021

This is exactly what I was looking for. Quick and simple way to see if there are
users connected. No complicated setup, no 3rd party accounts needed. All in the 
Backend. Perfect

![](https://secure.gravatar.com/avatar/bc4811254f1b9770f9aef349ccabeea37d7471e0beec475f95c280f3b53ce308?
s=60&d=retro&r=g)

### 󠀁[Well, it works… 😉](https://wordpress.org/support/topic/well-it-works-5/)󠁿

 [MarkJ](https://profiles.wordpress.org/forusak/) 8 أغسطس، 2021

So hard to find a minimalist plugin to check online users. Thank you!

![](https://secure.gravatar.com/avatar/dcc48e9c96c9ee54c358ad65a85e30e4c1777d8dd7111bcb16255962c2df165d?
s=60&d=retro&r=g)

### 󠀁[It works right out of the box!](https://wordpress.org/support/topic/it-works-right-out-of-the-box-3/)󠁿

 [Jakours2](https://profiles.wordpress.org/jakours2/) 15 يوليو، 2021 2 replies

Do what it is supposed to. Great plugin. Thanks for this! Where can i pay you a 
coffee or two?

![](https://secure.gravatar.com/avatar/7fe1cea42f9e6d31656e222c292c679418e182d21c0307f6d0b01b7a68dd60b6?
s=60&d=retro&r=g)

### 󠀁[you deserve for 5 stars](https://wordpress.org/support/topic/you-deserve-for-5-stars/)󠁿

 [tajmohamed30](https://profiles.wordpress.org/tajmohamed30/) 30 يونيو، 2021

thanks and great

 [ إقرأ جميع المراجعات 38 ](https://wordpress.org/support/plugin/wp-useronline/reviews/)

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

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

المساهمون

 *   [ Lester Chan ](https://profiles.wordpress.org/gamerz/)

لقد تم ترجمة ”إضافة WP-UserOnline“ إلى 19 لغة. شكراً إلى جميع [المُترجمين](https://translate.wordpress.org/projects/wp-plugins/wp-useronline/contributors)
لمُساهماتهم.

[ترجمة ”إضافة WP-UserOnline“ إلى لغتك.](https://translate.wordpress.org/projects/wp-plugins/wp-useronline)

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

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

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

### 2.88.9

 * FIXED: Check scbWidget exists first before loading scbWidget. Props @whiteshadow.

### 2.88.8

 * FIXED: Remove widget code from useronline_init

### 2.88.7

 * FIXED: WP SCB Framework use init hook
 * FIXED: Widget now loads seperately in it is own hook

### 2.88.6

 * FIXED: Revert WP SCB Framework to use plugins_loaded hook

### 2.88.5

 * FIXED: Update WP SCB Framework to fix load_textdomain_just_in_time warning
 * FIXED: Remove load_plugin_textdomain since it is no longer needed since WP 4.6

### 2.88.4

 * FIXED: Add load_plugin_textdomain during init
 * NEW: Update bots

### 2.88.3

 * FIXED: Strip all tags before inserting data into the DB.

### 2.88.2

 * FIXED: Fixed XS. Props Alex.

### 2.88.1

 * FIXED: Fixed XSS. Props Juampa Rodriguez.

### 2.88.0

 * NEW: Bump to WordPress 6.0.
 * FIXED: Fixed XSS. Props @steffinstanly.

### 2.85.6

 * NEW: Bump to WordPress 5.6
 * NEW: Added more bots
 * NEW: Remove hardcoded Archive text in page title
 * FIXED: Update SCB Framework to support PHP 8

### 2.85.5

 * NEW: Bump to WordPress 5.4
 * NEW: Added more bots

### 2.87.4

 * NEW: Bump to WordPress 5.3
 * NEW: Added more bots
 * FIXED: Update SCB Framework To Remove contextual_help

### 2.87.3

 * FIXED: Duplicated Settings Saved admin_notices
 * FIXED: Missing arrow
 * FIXED: Updated bots list

### 2.87.2

 * NEW: Bump to 4.9
 * FIXED: Notices in SCB Framework

### 2.87.1

 * NEW: Bump to 4.7
 * NEW: New useronline_custom_template filter

### 2.87

 * NEW: Remove po/mo files from the plugin
 * NEW: Use translate.wordpress.org to translate the plugin
 * FIXED: Update SCB Framework
 * FIXED: Incompatible scbAdminPage::validate()

### 2.86

 * FIXED: Notices in Widget Constructor for WordPress 4.3

### 2.85

 * NEW: Uses WordPress native uninstall.php

### 2.84

 * NEW: Bump to 4.0

### 2.83

 * Show user agent when hovering over IP, instead of address lookup
 * Use local time for UserOnline Page
 * Fixed ‘Strict Standards: Non-static method’ warnings
 * Update scb Framework

### 2.82

 * show most recent visitors first
 * fix duplicate entry errors
 * fix ajax requests for SSL

### 2.81

 * fixed settings page
 * fixed “Return to default” buttons
 * show user list in admin only to users with ‘manage_options’ capability
 * added ‘useronline_bots’ filter

### 2.80

 * don’t show url and referral links for users in the admin area
 * smarter detection via ajax requests
 * fix SQL errors

### 2.72

 * fix fatal error on upgrade

### 2.71

 * fix %USERONLINE_COUNT% problem

### 2.70

 * added option to link user names to their author page
 * allow displaying online users from a different page than the current page
 * bundle language files
 * [more info](http://scribu.net/wordpress/wp-useronline/wu-2-70.html)

### 2.62 (2010-03-07)

 * fix integration with WP-Stats
 * fix error with get_admin_page_title()

## ميتا Meta

 *  Version **2.88.9**
 *  Last updated **قبل سنة واحدة**
 *  Active installations **10٬000+**
 *  WordPress version ** 4.6 أو أعلى **
 *  Tested up to **6.7.5**
 *  Languages
 * [Albanian](https://sq.wordpress.org/plugins/wp-useronline/)، [Arabic](https://ar.wordpress.org/plugins/wp-useronline/)،
   [Chinese (Taiwan)](https://tw.wordpress.org/plugins/wp-useronline/)، [Czech](https://cs.wordpress.org/plugins/wp-useronline/)،
   [Danish](https://da.wordpress.org/plugins/wp-useronline/)، [Dutch](https://nl.wordpress.org/plugins/wp-useronline/)،
   [English (US)](https://wordpress.org/plugins/wp-useronline/)، [French (France)](https://fr.wordpress.org/plugins/wp-useronline/)،
   [German](https://de.wordpress.org/plugins/wp-useronline/)، [Hebrew](https://he.wordpress.org/plugins/wp-useronline/)،
   [Hungarian](https://hu.wordpress.org/plugins/wp-useronline/)، [Italian](https://it.wordpress.org/plugins/wp-useronline/)،
   [Japanese](https://ja.wordpress.org/plugins/wp-useronline/)، [Persian](https://fa.wordpress.org/plugins/wp-useronline/)،
   [Romanian](https://ro.wordpress.org/plugins/wp-useronline/)، [Russian](https://ru.wordpress.org/plugins/wp-useronline/)،
   [Spanish (Chile)](https://cl.wordpress.org/plugins/wp-useronline/)، [Spanish (Spain)](https://es.wordpress.org/plugins/wp-useronline/)،
   [Swedish](https://sv.wordpress.org/plugins/wp-useronline/)، و [Vietnamese](https://vi.wordpress.org/plugins/wp-useronline/).
 *  [ترجمة إلى لغتك](https://translate.wordpress.org/projects/wp-plugins/wp-useronline)
 * Tags
 * [online](https://ar.wordpress.org/plugins/tags/online/)[useronline](https://ar.wordpress.org/plugins/tags/useronline/)
   [widget](https://ar.wordpress.org/plugins/tags/widget/)
 *  [عرض متقدم](https://ar.wordpress.org/plugins/wp-useronline/advanced/)

## التقييم

 4.6 من 5 نجوم.

 *  [  28 5-star reviews     ](https://wordpress.org/support/plugin/wp-useronline/reviews/?filter=5)
 *  [  6 4-star reviews     ](https://wordpress.org/support/plugin/wp-useronline/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/wp-useronline/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-useronline/reviews/?filter=2)
 *  [  2 1-star reviews     ](https://wordpress.org/support/plugin/wp-useronline/reviews/?filter=1)

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

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

## المساهمون

 *   [ Lester Chan ](https://profiles.wordpress.org/gamerz/)

## الدعم

مشكلات تمّ حلها في آخر شهرين:

     0 من 1

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

## تبرع

هل ترغب في تقديم دعم متقدم لهذه الإضافة؟

 [ تبرع لهذه الإضافة ](https://lesterchan.net/site/donation/)