HEX
Server: Apache/2.4.65 (Unix) OpenSSL/1.1.1k
System: Linux vmi2930070.contaboserver.net 4.18.0-553.85.1.el8_10.x86_64 #1 SMP Mon Nov 24 09:05:24 EST 2025 x86_64
User: sigmanox (1019)
PHP: 8.3.25
Disabled: NONE
Upload Files
File: /home/sigmanox/public_html/wp-config.php
<?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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

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

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

/** MySQL database password */
define('DB_PASSWORD', '9AS0@p3p9(');

/** 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',         'ie1wo6fsk9gy7wbxjcew2erddldrffz68ntjnxwpaul9vqczyz9r7o4elpfjhgoi');
define('SECURE_AUTH_KEY',  'sue5wcegwqb3tc90xma9qniy6z8gjbjlvcefxbxexozc8yabwav1honx8rqur9kc');
define('LOGGED_IN_KEY',    'bn0dblzhkjgbtvy8ryxchwhmzxxuzxofttocu1vbyd3wmw2lergpegxcsejlszah');
define('NONCE_KEY',        'u5fk77q9hi0w8f5xtkp26y1cwkhsa1vr8m47res4d5au6tzlwn5eubfexyxagko7');
define('AUTH_SALT',        'dmpcaayrqpcvy8tt5z9njeepeby6d5bdyxa6vmat6i5ygdqb5ccbuw9xqm6jvrqu');
define('SECURE_AUTH_SALT', 'c7ubdszvmskisvffmi6x5wuqepdaw70vqaomed8tj9uzjfzx1hkwhvgxiyynuiag');
define('LOGGED_IN_SALT',   'acxj578wlw1t0jf05ijg2og1umsuvovwdkxmx69cxaynasulkxh7qzca61v4rtam');
define('NONCE_SALT',       'vcpbwzjckz2zoemldgiu0vo1tucxildomflwkbjfkw6k0fqxo2z9enfyikerlfa4');

/**#@-*/

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

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');