منتديات مدرسة المشاغبين  
دردشة وشات المشاغبين دردشة شات منوع شات خليجي
ماشاء الله تبارك الله ماشاء الله لاقوة الا بالله

العودة  »  منتديات مدرسة المشاغبين > منتديات تطوير مواقع تطوير منتديات منتديات برمجه منتديات سكربتات PHP CGI ASP.NET SQL Scripts > تطوير و صيانة المنتديات vBulletin > مشاكل و حلول للمنتديات و المواقع المشكله و الحل و الصيانة



اينما وصول تشكيلة متنوعة حديثة من الاحذية رجالية نسائية للاطفال ينتهي 23-10-1429
المسابقة الكبرى ينتهي في 3\11\1429 هـ منتديات لحظة غرور ينتهي في 3\10\1429 هـ منتدى ذكريات الحب ينتهي في 20\10\1429 هـ
ستايل ستايلك موضة مكياج شعر خاصه بالبنات  20\10\1429 هـ عطري الخاص ينتهي في 4\11\1429 هـ موقع كازينو  ينتهي في 10\10\1429 هـ
يكشف لك رقم جوال الي يقرب منك تنتهي في 8\10\1429 هـ منتديات لحظة غرور ينتهي في 3\10\1429 هـ للاعلان في الموقع 0\0\1429 هـ



نعتذر عن حذف وايقاف اي عضو يستخدم بريد وهمي او غير صحيح او اسم غير لائق على ذلك جرى التنبيه
البعض يتسائل كيف يمكنني التسجيل و ماهي طريقة الحصول على عضوية بدون مشاكل الحل سهل جدا شرح كامل بالصور ( من هنا )

مشكله الحقوني في ملف الكونغ


إضافة رد
 
أدوات الموضوع انواع عرض الموضوع
  #1 (permalink)  
قديم 07-10-2008, 10:38 AM
جاي معه ملفه
 
تاريخ التسجيل: Sep 2007
البلد - المكان و السكن :
السيرة :
الهواية :
الوظيفة - العمل:
الجنس :
الجنسية :
موقع :
الجوال الموبايل :
مشاركات : 33
العمر :
مشكله الحقوني في ملف الكونغ

السلام علكم جميعــــــــاً


انا كل ما اركب ملف الكونغ عدل تمام التمام

يكون خربان في تنصيبي للمنتدى في الخطوة الثالثة


حبايبي هذا ملف الكونغ واي شي لازم اعبيه ياليت تأشرون عليه باللون الأحمر وتقولون لي ايش احذف ياليت تأشرون على اللي احذفه باللون الأخضر



اقتباس:

<?php

/*================================================= =====================*\

|| ################################################## ################## ||

|| # vbulletin 3.6.8

|| # ---------------------------------------------------------------- # ||

|| # all php code in this file is ©2000-2007 jelsoft enterprises ltd. # ||

|| # this file may not be redistributed in whole or significant part. # ||

|| # ---------------- vbulletin is not free software ---------------- # ||

|| # [فقط الأعضاء المسجلين والمفعلين يمكنهم رؤية الوصلات . إضغط هنا للتسجيل] | [فقط الأعضاء المسجلين والمفعلين يمكنهم رؤية الوصلات . إضغط هنا للتسجيل] # ||

|| ################################################## ################## ||

\*================================================ ======================*/



/*-------------------------------------------------------*\

| ****** note regarding the variables in this file ****** |

+---------------------------------------------------------+

| if you get any errors while attempting to connect to |

| mysql, you will need to email your webhost because we |

| cannot tell you the correct values for the variables |

| in this file. |

\*-------------------------------------------------------*/



// ****** database type ******

// this is the type of the database server on which your vbulletin database will be located.

// valid options are mysql and mysqli, for slave support add _slave. Try to use mysqli if you are using php 5 and mysql 4.1+

// for slave options just append _slave to your preferred database type.

$config['database']['dbtype'] = 'mysql';



// ****** database name ******

// this is the name of the database where your vbulletin will be located.

// اسم قاعدة البيانات.

$config['database']['dbname'] = 'you ';



// ****** table prefix ******

// prefix that your vbulletin tables have in the database.

$config['database']['tableprefix'] = '';



// ****** technical email address ******

// if any database errors occur, they will be emailed to the address specified here.

// البريد الذي ترسل اليه اخطاء قاعدة البيانات.

$config['database']['technicalemail'] = 'you ';



// ****** force empty sql mode ******

