eFrameWork is a public framework, so the default account, password, directory structure and other information are also public. To ensure system security, please be sure to read the following content carefully.
1. Modify the administrator’s default username and password.
2. The Manage folder is a development platform. You may consider not uploading some folders after the actual project development is completed. To open on the network, rename the folder.
3. The System folder is the system management end. Please rename the folder for actual projects.
4. The parameter security check is written as a universal function and placed under Global, and the verification is called when the request is generated. Can be improved as needed.
5. The database opening and closing are opened and closed uniformly under Global by default, which is more convenient to use. However, if the site has a large number of visits, it is recommended to open it when the database is needed and close it when it is finished.
6. System default user name: eketeam Password: 123456 You can log in to the development platform and management system.
7. After restoring the database, remember to modify the web.config connection string
8. The eFrameWork framework and EKECMS will be continuously improved and updated, please stay tuned to frame.eketeam.com
9. To download the latest frameworks and projects, please go to the official website frame.eketeam.com. Some minor bugs in the same version will be kept up to date on the official website.
10. For commercial purposes, please retain the frame information.
Advantages of using EKECMS:
1. The management background is configured through the eFrameWork framework, which is easy to maintain and expand.
2. Automatic image compression processing. If bmp files or camera photos are uploaded directly, the system will perform compression processing. Otherwise, the file will be too large and the website will load slowly.
3. Automatically translated into: Simplified Chinese and Traditional Chinese versions.
4. Mature and refined implementation ideas and structural layout.
5. Complete role permission mechanism.
6. Automatically download network files (various attachments included when copying web pages).
7. The entire site’s SEO information can be managed.
8. Automatic deletion mechanism for junk files.
Design principles:
1. The PC and mobile terminals share a set of data (to facilitate maintenance), and can also be deployed separately.
2. One site has multiple uses, and the same website can be shared by multiple companies (manually add sites to the database and users under the site).
3. Do not actually delete data to prevent accidental deletion.
4. Attachments are stored by date to facilitate data backup.
5. Dynamic definition of columns: including (parent column, single-page article, article list, product display, picture display, case display, video display, online message), the specific interface and data content are modified according to the actual situation.
6. The entire site is highly reusable.
EKECMS website management system update log:
2019-4-8
Added pseudo-static
2019-4-18
Added data caching mechanism
2019-5-5
Added pseudo-static enabled status (default is not enabled) to prevent users from not being able to access the settings due to inability to access.