· 9 years ago · Sep 08, 2016, 04:36 PM
1@@@@@@@@@@@@@@@@@@@
2
3hello admin im boring
4
5and im gonna drop your db shit ;) ^_^
6
7like it ?
8
9no sorry it do it just for fun wkwkkwkw
10
11#PowerfuLGreEkArmy
12#OpClosedMedia
1322/2/2016
14
15#G0odby3
16
17~T0x1c_V3n0m~
18
19http://www.nahsholim.co.il
20
21@@@@@@@@@@@@@@@@@@@@
22
23
24<?php
25/**
26 * The base configurations of the WordPress.
27 *
28 * This file has the following configurations: MySQL settings, Table Prefix,
29 * Secret Keys, WordPress Language, and ABSPATH. You can find more information by
30 * visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
31 * wp-config.php} Codex page. You can get the MySQL settings from your web host.
32 *
33 * This file is used by the wp-config.php creation script during the
34 * installation. You don't have to use the web site, you can just copy this file
35 * to "wp-config.php" and fill in the values.
36 *
37 * @package WordPress
38 */
39
40// ** MySQL settings - You can get this info from your web host ** //
41/** The name of the database for WordPress */
42define('DB_NAME', 'nahsholimGr');
43
44/** MySQL database username */
45define('DB_USER', 'nahsholimGrU');
46
47/** MySQL database password */
48define('DB_PASSWORD', 'enx%9970');
49
50/** MySQL hostname */
51define('DB_HOST', 'localhost');
52
53/** Database Charset to use in creating database tables. */
54define('DB_CHARSET', 'utf8');
55
56/** The Database Collate type. Don't change this if in doubt. */
57define('DB_COLLATE', '');
58
59/**#@+
60 * Authentication Unique Keys.
61 *
62 * Change these to different unique phrases!
63 * You can generate these using the {@link http://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
64 *
65 * @since 2.6.0
66 */
67define('AUTH_KEY', 'rgTs8zVmagpugcFjMjtgL!hcp8q6vH@j%i1AowC1$hmLI%qP4EL0zXRiJSOqGLDt');
68define('SECURE_AUTH_KEY', 'v8x5o1xH3IOa)5HP*sNyxYI!MybWSTQoyuJI6VPIl5vReRx*dlmsMoGE7MdWwPoM');
69define('LOGGED_IN_KEY', 'XXKBln)zR%5d44i%HeZm^jGtbMeJnmwy4k$tw1jU5HNlSDMP%F#$4wn16S8#FVdi');
70define('NONCE_KEY', 'Iqavt)(vMogSpCTC6A*KYI!^#S@J6J3E5zJw#L#67(Qk7lx#pn7RYk#Q2RrgwaFC');
71define('AUTH_SALT', '*w3F&nAYeDA#uTxjAiIiIz4!by$JXGt@wC8!J!$Pi(GBgHhQvH$maJOOp8FPQe$f');
72define('SECURE_AUTH_SALT', 'T0FB#@^P^Eoq@wAI^@(Bm@TdSY6G!1n&sS)ysaUOFngFA$pn7jzeYA#gPLRFaEuQ');
73define('LOGGED_IN_SALT', 'Z!ar6*N8BAIaz#*AfD0^JLpdwb4ZDZC2jZ3u9t7TY8kGp!QyRfQ260p1hGJEa0ak');
74define('NONCE_SALT', '&!QubxnX(#S#@2a3wgfYfeqc1aq$sFkZSLiDGmyXpGZ8siZ8c2GC1wc^byZBw658');
75/**#@-*/
76
77/**
78 * WordPress Database Table prefix.
79 *
80 * You can have multiple installations in one database if you give each a unique
81 * prefix. Only numbers, letters, and underscores please!
82 */
83$table_prefix = 'wp_';
84
85/**
86 * WordPress Localized Language, defaults to English.
87 *
88 * Change this to localize WordPress. A corresponding MO file for the chosen
89 * language must be installed to wp-content/languages. For example, install
90 * de.mo to wp-content/languages and set WPLANG to 'de' to enable German
91 * language support.
92 */
93define('WPLANG', '');
94
95define ('FS_METHOD', 'direct');
96
97define('WP_DEBUG', false);
98
99/* That's all, stop editing! Happy blogging. */
100
101/** WordPress absolute path to the Wordpress directory. */
102if ( !defined('ABSPATH') )
103 define('ABSPATH', dirname(__FILE__) . '/');
104
105/** Sets up WordPress vars and included files. */
106require_once(ABSPATH . 'wp-settings.php');
107
108
109//--- disable auto upgrade
110define( 'AUTOMATIC_UPDATER_DISABLED', true );
111
112?>