|
Попробуйте сделать так:
Попробуйте так:
$pixelpost_db_host = "localhost"; // database host, often "localhost"
$pixelpost_db_user = "modelsa"; // database user
$pixelpost_db_pass = ""5555555"; // database user password
$pixelpost_db_pixelpost = "blog"; // database
$pixelpost_db_prefix = "modelsa_"; // table prefix, leave as is unless you want to install multiple blogs on the same database
|