- Views Today
- Pastes Today
- Users Today
- Unique Views Today
Recent Pastes
Username | Title | Created At | Views |
= pp_html_escape($paste->user->username); ?> | = pp_html_escape($paste->title); ?> | = pp_html_escape($p_date_formatted); ?> | = pp_html_escape($paste->views); ?> |
Recent Users
Username | Date | IP |
= pp_html_escape($user->username); ?> | = pp_html_escape($user->created_at ?? 'Unknown'); ?> | = $is_admin ? pp_html_escape($user->ip ?? 'Unknown') : '[masked]' ?> |
Admin History
Username | Date | Action | IP Address |
= pp_html_escape($entry->user->username); ?> | = pp_html_escape($entry->time); ?> | = pp_html_escape(AdminLog::ACTION_NAMES[$entry->action]); ?> | = $is_admin ? pp_html_escape($entry->ip) : '[masked]' ?> |