اهلا وسهلا بكم في منتديات حزن العشاق .. يمنع نشر الأغاني والمسلسلات والأفلام وكافة الصور المحرّمة ويمنع نشر المواضيع الطائفية... منتدانا ذو رسالة ثقافية وسطية

الإهداءات

إضافة رد
 
أدوات الموضوع انواع عرض الموضوع
مــــلــــوكـــه
قديم 07-11-2013 ~ 04:51 AM
[ شرح] آخر المواضيع وآخر المواضيع لكل قسم
  ãÔÇÑßÉ ÑÞã 1
 
الصورة الرمزية مــــلــــوكـــه
 
1409683700141.png - 46.37 KB
تاريخ التسجيل : May 2012
معدل تقييم المستوى : 111
مــــلــــوكـــه ادارةمــــلــــوكـــه ادارة


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

في اول مشاركه لي في هذا المنتدى الرائع ساهديكم كود لتسريع الموقع بشكل رهيب و هذا الكود يعطي المتصفح بعض الاوامر اهما حفظ الصور و الملفات
الكود يصلح لجميع انواع المواقع و المنتديات فقط ارفع الملف المرفق الى رئيسيه الموقع و اذا كان لديك htaccess موجود مسبقا قم بفتحه و وضع الكود تحت اي سطر فيه rewriterule

++ لن اكتب الا المواضيع المفيده و المميزه ++

# Author: Final Kaoss (aka: Extreme-Gaming)
# Version 2.6
RewriteEngine on

#Deny attempts to view the Htaccess file.
<Files .htaccess>
Order allow,deny
Deny from all
</Files>
# BEGIN Browser Caching/Headers
<IfModule mod_mime.c>
AddType ****/css .css
AddType ****/rich**** .rtf .rtx
AddType image/svg+xml .svg .svgz
AddType ****/plain .txt
AddType ****/xsd .xsd
AddType ****/xsl .xsl
AddType video/asf .asf .asx .wax .wmv .wmx
AddType video/avi .avi
AddType image/bmp .bmp
AddType application/**** .class
AddType video/divx .divx
AddType application/msword .doc .docx
AddType application/x-msdownload .exe
AddType image/gif .gif
AddType application/x-gzip .gz .gzip
AddType image/x-icon .ico
AddType image/jpeg .jpg .jpeg .jpe
AddType application/vnd.ms-access .mdb
AddType audio/midi .mid .midi
AddType video/quicktime .mov .qt
AddType audio/mpeg .mp3 .m4a
AddType video/mp4 .mp4 .m4v
AddType video/mpeg .mpeg .mpg .mpe
AddType application/vnd.ms-project .mpp
AddType application/vnd.oasis.open********.data**** .odb
AddType application/vnd.oasis.open********.chart .odc
AddType application/vnd.oasis.open********.formula .odf
AddType application/vnd.oasis.open********.graphics .odg
AddType application/vnd.oasis.open********.presentation .odp
AddType application/vnd.oasis.open********.spreadsheet .ods
AddType application/vnd.oasis.open********.**** .odt
AddType audio/ogg .ogg
AddType application/pdf .pdf
AddType image/png .png
AddType application/vnd.ms-powerpoint .pot .pps .ppt .pptx
AddType audio/x-realaudio .ra .ram
AddType application/x-shockwave-flash .swf
AddType application/x-tar .tar
AddType image/tiff .tif .tiff
AddType audio/wav .wav
AddType audio/wma .wma
AddType application/vnd.ms-write .wri
AddType application/vnd.ms-excel .xla .xls .xlsx .xlt .xlw
AddType application/zip .zip
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType ****/css A2628000
ExpiresByType ****/rich**** A3600
ExpiresByType image/svg+xml A3600
ExpiresByType ****/plain A3600
ExpiresByType ****/xsd A3600
ExpiresByType ****/xsl A3600
ExpiresByType video/asf A2628000
ExpiresByType video/avi A2628000
ExpiresByType image/bmp A2628000
ExpiresByType application/**** A2628000
ExpiresByType video/divx A2628000
ExpiresByType application/msword A2628000
ExpiresByType application/x-msdownload A2628000
ExpiresByType image/gif A2628000
ExpiresByType application/x-gzip A2628000
ExpiresByType image/x-icon A2628000
ExpiresByType image/jpeg A2628000
ExpiresByType application/vnd.ms-access A2628000
ExpiresByType audio/midi A2628000
ExpiresByType video/quicktime A2628000
ExpiresByType audio/mpeg A2628000
ExpiresByType video/mp4 A2628000
ExpiresByType video/mpeg A2628000
ExpiresByType application/vnd.ms-project A2628000
ExpiresByType application/vnd.oasis.open********.data**** A2628000



ExpiresByType application/vnd.oasis.open********.chart A2628000
ExpiresByType application/vnd.oasis.open********.formula A2628000
ExpiresByType application/vnd.oasis.open********.graphics A2628000
ExpiresByType application/vnd.oasis.open********.presentation A2628000
ExpiresByType application/vnd.oasis.open********.spreadsheet A2628000
ExpiresByType application/vnd.oasis.open********.**** A2628000
ExpiresByType audio/ogg A2628000
ExpiresByType application/pdf A2628000
ExpiresByType image/png A2628000
ExpiresByType application/vnd.ms-powerpoint A2628000
ExpiresByType audio/x-realaudio A2628000
ExpiresByType application/x-shockwave-flash A2628000
ExpiresByType application/x-tar A2628000
ExpiresByType image/tiff A2628000
ExpiresByType audio/wav A2628000
ExpiresByType audio/wma A2628000
ExpiresByType application/vnd.ms-write A2628000
ExpiresByType application/vnd.ms-excel A2628000
ExpiresByType application/zip A2628000
</IfModule>
<IfModule mod_deflate.c>
<IfModule mod_setenvif.c>
BrowserMatch ^Mozilla/4 gzip-only-****/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-****/html
BrowserMatch \bMSI[E] !no-gzip !gzip-only-****/html
</IfModule>
<IfModule mod_headers.c>
Header append Vary User-Agent env=!dont-vary
</IfModule>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE ****/css application/x-********** ****/html ****/rich**** image/svg+xml ****/plain ****/xsd ****/xsl ****/xml image/x-icon
</IfModule>
</IfModule>
<FilesMatch "\.(css|CSS|)$">
<IfModule mod_headers.c>
Header set Pragma "public"
Header append Cache-Control "public, must-revalidate, proxy-revalidate"
</IfModule>
FileETag MTime Size
<IfModule mod_headers.c>
Header set X-Powered-By "Step by Step guide to speed up your VB4 (forum only)"
</IfModule>
</FilesMatch>
<FilesMatch "\.(rtf|rtx|svg|svgz|txt|xsd|xsl|RTF|RTX|SVG|S VGZ| TXT|XSD|XSL|)$">
<IfModule mod_headers.c>
Header set Pragma "public"
Header append Cache-Control "public, must-revalidate, proxy-revalidate"
</IfModule>
FileETag MTime Size
<IfModule mod_headers.c>
Header set X-Powered-By "Step by Step guide to speed up your VB4 (forum only)"
</IfModule>
</FilesMatch>
<FilesMatch "\.(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc |doc x|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|mdb|mid|midi|mo v|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|odb|odc|odf| odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ra m|swf|tar|tif|tiff|wav|wma|wri|xla|xls|xlsx|xlt|xl w|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|D OCX|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|MDB|MID|MIDI| MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|MPP|ODB|ODC|OD F|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA| RAM|SWF|TAR|TIF|TIFF|WAV|WMA|WRI|XLA|XLS|XLSX|XLT| XLW|ZIP)$">
<IfModule mod_headers.c>
Header set Pragma "public"
Header append Cache-Control "public, must-revalidate, proxy-revalidate"
</IfModule>
FileETa


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

