顶点网 » 脚本代码 » King Media v5.2 - PHP媒体CMS商业破解版
四月 30 2020年

King Media v5.2 - PHP媒体CMS商业破解版

reishi  2020-04-30, 23:31   脚本代码  20 781  已测试 
9 条评论

King Media v5.2 - PHP媒体CMS商业破解版

源码简介

King MEDIA是一款PHP媒体分享系统,可以本地上传图片、远程上传图片、分享Youtube, Vimeo, Vine, Instagram, Metacafe, DailyMotion等网站的视频,Facebook评论系统。程序具有响应式布局、完善的用户系统、积分系统、标签以及分类等系统。程序安装简单,后台控制面板比较完善,社交分享SEO友好等众多功能。通过修改可以实现添加优酷等视频、中文本地化。


在线演示

https://media.kingthemes.net/



功能介绍
Image Upload & Share From Url , Youtube, Facebook, Vimeo, VK, Vine, Instagram, Metacafe, DailyMotion Videos and Soundcloud
Comments for Media
Facebook Comments
Responsive Layout
User Profile & Points
Tags or Category System
Super Easy Installation
Full Admin Panel
Moderate Guest Submissions
Social Share Buttons
Search for Media
Seo Url
Much More?


系统需求
PHP 4.3 or later, PHP 5.4.x for all functionality.
MySQL 4.1 or later, MySQL 5.x for best performance.
fopen enabled
fileinfo extension


使用到的技术
Q2A – This item built on and it’s extension of the open source item
Bootstrap 3
Masonry
ImagesLoaded
Infinitescroll
jQuery


更新日志
Added manage posts page
Added google analytics box in admin panel
Added font awesome fonts
Improved manage users page
Improved submit pages
Improved site theme
Now king media supporting php7.3
Fixed some bugs


下载地址
https://pan.baidu.com/s/1Nf2sGMti8PKsozvCKsZRyg
链接: https://pan.baidu.com/s/1Nf2sGMti8PKsozvCKsZRyg 提取码: fchi

https://reishi.lanzoui.com/ic4proh

安装授权码请输入www.topide.com


安装方法

见documentation文件夹


King Media v5.2 - PHP媒体CMS商业破解版

文章最后由 reishi 在 2020-05-04, 19:43 编辑
编辑原因: 更新演示地址


  1. 默认头像

    SamuelChan  (会员)

    2020-05-02 03:57 4 条评论

    怎么才发布没两天演示地址就失效了呢~

  1. 默认头像

    reishi  (管理员)

    2020-05-04 19:43 1 547 条评论

    引用: SamuelChan
    http://king.sorusor.org

    我也不清楚,已经更新了演示地址了。

  1. 默认头像

    w282473511  (会员)

    2021-03-22 16:02 35 条评论

    老板 这个可以提供个伪静态吗?

  1. 默认头像

    reishi  (管理员)

    2021-03-22 16:05 1 547 条评论

    引用: w282473511
    老板 这个可以提供个伪静态吗?

    晚一点我编辑到文章里。

  1. 默认头像

    w282473511  (会员)

    2021-03-23 13:55 35 条评论

    引用: reishi
    引用: w282473511
    老板 这个可以提供个伪静态吗?

    晚一点我编辑到文章里。

    好的,谢谢~

  1. 默认头像

    reishi  (管理员)

    2021-03-23 14:10 1 547 条评论

    引用: w282473511
    引用: reishi
    引用: w282473511
    老板 这个可以提供个伪静态吗?

    晚一点我编辑到文章里。

    好的,谢谢~

    
    DirectoryIndex index.php 
    <IfModule mod_rewrite.c> 
    RewriteEngine On 
    #RewriteBase / 
    RewriteCond %{REQUEST_URI} ^(.)//(.)$ RewriteRule . %1/%2 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^.$ index.php?king-rewrite=$0&%{QUERY_STRING} [L] 
    </IfModule> 
    Options -Indexes
    

    你排一下顺序,我手机发的。

  1. 默认头像

    w282473511  (会员)

    2021-03-25 12:41 35 条评论

    引用: reishi
    引用: w282473511
    引用: reishi
    引用: w282473511
    老板 这个可以提供个伪静态吗?

    晚一点我编辑到文章里。

    好的,谢谢~

    
    DirectoryIndex index.php 
    <IfModule mod_rewrite.c> 
    RewriteEngine On 
    #RewriteBase / 
    RewriteCond %{REQUEST_URI} ^(.)//(.)$ RewriteRule . %1/%2 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^.$ index.php?king-rewrite=$0&%{QUERY_STRING} [L] 
    </IfModule> 
    Options -Indexes
    

    你排一下顺序,我手机发的。

    老大,我好像还是不行

  1. 默认头像

    reishi  (管理员)

    2021-03-29 23:16 1 547 条评论

    引用: w282473511
    老板 这个可以提供个伪静态吗?

    你再试试这个
    
    DirectoryIndex index.php
    <IfModule mod_rewrite.c>
    RewriteEngine On
    #RewriteBase /
    RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
    RewriteRule . %1/%2 [R=301,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^.*$ index.php?king-rewrite=$0&%{QUERY_STRING} [L]
    </IfModule>
    Options -Indexes
    

  1. 默认头像

    w282473511  (会员)

    2021-03-31 15:35 35 条评论

    引用: reishi
    引用: w282473511
    老板 这个可以提供个伪静态吗?

    你再试试这个
    
    DirectoryIndex index.php
    <IfModule mod_rewrite.c>
    RewriteEngine On
    #RewriteBase /
    RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
    RewriteRule . %1/%2 [R=301,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^.*$ index.php?king-rewrite=$0&%{QUERY_STRING} [L]
    </IfModule>
    Options -Indexes
    

    可以了,谢谢

信息

想要留言? 请 登录 您的账号。还没有? 你可以 点击注册账号

投票调查

对新模板的看法