CODEC2I is the first Kickstarter-like open source crowdfunding platform in China. It adopts PHP+MYSQL application architecture and is developed based on the MDS crowdfunding framework to help users easily build professional crowdfunding websites.
System features: The system is easy to use and expand. Simple installation and upgrade wizard. View each user's access log. Users can log in to the system in the refrozen window. Support maintenance mode. Users can choose to automatically log in and register. Support Oauth, such as Tencent Weibo, Sina Weibo Manage your site and core settings in a separate admin panel Admin Search for Users Admin Suspend User Email Support HTML
Users can change their settings and modify their profile.
Easily edit email templates using object-oriented PHP programming, and the most popular MySQL or MySQLi databases use Twitter Bootstrap as the front-end framework
SHA1 + Salt encrypts user sensitive data. Supports users to upload multiple avatars. Supports users to crop avatars. Supports searching for all current and past projects in the form of points for virtual currency. Supports instant investment. Each user can publish unlimited projects. Integrate PayPal, Alipay, and WeChat. Futong uses AJAX, JSON asynchronous data to increase user experience. Easy management of projects. Simple and practical project creation wizard. Project supports uploading multiple pictures, changing project theme settings, project thumbnails, project supports commenting, editing and updating of project content, project supports video playback, project support. Private Investment Document Upload Notice
Installation method: Upload the installation package to the server
includes/configuration/config.php
Find the following and configure the database
defined("DB_SERVER") ? null : define("DB_SERVER", "localhost");
defined("DB_USER") ? null : define("DB_USER", "demo");
defined("DB_PASS") ? null : define("DB_PASS", "demo");
defined("DB_NAME") ? null : define("DB_NAME", "demo");
Expand