// new versions of mysql (4.1+) have introduced some behaviors that are

// incompatible with vbulletin. Setting this value to "true" disables those

// behaviors. You only need to modify this value if vbulletin recommends it.

$config['database']['force_sql_mode'] = false;



// ****** master database server name and port ******

// this is the hostname or ip address and port of the database server.

// if you are unsure of what to put here, leave the default values.

$config['masterserver']['servername'] = 'you ';

$config['masterserver']['port'] = 3306;



// ****** master database username & password ******

// this is the username and password you use to access mysql.

// اسم المستخدم لقاعدة البيانات.

$config['masterserver']['username'] = 'you ';

// باسورد قاعدة البيانات.

$config['masterserver']['password'] = 'you ';



// ****** master database persistent connections ******

// this option allows you to turn persistent connections to mysql on or off.

// the difference in performance is negligible for all but the largest boards.

// if you are unsure what this should be, leave it off. (0 = off; 1 = on)

$config['masterserver']['usepconnect'] = 0;



// تعطيل الهاكات.

// لتعطيل الهاكات قم بالغاء الشرطتين من امام السطر الذي بالاسفل ولتشغيل الهاكات قم باعادة الشرطتين

//define('disable_hooks', true);



// ****** slave database configuration ******

// if you have multiple database backends, this is the information for your slave

// server. If you are not 100% sure you need to fill in this information,

// do not change any of the values here.

$config['slaveserver']['servername'] = '';

$config['slaveserver']['port'] = 3306;

$config['slaveserver']['username'] = '';

$config['slaveserver']['password'] = '';

$config['slaveserver']['usepconnect'] = 0;







// ****** path to admin & moderator control panels ******

// this setting allows you to change the name of the folders that the admin and

// moderator control panels reside in. You may wish to do this for security purposes.

// please note that if you change the name of the directory here, you will still need

// مسار لوحة تحكم الادارة يفضل تغييره.

$config['misc']['admincpdir'] = 'admincp';

// مسار لوحة تحكم المشرفين يفضل تغييره.

$config['misc']['modcpdir'] = 'modcp';



// prefix that all vbulletin *****es will have

// الكوكيز

$config['misc']['*****eprefix'] = 'bb';



// ******** full path to forums directory ******

// on a few systems it may be necessary to input the full path to your forums directory

// for vbulletin to function normally. You can ignore this setting unless vbulletin

// tells you to fill this in. Do not include a trailing slash!

// example unix:

// $config['misc']['forumpath'] = '/home/users/public_html/forums';

// example win32:

// $config['misc']['forumpath'] = 'c:\program files\apache group\apache\htdocs\vb3';

$config['misc']['forumpath'] = '';







// ****** users with admin log viewing permissions ******

// the users specified here will be allowed to view the admin log in the control panel.

// users must be specified by *id number* here. To obtain a user's id number,

// view their profile via the control panel. If this is a new installation, leave

// the first user created will have a user id of 1. Seperate each userid with a comma.

$config['specialusers']['canviewadminlog'] = '1';



// ****** users with admin log pruning permissions ******

// the users specified here will be allowed to remove ("prune") entries from the admin

// log. See the above entry for more information on the format.

$config['specialusers']['canpruneadminlog'] = '1';



// ****** users with query running permissions ******

// the users specified here will be allowed to run queries from the control panel.

// see the above entries for more information on the format.

// please note that the ability to run queries is quite powerful. You may wish

// ارقام العضوية اللتي لها صلاحية الاستعلام بالقاعدة

$config['specialusers']['canrunqueries'] = '';



// ****** undeletable / unalterable users ******

// the users specified here will not be deletable or alterable from the control panel by any users.

// رقم العضوية التي تريد حمايتها من الحذف

$config['specialusers']['undeletableusers'] = '';



// ****** super administrators ******

// the users specified below will have permission to access the administrator permissions

// ارقام عضوية المدراء

$config['specialusers']['superadministrators'] = '1';



// ****** datastore cache configuration *****

// here you can configure different methods for caching datastore items.

// vb_datastore_filecache - for using a cache file

// $config['datastore']['class'] = 'vb_datastore_filecache';

// vb_datastore_memcached - for using a memcache server

// it is also necessary to specify the hostname or ip address and the port the server is listening on

