Сегодня: 17:12:2025 Доброго вам вечера!

I live ExBB and CMS Limbo!  I live ExBB and CMS Limbo!
Логин :
Пароль :
Регистрация?  Забыли пароль? 
 

Страниц (117): В начало « ... 42 43 44 45 [46] 47 48 49 50 ... » В конец

> Найдено сообщений: 1165
NordWest Отправлено: 19 марта 2017 — 14:01 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
Memberlist.php - This file handles the main (publicly-viewable) memberlist, as well as searching for members via the memberlist.

MemberList', 'Shows a list of registered members.
MLall', 'Used to display all members on a page-by-page basis with sorting.
MLSearch', 'Used to search for members or display search results.
printMemberListRows', 'Retrieves results of request passed to it.
NordWest Отправлено: 19 марта 2017 — 14:00 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageSmileys.php - This file contains functions for managing smileys and smiley sets.

AddSmiley', 'This function is used for adding a new smiley to one or more sets.
EditMessageIcons', 'Handles the message icon manager.
EditSmileyOrder', 'This function handles editing the order of the smileys.
EditSmileys', 'This function handles adding, editing and deleting individual smileys.
EditSmileySets', 'This function handles adding, editing or deleting smiley sets.
EditSmileySettings', 'This function handles the "Smiley Settings" screen. It allows you to edit all smiley-related settings and smiley sets.
ImportSmileys', 'Imports smileys from an existing directory into a new smiley set.
InstallSmileySet', 'Installs a new smiley set.
list_getMessageIcons', 'Gets and returns information about all the message icons for the list.
list_getNumSmileys', 'Gets and returns the total number of smileys for the list.
list_getNumSmileySets', 'Returns the total number of (known) smiley sets for the list.
list_getSmileys', 'Gets information about all the smileys for the list.
list_getSmileySets', 'Gets and returns information about all the smiley sets for the list.
ManageSmileys', 'This is the main entry point for the smiley management center. It defines the sub-actions, etc.
sortSmileyTable', 'Utility function used to keep the smileys table sorted in descending order by the length of the smiley code.
NordWest Отправлено: 19 марта 2017 — 14:00 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageSettings.php - This file contains functions for managing various forum settings, as well as for the "Modification Settings" page.

EditCustomProfiles', 'Handles editing of custom profile fields.
list_getProfileFields', 'Gets all the profile fields for the list.
list_getProfileFieldSize', 'Returns the number of custom profile fields.
loadGeneralSettingParameters', 'Loads settings parameters for the specified subactions.
ModifyBasicSettings', 'Handles basic forum settings - guest access, default personal text, etc.
ModifyCoreFeatures', 'An overall control panel handling enabling/disabling of many key features.
ModifyFeatureSettings', 'Sets up all of the tabs/sections in the Admin -> Configuration -> Features and Options section.
ModifyGeneralSecuritySettings', 'Settings really associated with general security aspects.
ModifyKarmaSettings', 'Handles Karma-related settings.
ModifyLayoutSettings', 'Handles the "Look and Layout" section.
ModifyModerationSettings', 'Handles settings for the user warning system.
ModifyModSettings', 'Handles the Modification Settings section of the admin center.
ModifySecuritySettings', 'Handles security-related settings.
ModifySignatureSettings', 'Handles signature-related settings.
ModifySpamSettings', 'Handles the Anti-Spam settings.
pauseSignatureApplySettings', 'Temporarily pauses applying settings to signatures.
ShowCustomProfiles', 'Shows all custom profile fields.
NordWest Отправлено: 19 марта 2017 — 14:00 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageServer.php - This file contains all the functionality needed to edit the core server settings.

AddLanguage', 'Handles browsing for and installing a new language.
cleanLangString', 'Cleans up language strings to/from the display.
DownloadLanguage', 'Handles downloading language packs from the SMF website.
list_getLanguages', 'Loads up information about the existing languages for the list.
list_getNumLanguages', 'Gets and returns the total number of installed languages for the list.
ManageLanguages', 'Main interface for managing forum languages.
ModifyCacheSettings', 'This function handles the cache-related settings.
ModifyCacheSettings', 'Handles everything related to caching.
ModifyCookieSettings', 'Handles settings related to cookies.
ModifyCoreSettings', 'Loads up the information in Settings.php and displays an interface allowing you to change some of these settings.
ModifyDatabaseSettings', 'Handles managing database settings.
ModifyGeneralSettings', 'Handles the general server settings - maintenance mode, forum name, etc.
ModifyLanguage', 'Handles editing of a particular set of language entries.
ModifyLanguages', 'Lists all current languages and allows editing of them.
ModifyLanguageSettings', 'Displays a list of all languages and allows editing of them.
ModifyLoadBalancingSettings', 'Allows you to configure SMF to disable some features if the server load is too high.
ModifyOtherSettings', 'Displays an interface for editing configuration settings that are stored in the database (except caching-related settings).
ModifySettings', 'The main entry point for the "Edit Server Settings" section.
prepareDbSettingsContext', 'A helper function. It sets up the context for database settings.
prepareServerSettingsContext', 'Sets up the $context array for Manage Server Settings.
saveDBSettings', 'A helper function for saving DB settings.
saveSettings', 'Saves settings to Settings.php and/or the settings table.
NordWest Отправлено: 19 марта 2017 — 14:00 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageSearchEngines.php - Contains functions for handling features and options related to search engines

