WeChat Collection Sharing is a marketing tool for sharing and promotion through WeChat Moments. Installation steps: Unzip the compressed package to the root directory (must be an independent directory) and then import the database share_bak.sql into the database. You can use the tools that come with the MYSQL database, or you can use phpmyadmin or navicat to import the database. After importing the database, you need to modify the database. Configuration link file Apps/Conf/config.php Please do not open this file with Notepad, otherwise an error will occur returnarray('DB_TYPE'=>'mysql','DB_HOST'=>'localhost','DB_PORT'=>'3306' ,'DB_NAME'=>'xxxxxx', database name 'DB_USER'=>'xxxxxx', user name 'DB_PWD'=>'xxxxxx', password 'DB_PREFIX'=>'yh_', 'agent_version'=>1,) ;conf and upload folder permissions can be written in /Apps/Common/common.php and set the parameters related to email sending ---Set the public account parameters in /Apps/Class/Wechatauth.class.php ---private$app_id=' ###';private$app_secret='###';
PHP environment requires mysql5.0 or above php5.3 or above supports pseudo-static
After installation, you can log in at the front desk to enter the backend administrator rights: admin password: 123456. The source code is provided by Weikeduo official and is only for personal user learning and use. Weikeduo official cannot guarantee that the source code is complete and error-free.