مهم: هذه الصفحة يستخدم الكوكيز (cookies). استخدام هذا الموقع دون إيقاف ملفات تعريف الارتباط في المتصفح، يعني أنك توافق لاستخدامه.
شراء الآن! ملامح التنزيلات

اكسب معنا!

إذا كنت ترغب في البدء في كسب المال مع vBET الانضمام إلى التابعة للبرنامج.
النتائج 1 إلى 5 من 5

الموضوع : كتل منتدى عربات التي تجرها الدواب لا تزال وترجم أيضا ليست

عرض الهجين

الوظيفة السابقة Previous Post   Next Post مرحلة ما بعد القادم
  1. #1
    ميشال Podbielski (vBET الموظفين)
    تاريخ الانضمام
    أكتوبر 2009
    المشاركات
    3,037

    Default

    تصحيحها. الرجاء حل سريع ل:
    1. تحرير الملف / inclues / vbenterprisetranslator_functions_bbcode.html
    2. العثور على :
    PHP Code:
    if ($endShorted && $endShorted $end) {
    $end $endShorted 3;
    $toParse substr($title,$start,$end $start).'[/langtitle]'
    3. REPLACE من قبل :
    PHP Code:
    if ($endShorted && $endShorted $end) {
    $nextStart strpos($title'[langtitle='$endShorted);
    if (!
    $nextStart || $nextStart $end) {
    $toParse substr($title,$start,$end $start);
    } else {
    $end $endShorted 3;
    $toParse substr($title,$start,$end $start).'[/langtitle]';


  2. #2
    عضو
    تاريخ الانضمام
    أبريل 2010
    المشاركات
    34

    Default

    Quote السؤال أصلا vBET View Post
    تصحيحها. الرجاء حل سريع ل:
    1. تحرير الملف / inclues / vbenterprisetranslator_functions_bbcode.html
    2. العثور على :
    PHP Code:
    if ($endShorted && $endShorted $end) {
    $end $endShorted 3;
    $toParse substr($title,$start,$end $start).'[/langtitle]'
    3. REPLACE من قبل :
    PHP Code:
    if ($endShorted && $endShorted $end) {
    $nextStart strpos($title'[langtitle='$endShorted);
    if (!
    $nextStart || $nextStart $end) {
    $toParse substr($title,$start,$end $start);
    } else {
    $end $endShorted 3;
    $toParse substr($title,$start,$end $start).'[/langtitle]';

    لا يعمل... هنا كتلة كله

    PHP Code:
    if (false === $end) {
    $endShorted strpos($title'...'$start);

        if (
    $endShorted && $endShorted $end) {
            
    $nextStart strpos($title'[langtitle='$endShorted);
            if (!
    $nextStart || $nextStart $end) {
                
    $toParse substr($title,$start,$end $start);
            } else {
                
    $end $endShorted 3;
                
    $toParse substr($title,$start,$end $start).'[/langtitle]';
            }  
        } else {
            break;
        }
    } else {
        
    $end += 12;


  3. #3
    ميشال Podbielski (vBET الموظفين)
    تاريخ الانضمام
    أكتوبر 2009
    المشاركات
    3,037

    Default

    استخدمت في المكان الخطأ... يرجى التراجع عن تلك التغييرات واستخدامه في المكان المناسب. وينبغي أن تكون كتلة كاملة :
    PHP Code:
    if (!$toParse) {
    $endShorted strpos($title'...'$start);
    if (
    $endShorted && $endShorted $end) {
    $nextStart strpos($title'[langtitle='$endShorted);
    if (!
    $nextStart || $nextStart $end) {
    $toParse substr($title,$start,$end $start);
    } else {
    $end $endShorted 3;
    $toParse substr($title,$start,$end $start).'[/langtitle]';
    }
    } else {
    $toParse substr($title,$start,$end $start);
    }            


    وهذا هو مجرد كتلة بعد هذا الذي تغير.

العلامات لهذا الموضوع

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

  • أنت قد لا آخر مواضيع جديدة
  • أنت قد لا آخر الردود
  • أنت قد لا مرفقات
  • أنت قد لا تحرير مشاركاتك
  •