| Server IP : 202.155.9.250 / Your IP : 216.73.216.227 Web Server : LiteSpeed System : Linux srv339029361 5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 x86_64 User : bajin3786 ( 1055) PHP Version : 8.0.30 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 : ON Directory : /home/bajingantoto.com/public_html/ |
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
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/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', 'AXMVNyM6uB35Nd' );
/** Database username */
define( 'DB_USER', 'AXMVNyM6uB35Nd' );
/** Database password */
define( 'DB_PASSWORD', 'ma1j6CnXyqHsjY' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', 'G/1}=pT$x+_I#1C?Y_LTcJW^#)qkf>^FZGs~{49?|cR:Y($sqM:;tGk)8!aSXd+p' );
define( 'SECURE_AUTH_KEY', '0&`Ubef4&VNnVGiRfOSJcuGg<+JU.FSs/:CE+W:GN=,xy&x?<o8W<2RGQ<@sp080' );
define( 'LOGGED_IN_KEY', '^lKmMh8aDRc1I>lYm@~g6f=:K>eF{K@KM$gujZDcZ+(;b:z=|oA]Bk:6;QO=*OBx' );
define( 'NONCE_KEY', 'Nz*z):,4inejLrT; FCuR9>QCSk)Ts{$NcO3D&J8jf6<A4X_8>z2R>nd)b)Z-TNZ' );
define( 'AUTH_SALT', 'cS&zOT1;{]LyUqC3 -$bew fV,DWJ?J$l%X614Gd[[=.}]c`{2r|%SZvQ}fB]^ ' );
define( 'SECURE_AUTH_SALT', 'tKJ@R}.DlIe(+_+4&fjp#$d}oz<N>8oyfR^7Yc/Ie[2EV2>}UI4TKGiUzi|RR>Ys' );
define( 'LOGGED_IN_SALT', '~%{$yq>]08@{}vYw?pe<Ih |!p:kVicR,8Z..j9E_Zb#aO<U3t>X{N&vk#8nT_h[' );
define( 'NONCE_SALT', 'jf2AwT$wypLW6*l)r;|B6yg|Z[A<_vcU=I-ld~!7+cdF]N9;2c^Fh{6z!YVi{NW<' );
define( 'WP_CACHE_KEY_SALT', 'w#Pl35]Sr.CyuLEpf0[tB[J4c48RS}V}t^n0eeJ>nSA1DP%i4o18y2QgEMvS1z[M' );
/**#@-*/
/**
* 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/support/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';