Server IP : 158.178.228.73 / Your IP : 80.80.80.153 Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k System : Linux ust-wp1-prod 5.15.0-308.179.6.el8uek.x86_64 #2 SMP Wed Apr 23 10:46:57 PDT 2025 x86_64 User : tomasFtp ( 1007) PHP Version : 8.4.8 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/proc/self/root/backup/ofad.source.0703250400/public_html/ |
Upload File : |
<?php //Begin Really Simple Security key define('RSSSL_KEY', 'cs0iYJSTemKjfJOnVSsRvxv3xQblqaj6UbGrw2apkBuqhTv7AB83H44Qy9baGIRr'); //END Really Simple Security key //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 cookie settings /** * 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 ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'ofad' ); /** MySQL database username */ define( 'DB_USER', 'ofadDb' ); /** MySQL database password */ define( 'DB_PASSWORD', 'TanYanKeeOfadDb@Cloud25' ); /** MySQL hostname */ define( 'DB_HOST', '80.80.81.111' ); /** 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', '||`,:1O6mm]VtP [R#u>B]W+?;>6Ht<w=Md:7y-8NQe|MEjOs*7p20-iTtA=1Nj|' ); define( 'SECURE_AUTH_KEY', '3i)8aK_BQhtT?/^dM,M*r|/cGE!jDYMnR2*}:zS@)c:Wbi>Rat*_q:LVn|MJG~H]' ); define( 'LOGGED_IN_KEY', '6G0fJ=`89pnHzCfS#!QOhnK[r.c}bAgqy2WCZ&q% vjCOi#.E9 ::7xdPxLttbWy' ); define( 'NONCE_KEY', '~<&D2=T-NjIm]g9`tp`Aoapvgc#Y6$ eY%MoJug-lTPKmAwE549+9Wk<<4B{U>*4' ); define( 'AUTH_SALT', 'umSbp(+9bhRH4t78`x:1|(*phm3Me^qqotp4CUP|:$+j!)M@|0+FWH;E~3M701I5' ); define( 'SECURE_AUTH_SALT', 'up.N{Dc-F>5Jaxu042^G(9bcy)%xC~F:!EaSnzE1Y%Z/S(mCC^~oe2-z+;oC.L4a' ); define( 'LOGGED_IN_SALT', 'S(3c%`p/X2jCmfdNg8szQ2Y8*h)OKN*(brb)iMbVq/cgSTET<$<npS&]2qgPWKHG' ); define( 'NONCE_SALT', 'E)3ho|XWo0RE,/m/fr[{).;!ebOMEP23mTIpf8RwFCt61u5.&>?wrZk&C?kwXYBL' ); /**#@-*/ /** * 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 ); define('FS_METHOD', 'direct'); define('FS_CHMOD_DIR', 0755); define('FS_CHMOD_FILE', 0644); /* Add any custom values between this line and the "stop editing" line. */ ##Force HTTPS detection (OCI Load Balancer uses SSL termination) ##If your LB uses HTTPS and terminates SSL before sending to WordPress over HTTP if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { $_SERVER['HTTPS'] = 'on'; } /* 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';