BANNING Functions
Below is a listing of all the functions.
|
AddBanning Adds a banning to the forum banned list of the global banned list. The returned value will be a 0 if there is no error. Otherwise the result will return the error number.
Return Type: Integer
Examples
CheckEmailBan Check if an email address has been banned from the forumid that you have passed or from the global banned list. This method will return a list of banned email addresses that match your criteria. If the object returned is empty, the email is not banned.
Return Type: String()
Examples
CheckIPBan Check if an IP address has been banned from the forumid that you have passed or from the global banned list. This method will return a list of banned IP addresses that match your criteria. If the object returned is empty, the IP Address is not banned.
Return Type: String()
Examples
CheckUserBan Check if a username has been banned from the forumid that you have passed or from the global banned list. This method will return a list of banned usernames that match your criteria. If the object returned is empty, the username is not banned.
Return Type: String()
Examples
DeleteBanByID Deletes a banning entry based on a ban ID.
Return Type: n/a
Examples
GetBanByID Each banned value has a numeric ID associated to it. This function returns the banned record that is associated with the ID.
Return Type:Ban
Examples
Related Items GetBanByKeyword, GetBanByType, GetPrivateBanning
GetBanByKeyword Search a ban string based on a keyword.
Return Type: Ban()
Examples
Related Items GetBanByID, GetBanByType, GetPrivateBanning
GetBanByType Gets the values that are banned based on the type of banning.
Return Type: Ban()
Examples
Related Items GetBanByKeyword, GetBanByID, GetPrivateBanning
UpdateBan Update a banned value from the banned table.
Return Type: n/a
Examples
|
Functions
Available
|