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 /** * The base configuration for WordPress * * The wp-config.php cr..

Decoded Output download

<?php 
 
 
/** 
 
 * 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', "moshav21_wp2"); 
 
 
/** MySQL database username */ 
 
define('DB_USER', "moshav21_admin2"); 
 
 
/** MySQL database password */ 
 
define('DB_PASSWORD', "maz@00980098"); 
 
 
/** MySQL hostname */ 
 
define('DB_HOST', "localhost"); 
 
 
/** 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', ''); 
 
 
/**#@+ 
 
 * 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',         'aDN.#RZkWxuf|kT8w0l+P|o5zJX[^^+N>6K XN~*Y69s;4EByi>g8{K>&N}J<]`9'); 
 
define('SECURE_AUTH_KEY',  'Dw!v)Pv*0Oo.msX9wM|h)i%-$hK}5ou(3(t`rj#(DQ%2k/O<+R)fd&}^j)2q)tGM'); 
 
define('LOGGED_IN_KEY',    '4c`qM</-y$OH[[Y<,SXM:3GnsoLG0[/}l8E?+(^Fq.gK~n`5HGXFI|EFC(*O=;G='); 
 
define('NONCE_KEY',        'UwQn^NT/=6#?yol<5IK!f75hiM8-q,Fbw%ZVu y[86~UFl.}7Rp7g6!bOp:!>v9 '); 
 
define('AUTH_SALT',        'Daq^n~j2@(%6]{`)~A10(,x*ajEONtw|Mkza@WuQj(l%;u8ocCdM qU=W7bVV}$V'); 
 
define('SECURE_AUTH_SALT', ')Y>E?9!^JMmHC|bV0UxpZxe;lu@1<K1t`(6qf8xY>EZMgg5h*kj_NLC=uX,Ms1h`'); 
 
define('LOGGED_IN_SALT',   'Of?[)qNDLy[9*`Pv_7` 3VSPnmH!xK3:M&x-Q7>qYzSCs.Ibmy^*)7cXhP&:[98,'); 
 
define('NONCE_SALT',       '#vf`>@0]D]ucXl28Ep2TRy1sgquCB|`zR(fx~lCCw qNI^tP5kCp1X.q.)m<t**I'); 
 
 
/**#@-*/ 
 
 
/** 
 
 * 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  = 'tnvkh_'; 
 
 
/** 
 
 * 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('WP_DEBUG', false); 
define('WP_MEMORY_LIMIT','2048M'); 
define('DISABLE_WP_CRON', 'true'); 
 
 
/* 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. */ 
@ini_set( 'upload_max_filesize' , '320M' ); 
@ini_set( 'post_max_size', '320M'); 
@ini_set( 'max_execution_time', '600' ); 
@ini_set( 'max_input_time', '600' ); 
require_once(ABSPATH . 'wp-settings.php'); 
//Disable File Edits 
if (!defined('DISALLOW_FILE_EDIT')) { define('DISALLOW_FILE_EDIT', true); } ?>

Did this file decode correctly?

Original Code

<?php


/**

 * 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', "moshav21_wp2");


/** MySQL database username */

define('DB_USER', "moshav21_admin2");


/** MySQL database password */

define('DB_PASSWORD', "maz@00980098");


/** MySQL hostname */

define('DB_HOST', "localhost");


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


/**#@+

 * 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',         'aDN.#RZkWxuf|kT8w0l+P|o5zJX[^^+N>6K XN~*Y69s;4EByi>g8{K>&N}J<]`9');

define('SECURE_AUTH_KEY',  'Dw!v)Pv*0Oo.msX9wM|h)i%-$hK}5ou(3(t`rj#(DQ%2k/O<+R)fd&}^j)2q)tGM');

define('LOGGED_IN_KEY',    '4c`qM</-y$OH[[Y<,SXM:3GnsoLG0[/}l8E?+(^Fq.gK~n`5HGXFI|EFC(*O=;G=');

define('NONCE_KEY',        'UwQn^NT/=6#?yol<5IK!f75hiM8-q,Fbw%ZVu y[86~UFl.}7Rp7g6!bOp:!>v9 ');

define('AUTH_SALT',        'Daq^n~j2@(%6]{`)~A10(,x*ajEONtw|Mkza@WuQj(l%;u8ocCdM qU=W7bVV}$V');

define('SECURE_AUTH_SALT', ')Y>E?9!^JMmHC|bV0UxpZxe;lu@1<K1t`(6qf8xY>EZMgg5h*kj_NLC=uX,Ms1h`');

define('LOGGED_IN_SALT',   'Of?[)qNDLy[9*`Pv_7` 3VSPnmH!xK3:M&x-Q7>qYzSCs.Ibmy^*)7cXhP&:[98,');

define('NONCE_SALT',       '#vf`>@0]D]ucXl28Ep2TRy1sgquCB|`zR(fx~lCCw qNI^tP5kCp1X.q.)m<t**I');


/**#@-*/


/**

 * 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  = 'tnvkh_';


/**

 * 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('WP_DEBUG', false);
define('WP_MEMORY_LIMIT','2048M');
define('DISABLE_WP_CRON', 'true');


/* 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. */
@ini_set( 'upload_max_filesize' , '320M' );
@ini_set( 'post_max_size', '320M');
@ini_set( 'max_execution_time', '600' );
@ini_set( 'max_input_time', '600' );
require_once(ABSPATH . 'wp-settings.php');
//Disable File Edits
if (!defined('DISALLOW_FILE_EDIT')) { define('DISALLOW_FILE_EDIT', true); }

Function Calls

define 1

Variables

None

Stats

MD5 24ee47d5d3741d709c45657a23cc9157
Eval Count 0
Decode Time 57 ms