The code for adding new websites has been fixed to ensure the "unique_word_count" column is correctly inserted. Unnecessary CDN resources that were being loaded have been removed. A new feature,…
Read More
Added functionality for assigning categories to websites and sitemaps using both JavaScript and PHP. Fixed the "Add New Sitemap" functionality to prevent it from unintentionally running a scan.
Read More
Added "Categories List" page to display a list of all categories created. Implemented JavaScript functionality for the "Add Categories" modal to add new categories. Implemented PHP functionality for the "Add…
Read More
Added a toggle switch in the "Alert Options All" modal to allow disabling it Fixed the PHP function for inserting clients in bulk via a CSV file to prevent duplicates…
Read More
Changed the code for bulk inserting sitemaps via CSV file. Modified the AJAX response handler from "success" to "complete" for processing sitemaps obtained from the CSV file. Optimized the AJAX…
Read More
Improved the code for the background actions process to accurately display the progress bar and re-run failed actions until completion. A recurring background action was also added to continuously check…
Read More
Improved the PHP function for sending email reports by adding attachments of CSV files for "Post List" and "Word Count Per Site" data. Optimized the code for inserting data on…
Read More
Improved the code for inserting new websites to ensure smooth and proper operation. The code for scanning websites was also updated to properly parse website URLs before retrieving post links,…
Read More
Improved the code for exporting data from "Website List" page to CSV. Fixed the functionality for exporting data from "Website List" page to CSV. Added functionality for sorting data in…
Read More
Resolved the issue with post URLs not showing in the "Post List" page. Included missing percentage calculations for the "Unique Word Count" based on the total "Word Count."
Read More