Annelies
05-15-2006, 02:47 PM
Hey ik heb een script gedownload op http://www.phpfanlist.com voor een fanlisting te maken. Er staat in het read me file dat ik het config.inc file moet openen zo dat heb ik gedaan. (met dreamweaver) Ik krijg dit te zien....
Kan je bij user gewoon wat in vullen?
bij pass?
bij host heb ik mijn host naam ftp.michelleang.org
name ook wat verzinnen?
$table_name = 'phpfanlist'; wat moet ik hier invullen?
<?php
// Database data
$db_user = ''; // Database User
$db_pass = ''; // Password for Database User
$db_host = ''; // Host where database is located, often 'localhost'
$db_name = ''; // Name of the database, you can share a database with different versions op phpFanList
$table_name = 'phpfanlist'; // Name of the table where the members will be stored, cannot be shared
?>
Kan je bij user gewoon wat in vullen?
bij pass?
bij host heb ik mijn host naam ftp.michelleang.org
name ook wat verzinnen?
$table_name = 'phpfanlist'; wat moet ik hier invullen?
<?php
// Database data
$db_user = ''; // Database User
$db_pass = ''; // Password for Database User
$db_host = ''; // Host where database is located, often 'localhost'
$db_name = ''; // Name of the database, you can share a database with different versions op phpFanList
$table_name = 'phpfanlist'; // Name of the table where the members will be stored, cannot be shared
?>