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/www.source.0704250600/public_html/ |
Upload File : |
<?php //Begin Really Simple SSL key define('RSSSL_KEY', '5xJeI9TPA0MhEhEwdSenxxIy27VrWLP12tz6d6O2zlJdRayosu0ZdivAKQtBQ9AW'); //END Really Simple SSL key define('WP_CACHE', true); // WP-Optimize Cache //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 define('WP_MEMORY_LIMIT', '512M'); /** * 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 */ define('WP_HOME','http://www.ust.edu.ph/' ); define('WP_SITEURL','http://www.ust.edu.ph/' ); // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'www' ); /** MySQL database username */ define( 'DB_USER', 'wwwDb' ); /** MySQL database password */ define( 'DB_PASSWORD', 'CommsBureauDb@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', '$s~jBBQ?NF&/z?Qzm:/v-qbC9=@%fqw[pkhZ>^Y!* zs2ndjRF?v,m`s|E{*ZqgC' ); define( 'SECURE_AUTH_KEY', 'Cv=`0I8vjn, ]0)Ot2U&*6{@]Yp_)8t4B`E38l,_XK(zb!9kmCbKbQFhpp|}b^u' ); define( 'LOGGED_IN_KEY', 'Y@T<MFp u?),H/>_`n*&Oie*IvEHDEp[W@-nj?&?=Kpq1k49EdaSp=*ck7)0/B)L' ); define( 'NONCE_KEY', 'e:qUwu1jxFm%uDDuovzD5pidTta^O&oc94q0gD.+?n+9~:ju7c9UVVY&5*ix9=;n' ); define( 'AUTH_SALT', 'PP4,$UOX1UeI@G w~OM#HD>^H!|~r[/X~3o&[Jn>`Eb.n_F?qv1v=ALs$~(1MRy[' ); define( 'SECURE_AUTH_SALT', 'Z-*{/_Mkc@)}DW8azY_/XRf!6vH*)-A:EUhB7hs*Je,.b.eYB$Zit-zqbBw=HkxU' ); define( 'LOGGED_IN_SALT', 'ROM!s1pr$!OLy{`sb)^%YqQLJr(V&F+4yW-wQJQ7}[<32F`4oT+<IuPjPC%3al}k' ); define( 'NONCE_SALT', ' }P;;Xh#%SgJZS?jz+#|hRTYP|?vL_lonFD+=V~BIX$J9n,=_%>Se&n^.rDk[qOO' ); /**#@-*/ /** * 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 Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define( 'WP_DEBUG', false ); ##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', dirname( __FILE__ ) . '/' ); } /** Sets up WordPress vars and included files. */ require_once( ABSPATH . 'wp-settings.php' ); //Disable File Edits define('DISALLOW_FILE_EDIT', false); /*Added by Carlo: September 12, 2022*/ define('FS_METHOD', 'direct');