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

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

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

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

Ответов: 99
Просмотров: 55914
ManagePaid.php - This file contains functions for managing paid subscriptions and related settings.

addSubscription', 'Add or extend a subscription for a user.
list_getSubscribedUserCount', 'Gets and returns the number of users subscribed to a particular subscription.
list_getSubscribedUsers', 'Gets information about the users subscribed to a particular subscription and returns it for the list.
loadPaymentGateways', 'Loads up information about any available payment gateways.
loadSubscriptions', 'Loads up the $context[\'subscriptions\'] array, which contains information about all the subscriptions.
ManagePaidSubscriptions', 'Main entry point for managing paid subscriptions.
ModifySubscription', 'Handles adding, editing and deleting a subscription.
ModifySubscriptionSettings', 'Handles settings related to paid subscriptions.
ModifyUserSubscription', 'Add or edit a user subscription.
reapplySubscriptions', 'Re-applies subscription rules to the specified user/users.
removeSubscription', 'Removes a subscription for a user.
ViewSubscribedUsers', 'View a list of all users who are subscribed to a particular subscription.
ViewSubscriptions', 'Shows a list of all current subscriptions.
NordWest Отправлено: 19 марта 2017 — 13:58 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageNews.php - This file is responsible for handling everything in the "News and Newsletters" section of the admin center.

ComposeMailing', 'Shows the form to edit the newsletter and its recipients.
EditNews', 'Handles adding and editing of news items.
ManageNews', 'The entrance point for all News and Newsletter screens.
ModifyNewsSettings', 'Set general news and newsletter settings and permissions.
SelectMailingMembers', 'Allows a user to select the membergroups to send their mailing to.
SendMailing', 'Handles the sending of the forum mailing in batches.
NordWest Отправлено: 19 марта 2017 — 13:57 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageMembers.php - Contains functions necessary for managing members. In 1.0.x, this file also contains functions for managing membergroups and various other member-related functions.

AdminApprove', 'Handles activating/approving/deleting/reminding members, based on the admin\'s choice.
AdminBrowse', 'Loads up a list of accounts that have not been activated and/or approved yet, allowing the admin to do what they want with these accounts.
jeffsdatediff', 'Internal utility function used for calculating the difference between two dates. Takes time offset values into account.
MembersAwaitingActivation', 'Shows a list of members awaiting approval or activation.
SearchMembers', 'Search the member list, using one or more criteria.
ViewMemberlist', 'Shows a list of members.
ViewMembers', 'The main function for the admin member interface.
NordWest Отправлено: 19 марта 2017 — 13:57 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageMembergroups.php - This file contains all the functions necessary for membergroup management in the admin center. Many of the functions in this file are found in ManageMembers.php in 1.0.x

AddMembergroup', 'This function handles adding new membergroups - loads information for the interface and also handles inserting the new membergroup information.
DeleteMembergroup', 'This function handles deletion of a membergroup.
EditMembergroup', 'This function loads up information for modifying an existing group.
MembergroupIndex', 'Loads information about all the membergroups.
ModifyMembergroups', 'This is the main membergroup management function. It loads up all the information, sets up the sub-actions and checks permissions before calling the appropriate function.
ModifyMembergroupSettings', 'Set some general membergroup settings and permissions.
NordWest Отправлено: 19 марта 2017 — 13:57 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageMaintenance.php - This file contains functions for various forum maintenance tasks.

AdminBoardRecount', 'This function recounts many forum totals that can be recounted automatically without harm.
ConvertEntities', 'Converts HTML-entities to UTF-8 characters.
convertUtf8', 'Convert both data and database tables to UTF-8 character set.
MaintainCleanCache', 'Cleans the cache.
MaintainDatabase', 'Handles the functionality for the maintain database area.
MaintainDownloadBackup', 'Handling function for database backups.
MaintainEmptyUnimportantLogs', 'Empties unimportant logs.
MaintainFindFixErrors', 'Find and fix all the errors.
MaintainMassMoveTopics', 'Moves topics from one board to another.
MaintainMembers', 'Supporting function for the maintain members area.
MaintainPurgeInactiveMembers', 'Handles purging inactive members.
MaintainReattributePosts', 'Handles re-attributing guest posts to a specified user.
MaintainRemoveOldPosts', 'Removes old posts.
MaintainRoutine', 'Supporting function for the routine maintenance area.
MaintainTopics', 'Supporting function for the topics maintenance area.
Maintenance', 'Shows a list of maintenance options.
ManageMaintenance', 'Main entry point for the forum maintenance screen.
optimizeTables', 'Optimizes all tables in the database and lists how much was saved.
VersionDetail', 'This function parses the comment headers in all files for their version information and outputs that for some javascript to check with simplemacines.org.
NordWest Отправлено: 19 марта 2017 — 13:56 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageMail.php - This file is all about mail, how we love it so. In particular it handles the admin side of mail configuration, as well as reviewing the mail queue - if enabled.

BrowseMailQueue', 'Displays the mail queueю
ClearMailQueue', 'This function clears the mail queue of all emails, and at the end redirects to browse.
list_getMailQueue', 'Retrieves all the data for the mail queue.
list_getMailQueueSize', 'Gets and returns the total number of items in the mail queue.
ManageMail', 'This function passes control through to the relevant section. It serves as the main entry point for the Mail Queue stuff.
ModifyMailSettings', 'Handles the management of mail settings.
PauseMaileQueueClear', 'Used for pausing the mail queue.
time_since', 'Little function to calculate how long ago a time was.
NordWest Отправлено: 19 марта 2017 — 13:55 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageErrors.php - This file handles the error log and the deletion of said errors.

deleteErrors', 'Deletes all or some of the errors in the error log.
ViewErrorLog', 'Sets all the context up to show the error log for maintenance.
ViewFile', 'Will do php highlighting on the file specified in $_REQUEST[\'file\'].
NordWest Отправлено: 19 марта 2017 — 13:55 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageCalendar.php - Contains functions for managing holidays, events and various calendar-related options and settings.

EditHoliday', 'This function is used for adding/editing a specific holiday.
ManageCalendar', 'The main controlling function for the calendar management stuff.
ModifyCalendarSettings', 'This function handles all calendar-related settings.
ModifyHolidays', 'This function handles adding and deleting holidays.
NordWest Отправлено: 19 марта 2017 — 13:55 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageBoards.php - This file controls all the admin functions for managing and editing boards.

EditBoard', 'Screen for editing and repositioning a board.
EditBoard2', 'Function for handling a submitted form saving the board.
EditBoardSettings', 'Handles a few board and category settings.
EditCategory', 'Screen for editing and repositioning a category.
EditCategory2', 'Function for handling a submitted form saving the category.
ManageBoards', 'Main entry point for all the manageboards admin screens.
ManageBoardsMain', 'Main screen showing all boards and categories.
NordWest Отправлено: 19 марта 2017 — 13:54 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 55914
ManageBans.php - This file contains all the functions needed for the ban center.

Ban', 'The main entrance point for all ban center functions.
BanBrowseTriggers', 'Screen for showing the banned enities.
BanEdit', 'The screen for adding new bans and modifying existing ones.
BanEditTrigger', 'The screen for adding new ban triggers or modifying existing ones.
BanList', 'Shows a list of bans currently set.
BanLog', 'Show a list of logged access attempts by banned users.
checkExistingTriggerIP', 'Checks to see if an existing trigger matches the given IP.
ip2range', 'Convert a single IP to a ranged IP.
list_getBanLogEntries', 'Gets the data for displaying ban log entries.
list_getBans', 'Gets a list of ban groups.
list_getBanTriggers', 'Gets a list of all the ban triggers for a particular ban group.
list_getNumBanLogEntries', 'Fetches and returns the total number of entries in the ban log.
list_getNumBans', 'Returns the total number of ban groups.
list_getNumBanTriggers', 'Returns the number of ban triggers of the specified type.
range2ip', 'Converts a given array of ip numbers to a single string.
updateBanMembers', 'Updates the members table to match the new bans.

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

Powered by ExBB v1.1.180311