Coder Social home page Coder Social logo

vikibeta / html5editor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from blackstoneblackstone/html5editor

0.0 2.0 0.0 843.66 MB

h5制作平台,代码不加密,可以自行修改。

PHP 22.92% HTML 3.08% CSS 7.79% JavaScript 65.46% Java 0.16% Smarty 0.12% ActionScript 0.47%

html5editor's Introduction

html5Editor

仿易企秀,h5制作后台 易企秀源码运行环境:PHP 5.3 + MySQL + 伪静态支持,我们在PHP 5.2和PHP 5.4下测试过,好像无法运行,所以请配置好PHP 5.3测试。

源码安装说明

  • 把文件包上传到网站根目录
  • 创建一个数据库
  • 然后导入数据库文件(源码根目录下的ewesambo.sql)到数据库,不会导入数据库的小白,请参考:phpmyadmin导入sql数据库文件教程
  • 修改数据库

    打开:ApplicationCommonConfsystemConfig.php 配置服务器

$public_system_db_host = '127.0.0.1';(这个不要修改)
$public_system_db_name = 'yiqixiu';  //你的数据库名称
$public_system_db_user = 'yiqixiu';   //你的数据库用户名
$public_system_db_pwd = 'haoid.cn';  //你的数据库密码

html5editor's People

Contributors

blackstoneblackstone avatar

Watchers

James Cloos avatar KingxBeta 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.