Cloud computing navigation is modified from the 13980 program, please support the original creation! ! ! The cloud computing navigation consists of 52 boxes and a search bar. 52 frames, 52 wonderful parts. Every frame is created by you!
As the saying goes, "One frame, one world, every frame is wonderful!"
Cloud Computing Navigation Features:
1. It is divided into two parts: Rss subscription list and URL selection.
2. Website selection includes: system (common URLs, online broadcasts, search modules, Rss subscriptions, and widgets), and users can also add them themselves.
3. Add user personalized domain name. (Needs “pan-parsing” support from an independent host, for example: *.ii888ii.com) Internet access is not currently supported.
4. Full background image upload function.
5. Desktop grid game.
(The grid you make can also be used as a game for entertainment!!!)
6. QQ one-click login and one registration, cloud computing navigation installation method for the entire network:
1. Configure the config.php file. Open the file and find $_SC[cookiedomain]. This is empty by default. If you want to synchronize the second-level domain name, you must configure it. The format is: $_SC[cookiedomain] = '.chinaz.com;, Then find $_SC[default_domain] and write your domain name in it, such as: www.chinaz.com
2. Start installing Ucenter, http://your domain name/ucenter/install/index.php, follow the above prompts to install, it is very simple!
3. After installation, enter the Ucenter backend, click Application Management, then click Add New Application, and click on the application installation address:
Write http://your domain name/install/index.php, enter Uchome installation directly, and follow the above prompts to install. Note: It is recommended to use the same database, just with different prefixes!
4. Let the icon directory and the subdirectories below have write permissions. This is the upload grid icon directory! In addition, there is a tmp directory under the icon directory. This temporary directory for uploading images does not have an automatic clearing function and will leave temporary files. It is recommended to clear it every few days.
Complete installation....
Regarding the method of modifying the config.php file:
//Ucenter Home configuration parameters
$_SC = array();
$_SC[dbhost] = localhost; //Server address
$_SC[dbuser] = xxxxx; //User (database user name) must be filled in*
$_SC[dbpw] = xxxxxxx; //Password (database password) must be filled in*
$_SC[dbcharset] = utf8; //Character set
$_SC[ pconnect ] = 0; // Whether to continue connecting
$_SC[dbname] = xxxxx; //Database (database name) must be filled in*
$_SC[tablepre] = uchome_; //table name prefix
$_SC[charset] = utf-8; //Page character set
$_SC[gzipcompress] = 0; //Enable gzip
$_SC[ cookiepre ] = uchome_ ; //COOKIE prefix
$_SC[cookiedomain] = .chinaz.com; //COOKIE scope (such as ".chinaz.com don't forget the previous dot) must be filled in *
$_SC[cookiepath] = /; //COOKIE action path
$_SC[ attachdir ] = ./attachment/ ; //Local storage location of the attachment (server path, attribute 777, must be a directory accessible to the web, the relative directory must start with "./" and add "/" at the end)
$_SC[attachurl] = attachment/; //Attachment local URL address (can be a relative address under the current URL or an absolute address starting with http://, with "/" added at the end)
$_SC[siteurl] =; //The access URL address of the site (absolute address starting with http:// and adding "/" at the end). If it is empty, the system will automatically identify it.
$_SC[tplrefresh] = 0; //Efficiency level to determine whether the template is updated. The larger the value, the higher the efficiency; if set to 0, it will never be judged.
//Ucenter Home security related
$_SC[founder] = 1; //Founder UID, can support multiple founders, separated by ",". Some management functions can only be operated by founders.
$_SC[ allowedittpl ] = 0; //Whether online editing of templates is allowed. For server security, it is strongly recommended to close
$_SC[ site_key ] = ;
$_SC[domain] = false;
$_SC[domain_uid] = 1;
$_SC[domain_desktop_id] = 1;
$_SC[ domain_name ] = ;
$_SC[default_desktop] = 1;
$_SC[default_rss_desktop] = 2;
$_SC[default_domain] = www.chinaz.com; //Format such as: www.chinaz.com (modify www.chinaz.com as your URL) must be filled in*
//The UCenter configuration information of the application (you can go to UCenter backend->Application Management->View this application->Copy the corresponding configuration information to replace it)
define( UC_CONNECT , mysql ); // How to connect to UCenter: mysql/NULL, the default is fscoketopen(), mysql is a directly connected database, for efficiency, it is recommended to use mysql
define( UC_DBHOST , localhost ); // UCenter database host
define( UC_DBUSER , xxxxxxx ); // UCenter database user name must be filled in*
define( UC_DBPW , xxxxxxxx ); // UCenter database password must be filled in*
define( UC_DBNAME , xxxxxxx ); // UCenter database name must be filled in*
define( UC_DBCHARSET , utf8 ); // UCenter database character set
define( UC_DBTABLEPRE , `vip888888`.uc_ ); // UCenter database table prefix
define( UC_DBCONNECT , 0 ); // UCenter database persistent connection 0=closed, 1=open
define( UC_KEY , g8t8Oeg8p6S5ydD6tcQfGfteD7B5EaMaK8Y2M6I6O4y1O91bt31fM7dbK5kc78I1 ); // The communication key with UCenter must be consistent with UCenter
define(UC_API, http://yourdomain/ucenter); //URL address of UCenter, this constant must be filled in when calling the avatar*
define(UC_CHARSET, utf-8); //Character set of UCenter
define( UC_IP , 124.205.228.39 ); // The IP of UCenter. When UC_CONNECT is in non-mysql mode and the current application server has problems resolving the domain name, please set this value
define( UC_APPID , 6 ); // ID of the current application
define(UC_PPP, 20);
How to use QQ one-click login:
Enter http://domain name/connect/QQ/install/ in the browser and follow the prompts to install step by step.
Expand