رفتن به مطلب

علی نظری

عضو تالار جوملا
  • تعداد ارسال ها

    53
  • تاریخ عضویت در سایت

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

درباره علی نظری

  • درجه
    Advanced Member

اطلاعات پروفایل

  • جنسیت
    Not Telling

آخرین بازدید کنندگان پروفایل

2,577 بازدید کننده پروفایل
  1. علی نظری

    روش تبدیل سایت وردپرس به جوملا

    با سلام سایت دارم که میخواهم از وردپرس به جوملا تبدیلش کنم. به علت استفاده از یک تم خاص جوملایی . آیا نرم افزاری برای این کار وجود دارد برای این کار یا باید برنامه نویس استخدام کنم ؟ وب سایت این هست : http://business-plan.ir فقط آدرس لینکها تو گوگل ایندکس شده ، نمیخواهم آدرسها نیز تغییر کند. کمک نمایید. لطفا
  2. علی نظری

    تنظیمات فایل .htaccess

    فابل .htaccess را به صورت زیر برای جوملای 3.3.6 در قسمت روت و /public_html کپی نموده ام. لطفا راهنمایی نمایید که این فایل درست است و اگر نه .چگونه باید باشد : ## # @package Joomla # @copyright Copyright © 2005 - 2013 Open Source Matters. All rights reserved. # @license GNU General Public License version 2 or later; see LICENSE.txt ## ## # 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 dissallows 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 +SymLinksIfOwnerMatch ## Mod_rewrite in use. RewriteEngine On ## 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! # # 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 something within the component folder, # or for the site root, or for an extensionless URL, or the # requested URL ends with one of the listed extensions RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|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] # RewriteCond %{REQUEST_URI} ^/sitemap.xml RewriteRule .* /index.php?option=com_xmap&id=1&view=xml # ## End - Joomla! core SEF Section. ########## Begin - ETag Optimization ## This rule will create an ETag for files based only on the modification ## timestamp and their size. ## Note: It may cause problems on your server and you may need to remove it FileETag MTime Size # AddOutputFilterByType is now deprecated by Apache. Use mod_filter in the future. AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css application/xml application/xhtml+xml application/rss+xml application/javascript application/x-javascript # Enable expiration control ExpiresActive On # Default expiration: 1 hour after request ExpiresDefault "now plus 1 hour" # CSS and JS expiration: 1 week after request ExpiresByType text/css "now plus 1 week" ExpiresByType application/javascript "now plus 1 week" ExpiresByType application/x-javascript "now plus 1 week" # Image files expiration: 1 month after request ExpiresByType image/bmp "now plus 1 month" ExpiresByType image/gif "now plus 1 month" ExpiresByType image/jpeg "now plus 1 month" ExpiresByType image/jp2 "now plus 1 month" ExpiresByType image/pipeg "now plus 1 month" ExpiresByType image/png "now plus 1 month" ExpiresByType image/svg+xml "now plus 1 month" ExpiresByType image/tiff "now plus 1 month" ExpiresByType image/vnd.microsoft.icon "now plus 1 month" ExpiresByType image/x-icon "now plus 1 month" ExpiresByType image/ico "now plus 1 month" ExpiresByType image/icon "now plus 1 month" ExpiresByType text/ico "now plus 1 month" ExpiresByType application/ico "now plus 1 month" ExpiresByType image/vnd.wap.wbmp "now plus 1 month" ExpiresByType application/vnd.wap.wbxml "now plus 1 month" ExpiresByType application/smil "now plus 1 month" # Audio files expiration: 1 month after request ExpiresByType audio/basic "now plus 1 month" ExpiresByType audio/mid "now plus 1 month" ExpiresByType audio/midi "now plus 1 month" ExpiresByType audio/mpeg "now plus 1 month" ExpiresByType audio/x-aiff "now plus 1 month" ExpiresByType audio/x-mpegurl "now plus 1 month" ExpiresByType audio/x-pn-realaudio "now plus 1 month" ExpiresByType audio/x-wav "now plus 1 month" # Movie files expiration: 1 month after request ExpiresByType application/x-shockwave-flash "now plus 1 month" ExpiresByType x-world/x-vrml "now plus 1 month" ExpiresByType video/x-msvideo "now plus 1 month" ExpiresByType video/mpeg "now plus 1 month" ExpiresByType video/mp4 "now plus 1 month" ExpiresByType video/quicktime "now plus 1 month" ExpiresByType video/x-la-asf "now plus 1 month" ExpiresByType video/x-ms-asf "now plus 1 month" ########## Block bad user agents ## The following list may include bots that no longer exist or are not a problem ## for your site. The list will always be incomplete and it is therefore wise to ## follow discussions on one of the many "security" mailing lists or on a forum ## such as http://www.webmasterworld.com/search_engine_spiders/ ## It is also unwise to rely on this list as your ONLY security mechanism. RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR] RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [OR] RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR] RewriteCond %{HTTP_USER_AGENT} ^Custo [OR] RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR] RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR] RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR] RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR] RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR] RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR] RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR] RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR] RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR] RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR] RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR] RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR] RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR] RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR] RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR] RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR] RewriteCond %{HTTP_USER_AGENT} ^HMView [OR] RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR] RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR] RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR] RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR] RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR] RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR] RewriteCond %{HTTP_USER_AGENT} ^larbin [OR] RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR] RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR] RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR] RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR] RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR] RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR] RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR] RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR] RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR] RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR] RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR] RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR] RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR] RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR] RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR] RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR] RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR] RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR] RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR] RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR] RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR] RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR] RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR] RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR] RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR] RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR] RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR] RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR] RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR] RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR] RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR] RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR] RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR] RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR] RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR] RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR] RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR] RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR] RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR] RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR] RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR] RewriteCond %{HTTP_USER_AGENT} ^Widow [OR] RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR] RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR] RewriteCond %{HTTP_USER_AGENT} ^Zeus ## Note: The final RewriteCond must NOT use the [OR] flag. ## Return 403 Forbidden error. RewriteRule .* - [F] ServerSignature Off RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|DELETE|TRACK) [NC,OR] RewriteCond %{THE_REQUEST} (\\r|\\n|%0A|%0D) [NC,OR] RewriteCond %{HTTP_REFERER} (<|>|’|%0A|%0D|%27|%3C|%3E|%00) [NC,OR] RewriteCond %{HTTP_COOKIE} (<|>|’|%0A|%0D|%27|%3C|%3E|%00) [NC,OR] RewriteCond %{REQUEST_URI} ^/(,|;|:|<|>|”>|”<|/|\\\.\.\\).{0,9999} [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^$ [OR] RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget) [NC,OR] RewriteCond %{HTTP_USER_AGENT} (winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner) [NC,OR] RewriteCond %{HTTP_USER_AGENT} (libwww-perl|curl|wget|python|nikto|scan) [NC,OR] RewriteCond %{HTTP_USER_AGENT} (<|>|’|%0A|%0D|%27|%3C|%3E|%00) [NC,OR] #Block mySQL injects RewriteCond %{QUERY_STRING} (;|<|>|’|”|\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(/\*|union|select|insert|cast|set|declare|drop|update|md5|benchmark) [NC,OR] RewriteCond %{QUERY_STRING} \.\./\.\. [OR] RewriteCond %{QUERY_STRING} (localhost|loopback|127\.0\.0\.1) [NC,OR] RewriteCond %{QUERY_STRING} \.[a-z0-9] [NC,OR] RewriteCond %{QUERY_STRING} (<|>|’|%0A|%0D|%27|%3C|%3E|%00) [NC] # Note: The final RewriteCond must NOT use the [OR] flag. # Return 403 Forbidden error. RewriteRule .* index.php [F]
  3. علی نظری

    عدم نمایش عکس

    متوجه شدم شاید این تجربه به درد شما هم بخوره. یک تجربه حاصل شد .... چون اسم عکس Advertising بود توسط افزونه گوگل کروم که برای حذف تبلیغات نصب کرده بودم. نمیگذاشت لود شود. باید درس بگیریم که نام عکس از اینا باشه مشکل میشه برای بعضی ها یک تجربه
  4. علی نظری

    عدم نمایش عکس

    عجیبه .... تو کروم دیده نمیشه ؟!!!! تو فایرفاکس دیدمش. شما هم فایرفاکس دارید ؟ یعنی مشکل از کجاست ؟؟؟
  5. علی نظری

    عدم نمایش عکس

    با سلام عکسی درج کردم . هست در سورس ولی نمایش داده نمی شود.چرا ؟ تو این آدرس : http://iranmct.com/%D9%85%D8%B4%D8%A7%D9%88%D8%B1%D9%87-%D9%85%D8%AF%DB%8C%D8%B1%DB%8C%D8%AA-%D8%A2%D9%85%D9%88%D8%B2%D8%B4-%D9%85%D8%AF%DB%8C%D8%B1%DB%8C%D8%AA/%D8%AA%D8%A8%D9%84%DB%8C%D8%BA%D8%A7%D8%AA-advertising و عکسش با لینک دیده میشه : http://iranmct.com/images/images-news/9/advertising.gif متوجه نمیشم. چرا ؟؟؟ 2 تا عکس دیگه هم امتحان کردم. با فرمتهای دیگه .نشد/ !!!!
  6. علی نظری

    کمک به درج یک تگ

    با سلام دوستان عزیز . میخواهم این تگ را به قالبم اضافه نماییم نمیدانم کجا باید درج بشه . لطفا کمک نمایید <link rel=”publisher” href=”https://plus.google.com/[YOUR BUSINESS G+ PROFILE HERE]“/> این را در این سایت مخواهم بزارم : http://www.iranmct.com لطفا اسم فایل یا محل درج را به من بگویید.
  7. علی نظری

    درج کد در قالب

    تشکر بابت پاسخ body را رد hndex ندارم میخواهم زیر آن بگذارم میتونید یک نگاهی به سایت بیاندازی و فقط اسم فایلی که body توش هست را به من بگید ممنون
  8. با درود این موارد اختصاصی نیست و عمومی است. فقکر میکنم همگان این ها بخواهند: اگر بتوانید یک ماژول بسازید که فایل های کد Css را فشرده سازد بسیار عالی است همینطور یک کامپوننت که بتواند لیست مشتریان / همکاران/ دوستان را به صورت نواری از لوگو نشان دهد. مثل این که پولی است http://www.demo.infyways.com/sponsors-and-testimonials/client-logo-slider.html
  9. علی نظری

    درج کد در قالب

    با سلام 3 تا سوال دارم : ------------------------------------ 1- میخواهم این کدها را در قالب سایتم وارد کنم که همیشه و در تمام صفحات تکرار شود : <h1 style="display: none;">dsd</h1> <h2 style="display: none;">sad</h2> <h3 style="display: none;">af</h3> به کجای سایتم باید بروم و کجا بزارمشون این سایت من هست iranMTC.com لطفا کمک کنید ---------------- 2- یک مشکل دیگه هم دارم : در صفحه اثلی در قسمت آحرین اخبار، دکمه بنفشی دیده میشود که "ادامه مطلب" است. بر روی پی.سی دیده میشود ولی وقتی با موبایل به سایت میروید. این دکمه نیست. چگونه باید درست شود ؟ ------------------- 3- سایت iranMTC.com بخاطر پلاگین ها زیادی که نصب کردم کمی سنگین و کند است. کاری میشود انجام داد که بدون حذف پلاگین ها سرعت افزایش یابد ؟ لطفا کمک کنید. سپاس فراوان
  10. دوستان کمک کنید..... وب سایت من در حالت موبایل در Homepage دکمه های مربوط به ادامه مطلب ( دکمه های نفش زیر هر خبر) را نشان نمی دهد. درحالیکه بر روی پی.سی اینگونه نیست. iranmct.com چه کنیم ؟؟؟
  11. با سلام بالای سورس سایتم یک کد جاوا اضاقه شده . چیه ؟ چطوری پاکش کنم. خطرش چیه ؟ view-source:http://www.iranmct.com/ <script type="text/javascript" id="2f2a695a6afce2c2d833c706cd677a8e" src="http://d.lqw.me/xuiow/?g=F7157F59-C29E-5874-732A-8268E283314B&s=F5D333A8-C748-4686-AE0A-9E008F670C22&z=1385969212"></script>
  12. علی نظری

    ماژولی برای علامت گذاری روی تصویر

    نه. روری دکمه های ( 1 . 2. 3. 4 . ...) وسط صفحه کلیک کنید
  13. علی نظری

    ماژول تبلیغات جومینا

    سپسا بابت پاسخ متیوانید کمک کنید یک همچی چیزی پیدا کنم ؟!!
  14. علی نظری

    ماژول تبلیغات جومینا

    با درود همین مازول که در سمت راست همین صفجه، برای joomina Ads استفاده شده را میخواستم سپاس
  15. خودم متوجه شدم تعداد کارکترهای آن زیاد که باشد. دیفالت قرار میگیرد
×
×
  • افزودن...