| Server IP : 173.209.174.21 / Your IP : 216.73.216.89 Web Server : Apache/2.4.58 (Ubuntu) System : Linux wcfs-server 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : nodor ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/nykoinc/ |
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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', 'nykoinc' );
/** Database username */
define( 'DB_USER', 'nodor' );
/** Database password */
define( 'DB_PASSWORD', 'D@n33Nao40' );
/** 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', '[$T-q?b=B4._L5Kg8$ClXWOqP3F^e%%.&20jz6|M%Nm5aGU?!uY`$7;4x%|h#-BB' );
define( 'SECURE_AUTH_KEY', 'k0uZ?;lT`I4(mpeDR,m8zn}#$m7HpgqFyVH/?Y;j&@V*r:{V)5Hf6 .zz5@ogC70' );
define( 'LOGGED_IN_KEY', 'V6u<9.YFJEtz5*eN4,+u/p)l_E0>ak,6zZK]R[25jla^>Db=Zue9*AnpZ00YV@Dl' );
define( 'NONCE_KEY', 'ByG$-H+gVZVm4TqR<UEoS<$5^<M=]mL8v1U~/hWP8,Cooso:OL/lKX+kq,@M$wz*' );
define( 'AUTH_SALT', 'Z,zEz+=>iE<?28UF<`#VV3c^9KQq1&Ip;``?U0+9p;AHKZkL.Y(9C~S<KO8rkn6Z' );
define( 'SECURE_AUTH_SALT', 'L0^I]!O#X$cbKtT=oAD?%{vcy<3^b1qag)[;!2*_GO`3_R;e]r47OUJN{iUl:hLw' );
define( 'LOGGED_IN_SALT', 'V$H2b8)`1vmFG;>?^;0ENG4Y%k@NtJS|jT2@4Aj[G|H?8zFU`5fmr8y|.}j#LIvy' );
define( 'NONCE_SALT', 'J}iM9yCu3kQW?MBF/8l fA ]_sdl% swXoF2<9PfsQ:A?`0oTIhn1u:P*vh{sf7V' );
/**#@-*/
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';