رد: مطلوب - هاك أستبدال الروابط بأسم الموضوع
هذا محتواه :
كود:
<?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&\;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&\;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>
تحياتي .
رد: مطلوب - هاك أستبدال الروابط بأسم الموضوع
اقتباس:
المشاركة الأصلية كتبت بواسطة ابو راشد
في المرفقات ولكن سمعت أن به مشاكل مع هاكات أخرى ... تحياتي .
الهاك اللي حطيته يا ابو راشد . اشتغل كويس . اذا حطينا رابط واحد بالمشاركة
لكن .. لما تحط مجموعة روابط .. تطلع كلها بنفس الأسم
على أول رابط .. مثل اول رابط أسم موضوعه .. قصة أسلامية
تطلع كل أسماء مواضيع الروابط التالية .. بأسم .. قصة أسلامية
تحياتي