Securing an X-Cart Page

Tuesday, August 3rd, 2010

To secure one of the X-Cart pages that is outside the “normal” secure area of X-Cart….do the following:

Open https.php in the X-Cart root.
Find this line (around line 44): $https_scripts = array();

Change it to include the pages that need to be secure, for example:

$https_scripts = array(‘help.php’, ‘section=contactus’);

This is especially useful if your site is scanned by McAfee and unsecured forms will trigger an vulnerability.

Comments (0)
Categories : X-Cart Services

WordPress 3.0 Released – Wohoo!

Friday, July 16th, 2010

WordPress released the much anticipated 3.0 version on June 17th, 2010. If you’ve ever wanted to try WordPress, why not give it a try now.

Here are some of the highlights:

  • WordPress and WordPress MU have merged, allowing the management of multiple sites (called Multisite) from one WordPress installation.
  • New default theme “Twenty Ten” takes full advantage of the current features of WordPress.
  • New Custom Menu Management feature, allows creation of custom menus combining posts, pages, categories, tags, and links for use in theme menus or widgets.
  • Custom Header and Custom Background APIs.
  • Contextual help text accessed under the Help tab of every screen in the WordPress administration.
  • Ability to set the admin username and password during installation.
  • Bulk updating of themes with an automatic maintenance mode during the process.
  • Support for Shortlinks.
  • Improved Custom Post Types and Custom Taxonomies including hierarchical (category-style) support. (Try the Custom Post Type UI or GD Custom Posts And Taxonomies Tools plugins to see the possibilities.)
  • A lighter admin color scheme to increase accessibility and put the focus more squarely on your content.
Comments (0)
Categories : Uncategorized