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 define( 'WP_CACHE', true ); // Added by WP Rocket define( 'WP_MEMORY_LIMIT', '768M..

Decoded Output download

<?php 
define( 'WP_CACHE', true ); // Added by WP Rocket 
define( 'WP_MEMORY_LIMIT', '768M' ); 
define( 'WP_MAX_MEMORY_LIMIT', '768M' ); 
/** 
 * 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: 
 * 
 * * Database settings 
 * * Secret keys 
 * * Database table prefix 
 * * Localized language 
 * * ABSPATH 
 * 
 * @link https://wordpress.org/support/article/editing-wp-config-php/ 
 * 
 * @package WordPress 
 */ 
 
// ** Database settings - You can get this info from your web host ** // 
/** The name of the database for WordPress */ 
define( 'DB_NAME', 'msitec_com' ); 
 
/** Database username */ 
define( 'DB_USER', 'msiteccom' ); 
 
/** Database password */ 
define( 'DB_PASSWORD', 'U*Z2DG2z' ); 
 
/** Database hostname */ 
define( 'DB_HOST', 'mysql-1.msitec.com' ); 
 
/** Database charset to use in creating database tables. */ 
define( 'DB_CHARSET', 'utf8' ); 
 
/** The database collate type. Don't change this if in doubt. */ 
define( 'DB_COLLATE', '' ); 
 
 
 
/**#@+ 
 * 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',          ' JQjwAD<73wrW%Kq4eNz|#Hy]|ve7@W2EF/4P6UT(I6[,}0||UMnbW-Um`Udi4bq'); 
define('SECURE_AUTH_KEY',   'I{%Y-vtrLo-cij#xcis;9hBG+8s +m@@*@d?$+?XH20P@X[9A$-3<+%MM+WJ(m *'); 
define('LOGGED_IN_KEY',     '-#9g6@ECilD/gM-{(]onG4$6 gm.8X@1AgISI3v#U}ZGE{dsHd1&6mlL9P L0:^g'); 
define('NONCE_KEY',         'q>wVvN3jyft!-Y5=&fE+naDG&/6:AA!Dgz(_PKJ>T=8pn&>W7Vs!s[ox.{NeJRyX'); 
define('AUTH_SALT',         '<-_ w$V+dJ4&,:[]WN #_z06fIv4#87kfNMz<2(&f~nSB]|uU,+N7YY$<NUq+4d+'); 
define('SECURE_AUTH_SALT',  '?J0uulSp_yU`<FtmG`]K%~*3/,y`w#EpPC$(8LKBfhLi)@Vt`<t@5dZhc+ueBEJ:'); 
define('LOGGED_IN_SALT',    'T_2;V5qG[*)dO&kM-%|M+,fIr@D^.,slvJNiwO:C[tKuoll5UIA{ k00W qzuavy'); 
define('NONCE_SALT',        'Qm[[email protected]@G^yMt067l#8X+D A*ey&3t#fZE}wy}7i7f$otoOl{4Ftv=1,6{.zlRG'); 
define( 'WP_CACHE_KEY_SALT', 'VYRVnoZN,}9^ug0VrRPV4/O8 )Yz8#asnmHHWza9SDj@]yw)<w4jejh7GmP89q`L' ); 
 
 
/**#@-*/ 
 
/** 
 * 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_'; 
 
/** 
 * 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 documentation. 
 * 
 * @link https://wordpress.org/support/article/debugging-in-wordpress/ 
 */ 
define( 'WP_DEBUG', false ); 
define( 'WP_DEBUG_DISPLAY', false ); 
define( 'WP_DEBUG_LOG', true ); 
define( 'SCRIPT_DEBUG', false ); 
 
/* Add any custom values between this line and the "stop editing" line. */ 
 
 
/** Sets up WordPress vars and included files. */ 
require_once(ABSPATH . 'wp-settings.php'); 
 
 
define( 'DUPLICATOR_AUTH_KEY', 'ld|Y$BQHYU>0R39bZY1#m# ;:.*aC3h:e%V[fT> DSq*x,O*.b 3,tL Bjy7V,dN' ); 
/* That's all, stop editing! Happy publishing. */ 
 
/** Absolute path to the WordPress directory. */ 
if ( ! defined( 'ABSPATH' ) ) { 
	define( 'ABSPATH', __DIR__ . '/' ); 
} 
 
/** Sets up WordPress vars and included files. */ 
require_once ABSPATH . 'wp-settings.php'; 
 
define('DISALLOW_FILE_EDIT', true); 
 
 ?>

Did this file decode correctly?

Original Code

<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
define( 'WP_MEMORY_LIMIT', '768M' );
define( 'WP_MAX_MEMORY_LIMIT', '768M' );
/**
 * 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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * Localized language
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'msitec_com' );

/** Database username */
define( 'DB_USER', 'msiteccom' );

/** Database password */
define( 'DB_PASSWORD', 'U*Z2DG2z' );

/** Database hostname */
define( 'DB_HOST', 'mysql-1.msitec.com' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );



/**#@+
 * 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',          ' JQjwAD<73wrW%Kq4eNz|#Hy]|ve7@W2EF/4P6UT(I6[,}0||UMnbW-Um`Udi4bq');
define('SECURE_AUTH_KEY',   'I{%Y-vtrLo-cij#xcis;9hBG+8s +m@@*@d?$+?XH20P@X[9A$-3<+%MM+WJ(m *');
define('LOGGED_IN_KEY',     '-#9g6@ECilD/gM-{(]onG4$6 gm.8X@1AgISI3v#U}ZGE{dsHd1&6mlL9P L0:^g');
define('NONCE_KEY',         'q>wVvN3jyft!-Y5=&fE+naDG&/6:AA!Dgz(_PKJ>T=8pn&>W7Vs!s[ox.{NeJRyX');
define('AUTH_SALT',         '<-_ w$V+dJ4&,:[]WN #_z06fIv4#87kfNMz<2(&f~nSB]|uU,+N7YY$<NUq+4d+');
define('SECURE_AUTH_SALT',  '?J0uulSp_yU`<FtmG`]K%~*3/,y`w#EpPC$(8LKBfhLi)@Vt`<t@5dZhc+ueBEJ:');
define('LOGGED_IN_SALT',    'T_2;V5qG[*)dO&kM-%|M+,fIr@D^.,slvJNiwO:C[tKuoll5UIA{ k00W qzuavy');
define('NONCE_SALT',        'Qm[[email protected]@G^yMt067l#8X+D A*ey&3t#fZE}wy}7i7f$otoOl{4Ftv=1,6{.zlRG');
define( 'WP_CACHE_KEY_SALT', 'VYRVnoZN,}9^ug0VrRPV4/O8 )Yz8#asnmHHWza9SDj@]yw)<w4jejh7GmP89q`L' );


/**#@-*/

/**
 * 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_';

/**
 * 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 documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
define( 'SCRIPT_DEBUG', false );

/* Add any custom values between this line and the "stop editing" line. */


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


define( 'DUPLICATOR_AUTH_KEY', 'ld|Y$BQHYU>0R39bZY1#m# ;:.*aC3h:e%V[fT> DSq*x,O*.b 3,tL Bjy7V,dN' );
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

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

define('DISALLOW_FILE_EDIT', true);

Function Calls

define 1

Variables

None

Stats

MD5 2971b8ee83dedadbc7c2598008129c8c
Eval Count 0
Decode Time 57 ms