| Server IP : 81.2.241.106 / Your IP : 216.73.216.165 Web Server : Apache/2.4.67 (Debian) System : Linux tranq-f.bakta.org 5.10.0-45-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64 User : lisky ( 1002) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/thread-self/cwd/ |
Upload File : |
<?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', 'lisky');
/** MySQL database username */
define('DB_USER', 'mamaLiska');
/** MySQL database password */
define('DB_PASSWORD', 'Ur4it2Rum');
/** 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', 'Pp,xeO2VH$RgyjWfy%tR>$@rcmE,r$k+`aeqmM/4~O,A:.a:P{&nDwg}lrC`.{DO');
define('SECURE_AUTH_KEY', 'O~&YnPK+U=Sq* U[Bv.:iho2>{U]!4HKy6Yph#n;H{_iB$}_I?C+#]%VO(F )U(g');
define('LOGGED_IN_KEY', 'srP3z0powZE/W_[Z2SB%j#Zy(o%vYc7D:e8^2p/KEzI9l?Y{Ar]s(.u/}!V7+qVl');
define('NONCE_KEY', 'Dke(>Zpt{3j6Qeh$3A+4Fqd Sl;T$Q@*dC6_93-c;d&Nk*xyw)U:;ymJsgxb}^.x');
define('AUTH_SALT', 'urLtSHd5}%{X7[FI/TWUFgkHlX7xv(XXB9jW$r:1y95kfB9D_0g`F5|C4w{ot><|');
define('SECURE_AUTH_SALT', '_e}i{&&mJ7qCV.q`0At-_qJ/JfDUFc`DMt@Fs!6q.^zdMRMcX}y]nu`GEXFEC#qR');
define('LOGGED_IN_SALT', 'M~$@au8/h6LG[Ro)7DT_U [VBjoWs]v*m_?c*7IartY73/s)J(Pp:)oaT_zk&fGa');
define('NONCE_SALT', 'msQmZk~@b0K1JlJLU=}6Km ~nR:MUa5bb`71@~]E~B9&%I}#fjr0>iziVm|w2iX^');
/**#@-*/
/**
* 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');