Quote:
|
In welche Datei liegt in Pixelpost das Datenbank-Passwort?
|
meinedomain.de/pixelpost/includes/
pixelpost.php
die Datei besteht zu 90% aus Kommentar/Lizenzinfo, der wesentliche Teil sind dann diese Zeilen
// database variables - this is info you've received from you hosting service
// those are needed for the script to connect and use MySQL
$pixelpost_db_host = "localhost"; // database host, often "localhost"
$pixelpost_db_user = "mein_benutzername"; // database user
$pixelpost_db_pass = "mein_passwort"; // database user password
$pixelpost_db_pixelpost = "datenbankname"; // database
$pixelpost_db_prefix = "pixelpost_"; // table prefix, leave as is unless you want to install multiple blogs on the same database