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: 
 * 
 * * 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('WP_CACHE', true); 
define( 'WPCACHEHOME', '/home/sttifaci/farmamedika/wp-content/plugins/wp-super-cache/' ); 
define('DB_NAME', 'sttifaci_farmamedika'); 
 
/** MySQL database username */ 
define('DB_USER', 'sttifaci_ikhwan'); 
 
/** MySQL database password */ 
define('DB_PASSWORD', '110veutoo'); 
 
/** 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',         'UQh+|cY:7j|gyU>%}g:,JzqFx_+pcDs/2]oY.!AL)aT>f{cK oo@r/>I[M~{=1Eb'); 
define('SECURE_AUTH_KEY',  'a O9Y(k_7ACuXB?5uI[[O{o!jA*/B}CaP;S_( -Pu`.094LE0w_HEEx62VH,![Ne'); 
define('LOGGED_IN_KEY',    '~&5 DtKCgd :&d/hn?|tvv2tv,>Ku6[;IpD Q9}VW@5}gTxYz#!m~{#J,=~X)x?['); 
define('NONCE_KEY',        '&5SO+*vp5V=WNZO YyH#cBbj6MJ*)~+6h+9B?3{b94=&8)z5K+7x2kn/C!W}/zfM'); 
define('AUTH_SALT',        'Gkx9b4;GPw(Z5BM{b 8&$3xReUb6!~f:2<RthPK9lRpRQ$JcZ&1>!D%r=&^h/q&='); 
define('SECURE_AUTH_SALT', '/-F(egCecHjMXuR_JBCqBMM7#r3mTYZTwz4KRLD *D?3i#c([E;/$.{_;^ |;;tE'); 
define('LOGGED_IN_SALT',   '?Tq..<o:~/*s/Uo[F1VGrBdFO D=;x]k$*S|6u!)(ayrW%ocrmw{s:,zY.$-N{>5'); 
define('NONCE_SALT',       'a=+9r;E`*TwsF:HL]wn3_iR>cIw!#ZL*3IXF*$8&a&,lib}m5.W<(!UpE+b!cO-s'); 
 
/**#@-*/ 
 
/** 
 * 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 Codex. 
 * 
 * @link https://codex.wordpress.org/Debugging_in_WordPress 
 */ 
define('WP_DEBUG', false); 
 
/* 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
/**
 * 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('WP_CACHE', true);
define( 'WPCACHEHOME', '/home/sttifaci/farmamedika/wp-content/plugins/wp-super-cache/' );
define('DB_NAME', 'sttifaci_farmamedika');

/** MySQL database username */
define('DB_USER', 'sttifaci_ikhwan');

/** MySQL database password */
define('DB_PASSWORD', '110veutoo');

/** 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',         'UQh+|cY:7j|gyU>%}g:,JzqFx_+pcDs/2]oY.!AL)aT>f{cK oo@r/>I[M~{=1Eb');
define('SECURE_AUTH_KEY',  'a O9Y(k_7ACuXB?5uI[[O{o!jA*/B}CaP;S_( -Pu`.094LE0w_HEEx62VH,![Ne');
define('LOGGED_IN_KEY',    '~&5 DtKCgd :&d/hn?|tvv2tv,>Ku6[;IpD Q9}VW@5}gTxYz#!m~{#J,=~X)x?[');
define('NONCE_KEY',        '&5SO+*vp5V=WNZO YyH#cBbj6MJ*)~+6h+9B?3{b94=&8)z5K+7x2kn/C!W}/zfM');
define('AUTH_SALT',        'Gkx9b4;GPw(Z5BM{b 8&$3xReUb6!~f:2<RthPK9lRpRQ$JcZ&1>!D%r=&^h/q&=');
define('SECURE_AUTH_SALT', '/-F(egCecHjMXuR_JBCqBMM7#r3mTYZTwz4KRLD *D?3i#c([E;/$.{_;^ |;;tE');
define('LOGGED_IN_SALT',   '?Tq..<o:~/*s/Uo[F1VGrBdFO D=;x]k$*S|6u!)(ayrW%ocrmw{s:,zY.$-N{>5');
define('NONCE_SALT',       'a=+9r;E`*TwsF:HL]wn3_iR>cIw!#ZL*3IXF*$8&a&,lib}m5.W<(!UpE+b!cO-s');

/**#@-*/

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

/* 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 6a206b7afb62c1250c3e4a96aa1d23a2
Eval Count 0
Decode Time 103 ms