admin/
badwords.php -
112 lines, 3458 bytes
banlist.php -
121 lines, 4048 bytes
customprofile.php -
100 lines, 3103 bytes
default.php -
95 lines, 4037 bytes
deletefolder.php -
7 lines, 101 bytes
deleteforum.php -
34 lines, 1428 bytes
editfolder.php -
13 lines, 244 bytes
editforum.php -
13 lines, 242 bytes
footer.php -
7 lines, 93 bytes
groups.php -
223 lines, 9659 bytes
header.php -
2 functions/classes, 232 lines, 6848 bytes
123: function show_help (help_text);
141: function hide_help ();
help.php -
15 lines, 255 bytes
index.php -
8 lines, 130 bytes
install.php -
195 lines, 8792 bytes
login.php -
35 lines, 992 bytes
logout.php -
9 lines, 170 bytes
message_prune.php -
60 lines, 1830 bytes
modadmin.php -
18 lines, 194 bytes
mods.php -
122 lines, 3662 bytes
modsettings.php -
18 lines, 258 bytes
newfolder.php -
116 lines, 2931 bytes
newforum.php -
219 lines, 8948 bytes
PhorumAdminMenu.php -
5 functions/classes, 64 lines, 1929 bytes
4: class PhorumAdminMenu;
11: function PhorumAdminMenu ($title="", $width=0, $columns=1);
16: function reset ($title="", $width=0, $columns=1);
24: function add ($title, $module, $description, $column=1);
30: function show ();
PhorumInputForm.php -
17 functions/classes, 293 lines, 10176 bytes
4: class PhorumInputForm;
16: function PhorumInputForm ($action="", $method="get", $submit="Submit", $target="", $enctype="", $events="");
26: function hidden ($name, $value);
31: function addrow ($title, $contents="", $valign="middle", $align="left");
54: function addhelp ($row, $title, $text);
61: function addbreak ( $break=" " );
68: function addmessage ( $message );
74: function show ();
129: function time_select ($prefix, $blank_line=true, $time="");
160: function date_select ($prefix, $blank_line=true, $date="TODAY", $year_start="", $year_end="");
200: function text_box ($name, $value, $size=0, $maxlength=0, $password=false, $extra="");
211: function textarea ($name, $value, $cols=30, $rows=5, $extra="");
218: function select_tag ($name, $values, $selected="", $extra="");
230: function select_tag_valaskey ($name, $values, $selected="", $extra="");
243: function radio_button ($name, $values, $selected="", $separator=" ", $extra="");
253: function checkbox ( $name, $value, $caption, $checked = 0, $extra="" );
263: function checkbox_list ( $prefix, $list, $separator=" ", $checklist = 0);
settings.php -
240 lines, 12110 bytes
users.php -
347 lines, 15136 bytes
constants.php -
170 lines, 6084 bytes
controlcenter/
email.php -
90 lines, 3975 bytes
files.php -
96 lines, 3096 bytes
forum.php -
2 functions/classes, 94 lines, 3224 bytes
3: function phorum_cc_get_language_info ();
24: function phorum_cc_get_template_info ();
groupmod.php -
142 lines, 7414 bytes
groups.php -
2 functions/classes, 91 lines, 3835 bytes
38: function phorum_readable_groups ();
72: function phorum_joinable_groups ();
messages.php -
65 lines, 2512 bytes
password.php -
17 lines, 638 bytes
pm.php -
300 lines, 11109 bytes
privacy.php -
35 lines, 1154 bytes
sig.php -
14 lines, 416 bytes
subthreads.php -
70 lines, 2661 bytes
summary.php -
1 functions/classes, 55 lines, 2176 bytes
26: function phorum_readable_permissions ();
user.php -
18 lines, 492 bytes
users.php -
51 lines, 1481 bytes
db/
config.php.sample -
691 bytes
mysql.php -
76 functions/classes, 3225 lines, 105529 bytes
49: function phorum_db_get_thread_list ($offset);
289: function phorum_db_get_recent_messages ($count, $forum_id = 0, $thread = 0);
363: function phorum_db_get_unapproved_list ($forum, $waiting_only=false);
417: function phorum_db_post_message (&$message,$convert=false);
523: function phorum_db_delete_message ($message_id, $mode = 0);
592: function phorum_db_get_messagetree ($parent_id, $forum_id);
618: function phorum_db_update_message ($message_id, $message);
592: function phorum_db_get_message ($value, $field="message_id");
698: function phorum_db_get_messages ($thread,$page=0);
762: function phorum_db_get_message_index ($thread=0,$message_id=0);
804: function phorum_db_search ($search, $offset, $length, $match_type, $match_date, $match_forum, $body, $author, $subject);
907: function phorum_db_get_newer_thread ($key);
934: function phorum_db_get_older_thread ($key);
961: function phorum_db_load_settings ();
1006: function phorum_db_update_settings ($settings);
1040: function phorum_db_get_forums ($forum_ids = 0, $parent_id = null);
1077: function phorum_db_update_forum_stats ($refresh=false, $msg_count_change=0, $timestamp=0, $thread_count_change=0);
1131: function phorum_db_move_thread ($thread_id, $toforum);
1203: function phorum_db_close_thread ($thread_id);
1221: function phorum_db_reopen_thread ($thread_id);
1241: function phorum_db_add_forum ($forum);
1276: function phorum_db_drop_forum ($forum_id);
1318: function phorum_db_drop_folder ($forum_id);
1077: function phorum_db_update_forum ($forum);
1392: function phorum_db_get_groups ($group_id=0);
1433: function phorum_db_get_group_members ($group_id, $status = PHORUM_USER_GROUP_REMOVE);
1465: function phorum_db_save_group ($group);
1505: function phorum_db_delete_group ($group_id);
1532: function phorum_db_add_group ($group_name,$group_id=0);
1561: function phorum_db_user_get_moderators ($forum_id);
1561: function phorum_db_user_get ($user_id, $detailed);
1664: function phorum_db_user_get_list ();
1686: function phorum_db_user_check_pass ($username, $password, $temp_password=false);
1717: function phorum_db_user_check_field ($field, $value, $operator="=", $return_array=false);
1766: function phorum_db_user_add ($userdata);
1818: function phorum_db_user_save ($userdata);
1884: function phorum_db_user_save_groups ($user_id, $groups);
1913: function phorum_db_user_subscribe ($user_id, $forum_id, $thread, $type);
1936: function phorum_db_user_addpost ();
1952: function phorum_db_user_unsubscribe ($user_id, $thread, $forum_id=0);
1976: function phorum_db_user_get_groups ($user_id);
2007: function phorum_db_search_users ($search);
2036: function phorum_db_user_get_unapproved ();
2071: function phorum_db_user_delete ($user_id);
2137: function phorum_db_get_user_file_list ($user_id);
2169: function phorum_db_get_message_file_list ($message_id);
2199: function phorum_db_file_get ($file_id);
2229: function phorum_db_file_save ($user_id, $filename, $filesize, $buffer, $message_id=0);
2263: function phorum_db_file_delete ($file_id);
2289: function phorum_db_get_user_filesize_total ($user_id);
2319: function phorum_db_newflag_allread ($forum_id=0);
2351: function phorum_db_newflag_get_flags ($forum_id=0);
2385: function phorum_db_newflag_get_unread_count ($forum_id=0);
2423: function phorum_db_newflag_add_read ($message_ids);
2463: function phorum_db_newflag_get_count ($forum_id=0);
2487: function phorum_db_newflag_delete ($numdelete=0,$forum_id=0);
2514: function phorum_db_get_subscribed_users ($forum_id, $thread, $type);
2547: function phorum_db_get_message_subscriptions ($user_id,$days=2);
2588: function phorum_db_get_if_subscribed ($forum_id, $thread, $user_id, $type=PHORUM_SUBSCRIPTION_MESSAGE);
2619: function phorum_db_get_banlists ();
2651: function phorum_db_get_banitem ($banid);
2679: function phorum_db_del_banitem ($banid);
2702: function phorum_db_mod_banlists ($type,$pcre,$string,$forum_id,$id=0);
2737: function phorum_db_get_private_messages ($user_id, $type);
2737: function phorum_db_get_private_message ($pm_id);
2802: function phorum_db_get_private_message_count ($user_id);
2830: function phorum_db_put_private_messages ($to_username, $to_user_id, $subject, $message, $keep);
2864: function phorum_db_update_private_message ($pm_id, $flag, $value);
2905: function phorum_db_prune_oldThreads ($time,$forum=0,$mode=1);
2964: function phorum_db_get_max_messageid ();
2987: function phorum_db_viewcount_inc ($message_id);
3008: function phorum_db_create_tables ();
3162: function phorum_db_run_queries ($queries);
3187: function phorum_db_check_connection ();
3199: function phorum_db_mysql_connect ();
3215: function phorum_db_mysql_error ($err);
upgrade/
mysql/
2003011801.php - 4 lines, 221 bytes
2003022400.php - 4 lines, 156 bytes
2003052600.php - 4 lines, 142 bytes
2003060100.php - 4 lines, 154 bytes
2003060600.php - 4 lines, 143 bytes
2003072000.php - 4 lines, 158 bytes
2003082100.php - 17 lines, 1109 bytes
2003091700.php - 10 lines, 709 bytes
2003092700.php - 5 lines, 359 bytes
2003103000.php - 11 lines, 492 bytes
2003112001.php - 7 lines, 972 bytes
2003112500.php - 6 lines, 189 bytes
2004012400.php - 6 lines, 440 bytes
2004021200.php - 8 lines, 263 bytes
2004031000.php - 7 lines, 158 bytes
2004031200.php - 7 lines, 145 bytes
2004031201.php - 7 lines, 193 bytes
2004031700.php - 14 lines, 760 bytes
2004032900.php - 6 lines, 257 bytes
2004032901.php - 7 lines, 164 bytes
2004052900.php - 7 lines, 306 bytes
2004061300.php - 6 lines, 188 bytes
2004061400.php - 7 lines, 287 bytes
2004071000.php - 8 lines, 223 bytes
2004071100.php - 8 lines, 229 bytes
2004071500.php - 8 lines, 504 bytes
2004071900.php - 5 lines, 168 bytes
2004073100.php - 7 lines, 253 bytes
2004080300.php - 37 lines, 1318 bytes
2004080500.php - 11 lines, 455 bytes
2004080600.php - 7 lines, 233 bytes
2004080601.php - 6 lines, 156 bytes
2004080700.php - 6 lines, 150 bytes
2004080800.php - 17 lines, 674 bytes
2004081900.php - 10 lines, 368 bytes
2004090700.php - 10 lines, 395 bytes
2004100700.php - 6 lines, 179 bytes
dhtml_popup.js -
1971 bytes
email_functions.php -
4 functions/classes, 152 lines, 6164 bytes
4: function phorum_valid_email ($email);
46: function phorum_email_user ($addresses, $data);
92: function phorum_email_notice ($message);
121: function phorum_email_moderators ($message);
format_functions.php -
3 functions/classes, 122 lines, 4330 bytes
4: function phorum_format_messages ( $data );
88: function phorum_date ( $picture, $ts );
111: function strip_body ( $body );
lang/
english.php - 442 lines, 31687 bytes
moderation_functions.php -
2 functions/classes, 144 lines, 5727 bytes
9: function phorum_return_to_list ();
20: function phorum_handle_edit_message ();
post_form.php -
64 lines, 2882 bytes
profile_functions.php -
2 functions/classes, 109 lines, 3408 bytes
5: function phorum_gen_password ($charpart=4, $numpart=3);
31: function phorum_check_ban_lists ($value, $type);
templates.php -
1 functions/classes, 196 lines, 6680 bytes
4: function phorum_import_template ($tplfile, $outfile);
thread_info.php -
2 functions/classes, 52 lines, 1397 bytes
8: function phorum_remove_hidden ($val);
17: function phorum_update_thread_info ($thread);
thread_sort.php -
2 functions/classes, 58 lines, 1725 bytes
14: function phorum_sort_threads ($rows);
32: function _phorum_recursive_sort ($rows, &$threads, $seed=0, $indent=0);
timing.php -
3 functions/classes, 35 lines, 946 bytes
4: function timing_start ($key="default");
9: function timing_mark ($mark, $key="default");
14: function timing_print ($key="default");
users.php -
28 functions/classes, 621 lines, 19740 bytes
16: function phorum_user_check_session ( $cookie = PHORUM_SESSION );
54: function phorum_user_create_session ( $cookie = PHORUM_SESSION, $session_cookie = false );
88: function phorum_user_clear_session ( $cookie = PHORUM_SESSION );
102: function phorum_user_get ( $user_id, $detailed = true );
169: function phorum_user_get_list ();
174: function phorum_user_save ( $user );
196: function phorum_user_save_simple ($user);
205: function phorum_user_check_login ( $username, $password );
233: function phorum_user_verify ( $user_id, $tmp_pass );
239: function phorum_user_set_current_user ( $user_id );
252: function phorum_user_check_username ( $username );
257: function phorum_user_check_email ( $email );
265: function phorum_user_check_field ( $field_name, $field_value);
273: function phorum_user_add ( $user, $pwd_unchanged = false );
282: function phorum_user_prepare_data ( $new_user, $old_user, $pwd_unchanged = false );
365: function phorum_user_subscribe ( $user_id, $forum_id, $thread, $type );
372: function phorum_user_unsubscribe ( $user_id, $thread, $forum_id=0 );
385: function phorum_user_moderate_allowed ( $forum_id = 0, $user_data = 0 );
408: function phorum_user_get_moderators ( $forum_id );
419: function phorum_user_access_allowed ( $permission, $forum_id = 0 );
479: function phorum_user_access_list ( $permission );
519: function phorum_user_allow_moderate_group ($group_id = 0);
542: function phorum_user_get_moderator_groups ();
578: function phorum_user_get_groups ($user_id);
592: function phorum_user_save_groups ($user_id, $groups);
597: function phorum_user_addpost ();
602: function phorum_user_delete ($user_id);
607: function _phorum_user_cache_file ( $user_id );