zipperlein Posted January 8, 2007 Share Posted January 8, 2007 (edited) Hi Jack, thank you for this great contribution. I have tried to exclude files. It don't work. How can i solve this problem? Edited January 8, 2007 by zipperlein Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted January 8, 2007 Share Posted January 8, 2007 If this is meant for me, what is it in reference to? Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
zipperlein Posted January 8, 2007 Author Share Posted January 8, 2007 Hi Jack, sorry here is the wrong place for my question. I was a little bit confused! It's for you and for the contribution sitemonitor. Thomas Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted January 8, 2007 Share Posted January 8, 2007 What is the problem? Saying it doesn't work doesn't help much. Also, what version of SiteMonitor are you using? Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
zipperlein Posted January 8, 2007 Author Share Posted January 8, 2007 I use Sitemonitor V 1.4 and i want to exclude a single file like a products.csv which is updatet three times a day. Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted January 8, 2007 Share Posted January 8, 2007 To exclude files, you have to edit the code. In admin/includes/functions/sitemonitor.php, find this code if (strpos($file, "sitemonitor_reference.php") !== FALSE || strpos($file, "error_log") !== FALSE ) and change it to if (strpos($file, "sitemonitor_reference.php") !== FALSE || strpos($file, "error_log") !== FALSE || strpos($file, "products.csv") !== FALSE) I think that should work for you. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
zipperlein Posted January 8, 2007 Author Share Posted January 8, 2007 Hi Jack, it works fine! Thank's a lot! Thomas Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.