Index of All Elements
Package Indexes
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
a
- add_hook
- in file hooks.php, function add_hook()
Create hook instance in specific area
- add_user
- in file user.php, function add_user()
Adds user to the database
- admin.php
- procedural page admin.php
- age_limit
- in file validation.php, function age_limit()
Very simple age check
- alpha
- in file validation.php, function alpha()
Checks a string against a set of regular expressions
- already_loaded
- in file hooks.php, function already_loaded()
Is that plugin already loaded?
- avatar_upload
- in file user.php, function avatar_upload()
Uploads an avatar to the site for the user to use.
- admin.php
- procedural page admin.php
b
- ban_user
- in file admin.php, function ban_user()
Ban a user
- br2nl
- in file common.php, function br2nl()
Creates newlines that will be parsed by text areas.
c
- $config
- in file config.php, global variable $config
Initiate array
- captcha
- in file captcha.php, function captcha()
Creates the captcha and saves it in captcha/
- character_limiter
- in file common.php, function character_limiter()
Limits a string by character amount, and adds an ending such as …
- check_captcha
- in file captcha.php, function check_captcha()
Check to see if user entered the correct data
- clean_input
- in file validation.php, function clean_input()
Clean user input
- clickable
- in file common.php, function clickable()
Parses urls that start with http(s) into clickable links
- closetags
- in file common.php, function closetags()
Closes bbcode tags
- count_users
- in file user.php, function count_users()
Count all the users or users in a certain amount of days.
- common.php
- procedural page common.php
- config.php
- procedural page config.php
- connect.php
- procedural page connect.php
- common.php
- procedural page common.php
- captcha.php
- procedural page captcha.php
d
- delete_post
- in file admin.php, function delete_post()
Delete a post
- delete_topic
- in file admin.php, function delete_topic()
Delete a whole topic and its posts.
- database.php
- procedural page database.php
e
- equals
- in file common.php, function equals()
Checks $variable against $equals, Outputs $true / $false
- en.php
- procedural page en.php
f
- fetch
- in file forum.php, function fetch()
Fetches forum data based on input
- fetch_all
- in file admin.php, function fetch_all()
Fetches forum data based on input
- field_clean
- in file validation.php, function field_clean()
Cleans form values
- forum_count
- in file forum.php, function forum_count()
Count replies for the forum or user
- forum.php
- procedural page forum.php
g
- generate_pagination
- in file common.php, function generate_pagination()
Creates the pagination for the topics / posts
- gethostname
- in file common.php, function gethostname()
Retrieves the host name of a vistor / user
- get_avatar
- in file user.php, function get_avatar()
Grabs the users avatar by their id
- get_plugin_data
- in file hooks.php, function get_plugin_data()
Gets the plugin data from filename
- get_replies
- in file forum.php, function get_replies()
Return replies in topic. Currently a good way to see if topic exists.
- guests_online
- in file guest_counter.php, function guests_online()
Checks to see what guests are online, can check for all together or bots alone.
- guest_counter.php
- procedural page guest_counter.php
h
- $hooks
- in file hooks.php, global variable $hooks
Initiate hook array
- hooks.php
- procedural page hooks.php
i
- index.php
- procedural page index.php
- insert_captcha
- in file captcha.php, function insert_captcha()
Insert captcha into registration table
- install_captcha
- in file captcha.php, function install_captcha()
Installs captcha no sql needed!
- install_guest_counter
- in file guest_counter.php, function install_guest_counter()
Installs Guest counter
- IN_NK
- in file common.php, constant IN_NK
Are we inside of ninko?
- is_bot
- in file guest_counter.php, function is_bot()
Cleans up the guest array
- is_email
- in file validation.php, function is_email()
Checks for a valid email
- is_loaded
- in file hooks.php, function is_loaded()
Is the plugin requested loaded?
- is_md5
- in file validation.php, function is_md5()
Checks for a valid md5 hash
- is_online
- in file user.php, function is_online()
Checks to see if the user set by id is online.
- is_url
- in file validation.php, function is_url()
Checks for a valid link
l
- language.php
- procedural page language.php
- lang
- in file language.php, function lang()
Grabs language string from key
- language
- in file language.php, function language()
Loads a language based on input data
- languages
- in file language.php, function languages()
Parses language name into language code
- lang_parse
- in file language.php, function lang_parse()
Grabs language string from key and parses it
- last_post
- in file forum.php, function last_post()
Fetches the last post data in a topic
- length
- in file validation.php, function length()
Checks the lenght of a string
- load_hook
- in file hooks.php, function load_hook()
Initiate hooks set
- load_plugin
- in file hooks.php, function load_plugin()
Turns a plugin on and creates the row to show loading
- load_theme
- in file theme.php, function load_theme()
Setup the forum theme
- login
- in file user.php, function login()
Signs user in based on username or email
- logout.php
- procedural page logout.php
m
- mb_sprintf
- in file language.php, function mb_sprintf()
Internationalized sprintf
- mb_vsprintf
- in file language.php, function mb_vsprintf()
Works with all encodings in format and arguments. Supported: Sign, padding, alignment, width and precision. Not supported: Argument swapping.
- message.php
- procedural page message.php
- mysql_clean
- in file validation.php, function mysql_clean()
Cleans mysql values
n
- nice_date
- in file common.php, function nice_date()
Returns a string representation of the date, of differing format depending on how recent the date is.
- nl2nl
- in file common.php, function nl2nl()
Creates newlines that will be parsed by text areas.
p
- parse
- in file forum.php, function parse()
Parse post content into readable data, or return default text
- plugins
- in file hooks.php, function plugins()
Grabs data for all plugins in plugin directory.
- plugin_loaded
- in file hooks.php, function plugin_loaded()
Tells the rest of the site that a plugin is loaded.
- post
- in file forum.php, function post()
Allows creation of topics, stuck or closed, and posts
- print_out
- in file common.php, function print_out()
Prints out a redirection / error template.
r
- read.php
- procedural page read.php
- read_files
- in file common.php, function read_files()
Reads all files and prints data into an array
- register.php
- procedural page register.php
- riot_mail
- in file common.php, function riot_mail()
Our constantly rioting mailing function
s
- sessions.php
- procedural page sessions.php
- split_text
- in file common.php, function split_text()
Splits text based on $start and $end giving you an array of text outside and text inside
- stripslashes_deep
- in file common.php, function stripslashes_deep()
Strips slashes recursively
- strip_repeat
- in file validation.php, function strip_repeat()
Strip repeat characters and spaces
- switchs
- in file common.php, function switchs()
Switches return value based on input data
t
- theme.php
- procedural page theme.php
- tab2space
- in file common.php, function tab2space()
Converts tabs to the appropriate amount of spaces while preserving formatting
- themes
- in file theme.php, function themes()
Creates a list of themes
- topic
- in file forum.php, function topic()
Fetches post data by id and custom select
- topic_pagination
- in file forum.php, function topic_pagination()
Creates the pagination for the topics
- type
- in file user.php, function type()
Checks to see what type of user we are dealing with
u
- $user_data
- in file common.php, global variable $user_data
Set user data
- user.php
- procedural page user.php
- unban_user
- in file admin.php, function unban_user()
Unban a user
- uninstall_captcha
- in file captcha.php, function uninstall_captcha()
Uninstalls captcha.. no sql needed!
- uninstall_guest_counter
- in file guest_counter.php, function uninstall_guest_counter()
Installs Guest counter
- unload_plugin
- in file hooks.php, function unload_plugin()
Turns a plugin off and deletes the row it was loaded on
- update
- in file forum.php, function update()
Allows updating of topics, stuck or closed, and posts
- update_config
- in file admin.php, function update_config()
Updates configuration setting inside of database
- update_field
- in file forum.php, function update_field()
Update specific field rather than whole post
- update_guests
- in file guest_counter.php, function update_guests()
Cleans up the guest array
- update_user
- in file user.php, function update_user()
Updates user
- url_tag
- in file validation.php, function url_tag()
Re-creates url structure and creates an html link out of it
- username_check
- in file user.php, function username_check()
Checks to see whether user exists by username
- username_style
- in file user.php, function username_style()
Styles username based on information given.
- users.php
- procedural page users.php
- users_online
- in file user.php, function users_online()
Checks to see what users are online
- user_data
- in file user.php, function user_data()
Grab user information using an id or username
|
|