النتائج 1 إلى 2 من 2

الموضوع: أ

  1. #1
    التسجيل
    16-03-2002
    المشاركات
    18

    أ

    أهلين ..

    متاكد من بيانات الكونفيق ..

    هذي ..

    <?php
    /////////////////////////////////////////////////////////////
    // Please note that if you get any errors when connecting, //
    // that you will need to email your host as we cannot tell //
    // you what your specific values are supposed to be //
    /////////////////////////////////////////////////////////////

    // type of database running
    // (only mysql is supported at the moment)
    $dbservertype="mysql";

    // hostname or ip of server
    $servername="db.host.sk";

    // username and password to log onto db server
    $dbusername="XXXXX";
    $dbpassword="XXXXX";

    // name of database
    $dbname="XXXXX";

    // technical email address - any error messages will be emailed here
    $technicalemail = "almjahdon@hotmail.com";

    // use persistant connections to the database
    // 0 = don't use
    // 1 = use
    $usepconnect = 0;

    // which users are allowed to view the admin log
    // separate each userid with a comma
    $canviewadminlog = "1";

    // which users are allowed to prune the admin log
    // separate each userid with a comma
    $canpruneadminlog = "";

    ?>


    الـ xxxxx أسم المستخدم و كلمة السر ..

  2. #2
    التسجيل
    28-03-2001
    الدولة
    الجمهورية التونسية
    المشاركات
    4,242
    ممكن نفهم ايه الغرض من هذا
    منتدى المنتدى . . . اول منتدى عرفته في تاريخ اللإنترنيت


ضوابط المشاركة

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