61. технарь - 19 марта 2017 — 12:33 - перейти к сообщению
Recent.php - This file had one very clear purpose. It is here expressly to find and retrieve information about recently posted topics, messages, and the like.
62. технарь - 19 марта 2017 — 12:33 - перейти к сообщению
Register.php - This file has two main jobs, but they really are one. It registers new members, and it helps the administrator moderate member registrations. Similarly, it handles account activation as well.
63. технарь - 19 марта 2017 — 12:33 - перейти к сообщению
Reminder.php - This file deals with all the "Forgot your password?" things.
64. технарь - 19 марта 2017 — 12:33 - перейти к сообщению
RemoveTopic.php - This file handles removing topics and posts.
65. технарь - 19 марта 2017 — 12:34 - перейти к сообщению
RepairBoards.php - This file is solely responsible for handling the Find and Repair Any Errors maintenance task.
66. технарь - 19 марта 2017 — 12:34 - перейти к сообщению
Reports.php - This file is exclusively for generating reports to help assist forum administrators keep track of their forum configuration and state. The core report generation is done in two areas. Firstly, a report "generator" will fill context with relevant data. Secondly, the choice of sub-template will determine how this data is shown to the user.
67. технарь - 19 марта 2017 — 12:35 - перейти к сообщению
ScheduledTasks.php - Handles all of the scheduled tasks
68. технарь - 19 марта 2017 — 12:35 - перейти к сообщению
Search.php - This file handles all of the search things.
69. технарь - 19 марта 2017 — 12:35 - перейти к сообщению
SearchAPI-Custom.php - A class and methods for interfacing with the custom search index
70. технарь - 19 марта 2017 — 12:35 - перейти к сообщению
SearchAPI-Fulltext.php - Contains methods for handling searches using MySQL\'s fulltext index.