/*

$config['datastore']['class'] = 'vb_datastore_memcached';

$i = 0;

// first server

$i++;

$config['misc']['memcacheserver'][$i] = '127.0.0.1';

$config['misc']['memcacheport'][$i] = 11211;

$config['misc']['memcachepersistent'][$i] = true;

$config['misc']['memcacheweight'][$i] = 1;

$config['misc']['memcachetimeout'][$i] = 1;

$config['misc']['memcacheretry_interval'][$i] = 15;

*/

// ****** the following options are only needed in special cases ******



// ****** mysqli options *****

// when using mysql 4.1+, mysqli should be used to connect to the database.

// if you need to set the default connection charset because your database

// is using a charset other than latin1, you can set the charset here.

// if you don't set the charset to be the same as your database, you

// may receive collation errors. Ignore this setting unless you

// are sure you need to use it.

// $config['mysqli']['charset'] = 'utf8';



// optionally, php can be instructed to set connection parameters by reading from the

// file named in 'ini_file'. Please use a full path to the file.

// example:

// $config['mysqli']['ini_file'] = 'c:\program files\mysql\mysql server 4.1\my.ini';

$config['mysqli']['ini_file'] = '';



// image processing options

// images that exceed either dimension below will not be resized by vbulletin. If you need to resize larger images, alter these settings.

$config['misc']['maxwidth'] = 2592;

$config['misc']['maxheight'] = 1944;



/*================================================= =====================*\

|| ################################################## ##################

|| # downloaded: None

|| # cvs: $rcsfile$ - $revision: 16258 $

|| ################################################## ##################

\*================================================ ======================*/


من مواضيعي 0 مشكلتي في العضويه
0 لديه مشاكل
0 ساعدونـــي يمكن هاك او تمبلت او سكربت او ...
0 ممكن حل لمشكلتي
0 مشكله في الصندوق السحري

منتديات فراشة حواء - للبنات للنساء للستات للحريم
اغاني اسلامية اغاني جديدة اشرطة اناشيد جديدة احدث الاغاني افضل الاناشيد اخر و احلى الالبومات
كتب اكترونية

دليل مواقع الفوركس والمتاجرة الالكترونية

رد مع اقتباس
  #2 (permalink)  
قديم 07-10-2008, 11:27 AM
صورة mandocasber
مشرف تطوير المنتديات
 
تاريخ التسجيل: Jan 2007
البلد - المكان و السكن : مصر ام الدنيا
السيرة :
الهواية :
الوظيفة - العمل:
الجنس :
الجنسية :
موقع :
الجوال الموبايل :
مشاركات : 1,178
العمر :
رد: مشكله الحقوني في ملف الكونغ

اقتباس:
// اسم قاعدة البيانات.

$config['database']['dbname'] = 'you ';
you تتشال وتضع مكانها اسم قاعدة البيانات

اقتباس:
// البريد الذي ترسل اليه اخطاء قاعدة البيانات.

$config['database']['technicalemail'] = 'you ';
you تتشال وتضع مكانها البريد الالكترونى ( [فقط الأعضاء المسجلين والمفعلين يمكنهم رؤية الوصلات . إضغط هنا للتسجيل] )

او( [فقط الأعضاء المسجلين والمفعلين يمكنهم رؤية الوصلات . إضغط هنا للتسجيل] ) .....او غيره


اقتباس:
// اسم المستخدم لقاعدة البيانات.

$config['masterserver']['username'] = 'you ';

// باسورد قاعدة البيانات.

$config['masterserver']['password'] = 'you ';
you تتشال وتضع مكانها اسم مستخدم قاعدة البيانات

you تتشال وتضع مكانها باسورد مستخدم قاعدة البيانات

ارجو ان اكون قد افدتك


من مواضيعي 0 لكل من اراد شرح الحجز على newsit.es تفضل
0 ممكن الترقيه من 3.6.4 الى 3.6.5
0 تحذير من استضافة 110 ميجا بايت
0 شرح كيفية تركيب منتدى على مساحة مجانية 110mb (بالصور)
0 كيفكم يا شباب اول مرة تشوفونى..بدى طلب

منتديات فراشة حواء - للبنات للنساء للستات للحريم
اغاني اسلامية اغاني جديدة اشرطة اناشيد جديدة احدث الاغاني افضل الاناشيد اخر و احلى الالبومات
كتب اكترونية

دليل مواقع الفوركس والمتاجرة الالكترونية

رد مع اقتباس
اعلانات تجارية

الساعة الآن 02:00 AM.


للإعلان بالموقع    |    اتصـل بنــا

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd diamond


SEO by vBSEO 3.1.0