WP Config File Editor

WP Config File Editor

Wordpress plugin

Install on Wordpress

App Details

Modify WordPress Memory, Cache, Upgrade, Post, Localization, Cron, Multi Sites, Database, Secure Keys, Debugging, Proxy and Cookies constants values allocated in wp-config.php file using web form or even through Raw Editor.
Preview generated wp-config file into Syntax Hightlights and Error detection PHP Code Editor, before writing to wp-config.php.
In additional to modifying Config File parameters using web form, its also possible to preview generated wp-config file before saving, review and makes updates before saving.
WCFE Plugin start to include few helpers tools related to wp-config.php file editing like Setup Multi Sites. Setup Multi Site Wizard feature
is newly added to make setup Multi Sites more fun by passing only 2 steps without any tecnhiqual works.

Additionally its possible to modify wide system parameters, Image Quality, Upload allowed mime types, Query Vars, HTTP Client, Post Editor and Kses module. More parameters will be added later!!!

This Plugin is prepared for localization through translate.wordpress.org

if you’ve any issue, please always use WordPress Support Forum as I always checking it

wp-config.php Editor Features

  • Modify wp-config.php file using web form
  • Raw wp-config.php file editor with syntax hightlights and error detections
  • Emergency wp-config.php backup restore.
  • Send Restore Link to User Email
  • Multi Sites Setup Wizard
  • Increase Memory size limits
  • Configure Multi sites
  • Configure Post
  • Configure localization/lanaguage
  • Configure WordPress security
  • Configure WordPress proxy
  • Configure WordPress Database access parameters
  • Configure WordPress Database repair
  • Configure WordPress updates
  • Configure Cron
  • Configure debugging
  • Configure Secure keys
  • Only super admins (Multi Sites Network admin OR Normal installation admins) can interact with all WCFE Plugin actions/pages
  • Validating the entered Database parameters by making database connection test
  • Filtering and validating input fields to avoid breaking wp-config.php file
  • View System Paths and Urls while changing config form values
  • Path look up for all Path fields
  • View constants list associated for each field
  • View help list for each field
  • Save config fields into Profile, delegate it when needed so it can be saved into wp-config.php
  • Renew all secure keys by single click
  • Renew cookie names constants by single click
  • Check system requirements
  • Turn ON/OFF write permissions for wp-config.php and .htaccess files
  • Delete emergency backup

In additional to edit wp-config.php file WCF Plugin start to allow of changing WordPress/System parameters.

System Parameters features

  • Configure WordPress HTTP client used to contact external servers (Plugins updates, Feeds, etc…)
  • Configure Kses module (Define HTML Tags and entities list for posts and comments)
  • Configure TinyMCE Editor (Change Size, Style, Enable/Disable Plugins, Hide/Show buttons)

wp-config.php suported fields:

Maintenance

  • WordPress Cache (WP_CACHE)
  • Memory Limit (WP_MEMORY_LIMIT)
  • Max Memory Limit (WP_MAX_MEMORY_LIMIT)

Security

  • Disable Plugins and Themes Editors (DISALLOW_FILE_EDIT)
  • Force SSL Admin (FORCE_SSL_ADMIN)
  • Force SSL Login (FORCE_SSL_LOGIN)
  • Disallow Unfiltered HTML (DISALLOW_UNFILTERED_HTML)
  • Allow Unfiltered uploads (ALLOW_UNFILTERED_UPLOADS)
  • Block External Url (WP_HTTP_BLOCK_EXTERNAL)
  • Manage Accessible Hosts (WP_ACCESSIBLE_HOSTS)

Upgrade

  • Disable Automatic Updates (AUTOMATIC_UPDATER_DISABLED)
  • Disable Core Updates (WP_AUTO_UPDATE_CORE)
  • Disable Plugins and Themes Install and Updates (DISALLOW_FILE_MODS)
  • Updates FS Method (FS_METHOD)
  • Updates FTP BASE PATH (FTP_BASE)
  • Updates FTP Content Path (FTP_CONTENT_DIR)
  • Updates FTP Plugins Path (FTP_PLUGIN_DIR)
  • Updates FTP Public Key (FTP_PUBKEY)
  • Updates FTP Private Key (FTP_PRIKEY)
  • Updates FTP User (FTP_USER)
  • Updates FTP Password (FTP_PASS)
  • Updates FTP Host (FTP_HOST)
  • Updates FTP Force SSL (FTP_SSL)

Post

  • Post Auto save interval (AUTOSAVE_INTERVAL)
  • Empty Trash Days (EMPTY_TRASH_DAYS)
  • Disable Post Revisions and Revisions Max Count (WP_POST_REVISIONS)

Localization

  • WordPress Language (WPLANG)
  • WordPress Language Directory (WPLANG_DIR)

Cron

  • Disable Cron (DISABLE_WP_CRON)
  • Alternate Cron (ALTERNATE_WP_CRON)
  • Cron Lock Timeout (WP_CRON_LOCK_TIMEOUT)

Multi Sites

  • Confiure Multi Site (WP_ALLOW_MULTISITE)
  • Enable Multi Site (MULTISITE)
  • Sub Domain / Folder installs (SUBDOMAIN_INSTALL)
  • Domain Current Site (DOMAIN_CURRENT_SITE)
  • Path (PATH_CURRENT_SITE)
  • Blog Id (SITE_ID_CURRENT_SITE)
  • Primary Network Id (PRIMARY_NETWORK_ID)

