Server IP : 103.6.199.200 / Your IP : 3.21.12.88 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/allieds2/alliedsolutions.com.my/wwwroot_05oct2023/ |
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://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', 'wp60' ); /** MySQL database username */ define( 'DB_USER', 'allied2' ); /** MySQL database password */ define( 'DB_PASSWORD', '#3Cats' ); /** 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', '6ev94ko3nzxgy296s9emdzjfxk9j85hxiljzabsqftrsjnl3bzpefd9hdwgy5kpj' ); define( 'SECURE_AUTH_KEY', 'hcllvbtlx7uegu3sypwdfemsgpep3oxab0rq3bu7up5w6c9wqcstzrrrwvehjzwc' ); define( 'LOGGED_IN_KEY', 'o3hd6ckbjnfyykhybarqcxyfwhubc9n6xtuqpbcmd36talfqloxekdluannpe2xa' ); define( 'NONCE_KEY', 'ynckayve6tyqzpvp0g2d6zzznzxp5sreagek9x2wcpyxyrvngq6eyootwrsnoajm' ); define( 'AUTH_SALT', 'ali50ii2nxucugetlhrkdr0isaa24wsvnb2666zifeotik5hqqkp6v7laab81lda' ); define( 'SECURE_AUTH_SALT', 'by2ydfyfdiswg36z2mkhzxmikzsy4r1j9udvjb7ksf9kv6elrjtzbqevu8g63xzh' ); define( 'LOGGED_IN_SALT', 'moaayxupwuprqqgnm8zak6fup0ry78nyvzbnrvqogzcyl2itmc8ccr04gvxjq83f' ); define( 'NONCE_SALT', '9kbubntdh7dzpwjtfxpdhjsjuzvcwcodywiisci1tfnlfbdkl4mijdw5yahcptwh' ); /**#@-*/ /** * 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 = 'wppv_'; /** * 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', true ); /* That's all, stop editing! Happy publishing. * //define( 'WP_MEMORY_LIMIT', '256M' ); set_time_limit(300); /** 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'; //define( 'WP_MEMORY_LIMIT', '256M' ); # Disables all core updates. Added by SiteGround Autoupdate: define( 'WP_AUTO_UPDATE_CORE', false ); //@include_once('/var/lib/sec/wp-settings.php'); // Added by SiteGround WordPress management system