صفحة 3 من 3 الأولىالأولى 123
النتائج 31 إلى 34 من 34

الموضوع: لكشف الحقائق سأقدم جائزة ماليه مجزية لمن يكشف هذا السر!!

  1. #31
    عضو فعال
    تاريخ التسجيل
    Jun 2003
    المشاركات
    1,143


    So8ra6

    لا أظن ذلك يمكن ابداً اخي الكريم





    __________________
    سبحان الله و بحمده سبحان الله العظيم .
    random-x@hotmail.com
    -------------
    بين الفينة و الأخرى ... لماماً أظهر !
    random_X غير متواجد حالياً

  2. #32
    عضو فعال
    تاريخ التسجيل
    Jun 2003
    المشاركات
    1,143


    ما بكم ؟!!







    __________________
    سبحان الله و بحمده سبحان الله العظيم .
    random-x@hotmail.com
    -------------
    بين الفينة و الأخرى ... لماماً أظهر !
    random_X غير متواجد حالياً

  3. #33

    تاريخ التسجيل
    Apr 2001
    المشاركات
    1,897

    السلام عليكم و رحمة الله و بركاته



    افتح ملف اللغة vbulletin-language.xml الذي تسحبه من موقع فيبيوليتين و ستجد رقم ترخيصك فيه ...
    في السطر 5517 تقريباً ..

    والسلام عليكم
    عماد







    __________________
    الحمد لله على كل حال
    alkahf غير متواجد حالياً

  4. #34
    عضو فعال
    تاريخ التسجيل
    Jun 2003
    المشاركات
    1,143

    Re: السلام عليكم و رحمة الله و بركاته



    رد مقتبس من alkahf
    افتح ملف اللغة vbulletin-language.xml الذي تسحبه من موقع فيبيوليتين و ستجد رقم ترخيصك فيه ...
    في السطر 5517 تقريباً ..

    والسلام عليكم
    عماد
    أحسنت يا اخي عماد و لكن ليس هذا بيت القصيد

    أولاً : سؤالي هو كيف استطيع الكتابة الى مرفق يقوم بسحبه كل شخص من المنتدى و خصوصاً على صيغة ملفات xml ... بحيث اكتب فيها اسم الساحب و وقت السحب و مالى الى ذلك ...

    ثانياً : ماذكرته أنت مدرج ضمن ملف php ... لاحظ التالي:

    كود PHP:
    <form><b>Example config.php</b><br />
    <
    textarea rows="20" cols="80" wrap="off">&lt;?php
    /*======================================================================*\
    || #################################################################### ||
    || # vBulletin 3.0.1 - Licence  Number ********
    || # ---------------------------------------------------------------- # ||
    || # All PHP code in this file is ©2000-2004 Jelsoft Enterprises Ltd. # ||
    || # This file may not be redistributed in whole or significant part. # ||
    || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
    || # [url]http://www.vbulletin.com[/url] | [url]http://www.vbulletin.com/license.html[/url] # ||
    || #################################################################### ||
    \*======================================================================*/

    /*-------------------------------------------------------*\
    | ****** 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 SERVER NAME ******
    // This is the hostname or IP address of the database server.
    // It is in the format HOST:PORT. If no PORT is specified, 3306 is used.
    // If you are unsure of what to put here, leave it at the default value.
    $servername 'localhost';

    // ****** DATABASE USERNAME & PASSWORD ******
    // This is the username and password you use to access MySQL.
    // These must be obtained through your webhost.
    $dbusername 'yourusername';
    $dbpassword 'yourpassword';

    // ****** DATABASE NAME ******
    // This is the name of the database where your vBulletin will be located.
    // This must be created by your webhost.
    $dbname 'yourdatabasename';

    // ****** 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.
    $technicalemail 'example@example.com';

    // ****** 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 forums.
    // If you are unsure what this should be, leave it off.
    // 0 = Off; 1 = On
    $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.
    $admincpdir 'admincp';
    $modcpdir 'modcp';

    // ****** 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. Separate each userid with a comma.
    $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.
    $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.
    $canrunqueries '';

    // Prefix that your vBulletin tables have in the database.
    // example:
    // $tableprevix = 'vb3';
    // are we actually going to have this?
    $tableprefix 'vb3_';

    /*======================================================================*\
    || ####################################################################
    || # Downloaded: 04:48, Sat May 15th 2004
    || # CVS: $RCSfile: vbulletin-language.xml,v $ - $Revision: 1.192 $
    || ####################################################################
    \*======================================================================*/
    ?&gt;</textarea></form>]]></phrase
    و من باب الملاحظة لمن يتابع ، انظروا بيانات ووقت التحميل و كذلك رقم الرخصة الذي استبدلته بعدة نجوم ..


    و من باب العدل و احقاق الحق ، فإن جزءً من المكافئة سيذهب للأخ عماد الدين ، لأنه وضع لنا اضافة تعتبر نوعاً ما ذات صلة بالموضوع ..

    فحتى نستطيع الكتابة الى ملف xml لابد من وضع دالة php داخل الملف ،و يكون مفتاح الحل هنا ... نضع دالة في الملف و لكن كيف نربطها بملف الأتاشمنت بحيث نكتب اليها ؟!! و ما هو مقبض تنفيذ العملية لملف على صيغة xml ?!!



    اين انتم ايها الجهابذه

    السلاام عليكم





    __________________
    سبحان الله و بحمده سبحان الله العظيم .
    random-x@hotmail.com
    -------------
    بين الفينة و الأخرى ... لماماً أظهر !
    random_X غير متواجد حالياً





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

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

أضف موقعك هنا| اخبار السيارات | حراج | شقق للايجار في الكويت | بيوت للبيع في الكويت | دليل الكويت العقاري | مقروء | شركة كشف تسربات المياه | شركة عزل اسطح بالرياض | عزل فوم بالرياض| عزل اسطح بالرياض | كشف تسربات المياة بالرياض | شركة عزل اسطح بالرياض