HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux sci 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: tpdc (1002)
PHP: 7.4.3-4ubuntu2.29
Disabled: 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,
Upload Files
File: //home/tpdc/nsci/wp-config.php
<?php
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL

/**
 * 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://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
define( 'FS_METHOD', 'direct' );
/** The name of the database for WordPress */
define( 'DB_NAME', 'nsci_site' );

/** MySQL database username */
define( 'DB_USER', 'tpdc' );

/** MySQL database password */
define( 'DB_PASSWORD', 'ik=4yD@50' );

/** MySQL 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',         '#z|1uSV,>$CTzYgs6.QIM&fr*i:r6w#@L<qwaxOtC0!eq#{!k-iFcP.VB!eCI&ch' );
define( 'SECURE_AUTH_KEY',  '4Shp3A|!P*idh50LZO~TZb6N!dkTeKgC3QaYu*E,*2s+D7dN|z3>|>X?IyJTzLth' );
define( 'LOGGED_IN_KEY',    'kWNaJp~Yiz^|7[T*E4:U?_K/R2H8,+;@}f9b78m<`A%7H+N&WurWK%Sj39(gBMC1' );
define( 'NONCE_KEY',        ',9]Rm<yYQVb+epB$~5$c~E5Gd60v4l3`bI{HVbv>udyvjIMla|x nl+A7$^JINP5' );
define( 'AUTH_SALT',        'Tia=DL*Y8JD^ir3~F{W1G)Zu6T{IM-fRyjGfGZu#O_pQ9>!-hc2mklDO`B5f)K,-' );
define( 'SECURE_AUTH_SALT', '<dvp3O/2r8IyuyW8o@|bg<,tC9@G;#LiS|F]%<s2OO|>kcG$vR(|>nbl<rQk]SPM' );
define( 'LOGGED_IN_SALT',   '(,SY6!u-f;cAR(qIw.WK@($SDj}/ds`)1JSEzA9l*gp86Dh3:D3R<k<r7fS[9xuT' );
define( 'NONCE_SALT',       '46NU?(Is_O:xjF6;9n-eJhyibEkU(wOK{3/dY=N9$]NH0U.>2HnO;stm&&47Vhi,' );

/**#@-*/

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

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