منتديات  

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

مشاركتك هنا تمثل للجميع أخلاقك وثقافتك تذكر هذا جيدا قبل نشرها في موضوع جديد


بنات سكستين منتديات المنطقة الشرقية ينتهي في 22-2-1433هـ
منتدى شموخ العز ينتهي في 6-3-2012 مرصد الطقس 13-4-1433هـ بنر منتديات شمعة الخليج ينتهي في 10-4-1433 هـ

روابط مهمة و مفيدة : لاستعادة الباسورد الرقم السري || كيف يتم تفعيل الاشتراك || افضل طريقة لطلب كود تفعيل على البريد
استضافة مواقع معنى كلمة رسائل مسجات دردشة شات افلام × فيلم
فلاش اسلامي الثقافة الجنسية في عالم الجنس صور جديدة   توبيكات × توبيك
ابتسامات خلفيات العاب جديدة دليل مواقع - مركز تحميل ملفات
بطاقات كروت جوال موبايل جافا java قصص روايات -
كتب الكترونية ماسنجر في مسنجر - - العاب بنات للبنات فقط 2010

موضوع مغلق
 
أدوات الموضوع طريقة عرض الموضوع
  #1 (permalink)  
قديم 05-20-2006, 06:26 PM
جاي معه ملفه
 
تاريخ التسجيل: May 2006
البلد - المكان و السكن :
السيرة :
هواية :
وظيفة - عمل:
جنس :
جنسية :
موقع :
نوع الجوال :
مشاركات : 1
العمر :
Rep Power: 0
iraqx النقاط 10
محزنه كيف أضع معلومات الكونفغ بالضبط 3.5.4 يا أخ الساحر المساعده




طبعا انا رايت موضوع مشرف الشخابيط وضاح

بس وين أخلي بالضبط أرجو انا تضعون لي البيانات بالمرفقات وأكون شاكر إلكم جزيل الشكر

أسم قاعده البيانات خليها www.XXX.com:6086
والأسم XXXX
الباسورد ********
وأكون شاكر



من مواضيعي في الموقع على الموقع 0 كيف أضع معلومات الكونفغ بالضبط 3.5.4 يا أخ الساحر المساعده


  #2 (permalink)  
قديم 05-21-2006, 05:30 AM
صور ابو عمر
خادمكم
 
تاريخ التسجيل: May 2001
البلد - المكان و السكن : القصيم
السيرة : محب للكل مسامح احب الحياة
هواية : البرمجة والتصميم
وظيفة - عمل: اعمال حرة
جنس : رجل man
جنسية : سعودي
موقع : مدرسة المشاغبين
نوع الجوال : اتش تي سي HTC
مشاركات : 9,853
العمر : 34
Rep Power: 29
ابو عمر النقاط 650ابو عمر النقاط 650ابو عمر النقاط 650ابو عمر النقاط 650ابو عمر النقاط 650ابو عمر النقاط 650ابو عمر النقاط 650ابو عمر النقاط 650



كود PHP:
<?php 
/*======================================================================*\ 
|| #################################################################### || 
|| # vBulletin 3.5.4 - Licence Number L1230328 
|| # ---------------------------------------------------------------- # || 
|| # All PHP code in this file is ©2000-2006 Jelsoft Enterprises Ltd. # || 
|| # This file may not be redistributed in whole or significant part. # || 
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || 
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || 
|| #################################################################### || 
\*======================================================================*/ 

