HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/pianob/wp-content/plugins/sucuri-scanner/inc/tpl/lastlogins-loggedin.html.tpl
<div class="sucuriscan-panel">
    <h3 class="sucuriscan-title">{{Logged-in Users}}</h3>

    <div class="inside">
        <p>{{Here you can see a list of the users that are currently logged-in.}}</p>

        <table class="wp-list-table widefat sucuriscan-loggedin-users" data-cy=sucuriscan_successful_loggedin_table>
            <thead>
                <tr>
                    <th colspan="6">{{Logged-in Users}}</th>
                </tr>

                <tr>
                    <th>{{ID}}</th>
                    <th>{{Username}}</th>
                    <th>{{Last Activity}}</th>
                    <th>{{Registered}}</th>
                    <th>{{IP Address}}</th>
                    <th>&nbsp;</th>
                </tr>
            </thead>

            <tbody>
                %%%SUCURI.LoggedInUsers.List%%%
            </tbody>
        </table>
    </div>
</div>