Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

modem2.0

Pioneers
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    1

modem2.0 last won the day on February 17 2013

modem2.0 had the most liked content!

Profile Information

  • Real Name
    Modem 2.0

modem2.0's Achievements

  1. Fixed. Kiss_MT was returning the title using htmlspecialchars(), so writing &lt and &gt in the source code. So I changed to : echo strip_tags(htmlspecialchars_decode(KissMT::init()->page_title)) . PHP_EOL;
  2. I know, but it doesn't work. On current online version has the following code: <?php // KissMT start echo strip_tags(KissMT::init()->page_title) . PHP_EOL; // KissMT end ?> in 3 places but the tags are still there.
  3. In my case the html tag is to highlight the category, but I need to remove it from the page, but using htmlspecialchars() does not do that as it transforms the < and > into &lt and &gt. How can I fix this? You are already fixing this when writing the category name in the head section...
  4. Hi Robert, I noticed something strange. I have 2 categories with HTML tags in their name, to put some emphasis on the categories list, but when I go the the category page, I see the tags written there as text. I give you a concrete example, one of them is <b>Christmas Specials</b>, and it works ok in the categories list as the name in Bold, but when I load the category page I see <b>Christmas Specials</b> as the title. The title meta tag is ok. I see the same behavior in the breadcrumb, but maybe here is not due to your contribution. I tried to change in index.php from echo KissMT::init()->page_title . PHP_EOL; to echo strip_tags(KissMT::init()->page_title) . PHP_EOL; but the tags are still there. I tried also to change the strip_tags to htmlspecialchars and it works as expected so I'm on the right place... You can have a look at the page here: http://www.atelierdascores.com/bespecial-natalb-c-78.html
  5. Hi Jack, is the search being saved somewhere in the server, or is there a way to do it? Just by going to google, search something and look at the source code seems not enough, as when I do that I can't find the term I searched for in the source as most of it is javascript code...
  6. Hi, is there anyone using this contribution currently? I've just installed this and I believe it is not working for Google and MSN. I manage to change the google URL from: case "Google": $filename = "http://www.google.com/ie?q=$query&hl=en&num=$hits_per_page&start=$i"; to case "Google": $filename = "http://www.google.com/?#hl=en&output=search&q=$query&num=$hits_per_page&start=$i"; in admin/includes/modules/seo_position.php but I guess I need to change somewhere else as it is still not working. Any ideas?
  7. Hi multimixer, did you build an addon for this? Or can you share what you did?
  8. Never. But now I also have the PDO issue in the create account...
  9. Hi Jack, I can't setup the server cron job. I followed your instructions, if I use the method php /home/username/public_html/catalog/admin/sitemonitor.php X the instance provided in x is ignored and instance 0 is always run. If I use the 2nd method, php /home/username/public_html/catalog/admin/sitemonitor.php?instance=X I get an error saying Status: 404 Not Found X-Powered-By: PHP/5.3.13 Content-type: text/html No input file specified. Is there another way to run it? Or am I doing something wrong?
  10. Mine is not protected by .htpassdw, otherwise I can not configure cron tab (I use a web cron tab as my provider does not allow me to have crontab jobs). I believe this will happen to lot's of people.
  11. Hi Jack, I noticed that on the browser you can open the site monitor text files (sitemonitor_configure_0.txt, sitemonitor_db_reference.txt, etc), and you can also show the text logs from the directory sitemonitor_logs. Shouldn't these files be protected by .htaccess? Regards
  12. Thanks Robert, I can't give feedback on current version as I need watermark. I have too many products images to add watermark to all of them manually. I'm currently using ocsThumb, but it is an old, buggy and unsupported addon, so if I find a better one I'll change it. That's why I asked.
×
×
  • Create New...