+ الرد على الموضوع
صفحة 2 من 2 الأولىالأولى 1 2
النتائج 6 إلى 7 من 7
  1. #6
    المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute الصورة الرمزية المودة
    تاريخ التسجيل
    17 / 08 / 2004
    العمر
    32
    المشاركات
    20,806
    معدل تقييم المستوى
    26158

    افتراضي رد: مطلوب - هاك أستبدال الروابط بأسم الموضوع

    هذا محتواه :

    كود:
     
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <plugins>
    <plugin active="1" product="vbulletin">
    <title>Title_Replace</title>
    <hookname>postbit_display_complete</hookname>
    <phpcode><![CDATA[global $vbulletin;
    $ttt = preg_replace('/\./', "\.", preg_replace('/\//', "\/", $vbulletin->options['bburl']));
    $mepattern = "/<a href=\"". $ttt ."\/showthread\.php\?t=(.*)\" target=\"_blank\">(.*)<\/a>/i";
    if(preg_match($mepattern, $this->post['message'],$matches))
    {
    $vbulletin->orig = $vbulletin->db->query_first("SELECT title FROM " . TABLE_PREFIX . "thread WHERE threadid = '" . intval($matches[1]) . "'");
    $this->post['message'] = preg_replace($mepattern, "<a href=\"". $vbulletin->options['bburl'] ."/showthread.php?t=$matches[1]\" target=\"_blank\">". $vbulletin->orig['title'] . "</a>", $this->post['message']);
    }
     
    $mepattern = "/<a href=\"". $ttt ."\/showthread\.php\?goto=newpost&amp\;t=(.*)\" target=\"_blank\">(.*)<\/a>/i";
    if(preg_match($mepattern, $this->post['message'],$matches))
    {
    $vbulletin->orig = $vbulletin->db->query_first("SELECT title FROM " . TABLE_PREFIX . "thread WHERE threadid = '" . intval($matches[1]) . "'");
    $this->post['message'] = preg_replace($mepattern, "<a href=\"". $vbulletin->options['bburl'] ."/showthread.php?goto=newpost&t=$matches[1]\" target=\"_blank\">". $vbulletin->orig['title'] . "</a>", $this->post['message']);
    }
    $mepattern = "/<a href=\"". $ttt ."\/showthread\.php\?goto=lastpost&amp\;t=(.*)\" target=\"_blank\">(.*)<\/a>/i";
    if(preg_match($mepattern, $this->post['message'],$matches))
    {
    $vbulletin->orig = $vbulletin->db->query_first("SELECT title FROM " . TABLE_PREFIX . "thread WHERE threadid = '" . intval($matches[1]) . "'");
    $this->post['message'] = preg_replace($mepattern, "<a href=\"". $vbulletin->options['bburl'] ."/showthread.php?goto=lastpost&t=$matches[1]\" target=\"_blank\">". $vbulletin->orig['title'] . "</a>", $this->post['message']);
    }]]></phpcode>
    </plugin>
    </plugins>
    
    تحياتي .

     
  2. #7
    منتصف الليل has a reputation beyond repute منتصف الليل has a reputation beyond repute منتصف الليل has a reputation beyond repute منتصف الليل has a reputation beyond repute منتصف الليل has a reputation beyond repute منتصف الليل has a reputation beyond repute منتصف الليل has a reputation beyond repute منتصف الليل has a reputation beyond repute منتصف الليل has a reputation beyond repute منتصف الليل has a reputation beyond repute منتصف الليل has a reputation beyond repute الصورة الرمزية منتصف الليل
    تاريخ التسجيل
    14 / 10 / 2004
    المشاركات
    695
    معدل تقييم المستوى
    1225

    افتراضي رد: مطلوب - هاك أستبدال الروابط بأسم الموضوع

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


    لكن .. لما تحط مجموعة روابط .. تطلع كلها بنفس الأسم

    على أول رابط .. مثل اول رابط أسم موضوعه .. قصة أسلامية

    تطلع كل أسماء مواضيع الروابط التالية .. بأسم .. قصة أسلامية

    تحياتي
    [align=center]
    Shift Crew
    [/align]

     

 
+ الرد على الموضوع
صفحة 2 من 2 الأولىالأولى 1 2

معلومات الموضوع

الأعضاء الذين يشاهدون هذا الموضوع

الذين يشاهدون الموضوع الآن: 1 (0 من الأعضاء و 1 زائر)

     

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

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

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

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