jap genau
Code: Alles auswählen
// Table names
define('CONFIRM_TABLE', $table_prefix.'v1_confirm');
define('AUTH_ACCESS_TABLE', $table_prefix.'v1_auth_access');
define('BANLIST_TABLE', $table_prefix.'v1_banlist');
define('CATEGORIES_TABLE', $table_prefix.'v1_categories');
define('CONFIG_TABLE', $table_prefix.'v1_config');
define('DISALLOW_TABLE', $table_prefix.'v1_disallow');
define('FORUMS_TABLE', $table_prefix.'v1_forums');
define('GROUPS_TABLE', $table_prefix.'v1_groups');
define('POSTS_TABLE', $table_prefix.'v1_posts');
define('POSTS_TEXT_TABLE', $table_prefix.'v1_posts_text');
define('PRIVMSGS_TABLE', $table_prefix.'v1_privmsgs');
define('PRIVMSGS_TEXT_TABLE', $table_prefix.'v1_privmsgs_text');
define('PRIVMSGS_IGNORE_TABLE', $table_prefix.'v1_privmsgs_ignore');
define('PRUNE_TABLE', $table_prefix.'v1_forum_prune');
define('RANKS_TABLE', $table_prefix.'v1_ranks');
define('SEARCH_TABLE', $table_prefix.'v1_search_results');
define('SEARCH_WORD_TABLE', $table_prefix.'v1_search_wordlist');
define('SEARCH_MATCH_TABLE', $table_prefix.'v1_search_wordmatch');
define('SESSIONS_TABLE', $table_prefix.'v1_sessions');
define('SESSIONS_KEYS_TABLE', $table_prefix.'v1_sessions_keys');
define('SMILIES_TABLE', $table_prefix.'v1_smilies');
define('THEMES_TABLE', $table_prefix.'v1_themes');
define('THEMES_NAME_TABLE', $table_prefix.'v1_themes_name');
define('TOPICS_TABLE', $table_prefix.'v1_topics');
define('TOPICS_WATCH_TABLE', $table_prefix.'v1_topics_watch');
define('USER_GROUP_TABLE', $table_prefix.'v1_user_group');
define('USERS_TABLE', $table_prefix.'v1_users');
define('WORDS_TABLE', $table_prefix.'v1_words');
define('VOTE_DESC_TABLE', $table_prefix.'v1_vote_desc');
define('VOTE_RESULTS_TABLE', $table_prefix.'v1_vote_results');
define('VOTE_USERS_TABLE', $table_prefix.'v1_vote_voters');
// Start add - Who viewed a topic MOD
define('TOPIC_VIEW_TABLE', $table_prefix.'v1_topic_view');
// End add - Who viewed a topic MOD
// BEGIN CrackerTracker v5.x
define('CTRACKER_CONFIG', $table_prefix . 'v1_ctracker_config');
define('CTRACKER_IPBLOCKER', $table_prefix . 'v1_ctracker_ipblocker');
define('CTRACKER_LOGINHISTORY', $table_prefix . 'v1_ctracker_loginhistory');
define('CTRACKER_FILECHK', $table_prefix . 'v1_ctracker_filechk');
define('CTRACKER_FILESCANNER', $table_prefix . 'v1_ctracker_filescanner');
define('CTRACKER_BACKUP', $table_prefix . 'v1_ctracker_backup');
// END CrackerTracker v5.x
// Begin Map Mod
define('MAP_MOD_MAP_TABLE', $table_prefix.'v1_map_mod_map');
define('MAP_MOD_USER_TABLE', $table_prefix.'v1_map_mod_user');
define('MAP_MOD_PLACE_TABLE', $table_prefix.'v1_map_mod_place');
define('MAP_MOD_CONFIG_TABLE', $table_prefix.'v1_map_mod_config');
define('MAP_MOD_TEXT_TABLE', $table_prefix.'v1_map_mod_text');
define('MAP_MOD_COUNTRY_TABLE', $table_prefix.'v1_map_mod_country');
// End Map Mod
das is n premoddet board, deshalb hab ich da n paar schwierigkeiten...
thx schon ma für die mühe
gruss iro