Coder Social home page Coder Social logo

groovynerd420 / peqphpeditor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cybernine186/peqphpeditor

0.0 0.0 0.0 2.75 MB

Automatically exported from code.google.com/p/peqphpeditor

Shell 0.01% PHP 97.91% CSS 0.17% Perl 0.92% Hack 0.99%

peqphpeditor's Introduction

PHP PEQ Editor

IMPORTANT NOTE: Apache 2.2 and PHP 5.6 and earlier are deprecated. Support for these versions is no longer provided and all references will be removed in future updates.

Requirements

  • Apache 2.4
  • PHP 7
  • MySQL 5 or MariaDB 10

For more help on getting Apache, PHP, or the Editor itself set up, visit us on Discord at https://discord.gg/SrbZrus

For Linux users, note the following.

  • Permissions: If you choose to store these files outside of your normal html directory, ensure your symbolic link and physical folder have the same permissions. (Recommend 755 for folders and 644 for files)
  • AutoUpdate: You can set the AutoUpdate file with the execute flag and run to pull the latest from git and fix permissions if any were changed.

Installation

  1. Install Apache and PHP. You can get from www.apache.org and www.php.net or get an all-in-one package such as XAMPP from www.apachefriends.org.

  2. Configure Apache and PHP as needed, but make sure you allow short tags (short_open_tag = On). Also recommend you suppress STRICT, NOTICE, and DEPRECATED messages under error_reporting (E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED).

  3. Unzip or checkout the files into your public html directory (such as /htdocs/peqedit) or set up an alias outside that directory if you desire.

  4. From the sql directory, source schema.sql into your database. You should also source the expansions.sql into your database (current PEQ dumps will already have this data and you can skip this file or ignore any duplicate errors).

  5. Rename config.php.dist as config.php. Then, open up config.php and edit the variables according to your database and needs.

  6. The default username/password for the editor is admin/password. If you want to add a user other than the default user, you can do so via the "admin" link, by the "logout" link, after you log in.

  7. Open up index.php in your web browser and have fun!

peqphpeditor's People

Contributors

joligario avatar cybernine186 avatar akkadius avatar turmoiltoad avatar tempten avatar dencelle avatar mackal avatar kinglykrab avatar xackery avatar fryguy503 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.