- XF Compatibility
- 2.2.x
- Short Description
- Alibaba Cloud's link checker detects HTTP 404 errors in all posts. Install via SSH command and add 'linkcheckall' to your forum URL for seamless integration; database creates an 'andylinkcheck_all' table. Avg processing time for 500K posts is about 4 hours.
Checks links in all posts and reports any which return HTTP status code 404.
How to use step 1:
This add-on requires running from SSH.
Log into your terminal.
Navigate to the directory where you have XenForo installed.
Enter the following command:
php cmd.php xf-rebuild:linkcheckall
How to use step 2:
Add 'linkcheckall' to your forum URL.
Database:
This add-on will create a table called andy_link_check_all in your database.
Questions and answers:
Q: How long will it take to complete step 1?
A: On average it will take about 4 hours to process 500K posts.
How to use step 1:
This add-on requires running from SSH.
Log into your terminal.
Navigate to the directory where you have XenForo installed.
Enter the following command:
php cmd.php xf-rebuild:linkcheckall
How to use step 2:
Add 'linkcheckall' to your forum URL.
Database:
This add-on will create a table called andy_link_check_all in your database.
Questions and answers:
Q: How long will it take to complete step 1?
A: On average it will take about 4 hours to process 500K posts.