| Server IP : 216.250.13.251 / Your IP : 216.73.217.37 Web Server : nginx/1.24.0 System : Linux gunay 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : root ( 0) 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/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', '');
/** MySQL database username */
define('DB_USER', '');
/** MySQL database password */
define('DB_PASSWORD', '');
/** MySQL hostname */
define('DB_HOST', '');
/** 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', 'k_3Jrxc_fGK5GizalJN}:F)o9DkRxz|nmy^aX&qys(n}.uQZoJDqaKHx5AtEI~o6');
define('SECURE_AUTH_KEY', '}4#Q*cd0Iv?`Bl_WHmVTDKhX(<&JC%nDBGBN{3cIS9YHL;+tV~hN#Zs{,YrV#:Dr');
define('LOGGED_IN_KEY', '%pEV(Q0t9-DIg!nc~N1EoH862QW%*gd&s<T=_3`@#/L(6^,Me4Ij~Aak/UEZ(F<I');
define('NONCE_KEY', '=#)R3~c{KR#dR!+}j;WQQ;6yf2,y/,dO{w-*tDb.<#eBZB~=4<`rONCQs7ZRK_Zf');
define('AUTH_SALT', ')_#|x4ZCg:J|ne?#e`oG)&Q<I5T/{#_;I#?90*3}_@(+nFbK8kZJuWYmXlxGq#Ga');
define('SECURE_AUTH_SALT', '@y7?>-nHKTA){TXvcWw<O{33SZlYw}qe4bo36/UZ;CO8p6PVs`4vG3A)jdyv`?^O');
define('LOGGED_IN_SALT', 'J-218v8V%DV6il9l*FY8llBJR&UW,Is(DQKG&jTlZ:=8@2fJI&=UeVi_@K)=TK#n');
define('NONCE_SALT', 'ON)~ipF>fqzd>(cxiIPEH}/bcEO-6IXS_uFdiQTY14dc:D&krXpX`~r_P,,OTtmh');
/**#@-*/
/**
* 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_679176_';
/**
* 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', 'en_US');
/**
* 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_DEBUG_LOG', false);
define('WP_DEBUG_DISPLAY', 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');