- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .
config.php
-
-
config.php16-03-2024 03:37 مساءً
-
Solimanمعلومات الكاتبPBBoard developer
- انضم في :
- 18-07-2009
- رقم العضوية :
- 1
- المشاركات :
- 13373
- الدولة :
- KSA
- الجنس:
- الدعوات:
- 55
- قوة السمعة:
- 81696
- موقعي:
- زيارة موقعي
-
ملف config.php يتم انشاؤه تلقائيأ عند التثبيت
على العموم تفضل هذا هو محتواه للنسخة 3.0.4
CODE<?php /** * DATABASE TYPE * * Please see the PBBoard Docs for advanced * database configuration for larger installations * https://pbboard.info/ */ $config['db']['name'] = 'اسم قاعد البيانات'; $config['db']['server'] = 'localhost'; $config['db']['username'] = 'اسم مستخدم قاعدة البيانات'; $config['db']['password'] = 'كلمة السر لقاعدة البيانات'; $config['db']['prefix'] = 'pbb_'; $config['db']['dbtype'] = 'mysqli'; /** * Admin CP directory * For security reasons, it is recommended you * rename your Admin CP directory. You then need * to adjust the value below to point to the * new directory. */ $config['Misc']['admincpdir'] = 'admincp'; /** * To disable the plugin/hooks system */ $config['HOOKS']['DISABLE_HOOKS'] = '1'; /** * Super Administrators * A comma separated list of user IDs who cannot * be edited, deleted or banned in the Admin CP. * The administrator permissions for these users * cannot be altered either. */ $config['SpecialUsers']['superadministrators'] = '1'; /** * The database encoding */ $config['db']['encoding'] = 'utf8mb4'; ?>
الساعة الآن 03:37 AM