Server IP : 103.6.199.200 / Your IP : 3.135.206.166 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/maytechc/maytechcr.com/wwwroot/ |
Upload File : |
<?php //Begin Really Simple Security 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 Security cookie settings //Begin Really Simple Security key define('RSSSL_KEY', '27S6PcWaWYams3EKmgVckhuupZ0TjnMap4FcgZ10CvIJ4UsVhAUBKiXVV030hSfm'); //END Really Simple Security key /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the website, you can copy this file to "wp-config.php" * and fill in the values. * * This file contains the following configurations: * * * Database settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/documentation/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'maytech' ); /** Database username */ define( 'DB_USER', 'sysadmin' ); /** Database password */ define( 'DB_PASSWORD', '0sIP3W4OMb79' ); /** Database 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', 'j9tcHdB U4+S<g/E (L_`z9N0=*awT{Ab+C7(lYFV1 +nY3RRqOU;u2WaB?z2Iou' ); define( 'SECURE_AUTH_KEY', 'J7=:;/50^?(tH{} yv[cj)c(Vj-](Wb`,D{EJ~oto[$j^7Q#?V3#@cH/.t4+>hQ(' ); define( 'LOGGED_IN_KEY', 'zl+;aZr5U^)2mu!`7A|CTSMR;6.AnLGZ@SM09euu:i,V#NeezPrR^Sq>;Mq76Bs#' ); define( 'NONCE_KEY', '9eIkfGTZ<r:glm=-=tYKzjy{-#%HMt0%[Eka=&IQb<-?~{V>v~fFxYb):r?tddI8' ); define( 'AUTH_SALT', '+Vq8Ak)}-bs2Sz9y<|D?=q)&F<KWpNHOvl[A%0$<&(%>LGrN~8(@y6c>zLk*pDM|' ); define( 'SECURE_AUTH_SALT', '8pNk@gkQG?~/>?d8)4WLP;v^IWRX{ Ve82LO@qad`u6]B] A:jMdlyyxpF3Ox' ); define( 'LOGGED_IN_SALT', 'g6r$9~%jf_ uZ;/a/pYI=IyD3>vzV9PTW?:m+llr,G|rwrDu]|Q)W##/M[,;te$v' ); define( 'NONCE_SALT', '3w69!6$HK;uep._Dn-$5I3AwYY+8o26Vj~)6)o-~+Kl*qE.X-XfHt!oB!=.s%vtO' ); /**#@-*/ /** * 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/documentation/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', true ); /* Add any custom values between this line and the "stop editing" line. */ /* 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';