heb al met de admins van endoria gemaild, maar die zeggen dat het in de FAQ staat, ik kan het dus niet vinden...
dit is dus de basis config, commentaar staat erbij:
<?php
/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////
// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql"; lijkt me duidelijk
// hostname or ip of server
$servername="localhost"; ook goed volgens mij
// username and password to log onto db server
$dbusername="ffweg"; gewoon un en pw van je webspace pakken?
$dbpassword="deesookmaarffweg";
// name of database
$dbname="geenideewathiermoet"; geen idee wat hier moet
// technical email address - any error messages will be emailed here
$technicalemail = "mijn mail";
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect = 0;
// which users are allowed to view the admin log
// separate each userid with a comma
$canviewadminlog = "1";
// which users are allowed to prune the admin log
// separate each userid with a comma
$canpruneadminlog = "1";
?>
dit is dus de basis config, commentaar staat erbij:
<?php
/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////
// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql"; lijkt me duidelijk
// hostname or ip of server
$servername="localhost"; ook goed volgens mij
// username and password to log onto db server
$dbusername="ffweg"; gewoon un en pw van je webspace pakken?
$dbpassword="deesookmaarffweg";
// name of database
$dbname="geenideewathiermoet"; geen idee wat hier moet
// technical email address - any error messages will be emailed here
$technicalemail = "mijn mail";
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect = 0;
// which users are allowed to view the admin log
// separate each userid with a comma
$canviewadminlog = "1";
// which users are allowed to prune the admin log
// separate each userid with a comma
$canpruneadminlog = "1";
?>