Code Monkey home page Code Monkey logo

code's Introduction

骆驼IPTV管理后台

  • 新增天气显示
  • 兼容PHP7
  • 新增外部列表导入
  • 支持在后台直接修改对接的apk接口
  • 新增管理员登录操作记录

面板安装

  • 下载代码
git clone git clone https://gitee.com/otv/tvpanel

或者

wget https://gitee.com/otv/tvpanel/archive/master.zip && unzip master.zip
  • 新建并导入sql目录的数据库
mysql -u帐号 -p密码 数据库名 < 数据库.sql
  • 创建配置文件
cp .config.php config.php
define("PANEL_MD5_KEY","");  //面板密码MD5加密秘钥
$db_host="";  //数据库服务器
$db_user="";  //数据库帐号
$db_pwd="";   //数据库密码
$db_database="";  //数据库名称
  • 登入后台 (默认用户与密码:admin,安全码:空)
http://{域名}/

code's People

Contributors

vzep avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.