Download the source code of PHP imitation code farmer network whole site source code resource sales platform, worth 5,000 yuan System function introduction: supports articles, forums, downloads, pictures, novels, videos, malls, special topics and other modules, all modules support custom fields, you All the website functions you can think of can be realized.
Member group: Member group price + time + permissions, membership level and icon.
Payment interface: WeChat Alipay and the complete visa-free payment system connected to this site.
Plug-in introduction: Sign in and reward Baidu push articles for internal links.
Remote attachment: Tencent Cloud Baidu Cloud Alibaba Cloud.
System cache: file cache, Memcached cache, Redis cache, WinCache cache, APC cache.
Other functions: Customize pseudo-static rules, generate static pages, customize pages, upload submissions, comments, member discounts, SMS emails, and multiple languages.
Installation tutorial:
1. Modify the database address first.
Open the folder config and find database.php to modify your database.
2. Import sql into the database.
3. Go to the backend to modify your domain name.
Backend address: domain name/admin.php
Default account admin
Default password 123456
4. You can basically explore the rest by yourself.
Pseudo-static rules:
location / {if (-f $request_filename) {break;}if ($request_filename ~* ".(js|ico|gif|jpe?g|bmp|png|css)$") {break;}if (! -e $request_filename) {rewrite ./index.php last;}}