Server IP : 103.6.199.200 / Your IP : 3.149.250.65 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/cenxusco/oshrs.cenxus.com/wwwroot/ |
Upload File : |
<?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 ** // if ( in_array( getenv('SERVER_ADDR'), array('127.0.0.1', '::1') ) ) { /** The name of the database for WordPress */ define( 'DB_NAME', 'oshrs' ); /** MySQL database username */ define( 'DB_USER', 'root' ); /** MySQL database password */ define( 'DB_PASSWORD', '' ); /** 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', '' ); } else { /** The name of the database for WordPress */ define( 'DB_NAME', 'oshrs' ); /** MySQL database username */ define( 'DB_USER', 'cenxus' ); /** MySQL database password */ define( 'DB_PASSWORD', 'cenxus123' ); /** MySQL hostname */ define( 'DB_HOST', '110.4.46.121' ); /** 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', 'h;<V*x]Lw8~O%n3H; #FF[*v/Tg?I/Nu&+,0ek;*]yvs9z#)j=z>jc0QiEAtvRIm' ); define( 'SECURE_AUTH_KEY', 'yUR].HJ3B16-zxFn4~AhZ~b_C$X[99,AI1$Zf&2xr2jv#+AR* .}h}{eI-tHh,r}' ); define( 'LOGGED_IN_KEY', 'nRE|C2|{*W-gOiptVkvm(^f2^Q=,gSpv&R1Du^Q.,/t&bdpFdRT;E5cAl<f-8z3!' ); define( 'NONCE_KEY', '<(OxPPr yCP66*9_?a-d%vgtkJ(j`2~v$eZ[RPbA4[-WA(ujVb[M;Gs6{xmE;Akh' ); define( 'AUTH_SALT', 'oC;~HT;bDvQP]737E%LA=Ge`zRB=q-b/UWPysL2ut?A0M)xh1CT N^q0^}<mV<k~' ); define( 'SECURE_AUTH_SALT', 'XsZ5d#cP2>v@Yw&MHG&T+QUJTTD:7`CcuwwP.IH7i$mBWuh(mdA.e-Dj.Bc@aM>C' ); define( 'LOGGED_IN_SALT', 'ej[v:;~,uo:!xMO|hJl(%kK~Hx{}:8hfIZEG%~rI}J_(7T}`9y)[4[FrI,G<c-uu' ); define( 'NONCE_SALT', ':j~XRCD@iNdZ/%wixU8(mdHs pgDX h:OfgZG;7!N!-44n9J2yAnne#iuva^VG^5' ); /**#@-*/ /** * 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 ); /* 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' );