ip_banned (line 72)
Check to see if an IP address is banned.
boolean
ip_banned
(string $ip)
-
string
$ip: The IP address to check for banning (potentially encoded with *'s)
shuffle_for (line 28)
Shuffle an array into an array of columns.
array
shuffle_for
(integer $by, array $in)
-
integer
$by: The number of columns
-
array
$in: The source array
_log_it (line 144)
Log an action
void
_log_it
(ID_TEXT $type, [?SHORT_TEXT $a = NULL], [?SHORT_TEXT $b = NULL])
-
ID_TEXT
$type: The type of activity just carried out (a lang string)
-
?SHORT_TEXT
$a: The most important parameter of the activity (e.g. id) (NULL: none)
-
?SHORT_TEXT
$b: A secondary (perhaps, human readable) parameter of the activity (e.g. caption) (NULL: none)