proma

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

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

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

تمامی ارسال های proma

  1. این ماژول به درد می خوره؟ jQuery Easy - Joomla! Extensions Directory
  2. کسی میتونه کمک کنه؟ دقیق متوجه نشدم . توی ماژول من این فایل js وجو نداره.
  3. ممنونم با آر اس فایروال دیتابیس رو چک کردم و درست شد. ولی هنوز نفهمیدم مشکل چیه این ارور ها تو cpanel ثبت شده [Tue Jan 14 20:25:33 2014] [error] [client 58.137.117.254] File does not exist: /home/......../public_html/403.shtml [Tue Jan 14 20:25:33 2014] [error] [client 58.137.117.254] client denied by server configuration: /home/......./public_html/administrator/index.php
  4. من الان یه مشکلی دارم کد enamad که این هست رو میزنم ولی توی کارتابل می زنم تائید میگه مشکل داره و درست وارد نکردی <iframe src="/eNamadLogo.htm" frameborder="0" scrolling="no" allowtransparency="true" style="width: 150px; height:150px;"></iframe>
  5. درج بشه اجرا نشه که فایده ای نداره. من کد enamad و چند تا دیگه که html بود رو اجرا کردم مشکلی نداشت
  6. این sourcer میتونه هر نوع کد html یا css رو اجرا کنه؟
  7. آقا یه کمکی
  8. یه همچین چیزی هم می نویسه Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/home/....../........) is not within the allowed path(s): (/home/........./public_html:/tmp::/home/........./......./tmp:/home/.........../............/logs) in /home/.........../public_html/libraries/joomla/filesystem/folder.php on line 458 Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/home/...............) is not within the allowed path(s): (/home/................./public_html:/tmp::/home/................/............../tmp:/home/............/........../logs) in /home/............/public_html/libraries/joomla/filesystem/folder.php on line 458
  9. دوستان کمک بازهم به این مشکل برخوردم چیکار کنم کلافه شدم این کدهایی که توی فایل htaccess هست # 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] # ## End - Joomla! core SEF Section. RewriteEngine on <Files 403.shtml> order allow,deny allow from all </Files> deny from 216.145.17.190 deny from 123.125.71.15 RewriteCond %{HTTP_HOST} ^fadashop\.ir$ [OR] RewriteCond %{HTTP_HOST} ^www\.fadashop\.ir$ RewriteRule ^/?$ "http\:\/\/www\.fadashop\.com" [R=301,L] # 1 YEAR <FilesMatch "\.(ico|pdf|flv)$"> Header set Cache-Control "max-age=29030400, public" </FilesMatch> # 1 WEEK <FilesMatch "\.(jpg|jpeg|png|gif|swf)$"> Header set Cache-Control "max-age=604800, public" </FilesMatch> # 2 DAYS <FilesMatch "\.(xml|txt|css|js)$"> Header set Cache-Control "max-age=172800, proxy-revalidate" </FilesMatch> # 1 MIN <FilesMatch "\.(html|htm|php)$"> Header set Cache-Control "max-age=60, private, proxy-revalidate" </FilesMatch> RewriteCond %{QUERY_STRING} proc/self/environ [OR] RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] RewriteCond %{QUERY_STRING} base64_(en|de)code[^(]*\([^)]*\) [OR] RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) RewriteRule .* index.php [F] # compress text, html, javascript, css, xml: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript
  10. مشکلت چی بود؟ چطور حل شد؟
  11. در ضمن از cpanel هم میتونی آی پی رو متوجه بشی یا اینکه آدرس سایتت رو بگو آی پیش رو بهت بگم
  12. چند دلیلی داره مشکل سرور استفاده بیش از حد از رم سرور فایل htaccess
  13. فقط بلدن الکی مردم رو سرگردون کنند
  14. به دردی می خوره حالا؟ کاربردش چیه؟
  15. میشه اندازه بنر رو هم تغییر داد؟
  16. هیچ فرقی نداره چه از زرینپال و چه از بانک ملت . اصلا نیازی نیست طرف عضو جایی باشه شماره کارت و... داشته باشه میتونه پرداخت کنه.
  17. من واسه ویرچومارت خیلی نیاز دارم این کامپوننت رو
  18. خیلی زحمت کشیدین. البته کار شما رو نمی خوام خدشه دار کنم جدا. ممنون از زحمت شما اگه یکم روی اینترفیس کار بشه خیلی جالب تر میشه
  19. فکر کنم معروفش ninja rss و feedgator هست.
  20. این که خودت باید پیگیر بشی . مشکل از نرم افزار هست. به سایشت سازنده برنامه ایمیل بزن و بگو مشکلت چیه
  21. الان من این کد رو کجای ماژول مثلا اسلاید شو که jquery داره وارد کنم؟
  22. دوست عزیز منم گفتم که مشکل رو دارم. یعنی هنوز حلش نکردم. من حتی از اسلاید شوهایی که از jquery استفاده می کنند رو نمیتونم استفاده کنم. نتونستم حلش کنم هنوز
  23. قالب رو از 700 من قیمت دارم به بالا(اختصاصی)
  24. منم این مشکل رو دارم