+ الرد على الموضوع
النتائج 1 إلى 4 من 4
  1. #1
    ابومرام is on a distinguished road
    تاريخ التسجيل
    06 / 11 / 2007
    الدولة
    السعودية
    العمر
    47
    المشاركات
    166
    معدل تقييم المستوى
    382

    افتراضي مشكله في هاك vbSeo 3.1

    السلام عليكم ورحمة الله وبركاته

    اخواني الافاضل

    ركبت الهاك vbSeo 3.1 وسويت اعدادته ومشت معااااي زي اللوز

    لما شغلت الصفحه طلعت معاي زي كذا



    ولما حاولت ادش على اي قسم او موضوع يطلع معاي كذا



    مع العلم يا اخواني ان اعدادات htaccess هي
    كود PHP:
    # Comment the following line (add '#' at the beginning)  
    # to disable mod_rewrite functions.  
    # Please note: you still need to disable the hack in  
    # the vBSEO control panel to stop url rewrites.  
    RewriteEngine On  

    # Some servers require the Rewritebase directive to be  
    # enabled (remove '#' at the beginning to activate)  
    # Please note: when enabled, you must include the path  
    # to your root vB folder (i.e. RewriteBase /vb/)  
    RewriteBase /vb/  

    RewriteCond %{HTTP_HOST} !^www.kl-al7ob.net  
    RewriteRule 
    (.*) http://www.kl-al7ob\.net\vb\$1 [L,R=301]  

    RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]  

    RewriteCond %{QUERY_STRING} !vbseourl=  
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)  
    RewriteRule ^(.*.php(/.*)?)$ vbseo.php?vbseourl=$[L,QSA]  

    RewriteCond %{REQUEST_FILENAME} !.(jpg|gif)$  
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$[L,QSA]  

    RewriteCond %{REQUEST_FILENAME} !-f  
    RewriteCond 
    %{REQUEST_FILENAME} !-d  
    RewriteCond 
    %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/  
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$[L,QSA
    ومن ثم قمت بالتعديل على htaccess

    كود PHP:
    # Comment the following line (add '#' at the beginning) 
    # to disable mod_rewrite functions. 
    # Please note: you still need to disable the hack in 
    # the vBSEO control panel to stop url rewrites. 
    RewriteEngine On 

    # Some servers require the Rewritebase directive to be 
    # enabled (remove '#' at the beginning to activate) 
    # Please note: when enabled, you must include the path 
    # to your root vB folder (i.e. RewriteBase /forums) 
    RewriteBase /vb 

    #RewriteCond %{HTTP_HOST} !^www\.kl-al7ob\.net 
    #RewriteRule (.*) http://www.kl-al7ob.net/vb/$1 [L,R=301] 

    RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L

    RewriteCond %{QUERY_STRING} !vbseourl
    RewriteCond %{REQUEST_URI} !(try_yuo/|try_yuyuo/|chat|cron
    RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$[L,QSA

    RewriteCond %{REQUEST_FILENAME} !.(jpg|gif)$ 
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$[L,QSA

    RewriteCond %{REQUEST_FILENAME} !-
    RewriteCond 
    %{REQUEST_FILENAME} !-
    RewriteCond 
    %{REQUEST_FILENAME} !^(tryyuo|try_yuyuo|clientscript|cpstyles|images)/ 
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$[L,QSA
    <
    IfModule mod_security.c
        
    SecFilterEngine Off 
        SecFilterScanPOST Off 
    </IfModule
    مالنتيجه

    الاقسام اصبحت مفتوحه بينما في السابق كانت تظر لي الصفحه خطأ

    ولكن المواضيع عند فتحها تظهر لي ان الصفحه خاطئة

    ولكن استطيع اضافه موضوع وعند الضغط على زر حفظ تظهر لي ان الصفحه الخاطئة


     
  2. #2
    توته is on a distinguished road
    تاريخ التسجيل
    22 / 07 / 2006
    الدولة
    السعودية
    المشاركات
    46
    معدل تقييم المستوى
    278

    افتراضي رد: مشكله في هاك vbSeo 3.1

    ابو مرام جرب تغير هذا وترفعه بدل حقك لاني اشوفه ناقص غير الي عندي
    كود PHP:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$[L,QSA]
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$[L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond 
    %{REQUEST_FILENAME} !-d
    RewriteCond 
    %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$[L,QSA

     
  3. #3
    ضامي الود 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 الصورة الرمزية ضامي الود
    تاريخ التسجيل
    19 / 08 / 2007
    الدولة
    بلاد الحرمين - الاحساء
    العمر
    39
    المشاركات
    3,906
    معدل تقييم المستوى
    5093

    افتراضي رد: مشكله في هاك vbSeo 3.1

    حبيبي إذا كنت مركب VBSEO غير مرخص أنصحك تحذفة لأن كلامة ( لا يمكن العثور على الصفحة) هذا بسبب السكربت غير مفعل السيريال تبعة لأن إذا كان غير مفعل يقوم بتغير روابط الفورم هوم فقط وإذا كان متفعل كامل يقوم بتغير جميع روابط المنتدى

    فإنت الآن مفعل عندك الفورم هوم وروابط المواضيع مثل ماهيا ما تغيرت بسبب ان سكربت منت مركب علية السيريال الصحيح (جرب بنفسك على اي رابط موضوع قديم عندك في المنتدى وبتلقاة زي ماهو ما تغير)

    اما بخصوص ملف .htaccess فهذا يمكن الإستغناء عنة لأن اكثرية السيرفرات لا تعمل بوجودة في صفحة المنتدى وعشان كذا ما يأثر في عدم وجودة في مجلد المنتدى على حساب كلام الشركة نفسها المنتجة لسكربت

     
  4. #4
    ابومرام is on a distinguished road
    تاريخ التسجيل
    06 / 11 / 2007
    الدولة
    السعودية
    العمر
    47
    المشاركات
    166
    معدل تقييم المستوى
    382

    افتراضي رد: مشكله في هاك vbSeo 3.1

    مشكور يا اخوان على التفاعل

    الله يسعدكم يارب ويحفظكم

    تحياتي وتقديري لشخصكم الكريم

     

 
+ الرد على الموضوع

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

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

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

     

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

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

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

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