SYMBOL INDEX (347 symbols across 36 files) FILE: admin.php function getClasses (line 410) | function getClasses(){ function getPlugins (line 425) | function getPlugins(){ function getTemplates (line 449) | function getTemplates(){ function getCron (line 473) | function getCron(){ function is_plugin_enabled (line 493) | function is_plugin_enabled($pluginid){ function getPluginVersion (line 504) | function getPluginVersion($pluginid){ FILE: install/index.php function mysql_connect (line 14) | function mysql_connect($server = 'localhost', $username = 'root', $passw... function mysql_insert_id (line 17) | function mysql_insert_id($link = null) { function mysql_select_db (line 20) | function mysql_select_db($db_name, $link = null) { function mysql_query (line 23) | function mysql_query($db_name, $link = null) { function mysql_error (line 26) | function mysql_error($link = null) { function mysql_errno (line 29) | function mysql_errno($link = null) { function show_back (line 130) | function show_back($title, $text){ function show_install_page (line 136) | function show_install_page($title, $content){ function show_status (line 143) | function show_status($status, $on_txt = 'On', $off_txt = 'Off'){ function runquery (line 147) | function runquery($sql, $link){ function saveSetting (line 157) | function saveSetting($k, $v){ function random (line 163) | function random($length, $numeric = 0) { FILE: install/install.sql type `cache` (line 19) | CREATE TABLE IF NOT EXISTS `cache` ( type `cron` (line 25) | CREATE TABLE IF NOT EXISTS `cron` ( type `download` (line 41) | CREATE TABLE IF NOT EXISTS `download` ( type `mail_queue` (line 47) | CREATE TABLE IF NOT EXISTS `mail_queue` ( type `member` (line 55) | CREATE TABLE IF NOT EXISTS `member` ( type `member_bind` (line 63) | CREATE TABLE IF NOT EXISTS `member_bind` ( type `member_setting` (line 70) | CREATE TABLE IF NOT EXISTS `member_setting` ( type `my_tieba` (line 80) | CREATE TABLE IF NOT EXISTS `my_tieba` ( type `plugin` (line 91) | CREATE TABLE IF NOT EXISTS `plugin` ( type `plugin_var` (line 103) | CREATE TABLE IF NOT EXISTS `plugin_var` ( type `setting` (line 110) | CREATE TABLE IF NOT EXISTS `setting` ( type `sign_log` (line 116) | CREATE TABLE IF NOT EXISTS `sign_log` ( type `update_source` (line 127) | CREATE TABLE IF NOT EXISTS `update_source` ( FILE: install/openshift.php function show_back (line 89) | function show_back($title, $text){ function show_install_page (line 95) | function show_install_page($title, $content){ function show_status (line 101) | function show_status($status, $on_txt = 'On', $off_txt = 'Off'){ function runquery (line 105) | function runquery($sql, $link){ function saveSetting (line 115) | function saveSetting($k, $v){ function random (line 121) | function random($length, $numeric = 0) { FILE: install/sae.php function show_back (line 81) | function show_back($title, $text){ function show_install_page (line 87) | function show_install_page($title, $content){ function show_status (line 93) | function show_status($status, $on_txt = 'On', $off_txt = 'Off'){ function runquery (line 97) | function runquery($sql, $link){ function saveSetting (line 106) | function saveSetting($k, $v){ function random (line 112) | function random($length, $numeric = 0) { FILE: plugins/cloud_stat/plugin.class.php class plugin_cloud_stat (line 3) | class plugin_cloud_stat extends Plugin{ method checkCompatibility (line 10) | function checkCompatibility(){ method install (line 13) | function install(){ method mklink (line 25) | function mklink($sourceFile, $targetFile){ method on_upgrade (line 28) | function on_upgrade($from_version){ method handleAction (line 37) | function handleAction(){ FILE: plugins/debug_info/plugin.class.php class plugin_debug_info (line 3) | class plugin_debug_info extends Plugin{ method page_footer (line 6) | function page_footer(){ FILE: plugins/register_limit/plugin.class.php class plugin_register_limit (line 3) | class plugin_register_limit extends Plugin { method install (line 6) | function install(){ method uninstall (line 9) | function uninstall(){ method checkCompatibility (line 12) | function checkCompatibility(){ method on_load (line 15) | function on_load(){ method on_config (line 34) | function on_config(){ FILE: plugins/stat/plugin.class.php class plugin_stat (line 3) | class plugin_stat extends Plugin{ method page_footer_js (line 7) | function page_footer_js(){ method on_config (line 11) | function on_config(){ FILE: plugins/xxx_post/core.php function get_random_content (line 3) | function get_random_content(){ function get_random_tid (line 110) | function get_random_tid($tieba){ function client_rppost (line 126) | function client_rppost($uid, $tieba, $content) { FILE: plugins/xxx_post/main.js function x_reload (line 42) | function x_reload(){ function load_post_set (line 45) | function load_post_set(){ function show_post_set (line 51) | function show_post_set(result){ function load_post_adv_set (line 67) | function load_post_adv_set(){ function load_post_log (line 77) | function load_post_log(){ function load_post_history (line 83) | function load_post_history(date){ function show_post_log (line 89) | function show_post_log(result){ function delsid (line 105) | function delsid(sid){ function delcont (line 109) | function delcont(cid){ FILE: plugins/xxx_post/plugin.class.php class plugin_xxx_post (line 3) | class plugin_xxx_post extends Plugin{ method checkCompatibility (line 13) | function checkCompatibility(){ method page_footer_js (line 16) | function page_footer_js() { method install (line 19) | function install() { method uninstall (line 65) | function uninstall() { method on_upgrade (line 69) | function on_upgrade($from_version){ method on_config (line 89) | function on_config() { method handleAction (line 121) | function handleAction(){ FILE: system/class/cache.php class CACHE (line 4) | class CACHE { method get (line 5) | public static function get($key) { method save (line 17) | public static function save($key, $value) { method update (line 22) | public static function update($key) { method clean (line 31) | public static function clean($key) { method clear (line 34) | public static function clear() { FILE: system/class/cloud.php class cloud (line 4) | class cloud { method init (line 7) | public static function init(){ method do_register (line 11) | public static function do_register(){ method check_remote_disabled (line 21) | public static function check_remote_disabled(){ method get_api_path (line 29) | public static function get_api_path(){ method sync (line 32) | public static function sync(){ method request (line 37) | public static function request($api_name){ method request_public (line 50) | public static function request_public($api_name){ method request_silent (line 63) | public static function request_silent($api_name){ method ping (line 76) | public static function ping(){ method id (line 80) | public static function id(){ method key (line 84) | public static function key(){ method _get_id_and_key (line 88) | private static function _get_id_and_key(){ FILE: system/class/core.php class core (line 3) | class core { method init (line 4) | function init() { method __destruct (line 16) | function __destruct() { method init_header (line 23) | function init_header() { method init_useragent (line 31) | function init_useragent() { method init_syskey (line 40) | function init_syskey() { method init_cookie (line 43) | function init_cookie() { method init_final (line 66) | function init_final() { method init_mail (line 72) | function init_mail() { FILE: system/class/db.php class db_mysql (line 3) | class db_mysql { method connect (line 6) | function connect() { method _dbconnect (line 10) | function _dbconnect($dbhost, $dbuser, $dbpw, $dbcharset, $dbname, $pco... method select_db (line 26) | function select_db($dbname) { method fetch_array (line 29) | function fetch_array($query, $result_type = MYSQL_ASSOC) { method fetch_first (line 32) | function fetch_first($sql) { method result_first (line 35) | function result_first($sql) { method query (line 38) | function query($sql, $type = '') { method affected_rows (line 48) | function affected_rows() { method error (line 51) | function error() { method errno (line 54) | function errno() { method result (line 57) | function result($query, $row = 0) { method num_rows (line 61) | function num_rows($query) { method num_fields (line 65) | function num_fields($query) { method free_result (line 68) | function free_result($query) { method insert_id (line 71) | function insert_id() { method fetch_row (line 74) | function fetch_row($query) { method fetch_fields (line 78) | function fetch_fields($query) { method version (line 81) | function version() { method close (line 87) | function close() { method halt (line 90) | function halt($message = '', $sql = '') { method __destruct (line 93) | function __destruct() { class db_mysqli (line 98) | class db_mysqli { method connect (line 101) | function connect() { method _dbconnect (line 105) | function _dbconnect($dbhost, $dbuser, $dbpw, $dbcharset, $dbname, $pco... method select_db (line 117) | function select_db($dbname) { method fetch_array (line 120) | function fetch_array($query, $result_type = MYSQLI_ASSOC) { method fetch_first (line 123) | function fetch_first($sql) { method result_first (line 126) | function result_first($sql) { method query (line 129) | function query($sql, $type = '') { method affected_rows (line 138) | function affected_rows() { method error (line 141) | function error() { method errno (line 144) | function errno() { method result (line 147) | function result($query, $row = 0) { method num_rows (line 151) | function num_rows($query) { method num_fields (line 155) | function num_fields($query) { method free_result (line 158) | function free_result($query) { method insert_id (line 161) | function insert_id() { method fetch_row (line 164) | function fetch_row($query) { method fetch_fields (line 168) | function fetch_fields($query) { method version (line 171) | function version() { method close (line 177) | function close() { method halt (line 180) | function halt($message = '', $sql = '') { method __destruct (line 183) | function __destruct() { class DB (line 188) | class DB { method delete (line 189) | public static function delete($table, $condition, $limit = 0, $unbuffe... method insert (line 200) | public static function insert($table, $data, $return_insert_id = true,... method update (line 207) | public static function update($table, $data, $condition, $unbuffered =... method implode_field_value (line 221) | public static function implode_field_value($array, $glue = ',') { method insert_id (line 229) | public static function insert_id() { method fetch (line 232) | public static function fetch($resourceid, $type = MYSQLI_ASSOC) { method fetch_first (line 235) | public static function fetch_first($sql) { method fetch_all (line 238) | public static function fetch_all($sql) { method result (line 246) | public static function result($resourceid, $row = 0) { method result_first (line 249) | public static function result_first($sql) { method query (line 252) | public static function query($sql, $type = '') { method num_rows (line 255) | public static function num_rows($resourceid) { method affected_rows (line 258) | public static function affected_rows() { method free_result (line 261) | public static function free_result($query) { method error (line 264) | public static function error() { method errno (line 267) | public static function errno() { method _execute (line 270) | private static function _execute($cmd , $arg1 = '', $arg2 = '') { method object (line 276) | public static function &object() { FILE: system/class/hook.php class HOOK (line 3) | class HOOK{ method INIT (line 4) | public static function INIT(){ method parse_module (line 55) | public static function parse_module($module, $pluginid){ method page_menu (line 78) | public static function page_menu(){ method page_contents (line 93) | public static function page_contents(){ method run (line 104) | public static function run($hookname, $ignore_unabled = false){ method getPlugin (line 119) | public static function getPlugin($plugin_id){ FILE: system/class/kerror.php class kerror (line 3) | class kerror { method system_error (line 4) | public static function system_error($message, $show = true, $halt = tr... method debug_backtrace (line 15) | public static function debug_backtrace() { method db_error (line 42) | public static function db_error($message, $sql) { method exception_error (line 55) | public static function exception_error($exception) { method show_error (line 109) | public static function show_error($type, $errormsg, $phpmsg = '', $exi... method clear (line 136) | public static function clear($message) { method sql_clear (line 139) | public static function sql_clear($message) { FILE: system/class/mail.php class mailer (line 3) | class mailer { method isAvailable (line 5) | function isAvailable() { method send (line 8) | function send() { method _get_setting (line 11) | function _get_setting($key) { method _load_setting (line 15) | function _load_setting() { class mail_content (line 33) | class mail_content { class mail_sender (line 38) | class mail_sender { method __construct (line 40) | function __construct() { method sendMail (line 48) | function sendMail($mail) { FILE: system/class/mail/phpmail.php class phpmail (line 4) | class phpmail extends mailer{ method isAvailable (line 11) | function isAvailable(){ method send (line 14) | function send($mail){ FILE: system/class/mail/saemail.php class saemail (line 4) | class saemail extends mailer{ method isAvailable (line 14) | function isAvailable(){ method send (line 17) | function send($mail){ FILE: system/class/mail/smtp.php class smtp (line 4) | class smtp extends mailer{ method isAvailable (line 14) | function isAvailable(){ method send (line 17) | function send($mail){ class _smtp (line 23) | class _smtp { method _smtp (line 44) | public function _smtp($obj){ method send (line 51) | public function send($to, $subject, $message) { method Connect2Server (line 67) | private function Connect2Server() { method sendMail (line 103) | private function sendMail() { method readResponse (line 114) | private function readResponse() { method sendCommand (line 122) | private function sendCommand($string) { method sendHeaders (line 126) | private function sendHeaders() { method __destruct (line 138) | public function __destruct() { FILE: system/class/multithread.php class MultiThread (line 4) | class MultiThread { method registerThread (line 5) | public static function registerThread($max_thread = 6, $ttl = 30){ method newCronThread (line 15) | public static function newCronThread(){ FILE: system/class/plugin.php class Plugin (line 3) | class Plugin { method getSetting (line 9) | function getSetting($key, $default_value = false){ method saveSetting (line 14) | function saveSetting($key, $value){ method checkCompatibility (line 23) | function checkCompatibility(){ method install (line 26) | function install(){ method uninstall (line 29) | function uninstall(){ method handleAction (line 32) | function handleAction(){ method getPluginId (line 35) | private function getPluginId(){ FILE: system/class/updater.php class Updater (line 3) | class Updater{ method init (line 5) | public static function init(){ method check (line 26) | public static function check(){ method loop (line 54) | public static function loop(){ method write_file (line 66) | public static function write_file(){ method _write (line 91) | private static function _write($path, $content){ method _is_writable (line 98) | private static function _is_writable($path){ method _download_file (line 108) | private static function _download_file($path, $hash, $try = 1) { method _getPluginList (line 136) | private static function _getPluginList(){ FILE: system/class/widget/widget_password.php class Widget_Password (line 3) | class Widget_Password { method verify (line 7) | function verify($user, $password){ method encrypt (line 20) | function encrypt($user, $password){ FILE: system/class/xmlparse.php class XMLparse (line 4) | class XMLparse { method __construct (line 14) | function __construct($isnormal) { method XMLparse (line 18) | function XMLparse($isnormal) { method destruct (line 27) | function destruct() { method parse (line 31) | function parse(&$data) { method open (line 37) | function open(&$parser, $tag, $attributes) { method data (line 58) | function data(&$parser, $data) { method close (line 64) | function close(&$parser, $tag) { FILE: system/common.inc.php function class_loader (line 17) | function class_loader($class_name){ function __autoload (line 39) | function __autoload($class_name){ FILE: system/function/core.php function is_admin (line 3) | function is_admin($uid){ function is_email (line 6) | function is_email($string){ function dsetcookie (line 9) | function dsetcookie($name, $value = '', $exp = 2592000){ function daddslashes (line 13) | function daddslashes($string, $force = 0, $strip = FALSE) { function template (line 26) | function template($file){ function dgmdate (line 43) | function dgmdate($timestamp, $d_format = 'Y-m-d H:i') { function authcode (line 74) | function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { function showmessage (line 114) | function showmessage($msg = '', $redirect = '', $delay = 3){ function dreferer (line 133) | function dreferer(){ function strexists (line 136) | function strexists($string, $find) { function cutstr (line 139) | function cutstr($string, $length, $dot = ' ...') { function wrap_text (line 172) | function wrap_text($str) { function get_cookie (line 180) | function get_cookie($uid){ function save_cookie (line 187) | function save_cookie($uid, $cookie){ function get_username (line 191) | function get_username($uid){ function get_setting (line 197) | function get_setting($uid){ function getSetting (line 208) | function getSetting($k, $force = false){ function saveSetting (line 213) | function saveSetting($k, $v){ function runquery (line 222) | function runquery($sql){ function jquery_path (line 229) | function jquery_path(){ function kk_fetch_url (line 247) | function kk_fetch_url($url, $limit = 0, $post = '', $cookie = '', $ignor... function fsocketopen (line 356) | function fsocketopen($hostname, $port = 80, &$errno, &$errstr, $timeout ... function xml2array (line 367) | function xml2array(&$xml, $isnormal = FALSE) { function array2xml (line 373) | function array2xml($arr, $htmlon = TRUE, $isnormal = FALSE, $level = 1) { function save_config_file (line 386) | function save_config_file(){ function saveVersion (line 394) | function saveVersion($version){ function mklink (line 400) | function mklink($sourceFile, $targetFile){ function cron_set_nextrun (line 403) | function cron_set_nextrun($timestamp){ function get_tbs (line 411) | function get_tbs($uid){ function verify_cookie (line 415) | function verify_cookie($cookie){ function get_baidu_userinfo (line 419) | function get_baidu_userinfo($uid){ function client_sign (line 423) | function client_sign($uid, $tieba){ function zhidao_sign (line 427) | function zhidao_sign($uid){ function wenku_sign (line 431) | function wenku_sign($uid){ function update_liked_tieba (line 435) | function update_liked_tieba($uid, $ignore_error = false, $allow_deletion... function get_liked_tieba (line 439) | function get_liked_tieba($cookie){ function do_login (line 443) | function do_login($uid){ function do_register (line 447) | function do_register($username,$password,$email){ function delete_user (line 451) | function delete_user($uid){ FILE: system/function/member.php function _delete_user (line 4) | function _delete_user($uid){ function _do_login (line 15) | function _do_login($uid){ function _do_register (line 24) | function _do_register($username, $password, $email){ FILE: system/function/sign.php function _get_tbs (line 4) | function _get_tbs($uid){ function _verify_cookie (line 18) | function _verify_cookie($cookie){ function _get_baidu_userinfo (line 30) | function _get_baidu_userinfo($uid){ function _get_liked_tieba (line 44) | function _get_liked_tieba($cookie){ function _update_liked_tieba (line 78) | function _update_liked_tieba($uid, $ignore_error = false, $allow_deletio... function _client_sign (line 137) | function _client_sign($uid, $tieba){ function _client_sign_old (line 189) | function _client_sign_old($uid, $tieba){ function _zhidao_sign (line 250) | function _zhidao_sign($uid){ function _wenku_sign (line 262) | function _wenku_sign($uid){ FILE: template/default/js/admin.js function load_user (line 81) | function load_user(){ function switch_channel (line 91) | function switch_channel(channel, tips){ function updater_get_file (line 94) | function updater_get_file(){ function updater_write_file (line 113) | function updater_write_file(){ function load_stat (line 137) | function load_stat(){ function load_updater (line 148) | function load_updater(){ function load_setting (line 168) | function load_setting(){ function load_cron (line 189) | function load_cron(){ function format_time (line 212) | function format_time(time){ function load_plugin (line 225) | function load_plugin(){ function load_template (line 268) | function load_template(){ function parse_hash (line 290) | function parse_hash(){ function deluser (line 317) | function deluser(uid){ function autohide_sidebar (line 321) | function autohide_sidebar(){ function isMobile (line 326) | function isMobile(){ function eNaBlEaFcHeCk (line 329) | function eNaBlEaFcHeCk(obj, fwin_id){ function bin2hex (line 335) | function bin2hex(s) { FILE: template/default/js/fwin.js function createWindow (line 3) | function createWindow(){ function msg_win_action (line 77) | function msg_win_action(link){ function msg_redirect_action (line 86) | function msg_redirect_action(link){ function msg_callback_action (line 95) | function msg_callback_action(link, callback){ function upgrade_tips (line 104) | function upgrade_tips(){ function showloading (line 108) | function showloading(){ function hideloading (line 113) | function hideloading(){ function showcover (line 119) | function showcover(){ function hidecover (line 124) | function hidecover(){ function post_win (line 130) | function post_win(link, formid, callback, skip_win){ function dragMenu (line 148) | function dragMenu(menuObj, e, op) { FILE: template/default/js/kk_dropdown.js function open_menu (line 3) | function open_menu(obj){ function close_menu (line 19) | function close_menu(obj, force){ FILE: template/default/js/main.js function load_liked_tieba (line 79) | function load_liked_tieba() { function load_sign_log (line 110) | function load_sign_log() { function load_sign_history (line 121) | function load_sign_history(date) { function show_sign_log (line 131) | function show_sign_log(result) { function load_setting (line 154) | function load_setting() { function load_guide (line 170) | function load_guide() { function load_baidu_bind (line 174) | function load_baidu_bind() { function _status (line 196) | function _status(status) { function _exp (line 229) | function _exp(exp) { function parse_hash (line 234) | function parse_hash() { function autohide_membermenu (line 261) | function autohide_membermenu() { function autohide_sidebar (line 267) | function autohide_sidebar() { function isMobile (line 273) | function isMobile() { function load_js (line 277) | function load_js() { function loadTiebaAutoComplete (line 287) | function loadTiebaAutoComplete() { function cookieProxy (line 299) | function cookieProxy(action, callback) { function checkCookieProxy (line 317) | function checkCookieProxy() { function reloadCookieProxy (line 349) | function reloadCookieProxy() { function installCookieProxy (line 361) | function installCookieProxy(url) { FILE: template/default/js/member.js function switch_tabs (line 9) | function switch_tabs(target){