View Single Post
  #2  
Old 03-07-2009, 01:41 PM
snafu Offline
pp veteran
 
Join Date: Sep 2008
Location: germany
Posts: 84
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
__________________
Reply With Quote