NameCMS is a free and open source domain name display and sales system suitable for individual farmers. It can independently display the domain names of farmers and achieve good inclusion results in search engines.
NameCMS is developed based on PHP and MySQL technologies and can be used on Windows, Linux, and Unix platforms at the same time. The environment requirements are as follows:
1. Windows platform:
IIS/Apache + PHP4/PHP5 + MySQL3/4/5
If used in windows environment.
2. Linux/Unix platform
Apache + PHP4/PHP5 + MySQL3/4/5 (PHP must be run in non-safe mode)
Recommended platform: Linux + Apache2.2 + PHP5.2 + MySQL5.0
3. PHP must have environment or enabled system functions:
allow_url_fopen
GD extension library
MySQL extension library
System functions - phpinfo, dir
4. Basic directory structure
..../install installation program directory, which can be deleted after installation [must have writable permissions during installation]
..../admin Default background management directory (can be renamed arbitrarily)
..../include class library file directory
..../images system default template image storage directory
..../uploads Default upload directory [must be writable]
..../html Default HTML file storage directory [must be writable]
..../templets system default kernel template directory
..../data system cache or other writable data storage directory [must be writable]
System installation method:
1. We open http://yourwebsite/install/index.php in the browser and start the installation;
2. Select "I have read and agree to this agreement" and click Continue. Here the system jumps to the environment detection page. If the environment detection is all correct ([√]), we click "Continue" to enter "Parameter Configuration";
3. First we configure the parameters in the "Database Settings" section. Here we involve several concepts: "database host", "database name", "database user", "database password", "data table prefix", "database encoding" ".
Things to note:
1. The table prefix is "name_" and cannot be modified. Modification will cause the system to be unable to install the database;
2. The username and password must be the system default "admin". If modified, the backend cannot be logged in. If you need to modify it, please install the system and log in to the backend to modify it.
4. Click "Continue" to complete the installation of DedeCMS. So far, the system installation has been completed, and you can use NameCMS.
Expand