Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** Enable W3 Total Cache */ define('WP_CACHE', true); // Added by W3 Total Cache ..

Decoded Output download

<?php 
/** Enable W3 Total Cache */ 
define('WP_CACHE', true); // Added by W3 Total Cache 
 
/** 
 * The base configuration for WordPress 
 * 
 * The wp-config.php creation script uses this file during the 
 * installation. You don't have to use the web site, you can 
 * copy this file to "wp-config.php" and fill in the values. 
 * 
 * This file contains the following configurations: 
 * 
 * * MySQL settings 
 * * Secret keys 
 * * Database table prefix 
 * * ABSPATH 
 * 
 * @link https://codex.wordpress.org/Editing_wp-config.php 
 * 
 * @package WordPress 
 */ 
 
// ** MySQL settings - You can get this info from your web host ** //                                            
/** The name of the database for WordPress */                                                                    
define('DB_NAME', 'theescapegame_com');                                                                          
                                                                                                                 
/** MySQL database username */                                                                                   
define('DB_USER', 'v29hnl9302');                                                                                 
                                                                                                                 
/** MySQL database password */                                                                                   
define('DB_PASSWORD', 'fk3Q83q3%N');                                                                             
                                                                                                                 
/** MySQL hostname */                                                                                            
define('DB_HOST', 'rds-aurora-mysql-teg-studios-cluster-1fwwaawttd0c.cluster-c2dlkkqgicpl.us-east-2.rds.amazonaws.com'); 
                                                                                                                 
/** Database Charset to use in creating database tables. */                                                      
define('DB_CHARSET', 'utf8mb4');                                                                                 
                                                                                                                 
/** The Database Collate type. Don't change this if in doubt. */                                                 
define('DB_COLLATE', '');                                                                                        
                                                                                                                 
define('WP_HOME','https://theescapegame.com');                                                                   
define('WP_SITEURL','https://theescapegame.com'); 
 
/**#@+ 
 * Authentication Unique Keys and Salts. 
 * 
 * Change these to different unique phrases! 
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} 
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. 
 * 
 * @since 2.6.0 
 */ 
define('AUTH_KEY',         '*i?4Tq!Tr3r)c^]4!ctGV`TeB}:R-I,*5.d#?vK|<[QJcQuiI6s!X1-8x$~Q1TCX'); 
define('SECURE_AUTH_KEY',  'MW])zW_H(g(!rm;TyXz;xMg|RQRG:QjKPCQ 3zD*!NVY~LAsXCy/sDGrvN!MZB3c'); 
define('LOGGED_IN_KEY',    'QY1]5:q~M>LxgT{+oyy8jG|q>`5.V>ycDe~0JpWY%wAepKHl[p2?}T:IV-lN~f}-'); 
define('NONCE_KEY',        '#zI&+V`FkPGWu3/x{jgEMH0YoWH++:q^TkTMl?y-6OgyC>5mC-k$CIq%IZT@0Px1'); 
define('AUTH_SALT',        '2rBBttxD1,bSm~1F bi>1,~mK$4w99*x(7*;/rm>6:q/`YET2RXLv8RmOru/y03D'); 
define('SECURE_AUTH_SALT', 'm1<ih_xgAxSY_u`HkPBtpaWgag+n_~^sw&Yv6sUcP.RcJ-IcubtR?h)!Wb09Uqv{'); 
define('LOGGED_IN_SALT',   'r2J#eA9T_dsLyy6G]0Gn7Jkb{,Mc=0YEHwnDN$v9aqDvU2^AY7wlGj1-31:AN^K]'); 
define('NONCE_SALT',       'n*[>@&FCEO0:3 z4(yRNYn`cEW&.c!;]SY$^b{4`nqcaUAWk26hiS$yr61~!U,Eh'); 
 
/**#@-*/ 
 
/** 
 * WordPress Database Table prefix. 
 * 
 * You can have multiple installations in one database if you give each 
 * a unique prefix. Only numbers, letters, and underscores please! 
 */ 
$table_prefix  = 'wp_o02jv6qr_'; 
 
