2C Arredamenti: differenze tra le versioni
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
| Riga 33: | Riga 33: | ||
postmaster@2carredamenti.it | postmaster@2carredamenti.it | ||
</pre> | </pre> | ||
== Vecchio Sito == | |||
wp-config.php | |||
<sintaxhighlight name="php"> | |||
<?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 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', 'Sql430804_2'); | |||
/** MySQL database username */ | |||
define('DB_USER', 'Sql430804'); | |||
/** MySQL database password */ | |||
define('DB_PASSWORD', 'cb3f1309'); | |||
/** MySQL hostname */ | |||
define('DB_HOST', '62.149.150.128'); | |||
/** 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', '_~N<0sH].6d)[.5YEdHgy[~]Q7{p-<-32xk:I+uvsX+o{|mHz((zOXY;-n/ed]yU'); | |||
define('SECURE_AUTH_KEY', '}2<,f2N&wjJM|hv3jaO}^cxCf9Acr$-{:|4-{S?p}8%(tl(^/|`:Z@.Y8K0bWmpF'); | |||
define('LOGGED_IN_KEY', '1G#jlZ$ VXQjUkGv6V-h3O:}Gv{u^RnX(U_Mzt](G.WsxQfS,lIVjQTV!jbAb d*'); | |||
define('NONCE_KEY', 'CtqVFoT.l|8|`D})7&.I<y,|)|8-@v9Esd@nSJ@>W>whGrL,N4:$K;x]e$${*bh0'); | |||
define('AUTH_SALT', '7>xr>Y<b=s;_8N)IEf[10A{J|zBKB.Q<jqqNik=@NV-^T(z;}_pJ7q(S+?vf{V#R'); | |||
define('SECURE_AUTH_SALT', 'Vp>qN=/Wlh@h-}z0_`E0z=Ij?RL$ULH#l>U(XNPEgHfm/(vO3Xas%nHv2[j2?oCZ'); | |||
define('LOGGED_IN_SALT', ',[9E=U4g<yIYIUAUW5mMVnHR0YEIy4r:?K-8$!UOTTP,aIb..m`cRID@MuX[on.;'); | |||
define('NONCE_SALT', 'F*S3Fp+H_rF?r;-QL;>xD6drmp;,E+pFD&~Izm/.:*[z+vF`+BTSE7+dBW1o(V(k'); | |||
/**#@-*/ | |||
/** | |||
* 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 = '2C_'; | |||
/** | |||
* 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); | |||
define( 'WP_MEMORY_LIMIT', '96M' ); | |||
/* That's all, stop editing! Happy blogging. */ | |||
/** 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'); | |||
</sintaxhighlight> | |||
Versione delle 08:25, 17 giu 2025
info
Prima di passare al nostro nuovo sito bisogno aggiornare la versione di PHP.
area di test creata https://2carredamenti.dbdemo47.com/
credenziali
Accesso WP amministratore - User: admin - psd: m@LNN!2025 - Credenziali aruba - 2206436@aruba.it - 2Carreda@23 - Credenziali FTP - Host: ftp.2carredamenti.it - Utente: 2206436@aruba.it - Password: 2Carreda@23
filippo.affortunato@2carredamenti.it info@2carredamenti.it nello.lombardi@2carredamenti.it orders@2carredamenti.it oscar@2carredamenti.it postmaster@2carredamenti.it
Vecchio Sito
wp-config.php
<sintaxhighlight name="php"> <?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 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', 'Sql430804_2');
/** MySQL database username */ define('DB_USER', 'Sql430804');
/** MySQL database password */ define('DB_PASSWORD', 'cb3f1309');
/** MySQL hostname */ define('DB_HOST', '62.149.150.128');
/** 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', '_~N<0sH].6d)[.5YEdHgy[~]Q7{p-<-32xk:I+uvsX+o{|mHz((zOXY;-n/ed]yU'); define('SECURE_AUTH_KEY', '}2<,f2N&wjJM|hv3jaO}^cxCf9Acr$-{:|4-{S?p}8%(tl(^/|`:Z@.Y8K0bWmpF'); define('LOGGED_IN_KEY', '1G#jlZ$ VXQjUkGv6V-h3O:}Gv{u^RnX(U_Mzt](G.WsxQfS,lIVjQTV!jbAb d*'); define('NONCE_KEY', 'CtqVFoT.l|8|`D})7&.I<y,|)|8-@v9Esd@nSJ@>W>whGrL,N4:$K;x]e$${*bh0'); define('AUTH_SALT', '7>xr>Y<b=s;_8N)IEf[10A{J|zBKB.Q<jqqNik=@NV-^T(z;}_pJ7q(S+?vf{V#R'); define('SECURE_AUTH_SALT', 'Vp>qN=/Wlh@h-}z0_`E0z=Ij?RL$ULH#l>U(XNPEgHfm/(vO3Xas%nHv2[j2?oCZ'); define('LOGGED_IN_SALT', ',[9E=U4g<yIYIUAUW5mMVnHR0YEIy4r:?K-8$!UOTTP,aIb..m`cRID@MuX[on.;'); define('NONCE_SALT', 'F*S3Fp+H_rF?r;-QL;>xD6drmp;,E+pFD&~Izm/.:*[z+vF`+BTSE7+dBW1o(V(k');
/**#@-*/
/**
* 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 = '2C_';
/**
* 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); define( 'WP_MEMORY_LIMIT', '96M' ); /* That's all, stop editing! Happy blogging. */
/** 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'); </sintaxhighlight>