Skip to content

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

Notifications You must be signed in to change notification settings

TurmoilToad/peqphpeditor

 
 

Repository files navigation

PHP Peq Editor

For more help on getting Apache, PHP, or the Editor itself set up, visit http://www.peqtgc.com/phpBB2/viewforum.php?f=29

For Linux users, note the following.

  • Permissions: If you choose to store these files outside of your normal 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.

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

  6. Edit your .htaccess files in the editor root directory and the templates/iframes directory as needed to match your Apache version.

  7. 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.

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.8%
  • Other 2.2%