|
System | : | Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 |
Software | : | Apache. PHP/5.3.6-13ubuntu3.10 |
ID | : | uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
|
|
Safe Mode | : | OFF |
Open_Basedir | : | OFF |
Freespace | : | 33.84 GB of 70.42 GB (48.05%) |
|
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON |
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
|
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ]
|
|
/
http/
dmitriy-x.ru/
- drwxrwxrwx
|
Viewing file: wp-config.php (3.34 KB) -rw-rw-rw-Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
<?php /** * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, WordPress Language, and ABSPATH. You can find more information * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing * wp-config.php} Codex page. You can get the MySQL settings from your web host. * * This file is used by the wp-config.php creation script during the * installation. You don't have to use the web site, you can just copy this file * to "wp-config.php" and fill in the values. * * @package WordPress */
// ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'dmitriy-x');
/** MySQL database username */ define('DB_USER', 'dx');
/** MySQL database password */ define('DB_PASSWORD', 'dx25703');
/** MySQL hostname */ define('DB_HOST', 'localhost');
/** 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', 'GK-_j/R$/^ot&Nr|NeK&5K<`6ncN~csF!7K93-u)|[P5|u{Bd=eg=50GN`gDn-NG');
define('SECURE_AUTH_KEY', '|%EId&}c@Ooy$HEFVjX.-&0111]IY<N]=15}o?[No`*;<s&R{]gIn5Prz_&qnQjv');
define('LOGGED_IN_KEY', '|P;e3IicT<Gox}z4:01cj)=xvj>xl;@y[-*C2{+J)+=bW d#JWhGu6|c+.n|pHC%');
define('NONCE_KEY', 'P,)hnBRABar2L(Q)pU$4]U| BR%j%)z)lPfaJ<bfMO2-{0j{qLy):DwiXQ-|d!vG');
define('AUTH_SALT', 'TgR2AP-:o:`-2Jju+D6S0}DXg^+(X<xC9Y&jXR5nLq1~>-`!GI0+(+KGo~| -_?%');
define('SECURE_AUTH_SALT', 'T=>5D%Bf DmU64VhtkZ|v%N=2mp0|cFuR (,j)`]}lOa(8|q/LhD+kqw:)c:D-c^');
define('LOGGED_IN_SALT', 'xCDxs`]SS~c69ROgd=o& PyhqEeK`,$=GH8{jvQmH)|)jC?M&|uV95[9I3<:cF!7');
define('NONCE_SALT', '7@+7JL%n~<O[>7I8o Z&>%3]lX5v+$=FB=V{(eP_bQT~pOSfo4v-,ul{1mIw>de1');
define("AUTOPTIMIZE_INIT_EARLIER","true"); /**#@-*/
/** * 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 = 'wpdx_';
/** * WordPress Localized Language, defaults to English. * * Change this to localize WordPress. A corresponding MO file for the chosen * language must be installed to wp-content/languages. For example, install * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German * language support. */ define('WPLANG', 'ru_RU');
/** * 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. */ 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');
|