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

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: 
 * 
 * * Database settings 
 * * Secret keys 
 * * Database table prefix 
 * * 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', "hosheh_amin" ); 
 
/** Database username */ 
define( 'DB_USER', "hosheh_amin" ); 
 
/** Database password */ 
define( 'DB_PASSWORD', "_+XZ)qqFGQ}g" ); 
 
/** Database 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',         'Mx|xGyK;7T Cx*OQY7qeC$i$.aCzLaqCEQl-YxewYQ,uF[5DZIKM4cz=8sSVH.dV' ); 
define( 'SECURE_AUTH_KEY',  'L9nBz;9L7;r<!dkeMvQ6BSRe<SW@!cV9wkeE XC`{wz+Y2jT:<@~jYvuW>$1Q4pp' ); 
define( 'LOGGED_IN_KEY',    'm2<j/5%31Y9C2hMlMZyI3o/0(B:<X3{u-2?kyQhrPk.4[52/XdE9SnUS1WOWQrm$' ); 
define( 'NONCE_KEY',        '?I+X_8zLI7^?JE;,2%xn~C&+QOsw:}G1-`9CaCxvL;!9`pAL1t<B`/%P<L)M%BWA' ); 
define( 'AUTH_SALT',        ';.:J07`Oh=ncY$u.jY<)@u6nO/Q>F&ht7rhpmXS_}&{`7r,Z+d%bTEVj<`7dsDo>' ); 
define( 'SECURE_AUTH_SALT', '8cNtR;6i{v!8o169nRGscc{c@ZWh]5xssWS:35_QllhoX@gO$#*kdntwN/9Ax{h5' ); 
define( 'LOGGED_IN_SALT',   'xETZ5k37mdnzzxh@&ST>&1[-Rk#.O$=9@4de#I$VRrA0is&fn`C<7b!$czh^BsC$' ); 
define( 'NONCE_SALT',       'G;bgGdrDT=+<q8+auD6?J9-sR7R$!as JZm#P]^hVCD 9*MPtLc/L7$VNG6];:Cx' ); 
 
/**#@-*/ 
 
/** 
 * 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 ); 
 
/* Add any custom values between this line and the "stop editing" line. */ 
 
 
 
define( 'DUPLICATOR_AUTH_KEY', 'g;ZA:(+Yn<qsG_<*`Ggi:_|h5DdNwCc,*7Ttkd3]-,V~AUoe6Va.~KHllh0 4=s(' ); 
define( 'WP_PLUGIN_DIR', '/home/hosheh/public_html/wp-content/plugins' ); 
define( 'WPMU_PLUGIN_DIR', '/home/hosheh/public_html/wp-content/mu-plugins' ); 
/* That's all, stop editing! Happy publishing. */ 
 
/** 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
/**
 * 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
 * * 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', "hosheh_amin" );

/** Database username */
define( 'DB_USER', "hosheh_amin" );

/** Database password */
define( 'DB_PASSWORD', "_+XZ)qqFGQ}g" );

/** Database 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',         'Mx|xGyK;7T Cx*OQY7qeC$i$.aCzLaqCEQl-YxewYQ,uF[5DZIKM4cz=8sSVH.dV' );
define( 'SECURE_AUTH_KEY',  'L9nBz;9L7;r<!dkeMvQ6BSRe<SW@!cV9wkeE XC`{wz+Y2jT:<@~jYvuW>$1Q4pp' );
define( 'LOGGED_IN_KEY',    'm2<j/5%31Y9C2hMlMZyI3o/0(B:<X3{u-2?kyQhrPk.4[52/XdE9SnUS1WOWQrm$' );
define( 'NONCE_KEY',        '?I+X_8zLI7^?JE;,2%xn~C&+QOsw:}G1-`9CaCxvL;!9`pAL1t<B`/%P<L)M%BWA' );
define( 'AUTH_SALT',        ';.:J07`Oh=ncY$u.jY<)@u6nO/Q>F&ht7rhpmXS_}&{`7r,Z+d%bTEVj<`7dsDo>' );
define( 'SECURE_AUTH_SALT', '8cNtR;6i{v!8o169nRGscc{c@ZWh]5xssWS:35_QllhoX@gO$#*kdntwN/9Ax{h5' );
define( 'LOGGED_IN_SALT',   'xETZ5k37mdnzzxh@&ST>&1[-Rk#.O$=9@4de#I$VRrA0is&fn`C<7b!$czh^BsC$' );
define( 'NONCE_SALT',       'G;bgGdrDT=+<q8+auD6?J9-sR7R$!as JZm#P]^hVCD 9*MPtLc/L7$VNG6];:Cx' );

/**#@-*/

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

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



define( 'DUPLICATOR_AUTH_KEY', 'g;ZA:(+Yn<qsG_<*`Ggi:_|h5DdNwCc,*7Ttkd3]-,V~AUoe6Va.~KHllh0 4=s(' );
define( 'WP_PLUGIN_DIR', '/home/hosheh/public_html/wp-content/plugins' );
define( 'WPMU_PLUGIN_DIR', '/home/hosheh/public_html/wp-content/mu-plugins' );
/* That's all, stop editing! Happy publishing. */

/** 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 bb2d6fcb302a4ec74678c38ecbfe9629
Eval Count 0
Decode Time 46 ms