This version is the latest version 2.0, and the anti-theft device that comes with the source code has been broken (the anti-theft device cannot be picked up and shipped when the anti-theft is turned on)
Anyone who has opened an online store should know this, especially those who sell virtual goods! Card encryption automatic shipping is an indispensable skill. The more famous ones are Flashpoint card encryption, fifth generation, etc...
2.0 new version features
How to use:
1. Space setup
1. Apply for space (the free space application address is http://sea.sina.com.cn, please take me with you when you are rich)
2. Configuration space
3. Upload program
4. Modify the root directory of the configuration file config.php. The website name, URL, and database configuration do not need to be modified.
5. Execute http://website/install. After the installation is completed, delete the install folder and modify the admin address.
6. Configure Taobao authorization http://open.taobao.com
Join the open platform => Create application => Fill in the callback URL (obtain http://URL/U/ in the program's background API configuration) => Create => Application certificate (copy AppKeyAppSecret to the background API configuration) => Taobao authorization => Completed
7. Baby synchronization, just set the delivery mode.
2. Set up your own space and modify the configuration file config.php
///////////////////////////////////////////////////// /////
$dbhost=SAE_MYSQL_HOST_M;//database ip address
$dbuser=SAE_MYSQL_USER;//Database user name
$dbpwd=SAE_MYSQL_PASS;//Database password
$dbname=SAE_MYSQL_DB;//database name
$dbport=SAE_MYSQL_PORT;//Database port
$db_prefix=”t_”;
Just modify the configuration to your own database.
$dbhost="localhost"; //Database IP address
$dbuser="root";//Database user name
$dbpwd="123456";//Database password
$dbname="aixiwentest";//database name
$dbport=3306;//Database port
$db_prefix=”t_”;
Just execute install
Others are the same as free space setup