/** 
 * For developers: WordPress debugging mode. 
 * 
 * Change this to true to enable the display of notices during development. 
 * It is strongly recommended that plugin and theme developers use WP_DEBUG 
 * in their development environments. 
 * 
 * For information on other constants that can be used for debugging, 
 * visit the Codex. 
 * 
 * @link https://codex.wordpress.org/Debugging_in_WordPress 
 */ 
define('TEG_ENV', 'LIVE'); 
define( 'WP_MEMORY_LIMIT', '2048M' ); 
set_time_limit(120); 
define('WP_DEBUG', false); 
define( 'FS_METHOD', 'direct' ); 
 
/* That's all, stop editing! Happy blogging. */ 
 
/** Absolute path to the WordPress directory. */ 
if ( !defined('ABSPATH') ) 
	define('ABSPATH', dirname(__FILE__) . '/'); 
 
/** Sets up WordPress vars and included files. */ 
require_once(ABSPATH . 'wp-settings.php'); 
 ?>

Did this file decode correctly?

Original Code

<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache

/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //                                           
/** The name of the database for WordPress */                                                                   
define('DB_NAME', 'theescapegame_com');                                                                         
                                                                                                                
/** MySQL database username */                                                                                  
define('DB_USER', 'v29hnl9302');                                                                                
                                                                                                                
/** MySQL database password */                                                                                  
define('DB_PASSWORD', 'fk3Q83q3%N');                                                                            
                                                                                                                
/** MySQL hostname */                                                                                           
define('DB_HOST', 'rds-aurora-mysql-teg-studios-cluster-1fwwaawttd0c.cluster-c2dlkkqgicpl.us-east-2.rds.amazonaws.com');
                                                                                                                
/** Database Charset to use in creating database tables. */                                                     
define('DB_CHARSET', 'utf8mb4');                                                                                
                                                                                                                
/** The Database Collate type. Don't change this if in doubt. */                                                
define('DB_COLLATE', '');                                                                                       
                                                                                                                
define('WP_HOME','https://theescapegame.com');                                                                  
define('WP_SITEURL','https://theescapegame.com');

/**#@+
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY',         '*i?4Tq!Tr3r)c^]4!ctGV`TeB}:R-I,*5.d#?vK|<[QJcQuiI6s!X1-8x$~Q1TCX');
define('SECURE_AUTH_KEY',  'MW])zW_H(g(!rm;TyXz;xMg|RQRG:QjKPCQ 3zD*!NVY~LAsXCy/sDGrvN!MZB3c');
define('LOGGED_IN_KEY',    'QY1]5:q~M>LxgT{+oyy8jG|q>`5.V>ycDe~0JpWY%wAepKHl[p2?}T:IV-lN~f}-');
define('NONCE_KEY',        '#zI&+V`FkPGWu3/x{jgEMH0YoWH++:q^TkTMl?y-6OgyC>5mC-k$CIq%IZT@0Px1');
define('AUTH_SALT',        '2rBBttxD1,bSm~1F bi>1,~mK$4w99*x(7*;/rm>6:q/`YET2RXLv8RmOru/y03D');
define('SECURE_AUTH_SALT', 'm1<ih_xgAxSY_u`HkPBtpaWgag+n_~^sw&Yv6sUcP.RcJ-IcubtR?h)!Wb09Uqv{');
define('LOGGED_IN_SALT',   'r2J#eA9T_dsLyy6G]0Gn7Jkb{,Mc=0YEHwnDN$v9aqDvU2^AY7wlGj1-31:AN^K]');
define('NONCE_SALT',       'n*[>@&FCEO0:3 z4(yRNYn`cEW&.c!;]SY$^b{4`nqcaUAWk26hiS$yr61~!U,Eh');

/**#@-*/

/**
 * WordPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix  = 'wp_o02jv6qr_';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('TEG_ENV', 'LIVE');
define( 'WP_MEMORY_LIMIT', '2048M' );
set_time_limit(120);
define('WP_DEBUG', false);
define( 'FS_METHOD', 'direct' );

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');

Function Calls

define 1

Variables

None

Stats

MD5 1a7f65ad912857ce03e46f6594c339a8
Eval Count 0
Decode Time 94 ms