Database

  • Database Name (DB_NAME)
  • Database Host (DB_HOST)
  • Database User (DB_USER)
  • Database Password (DB_PASSWORD)
  • Database Tables Prefix ($table_prefix)
  • Database Charset (DB_CHARSET)
  • Database Collation (DB_COLLATE)
  • Database Tables Auto Repair (WP_ALLOW_REPAIR)
  • Database Don’t upgrade Global Tables (DO_NOT_UPGRADE_GLOBAL_TABLES)

Secure Keys

  • Auth key (AUTH_KEY)
  • Secure Auth key (SECURE_AUTH_KEY)
  • Logged In Key (LOGGED_IN_KEY)
  • Nonce Key (NONCE_KEY)
  • Auth Salt (AUTH_SALT)
  • Secure Auth Salt (SECURE_AUTH_SALT)
  • Logged In Salt (LOGGED_IN_SALT)
  • Nonce Salt (NONCE_SALT)

Debugging

  • Debug WordPress (WP_DEBUG)
  • Debug Display (WP_DEBUG_DISPLAY)
  • Debug Log (WP_DEBUG_LOG)
  • Script Debugging (SCRIPT_DEBUG)
  • Save Database Queries (SAVEQUERIES)
  • Concatenate JavaScript (CONCATENATE_SCRIPTS)

Proxy

  • Host (WP_PROXY_HOST)
  • Port (WP_PROXY_PORT)
  • User (WP_PROXY_USERNAME)
  • Password (WP_PROXY_PASSWORD)
  • Bypass list (WP_PROXY_BYPASS_HOSTS)

Cookies

  • Hash (COOKIEHASH)
  • User (USER_COOKIE)
  • Password (PASS_COOKIE)
  • Authentication (AUTH_COOKIE)
  • Secure Authentication (SECURE_AUTH_COOKIE)
  • Logged In (LOGGED_IN_COOKIE)
  • Test (TEST_COOKIE)
  • Path (COOKIEPATH)
  • Site Path (SITECOOKIEPATH)
  • Admin Path (ADMIN_COOKIE_PATH)
  • Plugins Path (PLUGINS_COOKIE_PATH)
  • Domain (COOKIE_DOMAIN)

System Parameters supported fields

Misc

  • Enable/Disable single query var
  • Persistly Cache Themes
  • Manage Upload Allowed Mime Types with associated extensions
  • Image Quality
  • Image Manipulation memory limit

HTTP Request

  • Request Time Out
  • Redirect Count
  • Header HTTP Version
  • User Agent
  • Reject Unsafe URLs
  • Stream
  • Blocking
  • Compress
  • Decompress
  • Response Size Limit
  • Allow Local host
  • Proxy Block Local Requests
  • Local SSL Verify
  • SSL Verify
  • Steam Transport
  • Curl Transport

Editor

  • Enable / Disable Auto Paragraph
  • Change Height
  • Show / Hide Media Button
  • HTML Textarea rows count
  • Editor Tab Index
  • Editor CSS style
  • Edit CSS class
  • Enable / Disable Teeny
  • Enable / Disable TinyMCE
  • Enable / Disable Quick Tags + Managing quick tags buttons
  • Enable / Disable Built=in Plugins
  • Show / Hide Second Row buttons

Kses

  • Enable / Disabled allowed protocols
  • Manage Post Allowed HTML tags and attributes
  • Manage Comment Allowed HTML tags and attributes
  • Manage Allowed HTML Entities

Requirements

  • PHP >= 5.3I really did hard work to create secure restoring Emergency backup feature. I’m recommending to always close Warning Dialog by pressing
    Done button as it will delete the Emergency Backup when closing the Dialog. I don’t recomend closing it from Top X button until you know what you’re doing.

If you cannot fix wp-config.php through FTP so please try to open another window for testing the site while leaving wanring message opened.

Pricing

Starting from $0 per month.

Check Out the Catalog Widget

By Common Ninja

CatalogTry For Free!

App Info

Rating

Reviewers

42 reviews

Tags

admin
administration
ajax
authentication
system

Developed By

Code Machine

Quick & Easy

Find the Best Wordpress plugins for you

Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!

Testimonial

Testimonial plugins for Wordpress

Contact Form

Contact Form plugins for Wordpress

Maps

Maps plugins for Wordpress

Translation

Translation plugins for Wordpress

Chat

Chat plugins for Wordpress

Slider

Slider plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Contact

Contact plugins for Wordpress

Galleries

Galleries plugins for Wordpress

SEO

SEO plugins for Wordpress

Forms

Forms plugins for Wordpress

Comments

Comments plugins for Wordpress

Backup

Backup plugins for Wordpress

Privacy

Privacy plugins for Wordpress

Optimize

Optimize plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Comments

Comments plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Video Player

Video Player plugins for Wordpress

popup

popup plugins for Wordpress

SiteMap

SiteMap plugins for Wordpress

Payment

Payment plugins for Wordpress

Coming Soon

Coming Soon plugins for Wordpress

Inventory

Inventory plugins for Wordpress

Testimonials

Testimonials plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Membership

Membership plugins for Wordpress

Forms

Forms plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Sliders

Sliders plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Security

Security plugins for Wordpress

Ads

Ads plugins for Wordpress

Music Player

Music Player plugins for Wordpress

Countdown

Countdown plugins for Wordpress

Email Marketing

Email Marketing plugins for Wordpress

Membership

Membership plugins for Wordpress

Ecommerce

Ecommerce plugins for Wordpress

Customer Support

Customer Support plugins for Wordpress

Video Player

Video Player plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

More plugins

plugins You Might Like

Discover Apps By Platform

Discover the best apps for your website

WordPress
Wix
Shopify
Weebly
Webflow
Joomla
PrestaShop
Shift4Shop
WebsiteX5
MODX
Opencart
NopCommerce

Common Ninja Search Engine

The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!

Multiple platforms