consolidateSpiderStats', 'Takes any unprocessed hits and turns them into stats.
EditSpider', 'Handles adding new spiders and editing details for existing spiders.
list_getNumSpiderLogs', 'Gets and returns the total number of spider log entries for the list.
list_getNumSpiders', 'Gets and returns the total number of known spiders.
list_getNumSpiderStats', 'Gets and returns the total number of spider stats entries for the list.
list_getSpiderLogs', 'Gets and returns the rows of information for the spider log.
list_getSpiders', 'Gets information about the known search engine spiders for the list.
list_getSpiderStats', 'Gets all the spider stats for the list.
logSpider', 'Logs a spider as being online.
ManageSearchEngineSettings', 'Handles settings related to search engines.
recacheSpiderNames', 'Updates the cache of spider names.
SearchEngines', 'Main entry point for search engine management.
sortSpiderTable', 'Sorts the spiders table by user agent name to avoid mis-identification of the spider.
SpiderCheck', 'Tries to determine whether or not the current user is a search engine spider.
SpiderLogs', 'Handles viewing the spider-related logs.
SpiderStats', 'Loads up spider-related statistics.
ViewSpiders', 'Loads up a list of all known search engine spiders.
NordWest Отправлено: 19 марта 2017 — 13:59 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageSearch.php - Handles all the functionality related to search settings in the admin center.

CreateMessageIndex', 'Creates a custom search index for the messages table.
EditSearchMethod', 'Edit the search method and search index used.
EditSearchSettings', 'Edit some general settings related to the search function.
EditWeights', 'Edit the relative weight of the search factors.
loadSearchAPIs', 'Loads up available search APIs.ManageSearch', 'Main entry point for the admin search settings screen.
NordWest Отправлено: 19 марта 2017 — 13:59 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageScheduledTasks.php - Handles everything related to scheduled tasks.

EditTask', 'Handles editing of a specific scheduled task.
list_getNumTaskLogEntries', 'Determines how many task log entries there are.
Loads up information about all the scheduled tasks so you can manage them.
list_getTaskLogEntries', 'Gets a list of task log entries for the task log.
ManageScheduledTasks', 'Handles management of scheduled tasks - viewing them, editing them and viewing the scheduled task log.
ScheduledTasks', 'Displays the scheduled tasks and allows you to enable/disable them as well as run them now.
TaskLog', 'Shows a log of all tasks that have taken place.
NordWest Отправлено: 19 марта 2017 — 13:59 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageRegistration.php - This file helps the administrator setting registration settings and policy as well as allow the administrator to register new members themselves.

AdminRegister', 'Allows the admin to register a new member through the admin center.
EditAgreement', 'Allows the administrator to edit the registration agreement, and choose whether it should be shown or not.
ModifyRegistrationSettings', 'Handles all registration-related settings.
RegCenter', 'Loads up the admin registration center.
SetReserve', 'This function sets up the interface for editing reserved names.
NordWest Отправлено: 19 марта 2017 — 13:58 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManagePosts.php - This file contains all the screens for managing Posts and Topics settings.

ManagePostSettings', 'The main entrance point for the \'Posts and topics\' screen.
ModifyBBCSettings', 'Set a few Bulletin Board Code settings.
ModifyPostSettings', 'Set any setting related to posts and posting.
ModifyTopicSettings', 'Set any setting related to topics.
SetCensor', 'Shows an interface to set and test word censoring.
NordWest Отправлено: 19 марта 2017 — 13:58 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManagePermissions.php - ManagePermissions handles all possible permission stuff.

EditPermissionProfiles', 'This function handles adding, editing and deleting of permissions profiles.
GeneralPermissionSettings', 'A screen to set up some general permission-related settings.
init_inline_permissions', 'Internal function to initialise the inline permission settings.
loadAllPermissions', 'Internal function to load permissions into $context[\'permissions\'].
loadIllegalGuestPermissions', 'Loads up an array of permissions that guests can\'t have.
loadIllegalPermissions', 'Loads up any permissions that the current user cannot grant.
loadPermissionProfiles', 'Loads up all available permissions profiles for editing.
ModifyMembergroup', 'Modify permissions (local or global) for a particular group.
ModifyMembergroup2', 'Saves permissions for a particular group.
ModifyPermissions', 'The main entrance point for modifying permissions.
ModifyPostModeration', 'Presents a nice screen for applying post moderation.
PermissionByBoard', 'Shows a list of boards and their assigned permissions profiles, and allows you to change each board\'s profile.
PermissionsIndex', 'The default "Manage Permissions" screen.
save_inline_permissions', 'Saves permissions from an inline permissions form.
setPermissionLevel', 'Internal function used to set up pre-defined permissions levels.
SetQuickGroups', 'Handles permission modification actions from the upper part of the permission manager index.
theme_inline_permissions', 'Function called by templates to show a list of permissions settings.
updateChildPermissions', 'Updates permissions for any groups that are based off the specified group.

Страниц (117): В начало « ... 42 43 44 45 [46] 47 48 49 50 ... » В конец

Powered by ExBB v1.1.180311