You're probably thing about how blonde this question is.
I'm trying to install phpfan on my server/mySQL database so when I go to configure one of the files it asks for my local host. At first I'm thinking of my comp's IP address then the number address to my server.
if(strcmp(basename($_SERVER['PHP_SELF']),basename(__FILE__)) === 0)
{
exit('Forbidden!');
}
$host = 'localhost'; // Most likely is localhost
$dbname = ''; // (blank)
$user = ''; // (blank)
$dbpassword = ''; // (blank)
// Database tables.
$prefix = 'phpfantest';
// Wordpress integration.
// require_once('/path/to/your/wp-config.php');
// DO NOT EDIT ANYTHING BELOW THIS LINE!
$includepath = dirname(__FILE__);
?>
I really have no idea what I change on this script :/ I don't know too much about this PHP stuff.. please help!
Thanks!
2007-04-26
10:44:35
·
5 answers
·
asked by
Blanca
3
in
Computers & Internet
➔ Programming & Design
YOU'RE PROBABLY THINKING! XDDD Sorry bout the typo.
2007-04-26
10:45:20 ·
update #1