اهل الخبره ارجو الدخول للاهميه بخصوص تثبيت منتدى vb - منتديات كوكسيس
 

:: مركز رفع الملفات ::

حمل من Megaupload المحجوب بأستخدام برنامج CocSis Megaupload

www.cocsis.com

Loading


 
العودة   منتديات كوكسيس > المنتديات البرمجية > منتدى البرمجة > منتدى برمجة وتطويـر المواقـع
 

منتدى برمجة وتطويـر المواقـع يهتـم بتطوير المواقع وبرمجتها بأحد لغات البرمجة المشهوره مثل php, asp, html, css وكذلك الأهتمام بالبرمجيات الجاهزه والسكربتات ومشاكلها والحلول .. وكل جديد في عالم الويب

إضافة رد
 
LinkBack أدوات الموضوع إبحث في الموضوع انواع عرض الموضوع
 
قديم 01-13-2010, 06:04 AM   رقم المشاركة : 1 (permalink)
افتراضي اهل الخبره ارجو الدخول للاهميه بخصوص تثبيت منتدى vb

http://www.x36x.co.cc/vb/upload/inst...all.php?step=2


الخطـوة 2 الإتصال بقاعدة البيانات
محاولة الاتصال بقاعدة البيانات
خطأ الوصف: mysql_connect() [function.mysql-connect]: Access denied for user 'ahmed_4888583'@'209.190.85.178' (using password: NO) /home/vol14/p2h.info/ahmed_4888583/x36x.co.cc/htdocs/vb/upload/includes/class_core.php on line 312
The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file

معلومات الحساب

  • اسم المضيف FTP
    ftp.p2h.info
  • اسم المستخدم FTP
    ahmed_4888583
  • الفريق اسم المستخدم
    ahmed_4888583
  • من POP اسم المستخدم
    ahmed_4888583
  • MySQL اسم المضيف
    sql210.p2h.info
  • MySQL اسم المستخدم
    ahmed_4888583
هذا الملف اسمه info.php

كود PHP:
<?php
 

    // قاعدة البيانات
$config['Database']['dbname'] = 'forum';
    
// إيميل مدير الموقع
$config['Database']['technicalemail'] = 'dbmaster@example.com';
    
// معلومات السيرفر
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 3306;
    
// مستخدم قاعدة البيانات & الكلمة السرية للمستخدم
$config['MasterServer']['username'] = 'root';
$config['MasterServer']['password'] = '';

?>
وذا الثاني config.php

كود PHP:
<?php




    //    ****** 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 ******
    //    ****** TECHNICAL EMAIL ADDRESS ******
    //    ****** MASTER DATABASE SERVER NAME AND PORT ******
    //    ****** MASTER DATABASE USERNAME & PASSWORD ******
include ("info.php");

    
//    ****** TABLE PREFIX ******
    //    Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';


    
//    ****** 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 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 cookies will have
    //    Keep this short and only use numbers and letters, i.e. 1-9 and a-Z
$config['Misc']['cookieprefix'] = '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'] = '';

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

    
// ****** DATASTORE CACHE CONFIGURATION *****
    // Here you can configure different methods for caching datastore items.
    // vB_Datastore_Filecache  - to use includes/datastore/datastore_cache.php
    // vB_Datastore_APC - to use APC
    // vB_Datastore_XCache - to use XCache
    // vB_Datastore_Memcached - to use a Memcache server, more configuration below
// $config['Datastore']['class'] = 'vB_Datastore_Filecache';

    // ******** DATASTORE PREFIX ******
    // If you are using a PHP Caching system (APC, XCache, eAccelerator) with more
    // than one set of forums installed on your host, you *may* need to use a prefix
    // so that they do not try to use the same variable within the cache.
    // This works in a similar manner to the database table prefix.
// $config['Datastore']['prefix'] = '';

    // It is also necessary to specify the hostname or IP address and the port the server is listening on


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

الي عنده خبره لايبخل

ولكم جزيل الشكر











التوقيع

رد مع اقتباس
 
 
قديم 01-13-2010, 02:47 PM   رقم المشاركة : 2 (permalink)
افتراضي

ماني فاهم ايش السالفة هل قاعد تركب منتدى وما عرفت , شغال من اول وخربته وضح اكثر

+ اذا كنت بترفع المنتدى وما عرفت ارسلي باسوورد حساب الاف تي بي على الخاص












التوقيع


Я ǿǿ Ŧ








رد مع اقتباس
 
 
قديم 01-13-2010, 04:10 PM   رقم المشاركة : 3 (permalink)
افتراضي

للاسف ما عرفت اضبط الا الصفحة الرئيسية اما المنتدى ما عرفت اضبطه انتظر عبدالكريم وهو راح يساعدك

التعديلات اللي سويتها



نقلت ملف الانديكس عشان كذا اشتغلت الرئيسية



عدلت على ملف الكونفيج بس

والاصل ما زال عندي

