| 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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'gunay' );
/** Database username */
define( 'DB_USER', 'gunay' );
/** Database password */
define( 'DB_PASSWORD', 'GunAy55%' );
/** 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', '&8)E Ir:]J!5>>0HFc%d6^d]2r25My:H2d(jfn,LrlNt24JYV!/DfpN>>).(1Vfo' );
define( 'SECURE_AUTH_KEY', 'e%)lOHhL Yi@5X}d!,Q?0PKEDJ+m;;:E$Cng*MzIGDfzrc$Y-hV.P7Bzqm2zT-n:' );
define( 'LOGGED_IN_KEY', '3%s({<-l1ODK)0Hx=NO[?uS {i:~<8!@PU?:JJ!HOpCf1F9ksd[}[#k8Y`RY[Kk$' );
define( 'NONCE_KEY', 'F+R3@C(V_K{lI-%2iahJJQ<o[]D%Bd|/lA8mf?:eJ9uJr#w5[;I=PB1w:]Q[D7}X' );
define( 'AUTH_SALT', '%>!> - I>*vY)nR=!6p&b:@=0lhi>L}@Lh.n|Zm9%x}g3q7$3no:>yOwPIGd:N&$' );
define( 'SECURE_AUTH_SALT', 'a;eiy2I;kJw*08f<uCu(jz]r9_<>~Z@naB*4dV_ZBp3W])%1?/J1icsL&igg7s-.' );
define( 'LOGGED_IN_SALT', 'e1<PP7Eg1!g(.JydVchs}RN#i,zoik^z75=^L=[@|F8WK#0Q6`Oi?68Y%Hl+>i:d' );
define( 'NONCE_SALT', 'Eq+Ao_`XjlMR^-5U#|C~`3zx0Cy!{UGfebx>Dg+xK5CU^!vzv<Alskvr;+Zcofn~' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'wp_679176_';
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-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';