今天帶來的是某送分享出來的Rtworld目次網(wǎng)全解開源2.0,全網(wǎng)首發(fā),功用齊備!
?系統(tǒng)介紹?
1.多前臺模板切換,多跳轉模板切換?
2.系統(tǒng)日記辦理,系統(tǒng)數(shù)據(jù)清理東西?
3.多網(wǎng)站分類,多文章分類,具有冊本,影視,等搭配功用?
4.收羅數(shù)據(jù),站長辦理,簡便操做,提交即收錄,各大網(wǎng)站推送收錄你的域名, 快擁有屬于你的目次網(wǎng),當?shù)豑DK信息一鍵獲取,去除接口卡帶式?
5.郵箱式提交收錄,愈加包管網(wǎng)站量量數(shù)據(jù),上傳安拆前端模板/跳轉模板 6.新增影視和小說功用,自行添加相關數(shù)據(jù)!??
安拆教程?
1.上傳辦事器/虛擬主機根目次而且解壓?
2.填寫偽靜態(tài)(偽靜態(tài)鄙人方)?
3.拜候域名填寫數(shù)據(jù)庫相關信息,并完成操做!?
4.后臺信息:?
后臺入口:/Manage/?
后臺默認賬戶密碼:Manage/123456?
?Nginx偽靜態(tài)?
location = /index.html {
? rewrite ^(.*)$ /index.php;
}
location = /tb {
? rewrite ^(.*)$ /User/tb.php;
}
location = /jd {
? rewrite ^(.*)$ /User/jd.php;
}
location = /pdd {
? rewrite ^(.*)$ /User/pdd.php;
}
location = /404.html {
? rewrite ^(.*)$ /index.php?AS=404;
}
location /sort {
? rewrite ^/sort-([1-9]+[0-9]*).html$ /index.php?AS=sort&sid=$1;
}
location /arsort {
? rewrite ^/arsort-([1-9]+[0-9]*).html$ /index.php?AS=arsort&aid=$1;
}
location /article {
? rewrite ^/article-([1-9]+[0-9]*).html$ /index.php?AS=article&tid=$1;
}
location /web {
? rewrite ^/web-([1-9]+[0-9]*).html$ /index.php?AS=web&wid=$1;
}
location /book {
? rewrite ^/book-([1-9]+[0-9]*).html$ /index.php?AS=book&xid=$1;
}
location /movie {
? rewrite ^/movie-([1-9]+[0-9]*).html$ /index.php?AS=movie&ysid=$1;
}
location /app {
? rewrite ^/app-([1-9]+[0-9]*).html$ /index.php?AS=app&gid=$1;
}
location /qbwz {
? rewrite ^/qbwz.html$ /index.php?AS=qbwz;
}
location /books {
? rewrite ^/books.html$ /index.php?AS=books;
}
location /movies {
? rewrite ^/movies.html$ /index.php?AS=movies;
}
location /apps {
? rewrite ^/apps.html$ /index.php?AS=apps;
}
location /article_search {
? rewrite ^/article_search.html$ /index.php?AS=article_search;
}
location /search {
? rewrite ^/search.html$ /index.php?AS=search;
}
演示站及預覽圖?
前臺: http://school.0ysq.com?
?后臺: http://school.0ysq.com/Manage/?
?賬戶密碼:Manage/123456 ? ? ? ??

























