| Server IP : 147.234.39.149 / Your IP : 172.30.80.1 Web Server : nginx/1.28.3 System : Linux AICRAFT 6.6.114.1-microsoft-standard-WSL2 #1 SMP PREEMPT_DYNAMIC Mon Dec 1 20:46:23 UTC 2025 x86_64 User : dphoto ( 1000) PHP Version : 8.5.4 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/foggy.co.il/ |
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 website, 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
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'aicraft_ai' );
/** Database username */
define( 'DB_USER', 'dphoto' );
/** Database password */
define( 'DB_PASSWORD', 'Sa056625007!' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', '|p2~[I@*f0 +LyN7~|E@ ~Hg6(1.r>[8I<{-KMzfgFZoumf],mD,l=c*V!?aF.vc' );
define( 'SECURE_AUTH_KEY', '<JluzI:G8+eL@z9UMRs4BrF=91F!x0`_yooX3h4#5`;sH)l8c@4Ys/*IVt6lQR;6' );
define( 'LOGGED_IN_KEY', '$Jk0*4#r.i3%U,*3+Piq}cA>-&i@~p+|N[b8_h[yX.b_hARZD+Vl*aVZGgO&b5H?' );
define( 'NONCE_KEY', 'IJQctdgA=ORq&wdBEzVdrzEEgweICqF8PDfxSj5lOU}WK,K#14Pz&&k+0WhdQ?v:' );
define( 'AUTH_SALT', 'J~vrxaB=d| <A);?hI?-eW#:l[[^@lPylC.F4~-M&;yc,.QJs)W_H^YI0%,1vqBw' );
define( 'SECURE_AUTH_SALT', '4d)?|Q~nx>+`!`@@+s}v4B=7IZzg&uqN8 ]H3Pset47OE!q^!^[wD4B6@Ju h8-@' );
define( 'LOGGED_IN_SALT', 'E)?0<(d>GuLhuE|m=o*SH]Qwt@e!zOuj,n,Zjl=$`H:@QsD 9S}p=u)f<2D^Uaxz' );
define( 'NONCE_SALT', '%.(fvoj11?^7mZPyW2Oh=IMTG/#<`qowr>P2UdE+Nc_7N/pt0MHH+WPy)DmBE.p4' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'ai_';
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
@ini_set('upload_max_filesize', '2048M');
@ini_set('post_max_size', '2048M');
@ini_set('memory_limit', '4096M');
@ini_set('max_execution_time', '0');
@ini_set('max_input_time', '-1');
define('WP_MEMORY_LIMIT', '4096M');
define('WP_MAX_MEMORY_LIMIT', '4096M');
define('FS_METHOD', 'direct');
/* 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';