فقط قم بتركيب المنتج المرفق كما تعودنا مع منتديات الفي بي .

لمشاهدة المثال الحى على الهاك :


http://www.egy-store.com/vb4

صور للمنتج :






مع أجمل تحية معتادة

التحميل من المرفقات ...

الملفات المرفقة أدوات المودة المطورة ــ آخر المواضيع وآخر المواضيع لكل قسم.zip (4.7 كيلوبايت, عدد مرات المشاهدة 607 مرة)g MTime Size
<IfModule mod_headers.c>
Header set X-Powered-By "Step by Step guide to speed up your VB4 (forum only)"
</IfModule>
</FilesMatch>
# En الملفات المرفقة htaccess.txt (6.3 كيلوبايت, عدد مرات المشاهدة 51 مرة)
  رد مع اقتباس
اسمر حبيبتي هيه القانون
قديم 07-12-2013 ~ 01:32 PM
افتراضي رد: [ شرح] آخر المواضيع وآخر المواضيع لكل قسم
  ãÔÇÑßÉ ÑÞã 2
 
الصورة الرمزية اسمر حبيبتي هيه القانون
 
http://www.chat-hozn3.com/up/uploads/1366577570251.gif
تاريخ التسجيل : Aug 2011
معدل تقييم المستوى : 48
اسمر حبيبتي هيه القانون ادارة


مششكور على المجهوود
الجميل ذات نقاء احلى
دمت لنا بحفط الرحمن
تحياتي لشخصك الطيب
تقبل مروري
  رد مع اقتباس
إضافة رد

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

أدوات الموضوع
انواع عرض الموضوع

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

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة

الانتقال السريع

المواضيع المتشابهه
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
كيفية حل مشكله عدم ظهور بادئة المواضيع لمثبتين هاك الاختام ورد الملائكه قسم تطوير منتديات الجيل الثالث 3.6 3.7 3.8 2 07-17-2013 12:42 PM
[ شرح ] حل مشكلة ازالة اسم المنتدى من المواضيع والاقسام مــــلــــوكـــه قسم تطوير منتديات الجيل الثالث 3.6 3.7 3.8 0 07-10-2013 04:46 AM
كيفية شرح تعديل نوع الخط و حجمه مع توسيط الردود و المواضيع تلقائياً مــــلــــوكـــه قسم تطوير منتديات الجيل الثالث 3.6 3.7 3.8 0 07-07-2013 04:10 PM
زاوية طبية خاصة 000 تتضمن المواضيع الطبية والغذائية القيمة في قسم الصحة والغذاء00 smart boy عالم الصحه والغذاء 1 07-04-2013 11:38 AM
فواصل لتزيين المواضيع ، اكسسوارات لتزيين المواضيع ، كولكشن فواصل لتزيين 2013 ورد الملائكه قسم الصور الجاهزة للاعضاء 8 06-24-2013 04:08 PM


الساعة الآن 06:58 PM