<?php
//fill those varaibles with your data
$dbserver = 'localhost';//database server
$dbuser = 'root';// database user
$dbpass = 'root';// database password
$dbname = 'kleeja';// database name
$dbprefix = 'klj_';// if you use perfix for tables , fill it
//for integration with script [ must change user systen from admin cp ]
$script_path = './forum';// path of your script
$script_encoding = 'utf-8';// ترميز صفحات المنتدى
//قاعدة البيانات
$script_srv = 'localhost';
$script_db = 'forum'; //المنتدى قاعدة البيانات
$script_user = 'root'; // يوزر القاعدة
$script_pass = 'root'; // باسورد اليوزر
$script_prefix = 'phpbb_'; // بادئة الجداول للمنتدى
?>
alfaris4host كتب:هذا يتم اضاته في config.php الخاص بمركز التحميل فقط ،،،
واين بالتحديد يتم اضافته في config.php هل في اخر الملف ،،،
وكيف لي ان اعرف بادئة الجداول للسكربت ،،،
وبارك الله فيكم على مجهودكم تحياتي اليكم جميعاً
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';