The MJ system is a professional soft article and manuscript (including video) system with built-in integration of more than 16,000 soft article media and more than 50,000 self-media.
, a one-click delivery platform. The platform adopts a self-service online publishing system, and users can enjoy fully self-service publication services, covering various Internet advertising channels such as major news information websites, Sina Weibo, NetEase, Toutiao, CCTV, and Consumer Daily.
MJ1.0 (hereinafter referred to as MJ system) Familiarity with the media system manual is the prerequisite for using this program to develop and modify it, but you still need to calm down and take a good look!
background access
The default access path of the system background: -http://domain name/admin.php
Default account: admin Password: 123456
Member login-http://domain name/member.php
Test account: 13696884534 Password: 123456
Rapid deployment
This platform is developed based on Thinkphp5.0+ version. The system comes with a complete backend and a set of responsive frontend templates, which can be used directly in the PHP (5.6+) environment.
Database selection
The mysql database is used by default. Please import the database file (xxx.sql) and modify the database connection file information (/app/database.php)
return[
//Database type
'type'=>'mysql',//No need to modify
//server address
'hostname'=>'127.0.0.1',//default 127.0.0.1 or localhost
//database name
'database'=>'meitishare',//The name of the database you created
//username
'username'=>'root',//database account
//password
'password'=>'root',//database password
Directory structure
—Refer to the Thinkphp5.0 directory structure, the MJ system supports multi-level directory binding development.
Directory structure
Public main site directory Public_agency agent directory Publicarticle picture attachment directory App controller/model extend extended runtime cache
Related interfaces
Interfaces involved: 1. SMS interface (used for publishing soft articles, member registration, password retrieval, and editor receipt reminders)
Payment interface (Alipay, payment code, etc.)
Media resource interface (media + self-media resource synchronization interface)
If there is any related infringement, please contact us. We will promptly correct and delete
Copyright statement
Hereby is granted, free of charge, to any person obtaining a copy of this software and related documentation files (the "Software"), unrestricted rights to use the Software, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense and/or sell copies of the Software, and permits persons possessing the software to do so, subject to the following conditions:
The above copyright notice and this license notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. The author or copyright holder shall not be liable for any claim, damages or other liability of any kind, whether in contract, tort or otherwise, arising out of, in connection with or in connection with the software, its use or otherwise.