CubeCart Bot 3 Posted August 21, 2020 Share Posted August 21, 2020 Name: Back in Stock Notifications Price: £29.99 Category: Plugins Homepage: https://www.cubecart.com/extensions/plugins/back-in-stock-notifications Quote Link to post Share on other sites
[email protected] 1 Posted August 24, 2020 Share Posted August 24, 2020 For me this is an exciting addition to the Noodleman range, will be giving this a good look! Quote Link to post Share on other sites
Al Brookbanks 201 Posted September 15, 2020 Share Posted September 15, 2020 @Noodleman Do you think we can update the extension to remove the .htaccess deny from all in the cron folder? Reason being is that it allows for not only cron jobs like; wget -q -O - https://www.example.com/modules/plugins/back_in_stock_notifications/cron/back_in_stock_notifications_cron.php >/dev/null 2>&1 Edit but also a web service like Easy Cron. Quote Link to post Share on other sites
Al Brookbanks 201 Posted September 24, 2020 Share Posted September 24, 2020 Suggested cron to be something like; cd /path/to/public_html/modules/plugins/back_in_stock_notifications/cron/; /usr/local/bin/php -q back_in_stock_notifications_cron.php Quote Link to post Share on other sites
havenswift-hosting 203 Posted September 25, 2020 Share Posted September 25, 2020 An extension developer doesn't get notified of updates in these forum posts so @Noodleman may not have seen this Quote Link to post Share on other sites
Al Brookbanks 201 Posted September 25, 2020 Share Posted September 25, 2020 True. Thanks for that. Quote Link to post Share on other sites
Debyink 0 Posted January 16 Share Posted January 16 Did this get sorted as it's something I would be interested in for my store Quote Link to post Share on other sites
Noodleman 37 Posted February 23 Share Posted February 23 Deny from all will not be removed for security reasons. The cron job is designed to run as being called directly, not via wget. The module is not designed to expose the start of the job to the internet. There should be no requirement, or need to ever call a cron job via wget. Quote Link to post Share on other sites
Al Brookbanks 201 Posted February 23 Share Posted February 23 I disagree but respect your decision. Quote Link to post Share on other sites
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.