find_security_alerts (line 144)
Get a results table showing security alerts matching WHERE constraints.
tempcode
find_security_alerts
(?array $where)
-
?array
$where: WHERE constraints (NULL: none)
get_stats_track (line 96)
Get a results table showing info about the member's travels around the site.
tempcode
get_stats_track
(MEMBER $member, IP $ip, [integer $start = 0], [integer $max = 50], [?ID_TEXT $sortable = 'date_and_time'], [?ID_TEXT $sort_order = 'DESC'])
-
MEMBER
$member: The member we are getting travel stats for
-
IP
$ip: The IP address of the member
-
integer
$start: The current position in the browser
-
integer
$max: The maximum number of rows to show per browser page
-
?ID_TEXT
$sortable: The current sortable (NULL: none)
-
?ID_TEXT
$sort_order: The order we are sorting in (NULL: none)
init__lookup (line 24)
Standard code module initialisation function.
void
init__lookup
()
lookup_member_page (line 38)
Get information about the specified member.
array
lookup_member_page
(mixed $member, ?string &$name, ?AUTO_LINK &$id, ?string &$ip)
-
mixed
$member: The member for whom we are getting the page
-
?string
&$name: The member's name (by reference) (NULL: unknown)
-
?AUTO_LINK
&$id: The member's ID (by reference) (NULL: unknown)
-
?string
&$ip: The member's IP (by reference) (NULL: unknown)