Baidu knows about the custom classification collection version introduction
Baidu knows that the custom classification collection version is developed using php to collect the source code of the Baidu Q&A collection website.
Baidu knows the features of custom classification collection version software:
1. Customizable collection categories
2. No manual input of information, fully automatic system collection
3. Support caching to reduce server resources.
(This program requires the installation of pseudo-static plug-in)
Baidu knows the custom classification collection version installation instructions:
1. First open the file /API/3.PHP, which contains detailed configuration instructions.
as follows:
//Website program configuration!
$seo_1="YouQuestionWant.com is an excellent domestic knowledge question and answer website";//Search engine optimization-title suffix
$seo_2="Question and answer website, knowledge Q&A, netizen questions, netizen answers";//Search engine optimization-website keywords
$seo_3="YouQ&A.com, an excellent domestic knowledge Q&A website";//Search engine optimization-describe the website
// Fill in the above three places carefully, which will seriously affect the collection volume!
$web="YouQuestionMyAnswer.com";//Please fill in the website name
$website="www.sf024.com";//Do not add http:// to the website domain name
$beian="Liao ICP No. 14003759-1";//There is nothing much to say about the registration number
$tj=''//Website traffic statistics code
//LOGO modification styleimgtransdmin-light.gif file size width 225PXX height 28PX
//Advertisement Modify the api/ad.php file and add Baidu advertising code or other alliance advertising code!
//Cache time setting
$cache_true=true;//Cache switch, if caching is not required, please set it to false,
If cache clearing is required, set it to true
$cache_index="10";//The home page is updated every 10 minutes by default
$cache_list="30";//The list is updated every 30 minutes by default
$cache_read="120";//The content page is updated every 120 minutes by default
After modification, configure IIS pseudo-static, and the configuration file is under IIS. If you don’t know how, please contact me!