- 資源介紹
- 歷史當天
DataLife Engine是一款來自俄羅斯的商業CMS系統,很多0day,Crack的站點都用此係統,在國外有一定的知名度,功能比較強大。
多級分類管理,所見所得編輯器,圖片附件管理,自動生成水印,略縮圖,使用了基於文件型的標籤模板系統,模板安裝使用特別容易上手,用戶分級管理系統,敏感字符過濾,強大的評論管理系統PM信息,批量發送短消息或Email,外部RSS導入,整個系統多處使用了ajax的技術,允
許創建投票,單獨的靜態頁面,自帶站點內部廣告,支持搜索引擎的友好URL,可以自定義一些項,MYSQL的壓縮,備份,還原,災難修復等。
Nginx僞靜態規則(未測試)
# Redirectsrewrite ^/page/(.*)$ /index.php?cstart=$1 last;# Postrewrite ^/([0-9]+)/([0-9]+)/([0-9]+)/page,([0-9]+),([0-9]+),(.*).html(/?)+$ /index.php?subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&cstart=$5&news_name=$6 last;rewrite ^/([0-9]+)/([0-9]+)/([0-9]+)/page,([0-9]+),(.*).html(/?)+$ /index.php?subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&news_name=$5 last;rewrite ^/([0-9]+)/([0-9]+)/([0-9]+)/print:page,([0-9]+),(.*).html(/?)+$ /engine/print.php?subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&news_name=$5 last;rewrite ^/([0-9]+)/([0-9]+)/([0-9]+)/(.*).html(/?)+$ /index.php?subaction=showfull&year=$1&month=$2&day=$3&news_name=$4 last;rewrite ^/([^.]+)/page,([0-9]+),([0-9]+),([0-9]+)-(.*).html(/?)+$ /index.php?newsid=$4&news_page=$2&cstart=$3&seourl=$5&seocat=$1 last;rewrite ^/([^.]+)/page,([0-9]+),([0-9]+)-(.*).html(/?)+$ /index.php?newsid=$3&news_page=$2&seourl=$4&seocat=$1 last;rewrite ^/([^.]+)/print:page,([0-9]+),([0-9]+)-(.*).html(/?)+$ /engine/print.php?news_page=$2&newsid=$3&seourl=$4&seocat=$1 last;rewrite ^/([^.]+)/([0-9]+)-(.*).html(/?)+$ /index.php?newsid=$2&seourl=$3&seocat=$1 last;rewrite ^/page,([0-9]+),([0-9]+),([0-9]+)-(.*).html(/?)+$ /index.php?newsid=$3&news_page=$1&cstart=$2&seourl=$4 last;rewrite ^/page,([0-9]+),([0-9]+)-(.*).html(/?)+$ /index.php?newsid=$2&news_page=$1&seourl=$3 last;rewrite ^/print:page,([0-9]+),([0-9]+)-(.*).html(/?)+$ /engine/print.php?news_page=$1&newsid=$2&seourl=$3 last;rewrite ^/([0-9]+)-(.*).html(/?)+$ /index.php?newsid=$1&seourl=$2 last;# For dayrewrite ^/([0-9]+)/([0-9]+)/([0-9]+)(/?)+$ /index.php?year=$1&month=$2&day=$3 last;rewrite ^/([0-9]+)/([0-9]+)/([0-9]+)/page/([0-9]+)(/?)+$ /index.php?year=$1&month=$2&day=$3&cstart=$4 last;# For all monthsrewrite ^/([0-9]+)/([0-9]+)(/?)+$ /index.php?year=$1&month=$2 last;rewrite ^/([0-9]+)/([0-9]+)/page/([0-9]+)(/?)+$ /index.php?year=$1&month=$2&cstart=$3 last;# Output for the entire yearrewrite ^/([0-9]+)(/?)+$ /index.php?year=$1 last;rewrite ^/([0-9]+)/page/([0-9]+)(/?)+$ /index.php?year=$1&cstart=$2 last;# Output for tagsrewrite ^/tags/([^/]*)(/?)+$ /index.php?do=tags&tag=$1 last;rewrite ^/tags/([^/]*)/page/([0-9]+)(/?)+$ /index.php?do=tags&tag=$1&cstart=$2 last;# Output for usersrewrite ^/user/([^/]*)/rss.xml$ /engine/rss.php?subaction=allnews&user=$1 last;rewrite ^/user/([^/]*)(/?)+$ /index.php?subaction=userinfo&user=$1 last;rewrite ^/user/([^/]*)/page/([0-9]+)(/?)+$ /index.php?subaction=userinfo&user=$1&cstart=$2 last;rewrite ^/user/([^/]*)/news(/?)+$ /index.php?subaction=allnews&user=$1 last;rewrite ^/user/([^/]*)/news/page/([0-9]+)(/?)+$ /index.php?subaction=allnews&user=$1&cstart=$2 last;rewrite ^/user/([^/]*)/news/rss.xml(/?)+$ /engine/rss.php?subaction=allnews&user=$1 last;# Output for last newsrewrite ^/lastnews/(/?)+$ /index.php?do=lastnews last;rewrite ^/lastnews/page/([0-9]+)(/?)+$ /index.php?do=lastnews&cstart=$1 last;# Output for catalogrewrite ^/catalog/([^/]*)/rss.xml$ /engine/rss.php?catalog=$1 last;rewrite ^/catalog/([^/]*)(/?)+$ /index.php?catalog=$1 last;rewrite ^/catalog/([^/]*)/page/([0-9]+)(/?)+$ /index.php?catalog=$1&cstart=$2 last;# Output for new postsrewrite ^/newposts(/?)+$ /index.php?subaction=newposts last;rewrite ^/newposts/page/([0-9]+)(/?)+$ /index.php?subaction=newposts&cstart=$1 last;# Output for favorites newsrewrite ^/favorites(/?)+$ /index.php?do=favorites last;rewrite ^/favorites/page/([0-9]+)(/?)+$ /index.php?do=favorites&cstart=$1 last;rewrite ^/rules.html$ /index.php?do=rules last;rewrite ^/statistics.html$ /index.php?do=stats last;rewrite ^/addnews.html$ /index.php?do=addnews last;rewrite ^/rss.xml$ /engine/rss.php last;rewrite ^/sitemap.xml$ /uploads/sitemap.xml last;if (!-d $request_filename) {rewrite ^/([^.]+)/page/([0-9]+)(/?)+$ /index.php?do=cat&category=$1&cstart=$2 last;rewrite ^/([^.]+)/?$ /index.php?do=cat&category=$1 last;}if (!-f $request_filename) {rewrite ^/([^<]+)/rss.xml$ /engine/rss.php?do=cat&category=$1 last;rewrite ^/page,([0-9]+),([^/]+).html$ /index.php?do=static&page=$2&news_page=$1 last;rewrite ^/print:([^/]+).html$ /engine/print.php?do=static&page=$1 last;}if (!-f $request_filename) {rewrite ^/([^/]+).html$ /index.php?do=static&page=$1 last;}
內容加載中..
1. 本站所有資源來源於用戶上傳和網絡,如有侵權請郵件聯繫站長!
2. 分享目的僅供大家學習和交流,不能確保資源完整性和時效性,請在下載後24小時內刪除!
3. 不得使用於非法商業用途,不得違反國家法律。否則後果自負!
4. 本站提供的源碼、模板、插件等等其他資源,都不包含技術服務請大家諒解!
5. 如有鏈接無法下載、失效或廣告,請聯繫管理員處理!
6. 本站資源售價只是贊助,收取費用僅維持本站的日常運營所需!
耘藝源碼網 » 俄羅斯著名商業CMS DataLife Engine v18.0
2. 分享目的僅供大家學習和交流,不能確保資源完整性和時效性,請在下載後24小時內刪除!
3. 不得使用於非法商業用途,不得違反國家法律。否則後果自負!
4. 本站提供的源碼、模板、插件等等其他資源,都不包含技術服務請大家諒解!
5. 如有鏈接無法下載、失效或廣告,請聯繫管理員處理!
6. 本站資源售價只是贊助,收取費用僅維持本站的日常運營所需!
耘藝源碼網 » 俄羅斯著名商業CMS DataLife Engine v18.0