uiisc/README.md

63 lines
1.5 KiB
Markdown
Raw Normal View History

2022-08-22 16:47:15 +00:00
# UIISC
2018-12-11 12:04:05 +00:00
2023-08-20 03:42:33 +00:00
English | [简体中文](README-zh.md)
2022-12-12 16:01:51 +00:00
An Open Source Web Hosting Account and Support Management System for MyOwnFreeHost
2016-12-23 17:55:30 +00:00
2023-05-20 02:37:56 +00:00
- Demo : [demo.uiisc.com](http://demo.uiisc.com)
2023-02-14 01:51:13 +00:00
- Official Site : [uiisc.org](http://uiisc.org "UIISC")
2022-12-13 14:42:14 +00:00
- Author : [Jackson Dou](https://github.com/jksdou "Jackson Dou")
2018-12-11 12:04:05 +00:00
2019-06-15 08:03:18 +00:00
## Functions
2019-06-05 10:47:13 +00:00
2019-06-15 08:03:18 +00:00
### multi-language module
2019-06-05 10:47:13 +00:00
- [x] Load default language config (/core/language/)
2019-06-24 10:14:22 +00:00
- [x] Change language
- [x] Load custom language config (/data/language/)
2019-06-05 10:47:13 +00:00
2019-06-24 13:04:26 +00:00
### ClientArea module
2019-06-05 10:47:13 +00:00
2019-06-15 08:03:18 +00:00
- [x] Account registration
- [x] Account verification
- [x] Account cancellation
- [x] Email verification
- [x] Profile modification
2022-12-13 14:42:14 +00:00
- [x] Login / Logout, Forget / Reset / Change password
2022-12-11 09:19:29 +00:00
- [x] Apply for a web hosting account
2022-12-13 14:42:14 +00:00
- [x] Web hosting account deletion / deactivation
- [x] Login to web hosting control panel
2019-06-05 10:47:13 +00:00
2022-12-13 14:42:14 +00:00
### AdminArea module
2019-06-15 08:03:18 +00:00
- [x] Verify if a domain is available
2022-12-13 14:42:14 +00:00
- [x] Creation of hosting account
2019-06-15 08:03:18 +00:00
- [x] Change password to hosting account
- [x] Deactivate or disable a hosting account
- [x] Activate or enable hosting account
- [x] Verify how many domain and state of the hosting account
2022-12-11 09:19:29 +00:00
- [x] Members management
- [x] Site configuration
2022-12-13 14:42:14 +00:00
- [x] API configuration
2023-05-30 02:44:48 +00:00
- [x] multi hosting provider management
2022-12-11 09:19:29 +00:00
- [x] News management
2019-06-15 08:03:18 +00:00
- [ ] Translation file management
### forum module
- [ ] Add/edit/delete posts
2019-06-05 10:47:13 +00:00
2018-12-11 12:04:05 +00:00
## Screenshot
2019-05-17 10:52:39 +00:00
##### <u>Solution Page</u>
2018-12-11 12:04:05 +00:00
2019-10-31 08:02:38 +00:00
> ![Solution Page](screenshot/solution.png)
2018-12-11 12:04:05 +00:00
2019-05-17 10:52:39 +00:00
##### <u>Login Page</u>
2018-12-11 12:04:05 +00:00
2019-10-31 08:02:38 +00:00
> ![Login Page](screenshot/login.png)
2018-12-11 12:04:05 +00:00
2019-05-17 10:52:39 +00:00
##### <u>Register Page</u>
2018-12-11 12:04:05 +00:00
2019-10-31 08:02:38 +00:00
> ![Register Page](screenshot/register.png)