Home >Backend Development >PHP Tutorial >ShopNC local life o2o website source code, no domain name restrictions

ShopNC local life o2o website source code, no domain name restrictions

WBOY
WBOYOriginal
2016-08-08 09:28:061302browse

A VIP source code forum shared a set of ShopNC local life o2o website system before. After downloading it, I found that it couldn’t be used at all, so I never shared it. Today we share the ShopNC local life o2o website source code without any restrictions. , just install it directly, it is very simple and convenient.

+------------------------+
ShopNC local life
+---------------- ---------+
ShopNC local life system is a product independently developed by Wangcheng Chuangxiang Company. It adopts the O2O model (Online To Offline) to combine offline shops with the Internet, making the Internet become offline The front desk of the transaction focuses on local life services and is a professional website integrating life and shopping. It reflects the characteristics of local life and meets the diverse needs of consumers. It also provides good display and sales channels for merchants. Merchants attract customers online to increase customer flow, and consumers consume offline and enjoy more discounts. Merchants can increase profits and visibility by participating in group purchases. They can also set up coupons and membership cards to attract more customers. Users can conduct reviews on merchants. Write reviews, participate in group purchases, and use discount coupons to shop and enjoy discounts. The site provides richer merchant content and product information, integrating originally scattered content into one platform.
+----------------------------------+
Environmental requirements and operating system requirements
+---- ----------------------------------+
1. ShopNC local life system has cross-platform features and can run on Linux/FreeBSD/ Under various operating system environments such as Unix and Microsoft Windows 2000/2003/XP/NT
. We have done a lot of testing and field inspections in the software for the above operating systems to ensure that the ShopNC local life
system can run safely and stably in the above systems, but you still need to take security precautions at the server operating system level.
For example, Windows users need to change the initial root password of MySQL for Windows to avoid reading and writing files across directories. Unix-like users need to avoid
using too simple passwords, avoid reading and writing files across user directories, and do other related software on the server. (Such as Sendmail, ftpd, httpd)
Security precautions, using newer software versions, etc.
If you rent a virtual host, generally formal and technically strong virtual host providers will have made all preparations for the operating system. Users do not need to pay attention to this part.
2. It is recommended to use the Linux/FreeBSD operating system, which is not only completely free, but also provides better stability and load capacity.
+----------------------------------+
Language and database support environment requirements
+---- ----------------------------------+
ShopNC local life system requires the following software to be installed on the server:
1. Mainstream WEB server ( Such as Apache, IIS, Nginx, etc.), PHP 5.2 or 5.3 environment, and install Zend Optimizer3. Stable versions not only have more features, but also usually have known security vulnerabilities fixed in older versions.
2. If you rent a virtual host, please consult the virtual host provider whether your space server has the above software installed. Since the data table of the ShopNC e-commerce portal system
has a prefix design, you can usually install the ShopNC e-commerce portal system and other software in the same database, or use different
prefix names to install multiple software in the same database. applications without conflict.
3. Your MySQL database account should have CREATE, DROP, ALTER and other execution permissions. At the same time, the file space must be no less than 100M, and the database space must be no less than 5M. Usually your virtual space will meet this condition to meet the requirements of ShopNC. Most
network software, including e-commerce portal systems, run normally. If you don't know the specifics, check with your space provider.
4. Install the tools and software that may be used
The ShopNC local life system development team tries to make the installation steps simple and convenient, but some commonly used tools and software may still be used. If
you upload the ShopNC local life system to the server through the network, you will probably need an FTP client software. Use your server
FTP account to use the FTP client software to upload relevant files to the server. At the same time, you may need a simple text file editing software to modify the parameters of the configuration file. General third-party software such as UltraEdit, EditPlus, etc. can do the job. ShopNC e-commerce portal system requirements
When using FTP software to upload php files, use binary (BINARY) mode, otherwise it will not work properly.

Note: If you are using a Windows system, please do not use the "Notepad" program that comes with the system to open files in the ShopNC local life system. Even if you are just viewing them, it is recommended that you do not use the "Notepad" program. When Notepad is opened, it will write a dot to the first position of the file content. This cannot be seen in
general programs (including Notepad itself), but because of the existence of this dot, it will affect the normal program run. Don't, use notebooks with caution.
+----------------------------------+
Start installing ShopNC local life system
+----------------------------------+
Upload all the files in the program directory to the directory you want to install location, and then open the following URL
http://your domain name/program directory/index.php
If it is the first installation, the system will automatically jump to the installation interface. You only need to fill in the relevant information as required. The installation can be completed smoothly and you can use it after the installation is completed.
Backend management path: http://your domain name/program directory/admin/
Reinstallation method: If you have already installed it and want to reinstall it, delete the lock file in the install directory and then reinstall it.



Detailed instructions: http://php.662p.com/thread-598-1-1.html

The above introduces the source code of the ShopNC local life o2o website, without domain name restrictions, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn