Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

NulledZone

NulledZone wp-config.php

<?php
/**
 * Custom WordPress configurations on "wp-config.php" file.
 *
 * This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
 * For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
 * Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'nulledzo_nzone' );
define( 'DB_USER',     'nulledzo_nzone' );
define( 'DB_PASSWORD', 'Sp65SB(Z8.' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


/* MySQL database table prefix. */
$table_prefix = 'nz_';


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         '&gh+AkL=i8ToY#;i.bxRzG-0GSem?`}eQC5MJ-+>}qUPQ9Iajf%OBw$L5`RHY{u!');
define('SECURE_AUTH_KEY',  '!&C+z@+3AsF:aCPJI6(c; <wQ!4wVW27GmT31fcCEzjkQ1Jx6gj+w%t#UJl@R&_[');
define('LOGGED_IN_KEY',    '6nAz8K_(oScli--F|6~m+*:82b8?;3!/$4o$)zhV36+~:VNa&dHq;I|7*n[WCTXx');
define('NONCE_KEY',        '|b8,dQ^ubg]p5D|v|[q.}E5(;vk;u4.9rEP03qmM//)?0aSS#~O-!$b&B,-Z.}o)');
define('AUTH_SALT',        '#(v_*k.E%.||+ShOR;LmN|n`v?DdW;KI#s|p^p');
define('SECURE_AUTH_SALT', 's}<sTh5L_FzN9+{?sCUqS+ k([m9%77IW6sO3G1K&$<1Pk]c!3U~G,H||p_J!TZP');
define('LOGGED_IN_SALT',   'U=eir(Gk?k-%b|PG~6e!;_J_MZv--//ml!{kZ:.9s)<:.BaT[|V0mY3f0P|WQ]-_');
define('NONCE_SALT',       ')|TbRMW/a^JC1uGxQ- }3T]rjd :qDMZWMfrcKki&<`[5+;9_Q{`~i:A1WW^xuNI');


/* SSL */
define( 'FORCE_SSL_LOGIN', true );
define( 'FORCE_SSL_ADMIN', true );


/* AutoSave Interval. */
define( 'AUTOSAVE_INTERVAL', '86400' );
/* Disable Post Revisions. */
define( 'WP_POST_REVISIONS', false );
/* Media Trash. */
define( 'MEDIA_TRASH', false );


/* Multisite. */
define( 'WP_ALLOW_MULTISITE', false );


/* WordPress debug mode for developers. */
define( 'WP_DEBUG',         true );
define( 'WP_DEBUG_LOG',     true );
define( 'WP_DEBUG_DISPLAY', true );
define( 'SCRIPT_DEBUG',     true );


/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '768M' );
define( 'WP_MAX_MEMORY_LIMIT', '768M' );


/* FTP */
define( 'FTP_USER', 'nulledzo' );
define( 'FTP_PASS', 'Fadjolo1954$' );
define( 'FTP_HOST', 'am24.siteground.biz' );
define( 'FTP_SSL', false );


/* CRON */
define( 'DISABLE_WP_CRON',      'true' );
define( 'ALTERNATE_WP_CRON',    'true' );


/* Updates */
define( 'WP_AUTO_UPDATE_CORE', true );
define( 'DISALLOW_FILE_MODS', false );
define( 'DISALLOW_FILE_EDIT', true );


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