Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.66 KB | None | 0 0
  1. www.loonsaloon.com
  2. ------------------------
  3. <?php
  4.  
  5. // BEGIN iThemes Security - Do not modify or remove this line
  6. // iThemes Security Config Details: 2
  7. define( 'DISALLOW_FILE_EDIT', true ); // Disable File Editor - Security > Settings > WordPress Tweaks > File Editor
  8. // END iThemes Security - Do not modify or remove this line
  9.  
  10. /** Enable W3 Total Cache */
  11. define('WP_CACHE', true); // Added by W3 Total Cache
  12.  
  13.  
  14. define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST'] );
  15. /**
  16. * The base configurations of the WordPress.
  17. *
  18. * This file has the following configurations: MySQL settings, Table Prefix,
  19. * Secret Keys, WordPress Language, and ABSPATH. You can find more information
  20. * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
  21. * wp-config.php} Codex page. You can get the MySQL settings from your web host.
  22. *
  23. * This file is used by the wp-config.php creation script during the
  24. * installation. You don't have to use the web site, you can just copy this file
  25. * to "wp-config.php" and fill in the values.
  26. *
  27. * @package WordPress
  28. */
  29.  
  30. // ** MySQL settings - You can get this info from your web host ** //
  31. /** The name of the database for WordPress */
  32. define( 'DB_NAME', 'saloon_2019restore' );
  33.  
  34. /** MySQL database username */
  35. define( 'DB_USER', 'saloon_2019restore' );
  36.  
  37. /** MySQL database password */
  38. define( 'DB_PASSWORD', 'ZhhWxOdrFFXW4b3hru' );
  39.  
  40. /** MySQL hostname */
  41. define( 'DB_HOST', 'localhost' );
  42.  
  43. /** Database Charset to use in creating database tables. */
  44. define('DB_CHARSET', 'utf8');
  45.  
  46. /** The Database Collate type. Don't change this if in doubt. */
  47. define('DB_COLLATE', '');
  48.  
  49. /**#@+
  50. * Authentication Unique Keys and Salts.
  51. *
  52. * Change these to different unique phrases!
  53. * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
  54. * 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.
  55. *
  56. * @since 2.6.0
  57. */
  58. define('AUTH_KEY', '_yDAD`:Vr7_^O?$E[_(-H)iX;RRfk-X9_,M|5vbrY<C_F{f1F2R.iHd8|-D,bWZl');
  59. define('SECURE_AUTH_KEY', '(=VPi8}lGDba||e.g[=f9E(77[i>-M>7a#r[:@/-O~${r~8dh3@QV(6fWerdT$BT');
  60. define('LOGGED_IN_KEY', 'PSIvlU@)FQTWep!tAc%Tz&pfvq@{+|O[e_HI+ l8,C)H(N_F5@+G?JPl!|?hZBfQ');
  61. define('NONCE_KEY', '@_GXU9DgA#==QVZ+We?$`[Jr=^##2.}*$H7H sZqp|7eJKYDN#t)G5!Zj<sNfwI)');
  62. define('AUTH_SALT', '0UQv&&45qORzX$G3yAth|rx9Rk=@1t7Tuu(|vc&;? ?a>Gzo7[Vwy*PEY_K6L1aR');
  63. define('SECURE_AUTH_SALT', '42_;&,Qmp{5 1[I|}])Ghs[G:F|B#}Y)Hhd_Dwur@b&8b4B;Qe}=-fFI|X2p-G/+');
  64. define('LOGGED_IN_SALT', '.zE@x;_tk`R| j:-DKeO&`Ldq7$D-UAVW{22t|~DSs+MK.e*X^^du7NDRFhn]K8C');
  65. define('NONCE_SALT', 'qkx|lpa-D#,MS{*kK^m-sxU7$X>y,R.|iX )iO;!0|qhwl)T.r|vJwX.ql zb@u@');
  66.  
  67. /**#@-*/
  68.  
  69. /**
  70. * WordPress Database Table prefix.
  71. *
  72. * You can have multiple installations in one database if you give each a unique
  73. * prefix. Only numbers, letters, and underscores please!
  74. */
  75. $table_prefix = 'ap9b58_';
  76.  
  77. /**
  78. * WordPress Localized Language, defaults to English.
  79. *
  80. * Change this to localize WordPress. A corresponding MO file for the chosen
  81. * language must be installed to wp-content/languages. For example, install
  82. * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
  83. * language support.
  84. */
  85. define('WPLANG', '');
  86.  
  87. /**
  88. * For developers: WordPress debugging mode.
  89. *
  90. * Change this to true to enable the display of notices during development.
  91. * It is strongly recommended that plugin and theme developers use WP_DEBUG
  92. * in their development environments.
  93. */
  94. define('WP_DEBUG', false);
  95.  
  96. /* That's all, stop editing! Happy blogging. */
  97.  
  98. /** Absolute path to the WordPress directory. */
  99. if ( !defined('ABSPATH') )
  100. define('ABSPATH', dirname(__FILE__) . '/');
  101.  
  102. /** Sets up WordPress vars and included files. */
  103. require_once(ABSPATH . 'wp-settings.php');
  104.  
  105.  
  106. ------------------------
  107.  
  108.  
  109. https://www.10pond.be
  110.  
  111. ------------------------
  112.  
  113. <?php
  114. /**
  115. * The base configurations of the WordPress.
  116. *
  117. * This file has the following configurations: MySQL settings, Table Prefix,
  118. * Secret Keys, WordPress Language, and ABSPATH. You can find more information
  119. * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
  120. * wp-config.php} Codex page. You can get the MySQL settings from your web host.
  121. *
  122. * This file is used by the wp-config.php creation script during the
  123. * installation. You don't have to use the web site, you can just copy this file
  124. * to "wp-config.php" and fill in the values.
  125. *
  126. * @package WordPress
  127. */
  128.  
  129. // ** MySQL settings - You can get this info from your web host ** //
  130. /** The name of the database for WordPress */
  131. define('DB_NAME', 'thienpon_thienpond');
  132.  
  133. /** MySQL database username */
  134. define('DB_USER', 'thienpon_pond');
  135.  
  136. /** MySQL database password */
  137. define('DB_PASSWORD', 'pond321omc');
  138.  
  139. /** MySQL hostname */
  140. define('DB_HOST', 'localhost');
  141.  
  142. /** Database Charset to use in creating database tables. */
  143. define('DB_CHARSET', 'utf8');
  144.  
  145. /** The Database Collate type. Don't change this if in doubt. */
  146. define('DB_COLLATE', '');
  147.  
  148. /**#@+
  149. * Authentication Unique Keys and Salts.
  150. *
  151. * Change these to different unique phrases!
  152. * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
  153. * 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.
  154. *
  155. * @since 2.6.0
  156. */
  157. define('AUTH_KEY', 'Rpi$7#<~5+-WXC-2(6:e|C%,2jD K$m,A[9MRTSULGGsH+m>pi[~iTAoZ]bmJ*xN');
  158. define('SECURE_AUTH_KEY', 'S@E]|]wS4&jZK{(]4bqMHZ^$_bUO-~Q?w 1is]{+xu#sZ]yTtA` 42*?_W:+;WeU');
  159. define('LOGGED_IN_KEY', 'AEN6J?x_Y{&9y~|5+-:15W^PF8U[9Z+w]PA`@kuI(,y9XrzxHMzrE+$,x]HOlW:@');
  160. define('NONCE_KEY', ',pB_dH@fn<ZSd(;DoU(AEkO++]gwP) 2]V;SW|+&d0^##]@MqB k{g|PH1LkAMO(');
  161. define('AUTH_SALT', 'pgK(+5+/z2.]Fxj@|}wVS/ x?LGJT$3W![2=T6eMS-!Z1n+x#Shn#iq,T=e>|5t<');
  162. define('SECURE_AUTH_SALT', '&.c5m/!TQX/e0#:6.9Ic}L|&(5|y}N1.@Bp#rKD:NU}{+MiqQ)*N+X|NZz@.wWJ!');
  163. define('LOGGED_IN_SALT', 'xXuNA7-_kYF2Tu!^U%9z(SaH|M6])+Ue/tpf[j_<uzyoxqynqJv.XA0Wk|h!X#&{');
  164. define('NONCE_SALT', ' (M:>;^+YxzpKWRBS.&7;psu.TB94:8%6zae?(u!fl3Ugt}*A07TXcmQf2Kh-|y<');
  165.  
  166. /**#@-*/
  167.  
  168. /**
  169. * WordPress Database Table prefix.
  170. *
  171. * You can have multiple installations in one database if you give each a unique
  172. * prefix. Only numbers, letters, and underscores please!
  173. */
  174. $table_prefix = 'omc_';
  175.  
  176. /**
  177. * WordPress Localized Language, defaults to English.
  178. *
  179. * Change this to localize WordPress. A corresponding MO file for the chosen
  180. * language must be installed to wp-content/languages. For example, install
  181. * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
  182. * language support.
  183. */
  184. define('WPLANG', '');
  185.  
  186. /**
  187. * For developers: WordPress debugging mode.
  188. *
  189. * Change this to true to enable the display of notices during development.
  190. * It is strongly recommended that plugin and theme developers use WP_DEBUG
  191. * in their development environments.
  192. */
  193. define('WP_DEBUG', false);
  194.  
  195. /* That's all, stop editing! Happy blogging. */
  196.  
  197. /** Absolute path to the WordPress directory. */
  198. if ( !defined('ABSPATH') )
  199. define('ABSPATH', dirname(__FILE__) . '/');
  200.  
  201. /** Sets up WordPress vars and included files. */
  202. require_once(ABSPATH . 'wp-settings.php');
  203. //Disable File Edits
  204. define('DISALLOW_FILE_EDIT', true);
  205.  
  206.  
  207. ------------------------
  208.  
  209. https://www.usol-v.com.vn
  210.  
  211. ------------------------
  212.  
  213. <?php
  214.  
  215. define('WP_HOME','https://www.usol-v.com.vn');
  216. define('WP_SITEURL','https://www.usol-v.com.vn');
  217.  
  218.  
  219.  
  220. /**
  221. * The base configuration for WordPress
  222. *
  223. * The wp-config.php creation script uses this file during the
  224. * installation. You don't have to use the web site, you can
  225. * copy this file to "wp-config.php" and fill in the values.
  226. *
  227. * This file contains the following configurations:
  228. *
  229. * * MySQL settings
  230. * * Secret keys
  231. * * Database table prefix
  232. * * ABSPATH
  233. *
  234. * @link https://codex.wordpress.org/Editing_wp-config.php
  235. *
  236. * @package WordPress
  237. */
  238.  
  239. // ** MySQL settings - You can get this info from your web host ** //
  240. /** The name of the database for WordPress */
  241. define('DB_NAME', 'usol');
  242.  
  243. /** MySQL database username */
  244. define('DB_USER', 'usol');
  245.  
  246. /** MySQL database password */
  247. define('DB_PASSWORD', 'U$ol@106HQV#2018');
  248.  
  249. /** MySQL hostname */
  250. define('DB_HOST', 'localhost');
  251.  
  252. /** Database Charset to use in creating database tables. */
  253. define('DB_CHARSET', 'utf8mb4');
  254.  
  255. /** The Database Collate type. Don't change this if in doubt. */
  256. define('DB_COLLATE', '');
  257.  
  258. /**#@+
  259. * Authentication Unique Keys and Salts.
  260. *
  261. * Change these to different unique phrases!
  262. * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
  263. * 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.
  264. *
  265. * @since 2.6.0
  266. */
  267. define('AUTH_KEY', '8aPRtUqBg#8{,vbk/^e_MPQv:oBhDUmn{8arT7j!Y= 5jAHn:61*|3)BTUD?%wwK');
  268. define('SECURE_AUTH_KEY', 'n&cS*:x&Tj!iH.:OI]`bRhL.iU8$hBt7iE>yIet9Ijfj^g(;U>$Pw^_,~!1kf6Qe');
  269. define('LOGGED_IN_KEY', '9B<zyDp32g;){e7z-xni?-5eno:`c!M{N:tW}n`12(2Pzj7<{G*,5W y6`[H;p!)');
  270. define('NONCE_KEY', '])/pj:mR<J;/9`Hjd>c!bGz-{~0{@NFWz7ZC>sfpn #$^(hxxvUtnx($c>@k@A5k');
  271. define('AUTH_SALT', '*<?WPvi {=AE)-9ciCV^vvAI8bS:UfcOv(vqO,@iiz^~-Z*7{V^pxztTg3o}Htc@');
  272. define('SECURE_AUTH_SALT', ',g0MexN[j|9P[pX4g}Pui?59 CeWQ}5ORYG#$f1mO#1|^!~SI5><xh2:y76x7/e)');
  273. define('LOGGED_IN_SALT', 'lwkB8xP&3kJws)U><?=7^*iEh;MnmNq;v.zx1E6a (xx(&r?3cNHt*)H}-Y`n?$t');
  274. define('NONCE_SALT', '0CNd*II:.M;R9cX,QT:0ju,<W`(9Y-w,wVX&~<%79:dW ,[wgj<=u2X[7R=n?w@A');
  275.  
  276. /**#@-*/
  277.  
  278. /**
  279. * WordPress Database Table prefix.
  280. *
  281. * You can have multiple installations in one database if you give each
  282. * a unique prefix. Only numbers, letters, and underscores please!
  283. */
  284. $table_prefix = 'lke47rm_';
  285.  
  286. /**
  287. * For developers: WordPress debugging mode.
  288. *
  289. * Change this to true to enable the display of notices during development.
  290. * It is strongly recommended that plugin and theme developers use WP_DEBUG
  291. * in their development environments.
  292. *
  293. * For information on other constants that can be used for debugging,
  294. * visit the Codex.
  295. *
  296. * @link https://codex.wordpress.org/Debugging_in_WordPress
  297. */
  298. define('WP_DEBUG', false);
  299.  
  300. /* That's all, stop editing! Happy blogging. */
  301.  
  302. /** Absolute path to the WordPress directory. */
  303. if ( !defined('ABSPATH') )
  304. define('ABSPATH', dirname(__FILE__) . '/');
  305.  
  306. /** Sets up WordPress vars and included files. */
  307. require_once(ABSPATH . 'wp-settings.php');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement