Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sukarya

Archived
  • Posts

    146
  • Joined

  • Last visited

Profile Information

sukarya's Achievements

  1. Hi, All is working correctly except the fact that Special Price is not generated. Its always the regular price. went thru the code and the SQL, made few tests but still nada. Any Ideas? (I have the last version, in the googlefeeder.php it has July 15th 2009) Thanks to all
  2. I tested it in 2 ways: 1. Excluded ALL of the direcories - leaving only the files in the ROOT: same symptom. 2. Modified the "Start Directory" to a smaller one (with out any subcats') still same symptom. What do you think would be the SERVER ISSUE; Permissions? I can post my server config details here (its a shared one..)?
  3. Did that, clicked on the first button and got the blank page again. Then clicked back on browser, clicked on second button. same thing. went back again and clicked on third button it gave me the a list of files like before. BTW, nono of those times i got an email... :( what should i do as this is an important issue: I think i have the <iframe> malware and must know when it changes files (if fixes did not work...)
  4. I uploaded and re-edited the files once more. now, after clicking the third button once, i get the list of file list: with: "Found a new file named" AND "Found a deleted file named" any Ideas?
  5. (that was fast, Thanks!) What happens when you click on the third update button? --> gave a blank page: sitemonitor.php What is the start directory in the settings set to? --> the file system root directory of the catalog: /hostingfolder/hostingfolder/hostingfolder/hostingfolder/ShopFolderRoot (it was propagated from automatically, i just checked it) Sharon
  6. Hi, I have installed according to you v1.7, and allowed the files to show in the admin section. I have edited the configure file and updated it. Went to the admin file and clicked on the first button - I was redirected to the same page (sitemonitor_admin.php) but now showing a blank/empty one. Does the same for both other buttons. looked for this symptom in the forum but with out any luck. Any one can help? Thanks!
  7. Hi FWR, Can you please take a look at my post, i really need your help with this one... ( Post #282, in this page). Thanks.
  8. I solved it by going through the installation code, and i found that a simple "IF" added to ultimate SEO contrib in the past has effected the operation of this contrib (the change was where the code of this contrib was placed). I would suggest review the the specific installation (yet again...) and i hope it will help.
  9. Hi Again, I have managed to find the problem, it was in the SEO URL function location and the code you said to add. In any case, it seems that it works fine on the products but no so good with categories: example: 1) mysite.com/category-name1-c-100.html 2) mysite.com/category-name1-c-765765_uyteuyte_9739_any number _873_100.html #1 is the right one, while #2 should redirect me to 404 page; it doesnt. With the products (product-name-p-100.html it does work. I have cleaned the SEO cache, and disabled 301 redirect from the SEO contrib configuration. Any suggestions? Thanks for this great contrib.
  10. Thanks. I'll go through the ultimate contrib again. For any changes will le you know
  11. I wasnt clear enough: After installing the "Independent SEO URL Valid." contrib we now have the "Ultimate SEO Configuration" and yours (your is with only ON/OFF). When "Independent SEO URL Valid." contrib is marked "ON" I get the error discussed... I dont mind drilling down to the code if you have ideas. Thanks!
  12. Same thing, its not working: when ISUV is on - all required redirections are not working. : ( # $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers <IfModule mod_setenvif.c> <IfDefine SSL> # SetEnvIf User-Agent ".*MSIE.*" \ # nokeepalive ssl-unclean-shutdown \ # downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # #<IfModule mod_php4.c> # php_value session.use_trans_sid 0 # php_value register_globals 1 #</IfModule> # Ultimate SEO URLs BEGIN Options +FollowSymLinks RewriteEngine On RewriteBase /1234/ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-([0-9]+).html$ infopages.php?info_id=$2&%{QUERY_STRING} # Ultimate SEO URLs END #Options +FollowSymlinks #RewriteEngine on #rewritecond %{http_host} ^DOMAIN.com [nc] #rewriterule ^(.*)$ http://www.DOMAIN.com/1234/$1 [r=301,nc] #RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html #RewriteRule ^index\.html$ http://www.DOMAIN.com/1234/ [R=301,L] #RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php #RewriteRule ^index\.php$ http://www.DOMAIN.com/1234/ [R=301,L] #RewriteCond %{HTTP_USER_AGENT} ^Mozilla #RewriteCond %{HTTP_USER_AGENT} !(Slurp|surfsafely) #RewriteRule ^robots\.txt$ /index.php [L] #ErrorDocument 404 /ooops.php #ErrorDocument 401 /ooops.php
  13. Thanks. Done both, Still the same error: "The page isn't redirecting properly". Any other suggestions?
  14. Hi Robert, First i would like to thank you for this contrib, as for the past 2 weeks i m working hard while using "remove urls" tool in google webmaster along with the disallow command in the robots.txt. I have tried to install your contrib but i get a 404. I have checked for the comment out the "ValidateName" per your instructions but its not in the SEO.class.php file. I am using a 2.1 version of ultimate seo. Below is the HTCCESS file (wit the domain removed...) can this be the problem? # $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # #<IfModule mod_php4.c> # php_value session.use_trans_sid 0 # php_value register_globals 1 #</IfModule> # Ultimate SEO URLs BEGIN Options +FollowSymLinks RewriteEngine On RewriteBase /1234 RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING} # Ultimate SEO URLs END #Options +FollowSymlinks #RewriteEngine on rewritecond %{http_host} ^domain.com [nc] rewriterule ^(.*)$ http://www.domain.com/1234/$1 [r=301,nc] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html RewriteRule ^index\.html$ http://www.domain.com/1234/ [R=301,L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php RewriteRule ^index\.php$ http://www.domain.com/1234/ [R=301,L] RewriteCond %{HTTP_USER_AGENT} ^Mozilla RewriteCond %{HTTP_USER_AGENT} !(Slurp|surfsafely) RewriteRule ^robots\.txt$ /index.php [L] ErrorDocument 404 /oops.php ErrorDocument 401 /oops.php I'd appreciate your help a lot! Thanks
×
×
  • Create New...