الراصد
04-25-2007, 08:17 AM
السلام عليكم ورحمة الله وبركاته ,,,,,,,,,,
الطريقه شفتها بمواقع كثير وخربشت بملفات الفي بي لين سويتها ونزلت الشرح لكم مباشره لا أحتكار للعلم والمسلم للمسلم كالبنيان المرصوص
افتح الملف
archive/index.php
ابحث عن
<a href=\"" . $vbulletin->options['bburl'] . "/showthread.php?t=$thread[threadid]\">
امسحها
تلقاها مرتين
ايضاً في نفس الملف
ابحث عن
// display thread
if ($do == 'thread')
{
if ($vbulletin->options['wordwrap'] != 0)
{
$threadinfo['title'] = fetch_word_wrapped_string($threadinfo['title']);
}
$threadinfo['title'] = fetch_censored_text($threadinfo['title']);
$output .= print_archive_navigation($foruminfo, $threadinfo);
$output .= "<p class=\"largefont\">$vbphrase[view_full_version] : <a href=\"" . $vbulletin->options['bburl'] . "/showthread.php?t=$threadinfo[threadid]\">$threadinfo[title]</a></p>\n<hr />\n";
if ($p == 0)
{
$p = 1;
}
$output .= print_archive_page_navigation($threadinfo['replycount'] + 1, $vbulletin->options['archive_postsperpage'], "t-$threadinfo[threadid]");
$posts = $db->query_read_slave("
SELECT post.postid, post.pagetext, IFNULL( user.username , post.username ) AS username, dateline
FROM " . TABLE_PREFIX . "post AS post
LEFT JOIN " . TABLE_PREFIX . "user AS user ON (user.userid = post.userid)
WHERE threadid = $threadinfo[threadid]
AND visible = 1
$globalignore
ORDER BY dateline ASC
LIMIT " . (($p - 1) * $vbulletin->options['archive_postsperpage']) . ',' . $vbulletin->options[archive_postsperpage]
);
if ($pda AND false)
{
$output .= "<span id=\"posting\"><a href=\"?message=1\" rel=\"nofollow\">New Reply</a></span>";
}
$i = 0;
while ($post = $db->fetch_array($posts))
{
$i++;
$post['pagetext_simp'] = strip_bbcode($post['pagetext']);
$post['postdate'] = vbdate($vbulletin->options['dateformat'], $post['dateline']);
$post['posttime'] = vbdate($vbulletin->options['timeformat'], $post['dateline']);
if ($vbulletin->options['wordwrap'] != 0)
{
$post['pagetext_simp'] = fetch_word_wrapped_string($post['pagetext_simp']);
}
$post['pagetext_simp'] = fetch_censored_text($post['pagetext_simp']);
($hook = vBulletinHook::fetch_hook('archive_thread_post')) ? eval($hook) : false;
$output .= "\n<div class=\"post\"><div class=\"posttop\"><div class=\"username\">$post[username]</div><div class=\"date\">$post[postdate], $post[posttime]</div></div>";
$output .= "<div class=\"posttext\">" . nl2br(htmlspecialchars_uni($post['pagetext_simp'])) . "</div></div><hr />\n\n";
}
}
// ************************************************** ******************************************
أمسحها وضع مكانها التالي ,,,
?>
<head>
<meta http-equiv="Content-Language" content="ar-sa">
</head>
<div align="center">
<table border="1" width="500">
<tr>
<td align="center"><b>منطقه غير مسموح بالقراءه فيها ,, أختر من
الأسفل ماتريد</b></td>
</tr>
<tr>
<td align="center"><b><a href="../index.php"><font size="6" color="#FF0000">
<span style="text-decoration: none">توجه للرئيسيه
</span></font>
</a></b></td>
</tr>
</table>
</div>
<?
واعمل حفظ وارفع الملف لموقعك وافتح الارشيف لمحركات البحث وانت مرتاح ماحد بيقرا المواضيع الا لما يسجل ويشاهد المنتدى بالطريقه العاديه
الطريقه شفتها بمواقع كثير وخربشت بملفات الفي بي لين سويتها ونزلت الشرح لكم مباشره
بالتوفيــــــــــــــق
تعبنا نكرر (( عند النقل اذكر المصدرشبكة مشاعر + رابط الموضوع ))
الطريقه شفتها بمواقع كثير وخربشت بملفات الفي بي لين سويتها ونزلت الشرح لكم مباشره لا أحتكار للعلم والمسلم للمسلم كالبنيان المرصوص
افتح الملف
archive/index.php
ابحث عن
<a href=\"" . $vbulletin->options['bburl'] . "/showthread.php?t=$thread[threadid]\">
امسحها
تلقاها مرتين
ايضاً في نفس الملف
ابحث عن
// display thread
if ($do == 'thread')
{
if ($vbulletin->options['wordwrap'] != 0)
{
$threadinfo['title'] = fetch_word_wrapped_string($threadinfo['title']);
}
$threadinfo['title'] = fetch_censored_text($threadinfo['title']);
$output .= print_archive_navigation($foruminfo, $threadinfo);
$output .= "<p class=\"largefont\">$vbphrase[view_full_version] : <a href=\"" . $vbulletin->options['bburl'] . "/showthread.php?t=$threadinfo[threadid]\">$threadinfo[title]</a></p>\n<hr />\n";
if ($p == 0)
{
$p = 1;
}
$output .= print_archive_page_navigation($threadinfo['replycount'] + 1, $vbulletin->options['archive_postsperpage'], "t-$threadinfo[threadid]");
$posts = $db->query_read_slave("
SELECT post.postid, post.pagetext, IFNULL( user.username , post.username ) AS username, dateline
FROM " . TABLE_PREFIX . "post AS post
LEFT JOIN " . TABLE_PREFIX . "user AS user ON (user.userid = post.userid)
WHERE threadid = $threadinfo[threadid]
AND visible = 1
$globalignore
ORDER BY dateline ASC
LIMIT " . (($p - 1) * $vbulletin->options['archive_postsperpage']) . ',' . $vbulletin->options[archive_postsperpage]
);
if ($pda AND false)
{
$output .= "<span id=\"posting\"><a href=\"?message=1\" rel=\"nofollow\">New Reply</a></span>";
}
$i = 0;
while ($post = $db->fetch_array($posts))
{
$i++;
$post['pagetext_simp'] = strip_bbcode($post['pagetext']);
$post['postdate'] = vbdate($vbulletin->options['dateformat'], $post['dateline']);
$post['posttime'] = vbdate($vbulletin->options['timeformat'], $post['dateline']);
if ($vbulletin->options['wordwrap'] != 0)
{
$post['pagetext_simp'] = fetch_word_wrapped_string($post['pagetext_simp']);
}
$post['pagetext_simp'] = fetch_censored_text($post['pagetext_simp']);
($hook = vBulletinHook::fetch_hook('archive_thread_post')) ? eval($hook) : false;
$output .= "\n<div class=\"post\"><div class=\"posttop\"><div class=\"username\">$post[username]</div><div class=\"date\">$post[postdate], $post[posttime]</div></div>";
$output .= "<div class=\"posttext\">" . nl2br(htmlspecialchars_uni($post['pagetext_simp'])) . "</div></div><hr />\n\n";
}
}
// ************************************************** ******************************************
أمسحها وضع مكانها التالي ,,,
?>
<head>
<meta http-equiv="Content-Language" content="ar-sa">
</head>
<div align="center">
<table border="1" width="500">
<tr>
<td align="center"><b>منطقه غير مسموح بالقراءه فيها ,, أختر من
الأسفل ماتريد</b></td>
</tr>
<tr>
<td align="center"><b><a href="../index.php"><font size="6" color="#FF0000">
<span style="text-decoration: none">توجه للرئيسيه
</span></font>
</a></b></td>
</tr>
</table>
</div>
<?
واعمل حفظ وارفع الملف لموقعك وافتح الارشيف لمحركات البحث وانت مرتاح ماحد بيقرا المواضيع الا لما يسجل ويشاهد المنتدى بالطريقه العاديه
الطريقه شفتها بمواقع كثير وخربشت بملفات الفي بي لين سويتها ونزلت الشرح لكم مباشره
بالتوفيــــــــــــــق
تعبنا نكرر (( عند النقل اذكر المصدرشبكة مشاعر + رابط الموضوع ))