السبب خبرتي قليلة حدي مدونة وورد بريس












التوقيع


Я ǿǿ Ŧ








رد مع اقتباس
 
إضافة رد

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

الكلمات الدلالية (Tags)
للاهميه, الخبره, الدخول, ارجو


الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1)
 
أدوات الموضوع إبحث في الموضوع
إبحث في الموضوع:

البحث المتقدم
انواع عرض الموضوع

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

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

الانتقال السريع

المواضيع المتشابهه
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
ارجو الدخول والتصويت لملك الانسانيه الملك عبدالله بن عبدالعزيز خالد الامير المنتدى العام 2 04-10-2009 11:34 PM
لكل من تحطم من الرياضيات ارجو الدخول TUX منتدى مقررات الرياضيات والفيزياء 11 03-12-2009 05:00 PM
طلب خاص وعاجل وضروري ارجو الدخول osamah.o المنتدى العام 3 06-30-2008 06:11 PM

Preview on Feedage: %D9%85%D9%84%D8%AA%D9%82%D9%89-%D8%B7%D9%84%D8%A7%D8%A8-%D9%83%D9%84%D9%8A%D8%A9-%D8%A7%D9%84%D8%AD%D8%A7%D8%B3%D8%A8-%D8%A8%D8%AC%D8%A7%D9%85%D8%B9%D8%A9-%D8%AC%D8%A7%D8%B2%D8%A7%D9%86 Add to My Yahoo! Add to Google! Add to MSN Add to Windows Live

الساعة الآن 12:46 AM.

أقسام المنتدى

الأقسام العامة @ الأقسام التقنية العامة @ المنتديات البرمجية @ الأقسام الأكاديمية @ الأقسام الإدارية @ المنتدى الأكاديمي @ منتدى اللغة الإنجليزية English Forum @ المنتدى الإسلامي @ المنتدى الأدبي @ منتدى الأخبار والمقالات التقنية @ منتدى البرامج System Software @ منتدى الـ Hardware والصيانة @ منتدى البرمجة @ منتدى برمجة وتطويـر المواقـع @ منتدى قواعد البيانات Database @ منتدى التصميم والجرافيكس @ منتدى مقررات علوم الحاسب (عال) @ منتدى مقررات نظم المعلومات (نال) @ منتدى مقررات اللغة الإنجليزية (نجل) @ منتدى مقررات الرياضيات والفيزياء @ منتدى الشكاوى والإقتراحات @ منتدى المشرفين @ المنتدى العام @ منتدى الجوال @ منتدى التسالي والترفيه @ منتدى الرياضة @ منتدى الشبكات والإنترنت @ منتدى أنظمة التشغيل @ دردشة اليوميات الدراسية @ سلة المحذوفات @ منتدى أنشطة الجامعة وكلية الحاسب @ المنتدى الاداري @ منتدى الألعاب @ منتدى مقررات الثقافة الإسلامية (سلم) والمقررات العربية (عرب) @ مقالات cocsis @ قسم ألعاب PSX @ قسم ألعاب XBOX 360 @ قسم ألعاب PSP , GAMEBOY,GAMECUBE @ ملتقى طلاب كلية الحاسب الآلي و الهندسة بجامعة جازان @ منتديات كوكسيس @ أرشيف المنتدى الأكاديمي @ أرشيف اليوميات @ أخبار الجامعات العربية والعالمية.. @ المنتدى الفضائي [الستلايت] @ قسم ألعاب iPhone @ منتدى iPhone @ قسم ألعاب iPhone @ قسم تقنية المستقبل - Future Technology @ منتدى الاختراع والذكاء الاصطناعي @ منتدى الشهادات العلمية والتقنية @ منتدى مقررات الهندسة الميكانيكية @ منتدى مقررات الهندسة الكهربائية @ منتدى مقررات الهندسة المدنية @ منتدى مقررات الهندسة الصناعية @ منتدى مقررات الهندسة الكيميائية @ ملتقى طلاب كلية الحاسب @ قسم طلاب كلية الحاسب الالي @ قسم طلاب كلية الهندسة @ منتدى مقررات اللغة الإنجليزية (نجل) @ دردشة اليوميات الدراسية @ منتدى مقررات الرياضيات والفيزياء @ منتدى مقررات الثقافة الإسلامية (سلم) والمقررات العربية (عرب) @ أجهزة وأنظمة Apple @ منتدى أنظمة Apple @ أنظمة التشغيل @ منتدى أنظمة linux @ قسم برامج linux @ منتدى أنظمة Windows @ قسم برامج Windows @ منتدى نظام Android @ الترفيه التقني @ منتدى أجهزة Playstation @ منتدى اﻷجهزة التقنية @ منتدى أجهزة الكمبيوتر المكتبية @ منتدى أجهزة الكمبيوتر المحمولة @ منتدى اﻷجهزة الكفية PDA's -Smartphone - PocketPC @



Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0
:: الأحلام ديزاين ::