PHP financial investment and wealth management website system source code fund gold and silver p2p wealth management platform
Program function introduction: 01: Function addition: member fund records (you can view all members' transaction operation fund records), member investment projects (view all members' investment projects), the member system adds in-site text messages, and the text message content is modified in the back-end website settings , and at the same time, the member area will give a voice reminder for new text messages! 02: Member contract setting steps: ① User registers as a member—② In the administrator back-end [Member List] contract settings, click [Load Template] to edit the content with {★Required★}—③Wait for the member to sign the contract—④After Terminal administrator confirms and stamps 03: Automatic principal return function: can be turned on and off by setting the button on the website 04: Add in-site SMS batch sending function 05: Add financial membership level discount function: The function switch is set on the website, and level discounts are on the left Discounts are set for the financial management level. New members have the default junior financial management membership level without discounts. When adding projects, check the Participate in Discounts box to get discounts according to the member's financial management level, or click on the item list point to participate in the discount list and click Modify 06: Add the income calculation function
, Reason for selection:
Simple 1. Targeted design, specifically designed for small and medium-sized enterprises, lightweight, extremely focused on customer experience, and extremely easy to use; 2. The system is easy to operate, has low learning costs, and can be mastered quickly; 3. The labeling system is simple, The tags are in HTML format, which is very simple and easy to learn. Designers who don’t know code can easily create development templates; Quick 1. The computer website, mobile website, and WeChat are integrated into one, sharing one space, and the data of the three stations are automatically synchronized. , save time, worry and effort; 2. Support bilingual website building in Chinese and English, Chinese can be translated into English with one click, saving time; 3. Marketing website construction system, with built-in SEO optimization function, which is beneficial to search engine rankings; 4. Automatically Generate static HTML and website maps without manual intervention; 5. One-click backup to facilitate website migration; Portable 1. The system is lightweight in design, cross-platform, and supports multiple operating systems (such as windows, linux, mac, etc.), and more Web server (IIS, Apache, Nginx, LightHttpd, etc.); 2. The page address can be set by yourself, short URL. For example: http://www.xx.com/news.html. For example: http://www.xx.com/news/1.html The red part can be set by yourself; 3. Use multiple browsers: such as: IE6/7/8/9, Firefox, Webkit Express, Opera; 4. Static HTML and pseudo-static URL addresses are unified. Security 1. Developed using open source PHP + MYSQL, no malicious backdoors, high security; 2. Escape and filter query conditions to prevent SQL injection; 3. Filter out XSS dangerous characters and escape HTML, effectively preventing XSS attack; 4. Directory security files are used for important directories to prevent direct listing of directory files to prevent important files from being downloaded; 5. Designed to prevent viruses such as hackers and Trojan horses, the write permission of the entire website can be turned off (only /Upload, /Data, /App/Conf three directories have write permissions, but execution permissions are turned off). What can be written cannot be executed. Even if a hacker uploads a Trojan, it is still allowed. The security of the website must be foolproof.
4. Source code demonstration:
Consult online customer service.
5. Operating environment:
Locale: Support PHP5.3/5.4/5.5/5.6/7.0/7.1/7.2/7.3
Database: MySql 5.0 and above
Operating system: This product is cross-platform and supports operating systems such as Windows, Linux, Unix, and Mac.
Web server: supports all mainstream web servers, such as: Apache, IIS, Nginx (needs to be configured to support PATHINFO mode), etc. Note: 1. The web server is recommended to use IIS7.5 (comes with Windows 2008 Server) or Apache, which supports pseudo-static (URL Rewrite) by default, which will enable your website to achieve a better customer experience and better SEO effect; 2. Windows 2003 Server comes with IIS6.0 and does not support pseudo-static by default. The third-party component ISAPI_Rewrite3.1 needs to be installed to support pseudo-static; 3. For servers with less than 512M of memory, it is recommended to use the Linux system.