iran.1440

کاربران
  • تعداد ارسال ها

    14
  • تاریخ عضویت

  • آخرین بازدید

اعتبار در انجمن

10 خوب

درباره iran.1440

  • درجه
    کاربر معمولی
  • تاریخ تولد
  1. با سلام درسته سایت من تعطیل شد گویا اما مشکل حل کردام حرف استاد های محترم درسته اگر زیادی هم استفاده شود سایت مشکل پیدا می کنند اخه اگر این کار ها را انجام ندهیم که سایت امینتش بالا نمی رود این هم یک مشکل!؟ با تشکر
  2. با سلام می خواستم از استاد های بزرگوارد که در مورد .htaccess نظر بدهند و اگر عیبی دارند به بنده حقیر بگوید یا کدی هم دارد بفرمایند اگر امنیتش خوب نیت بفرمایند تا من اون را کامل کنم کد: ## # @version $Id: htaccess.txt 21064 2011-04-03 22:12:19Z dextercowley $ # @package Joomla # @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL # Joomla! is Free Software ## ##################################################### # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE # # The line just below this section: 'Options +FollowSymLinks' may cause problems # with some server configurations. It is required for use of mod_rewrite, but may already # be set by your server administrator in a way that diss allows changing it in # your .htaccess file. If using it causes your server to error out, comment it out (add # to # beginning of line), reload your site in your browser and test your sef url's. If they work, # it has been set by your server administrator and you do not need it set here. # ##################################################### ## Can be commented out if causes errors, see notes above. #Options +FollowSymLinks # # mod_rewrite in use ########## Begin - Rewrite rules to block out some common exploits ## If you experience problems on your site block out the operations listed below ## This attempts to block the most common type of exploit `attempts` to Joomla! # ## Deny access to extension xml files (uncomment out to activate) #<Files ~ "\.xml$"> #Order allow,deny #Deny from all #Satisfy all #</Files> ## End of deny access to extension xml files # Block out any script trying to set a mosConfig value through the URL RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] # Block out any script trying to base64_encode data within the URL RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR] # Block out any script that includes a <script> tag in URL RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR] # Block out any script trying to set a PHP GLOBALS variable via URL RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] # Block out any script trying to modify a _REQUEST variable via URL RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) # Return 403 Forbidden header and show the content of the root homepage RewriteRule .* index.php [F] # ########## End - Rewrite rules to block out some common exploits ########## Begin - Custom redirects # # If you need to redirect some pages, or set a canonical non-www to # www redirect (or vice versa), place that code here. Ensure those # redirects use the correct RewriteRule syntax and the [R=301,L] flags. # ########## End - Custom redirects # Uncomment following line if your webserver's URL # is not directly related to physical file paths. # Update Your Joomla! Directory (just / for root) # RewriteBase / ########## Begin - Joomla! core SEF Section # RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # # If the requested path and file is not /index.php and the request # has not already been internally rewritten to the index.php script RewriteCond %{REQUEST_URI} !^/index\.php # and the request is for root, or for an extensionless URL, or the # requested URL ends with one of the listed extensions RewriteCond %{REQUEST_URI} (/[^.]*|\.(php|html?|feed|pdf|raw))$ [NC] # and the requested path and file doesn't directly match a physical file RewriteCond %{REQUEST_FILENAME} !-f # and the requested path and file doesn't directly match a physical folder RewriteCond %{REQUEST_FILENAME} !-d # internally rewrite the request to the index.php script RewriteRule .* index.php [L] # # php to asp AddType application/x-httpd-php .asp .jsp # php to asp # sql injection # sql injection # index Options -Indexes # index # htaccess <files ".htaccess"> order allow,deny deny from all </files> # htaccess # php.ini <FilesMatch "^php5?\.(ini|cgi)$"> Order Deny,Allow Deny from All Allow from env=REDIRECT_STATUS </FilesMatch> # # # ########## End - Joomla! core SEF Section البته این htaccess استاد بزرگوار Hojjat MardaneZadeh قرار داده که من یک مقداری کدهای که در انجمن را یاد گرفتم بهش اضافه کردام . از همین استان جنوبی دست استاد را می بوسم و تشکر می کنم بابات این فایل حالا می خواهم کاملش کنم با تشکر
  3. با سلام می خواستم بدانم این کد چه خواصی دارد: ########## Begin - Rewrite rules to block out some common exploits # # Block out any script trying to set a mosConfig value through the URL RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|%3D) [OR] # Block out any script trying to base64_encode crap to send via URL RewriteCond %{QUERY_STRING} base64_encode.*(.*) [OR] # Block out any script that includes a tag in URL RewriteCond %{QUERY_STRING} (|%3E) [NC,OR] # Block out any script trying to set a PHP GLOBALS variable via URL RewriteCond %{QUERY_STRING} GLOBALS(=|[|%[0-9A-Z]{0,2}) [OR] # Block out any script trying to modify a _REQUEST variable via URL RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0-9A-Z]{0,2}) [OR] # Block out any script that tries to set CONFIG_EXT (com_extcal2 issue) RewriteCond %{QUERY_STRING} CONFIG_EXT([|%20|%5B).*= [NC,OR] # Block out any script that tries to set sbp or sb_authorname via URL (simpleboard) RewriteCond %{QUERY_STRING} sbp(=|%20|%3D) [OR] RewriteCond %{QUERY_STRING} sb_authorname(=|%20|%3D) # Send all blocked request to homepage with 403 Forbidden error! RewriteRule ^(.*)$ index.php [F,L] با تشکر
  4. با تشکر حل شد این را برای تجربه می گویم با ماژول تاریخ مشکل داشت
  5. با سلام بله اسلاید شو استفاده می کنم غیر فعال شد اما باز هم مشکل رفع نشد
  6. با سلام من یک مشکل بسیار عجیب دارم این این ماژول mod_sptab_j15 زمانی که می خواهم استفاده کنم نشان نمی دهد اما در روی سیستم خودم که نصب می کنم مشکلی ندارد نشان می دهد ولی روی هاست نه کسی دوستان چنین مشکل داشته ؟! یکی دوستان من راهنمای فرماید با تشکر
  7. با سلام من دوتا سوال دارم اول: h3 { background-image:url(../images/mm.png); background-repeat:no-repeat; background-position:right; color:#000; text-align: right; padding-right: 20px; height: 27px; line-height: 24px; font-weight:normal; font-size: 12px; font-family:Tahoma; margin-top:10px; margin-bottom:5px; } دوم اینه چند تا اینطوری می توانیم در css تعیرف کینم و چگونه در ماژول ازش استفاده کنیم ممنون می شوم به من کمک کنید با تشکر یا علی
  8. با سلام می دانم منظور اینکه برای غیر فعال کردن همشون باید کد جدا بنویسم یا نه یکی بعد همه گزینه ها را داخلش وارد کنم باید کجا ان مقدایر مورد نظر را وارد کنم با تشکر
  9. با سلام من می خواهم فایل های : htaccess php.ini configuration.php index.php توسط htaccess عدم دسترسی و فراخوانی کنم می شود کد مورد نظر را برای من قرار دهید ممنون شما می شوم
  10. نه من روی هاست مشکل دارم نمی دانم استاد گرامی فرمودن که شاید از کد فایل باشد من هم کد را قرار دادم استاد تشریف دارن مشکل حل می کنند انشالله
  11. با سلام از اینجا iranserver.com این هم فایل : چند تا سایت دیگر هم دارم که برای شهدا طراحی می کنم باز هم همین مشکل دارم خدا خیرتان دهد من قبل سربازی باید کار همه را انجام بده اینو را بگم که خدا شاهد می گیرم که یک ریال هم از کسی دریافت نکردام راستی فایل من اسمش اینه htaccess. اما داخل برنامه ftp نقطه جلویش است منتظر جواب گرم شما هستم یا علی
  12. بله همه کار را انجام داده ام مشکل من فقط استفاده از APACHE mod_rewrite در صورتی که فعال است خدا خیرتان دهد قبل سربازی به داد من برسید سایت یکی از دوستانم درست کنم با تشکر
  13. با سلام من مشکل سئو دارم با وجود فعال بود ماژول مورد نظر! -------------------- من از مدیر سرور سوال کردام گفته این ماژول فعال است: این مشکل را می گیرد Not Found The requested URL /component/content/article/news/news.html was not found on this server. ادرس اگرقید نکن بهتر با تشکر همه کار های که باید انجام می دادم انجام دادام اما باز هم نشد اگر دوستان به من کمک کنند متشکر می شوم
  14. با سلام من یک سوالی داشتم راستش به خیلی ها پیام دادام کسی بهم جواب نداد هیچ کسی من می خواهم منوی سایتم را ابشاری کنم می شود یک نفر بهم کمک کند و من را راهنمای کنند یک اموزش هست : http://www.magicjoomla.com/%D8%A2%D9%85%D9%88%D8%B2%D8%B4/%D8%AC%D9%88%D9%85%D9%84%D8%A7/133-%D8%A2%D9%85%D9%88%D8%B2%D8%B4-%D8%A2%D8%A8%D8%B4%D8%A7%D8%B1%DB%8C-%DA%A9%D8%B1%D8%AF%D9%86-%D9%85%D9%86%D9%88%DB%8C-%D9%82%D8%A7%D9%84%D8%A8.html اما جواب نمی دهد اگر دوستا لطفی کنند و من را راهنمایی کنند متشکر می شوم یا علی