PHP imitation Baping Tianxia Fun Planet hangs up to read news and make money dual-end app source code + detailed tutorial + complete background source code introduction:
The source code mainly relies on users to recharge their membership, then become a VIP, and they can make money by clicking on the article to read and hang up.
Imitate the domination of the screen world, no need to post to Moments, just read the article and get the reward directly after finishing the reading.
All modes are the same as Bapingtianxia. Just the tasks are different. It saves members the troublesome action of posting to Moments. The most important thing is that the front-end is the native app source code, and the operation is very smooth.
You can automatically earn profits by reading articles online without forwarding them to Moments. It is divided into ordinary VIP and advanced VIP, multi-level promotion model + distribution model. Today I will share with you a super awesome profit-making source code. Remember that it is only for study and research, and you are responsible for all business activities. The source code is mainly for users to recharge their membership, and then become a VIP. You can make money by clicking on the article to read and hang up. You can test it by yourself. This registration has SMS and is connected to SMS Bao. I removed SMS Bao during the test, but it was not deleted in the source code. I deleted it when I installed the server, so it does not affect SMS Bao. You can just go to Baidu on your own and it costs basically 10 cents per text message. Note: This source code must be for Windows system, yes, Linux is not acceptable. Just install a pagoda on the windows system. This step is for promotion. It will jump to the page for downloading the app. However, I did not upload it to the distribution platform, so this step will be 404. After you build it, just upload the generated native app to the distribution platform. This payment interface jumps to Alipay. When the user opens the mobile phone, it will jump directly to Alipay to pay the bill. It is very convenient. The source code interface also has a WeChat payment method. I will study this by myself. The reason why I can't jump to this step is because my simulator does not have Alipay installed. . . In one step, we will teach you how to configure a pagoda from beginning to end. The backend is basically done, let's let it be passed on first, and I'll go to the frontend demonstration first. This backend cannot directly access the domain name. It needs to have a suffix. The domain name is /admin/. Don’t forget to import the database and it just got stuck. Don’t forget to import the database, otherwise you won’t be able to log in to the backend. Now test the app and there is nothing wrong with it. It is not displayed here because you have not logged in to your account, and the source code is all open source. If you want to display the registration interface immediately, you can change it here and modify the entrance page. The app’s logo and startup image are all changed in this file. Okay, after building the front-end tutorial, first download the Windows version of the development tools on the left, and download the app development version below. I have already downloaded it, so I won’t download it again. After downloading, it seems that you need to log in with an account and password, so you need to register an account and password on this website now. Just follow what I did, modify the interface path file in the APP source code: js/mui.min.js, and modify var base_url="http://www.XXX.com/api/";www.XXX.com to the background corresponding Domain name, I have already changed this and I won’t change it. Copy the original files into the existing project. (No need to copy the configuration file manifest.json) The front end is that simple. As for the Android certificate, just get one and you can generate it on your own computer. Or just use this public one. Backend operating environment: php+mysql windows server Recommended server package: pagoda, php5.6 or symbiosis mode. The APP can be built using HBuilder. Just import the APP source code into HBuilder and configure the corresponding files. 1. Deploy the backend first: upload the backend compressed package to the root directory of the website and decompress it. Import the database file baping.sql. Modify two database configurations: include/common.inc.php and api/application/config/database.php2. Modify the interface path file of the APP source code: js/mui.min.js, and change var base_url="http://www. XXX.com/api/"; www.XXX.com is changed to the corresponding domain name in the background. 3. The default account password is admin 1234564, backend address: http://www.xxx.com/admin/Interface for SMS: SMS Bao application website: http://www.smsbao.com/Modify SMS account location: server side Code root directory: apiapplicationcontrollersRegister.php Find the two methods of sms and sms1 and replace them with your own account password. The payment is corporate Alipay: Server-side code root directory: alipay/alipay.config. Replace the secret key, merchant number and domain name with your own basic information on the site, customer service phone information, and text label information: in apiapplicationcontrollers Index.php registration page information modification apiapplicationviewsreg.html Download page link address modification: apiapplicationviewsdownload.html