This is just a quick tip to show you how to secure oscommerce’s /include/configure.php when using one.com as the hosting provider. Upload the following script to your the root of your website and call it something like chmod.php:
<?php chmod( $_SERVER['DOCUMENT_ROOT'] . '/includes/configure.php', 0444); ?>
Now, go to yourdomain.com/chmod.php and the configure.php file should have the correct permissions.
Related posts:
- Using encfs in xubuntu
- Compiling conky from git in ubuntu 9.10
- Compiling a new, cooler conky
- Startup script for transmission on OpenWrt.
Tags: howto, one.com, oscommerce, security





I’ve recently started a blog, the information you provide on this site has helped me tremendously. Thank you for all of your time & work.
Thank you!! You saved my day!