| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/duskoftp/ |
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', 'rasinhtml_db' );
/** MySQL database username */
define( 'DB_USER', 'rasinweb' );
/** MySQL database password */
define( 'DB_PASSWORD', 'wpuserl0zink@' );
/** MySQL 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', 'yhMEK_+!@gj+Ah,<@LOnxshM.QOs^^fSe6?9 )otV+&Y6O$E|r6R&MCNWQ=fP#^c');
define('SECURE_AUTH_KEY', '+_=on`$p,FN7nfz)!zhtZGjVq( `a$,2[6[?=A6900QmJ}*p+8?+UEhqY/4 ]TAz');
define('LOGGED_IN_KEY', 'nO!s9^%?vf>-iR7#wm`9D-a#]|74ShQl[+~^K>4A@9F;3sLPHF+xeD8YVkh~-x;l');
define('NONCE_KEY', 'XcoQvoEBK1@sUuPLP1bN3E3!X3&{f+M_:LQ/-}N7G-3I|7G3PsGP[Ze9Y?67Y]s|');
define('AUTH_SALT', 'ZE!]S2l|-CK>@`3*`(y)gxG~^(-xjN-TZOtFdrBlJ2lS3:h8U+,t^odD3$bY]`<9');
define('SECURE_AUTH_SALT', 'O<jwNvH)[(E9_ZzdO4WAL-GyB_JHW`B|@485gFL2ks3NC+[`h-?VQfKjxBaI{nCi');
define('LOGGED_IN_SALT', 'DU3%1I/FPgJ/@Rk2XQF=1J=7yue|3% =~Wz6o`kn~:W-v+0WTAC`S}<;KhGF^:xQ');
define('NONCE_SALT', '-%|Gm|xbWt{U.c O0V:OZTXQKylofY$q5HYbVO>(g!$us@Y#*UC)*@sj~.1!:m$9');
/**#@-*/
/**
* 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/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
/* That's all, stop editing! Happy publishing. */
//define( 'WP_SITEURL', 'http://rasin.ddns.net' );
//define( 'WP_HOME', 'http://rasin.ddns.net' );
define( 'WP_SITEURL', 'http://'.$_SERVER['HTTP_HOST'] );
define( 'WP_HOME', 'http://'.$_SERVER['HTTP_HOST'] );
/** 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';