/*-------------------------------------------------------*\ 
| ****** 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.  Try to use mysqli if you are using PHP 5 and MySQL 4.1+ 
$config['Database']['dbtype'] = 'mysql'

    
//    ****** DATABASE NAME ****** 
    //    This is the name of the database where your vBulletin will be located. 
    //    This must be created by your webhost. 
$config['Database']['dbname'] = 'vb';;  //   اسم قاعدة قاعدة البيانات 

    //    ****** 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. 
    //    Leave this blank to not send any emails when there is a database error. 
$config['Database']['technicalemail'] = 'dbmaster@example.com';;  //   بريد صاحب الموقع 

    //    ****** 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'] = 'localhost';   // اسم السيرفر دعه كما هو 
$config['MasterServer']['port'] = 3306

    
//    ****** MASTER DATABASE USERNAME & PASSWORD ****** 
    //    This is the username and password you use to access MySQL. 
    //    These must be obtained through your webhost. 
$config['MasterServer']['username'] = 'root';  //   يوزر نيم قاعدة البيانات 
$config['MasterServer']['password'] = '';         //  باسوورد قاعدة البيانات 

    //    ****** 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



    
//    ****** 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 
    //    to manually change the name of the directory on the server. 
$config['Misc']['admincpdir'] = 'admincp';   //  عنوان كنترول المنتدى يستحسن تغييره 
$config['Misc']['modcpdir'] = 'modcp';         //  عنوان لوحة المشرفين يستحسن تغييره 

    //    Prefix that all vBulletin ******s will have 
    //    Keep this short and only use numbers and letters, i.e. 1-9 and a-Z 
$config['Misc']['******prefix'] = '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 
    //    to remove all user IDs from this list for security reasons. 
$config['SpecialUsers']['canrunqueries'] = '';  // ر قم العضو الذي لديه صلاحيات لتنفيذ امر استعلام لقاعدة البيانات 

    //    ****** UNDELETABLE / UNALTERABLE USERS ****** 
    //    The users specified here will not be deletable or alterable from the control panel by any users. 
    //    To specify more than one user, separate userids with commas. 
$config['SpecialUsers']['undeletableusers'] = '1';              //ضع هنا رقم العضو المحمي من الحذف مثلا رقم 1 الي هو المدير 

    //    ****** SUPER ADMINISTRATORS ****** 
    //    The users specified below will have permission to access the administrator permissions 
    //    page, which controls the permissions of other administrators 
$config['SpecialUsers']['superadministrators'] = '1';   //   هنا ضع رقم المدير للموقع مثلا رقم 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'; 
// $config['Misc']['memcacheserver'] = '127.0.0.1';  
// $config['Misc']['memcacheport'] = '11211'; 

// ****** 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'] = ''
/*======================================================================*\ 
|| #################################################################### 
|| # Downloaded: 06:29, Sun Mar 5th 2006 
|| # CVS: $RCSfile: config.php.new,v $ - $Revision: 1.31.2.3 $ 
|| #################################################################### 
\*======================================================================*/ 
?>


من مواضيعي في الموقع على الموقع 0 طريقة كتابة التوبيكات بالصندوق الماسي السادس الجديد
0 احلى توبيكات جديدة ملونة ومزخرفة
0 اخيرا ولله الحمد السعودي بمهنة راعي
0 غير مسجل هل تريد ان يكون موضوعك مشهور وعليه زوار كثير
0 متابعة اخر أخبار ثورة سوريا
0 متابعة أحداث ليبيا


_________________
يرجى التريث قبل طلب الاعفاء لانه سيتم اعفاء اي مشرف يطلب الاعفاء بدون سبب وسيكون اعفائه بدون ذكر سبب
اللهم اني اسالك الهدى والتقى والعفاف والغنى
اخي الكريم اشكر الله على نعمه عليك
قل الحمد لله والشكر لله فان الله يحب الشاكرين ويزيد الشاكرين
  #3 (permalink)  
قديم 05-21-2006, 08:51 AM
يمون على المشاغبين
 
تاريخ التسجيل: Jan 2005
البلد - المكان و السكن :
السيرة :
هواية :
وظيفة - عمل:
جنس :
جنسية :
موقع :
نوع الجوال :
مشاركات : 1,153
العمر : 25
Rep Power: 9
السـاحر النقاط 10



ماقصر البدر
وأعذرنا على التأخير ولو ما قدرت أرسلي اسم القاعده واليوزر والباسوورد بالخاص


من مواضيعي في الموقع على الموقع 0 خاص جداً لأعضاء وزوار مدرسة المشاغبين لا يفوتكم
0 عيناكي واحزاني
0 10 مواقع مجانية مساحة 1 جيجا
0 ألبوم نجوى كربم 2007 كامل
0 نجوى كرم كما عودناكم كل جديد مع جده طرب
0 السجين


موضوع مغلق

مواقع النشر (المفضلة)

أدوات الموضوع
طريقة عرض الموضوع

تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة
Trackbacks are معطلة
Pingbacks are معطلة
Refbacks are معطلة


المواضيع المتشابهه
الموضوع كاتب الموضوع المنتدى مشاركات آخر رد
كيف يتم تعديل ملف الكونفغ في إصدار المنتدى 3.5.4 waddah تطوير و صيانة المنتديات vBulletin 7 05-04-2006 04:02 PM


للاعلان بالموقع

للاعلان بالموقع جوال 0555055075 ابو عمر بدر-جامعة نجران ينتهي في 3-8-1432 هـ-جامعة جازان ينتهي في 28-3-2012
الساعة الآن توقيت السعودية الرياض جدة الشرقية القصيم 12:33 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd diamond
جميع ماينشر بالموقع لا يعبر عن اصحاب الموقع انما يعبر عن صاحبه

SEO by vBSEO 3.2.0