إخوانـــي الأعـزاء..
عند فتح ملف الـ config تجد فيه الآتــي..
=======================================
<?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='localhost';
// username and password to log onto db server
$dbusername='XXXXXXXXX_uk_db';
$dbpassword='zzzzzz';
وإستبدل الـ XXXXXX بإسم قاعدة البيانات.
وإستبدل الـ zzzzzz بكلمة الســر.
// name of database
$dbname='XXXXXXXXXX_uk_db';
وإستبدل الـ XXXXXX بإسم قاعدة البيانات.
// allow password viewing / editing in control panel
// 0 = not visible or editable
// 1 = not visible, but can be edited
// 2 = visible and can be edited
$pwdincp=2;
// technical email address - any error messages will be emailed here
$technicalemail='XXXXXXXXXXX@hotmail.com';
وإستبدل الـ XXXXXX بعنوان بريدك الإلكتروني.
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect=1;
?>
منقول للفائده للجميع
عند فتح ملف الـ config تجد فيه الآتــي..
=======================================
<?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='localhost';
// username and password to log onto db server
$dbusername='XXXXXXXXX_uk_db';
$dbpassword='zzzzzz';
وإستبدل الـ XXXXXX بإسم قاعدة البيانات.
وإستبدل الـ zzzzzz بكلمة الســر.
// name of database
$dbname='XXXXXXXXXX_uk_db';
وإستبدل الـ XXXXXX بإسم قاعدة البيانات.
// allow password viewing / editing in control panel
// 0 = not visible or editable
// 1 = not visible, but can be edited
// 2 = visible and can be edited
$pwdincp=2;
// technical email address - any error messages will be emailed here
$technicalemail='XXXXXXXXXXX@hotmail.com';
وإستبدل الـ XXXXXX بعنوان بريدك الإلكتروني.
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect=1;
?>
منقول للفائده للجميع