The new URL online packaging APK system source code + unencrypted

This is the PHP source code (including the front end), unencrypted

Function: You can package URLs into APKs (not supported into IOS applications for now), similar to Chameleon packaged APPs, but now online packaged APPs start to charge (100 soft sister coins/year) and real names

The source code comes with installation tutorials and solutions to common problems. This is just a demo (not yet ready for commercial use, but it can be achieved. You need to know APK development and PHP development)

Advantages: simple installation, simple operation, built-in JAVA environment (only 48.11M), integrated certificate

Installation Notes

Please import the sql file to the database first, and then modify the database configuration information in the sql.php file

After the installation is complete, please use the computer to access, because the page size is limited, the mobile phone cannot be accessed normally

1. For the first visit, error 500 is reported

Please check whether the PHP version is 7.0 or above, and the database information is correct, and the database file is sql.php

2. It always prompts that the compilation fails

Find the C:\windows\temp directory, right click on the temp directory, select "Properties" - "Security" - "Edit" - "Add" - enter "E" - "Confirm" - check "Full Control" - click OK step by step can

3. The project has been stuck on "Compiling..."

It may be that there are too many projects compiled at the same time, causing the compilation to be interrupted, just click package and compile again

4. How to enable blue cloud uploading of demo source code

In the rookie_config table of the database, in the cookie field, fill in the phpdisk_info parameter value of Lanzuoyun

Then the upcode parameter can be changed to true, if it is false, it means that the upload is not enabled

This is the demo source code, only retaining the core functions, reaching the level of self-use

Unavailable features include

Normal function:

1. Retrieve password 2. Personal center 3. Cainiao resource push 4. Custom certificate

Administrator functions 1. Log in, personal center 2. Set up uploading to Lanzuo Cloud (compiled APP is automatically uploaded to Lanzuo Cloud) 3. Upload APP template 4. Online decompression/edit APP template 5. Online editing and modifying code

program:

picture:

Guess you like

Origin blog.csdn.net/m0_68479320/article/details/130432337