The clean version of the 25vv website navigation program uses 114 kernel, which is stable and fast to open.
Features: Add a set of simple green style templates, which can be freely switched in the background;
Add the function of synchronizing official data in the background, so you can operate the website without manually updating the data;
Added city navigation module to create city navigation page;
Added the home page to display city famous websites based on IP judgment;
Updated the topic management function to solve the bug of being unable to delete topic categories;
Optimize template management, and templates can be customized for all site topics and categories;
Optimize the homepage style and fix the bug of automatically hiding categories;
Optimize data storage and use database instead of text storage to fix the bug that search engines will be forced to add escape characters when adding supplementary fields;
Installation instructions:
25VV website navigation system is an open source software program that runs using PHP + MySQL (currently only supports MySQL database). When installing, please confirm that your space supports IIS+PHP+Mysql or Apache+PHP+Mysql and other operating environments, and PHP and Mysql version are 5.0X or above, or you have successfully installed the PHP+ MySQL operating environment locally. If you are purchasing a virtual host (space), you do not need to build such a running environment yourself. You only need to choose to purchase such a running environment when purchasing space.
1. Unzip and upload all files in the directory to the root directory of the space. It is recommended to use the FlashFXP tool to upload to the server through ftp.
Install under Linux or Freebsd server and upload using binary mode in ftp tool. Also confirm that the following directory or file attributes are (777) writable mode. (Win host can skip this step)
install
static/js
admin/data
admin/data/backup
admin/data/cache
admin/data/conf
admin/data/db
admin/data/session
admin/data/lang
admin/data/log
admin/data/plan
admin/data/update
admin/tpls/cache
admin/tpls/compile
admin/tpls/tpls/admin
admin/tpls/tpls/main
admin/config/cfg_database.php
2. Visit http://your domain name/installation directory/install/ through the browser, and fill in the mysql configuration information and administrator account information according to the prompts.
3. The program will automatically import the 25VV database and generate the configuration information you just created.
4. If the directory has modification permissions, the install directory will be automatically deleted. Otherwise, please delete the install directory yourself.
5. Enter the management background system management >>> data management >>> data import
6. Enter the management background system management >>> Data settings >>> Set the relevant information of the site >>> Then go to >>> Static generation >>> Generate the entire site with one click.
7. Complete the installation!
Special attention:
1.
It is recommended to change the directory name of the "backend management system" from the default admin to another directory name.
step:
(1) Modify the name of the admin directory in the root directory to a new directory name.
(2) Modify line 10 of the init.php file in the root directory, and change admin in the last quotation mark of the line to the new directory name.
2. If you want to display the modification results in the foreground, you need to generate the corresponding static page in the background.