المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : أ



المتحري كونان
30-04-2002, 10:03 PM
أهلين ..

متاكد من بيانات الكونفيق ..

هذي ..

<?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";

// hostname or ip of server
$servername="db.host.sk";

// username and password to log onto db server
$dbusername="XXXXX";
$dbpassword="XXXXX";

// name of database
$dbname="XXXXX";

// technical email address - any error messages will be emailed here
$technicalemail = "almjahdon@hotmail.com";

// 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 = "";

?>


الـ xxxxx أسم المستخدم و كلمة السر ..

yosr
30-04-2002, 10:08 PM
ممكن نفهم ايه الغرض من هذا