5 - 5 - 2026, 05:52 PM
|
| | | |
SMS ~
[
+
] | | | | | |
كود بدل هاك الكلمات الدليليه التلقائيه
في ملف includes/functions_newpost.php ابحث عن : كود: if ($type == 'thread' AND $post['taglist'])
{ استبدلها بالتالي : كود: // HACK : START : AUTO TAG
// if ($type == 'thread' AND $post['taglist'])
if ($type == 'thread')
{
if (!$post['taglist']) {
$temptags = split(' ',$post['title']);
$newtags = array();
require(DIR . '/includes/searchwords.php');
foreach ($temptags as $tagtext) {
if (strlen($tagtext) <= 3 || in_array(strtolower($tagtext), $badwords)) {
// Do nothing
} else {
array_push($newtags,$tagtext);
}
}
$post['taglist'] = join(',',$newtags);
}
// HACK : END : AUTO TAG
تم العمل على الموقع ويعمل بشكل جيد الموضوع الأصلي :
كود بدل هاك الكلمات الدليليه التلقائيه || الكاتب :
همس الشوق || المصدر :
شبكة همس الشوق |