Link Checker by AddonsLab

Link Checker by AddonsLab [Paid] 1.17.0

No permission to buy ($54.99)
Yes but here are not updated.

yMVhq4cHQ9KXXvvyAY2vNg.png


Aha, I see. It is a typo of course, it needs to be 1.9.3. I will fix it now.

Thank you!
 
@AddonsLab When image url used in Center but Valid Status are not in Centered?

JWkU9qqDR66mKnvuPisOEw.png

In general, we do not add the icon for an image (simply because the icon would not look nice next to an image), but only to a link. It seems, your image is in a link, and the icon is added after the link, causing this look. Once we get time to work on this product more, we will try to fix it if possible.

Thank you!
 
AddonsLab updated Link Checker by AddonsLab with a new update entry:

New option: Enable Invalid URL Redirect

This version implements an option to redirect all broken URLs to a page, that asks the user confirm if they want to follow the link.

The new version is available for all licensed customers at
https://customers.addonslab.com/marketplace.php/my-services/

Please consider posting a review if you are using the add-on and let us and other users know how it works for you.

Thank you!

Read the rest of this update entry...
 
@AddonsLab Please give some more design improvement update for better looking? Add go back button and home button?Also can you add support anonymous link for External URL?

ScreenShot00003.webp
 
@AddonsLab Please give some more design improvement update for better looking? Add go back button and home button?Also can you add support anonymous link for External URL?

View attachment 162503

Thank you for the suggestions. We will implement the Go Back and Home buttons and release it soon.

As for having the link anonymous, as you have shown in your screenshot, we consider many admins and users would like the opposite actually, that's why we have implement it this way. Users should see the actual URL content to decide, if they want to follow it or no. You can, however, easily do what you need just by editing the template responsible for the message. It is called allm_invalid_url_redirect. You need to replace the part saying:

Code:
<a href="{$url}" rel="nofollow">{$url}</a>

with

Code:
<a href="{$url}" rel="nofollow">Any text you want here</a>

We will release this update now.

Thank you!
 
AddonsLab updated Link Checker by AddonsLab with a new update entry:

Small design fixes

The version implements minor design changes in invalid URL redirection page and adds a button to the home page.

The new version is available for all licensed customers at
https://customers.addonslab.com/marketplace.php/my-services/

Feel free to suggest further enhancements for the add-on or report any issues you have and they will be addressed asap.

Please consider posting a review if you are using the add-on and let us and other users know how it works for you.

Thank you!

Read the rest of this update entry...
 
@AddonsLab Getting Server Error Log from this update.

Code:
Error Info
ErrorException: Undefined index: URL - library/AddonsLab/LinkChecker/Model/Tag.php:294
Generated By: Nirjon, 4 minutes ago
Stack Trace
#0 /home/nadda/public_html/library/AddonsLab/LinkChecker/Model/Tag.php(294): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/nadda/pub...', 294, Array)
#1 /home/nadda/public_html/library/AddonsLab/LinkChecker/Abstract/Model/Tag.php(70): AddonsLab_LinkChecker_Model_Tag->prepareTagConditions(Array, Array)
#2 /home/nadda/public_html/library/AddonsLab/LinkChecker/DataProvider/TagDataProvider.php(202): AddonsLab_LinkChecker_Abstract_Model_Tag->countTags(Array)
#3 /home/nadda/public_html/library/AddonsLab/LinkChecker/ControllerAdmin/Index.php(110): AddonsLab\LinkChecker\DataProvider\TagDataProvider->countTags(Object(AddonsLab\LinkChecker\Library\Search\SearchCriteria))
#4 /home/nadda/public_html/library/XenForo/FrontController.php(369): AddonsLab_LinkChecker_ControllerAdmin_Index->actionLoadReplacementPreview()
#5 /home/nadda/public_html/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /home/nadda/public_html/admin.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
  ["url"] => string(67) "/admin.php?links/load-replacement-preview"
  ["_GET"] => array(1) {
    ["links/load-replacement-preview"] => string(0) ""
  }
  ["_POST"] => array(8) {
    ["search_criteria"] => array(3) {
      ["domain"] => string(8) "external"
      ["content_type"] => string(0) ""
      ["tag_handler"] => string(3) "URL"
    }
    ["replace_criteria"] => array(2) {
      ["type"] => string(10) "delete_tag"
      ["removed_message"] => string(26) "[B]"Dead Link Removed"[/B]"
    }
    ["process"] => array(1) {
      ["type"] => string(9) "immediate"
    }
    ["_xfToken"] => string(8) "********"
    ["_preview_loaded"] => string(1) "1"
    ["_xfRequestUri"] => string(29) "/admin.php?links/batch-update"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
@AddonsLab Getting Server Error Log from this update.

Code:
Error Info
ErrorException: Undefined index: URL - library/AddonsLab/LinkChecker/Model/Tag.php:294
Generated By: Nirjon, 4 minutes ago
Stack Trace
#0 /home/nadda/public_html/library/AddonsLab/LinkChecker/Model/Tag.php(294): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/nadda/pub...', 294, Array)
#1 /home/nadda/public_html/library/AddonsLab/LinkChecker/Abstract/Model/Tag.php(70): AddonsLab_LinkChecker_Model_Tag->prepareTagConditions(Array, Array)
#2 /home/nadda/public_html/library/AddonsLab/LinkChecker/DataProvider/TagDataProvider.php(202): AddonsLab_LinkChecker_Abstract_Model_Tag->countTags(Array)
#3 /home/nadda/public_html/library/AddonsLab/LinkChecker/ControllerAdmin/Index.php(110): AddonsLab\LinkChecker\DataProvider\TagDataProvider->countTags(Object(AddonsLab\LinkChecker\Library\Search\SearchCriteria))
#4 /home/nadda/public_html/library/XenForo/FrontController.php(369): AddonsLab_LinkChecker_ControllerAdmin_Index->actionLoadReplacementPreview()
#5 /home/nadda/public_html/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /home/nadda/public_html/admin.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
  ["url"] => string(67) "/admin.php?links/load-replacement-preview"
  ["_GET"] => array(1) {
    ["links/load-replacement-preview"] => string(0) ""
  }
  ["_POST"] => array(8) {
    ["search_criteria"] => array(3) {
      ["domain"] => string(8) "external"
      ["content_type"] => string(0) ""
      ["tag_handler"] => string(3) "URL"
    }
    ["replace_criteria"] => array(2) {
      ["type"] => string(10) "delete_tag"
      ["removed_message"] => string(26) "[B]"Dead Link Removed"[/B]"
    }
    ["process"] => array(1) {
      ["type"] => string(9) "immediate"
    }
    ["_xfToken"] => string(8) "********"
    ["_preview_loaded"] => string(1) "1"
    ["_xfRequestUri"] => string(29) "/admin.php?links/batch-update"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}

Checking this now, we will release the fix as soon as we reproduced and fixed the issue.

Thank you!
 
Checking this now, we will release the fix as soon as we reproduced and fixed the issue.

Thank you!

I am get one more error log.

Code:
Error Info
ErrorException: Undefined index: URL - library/AddonsLab/LinkChecker/Model/Tag.php:294
Generated By: Nirjon, Today at 12:31 AM
Stack Trace
#0 /home/nadda/public_html/library/AddonsLab/LinkChecker/Model/Tag.php(294): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/nadda/pub...', 294, Array)
#1 /home/nadda/public_html/library/AddonsLab/LinkChecker/Abstract/Model/Tag.php(70): AddonsLab_LinkChecker_Model_Tag->prepareTagConditions(Array, Array)
#2 /home/nadda/public_html/library/AddonsLab/LinkChecker/DataProvider/TagDataProvider.php(202): AddonsLab_LinkChecker_Abstract_Model_Tag->countTags(Array)
#3 /home/nadda/public_html/library/AddonsLab/LinkChecker/ControllerAdmin/Index.php(110): AddonsLab\LinkChecker\DataProvider\TagDataProvider->countTags(Object(AddonsLab\LinkChecker\Library\Search\SearchCriteria))
#4 /home/nadda/public_html/library/XenForo/FrontController.php(369): AddonsLab_LinkChecker_ControllerAdmin_Index->actionLoadReplacementPreview()
#5 /home/nadda/public_html/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /home/nadda/public_html/admin.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
  ["url"] => string(67) "/admin.php?links/load-replacement-preview"
  ["_GET"] => array(1) {
    ["links/load-replacement-preview"] => string(0) ""
  }
  ["_POST"] => array(8) {
    ["search_criteria"] => array(4) {
      ["last_status_code"] => array(1) {
        [0] => string(3) "404"
      }
      ["domain"] => string(8) "external"
      ["content_type"] => string(0) ""
      ["tag_handler"] => string(3) "URL"
    }
    ["replace_criteria"] => array(2) {
      ["type"] => string(10) "delete_tag"
      ["removed_message"] => string(26) "[B]"Dead Link Removed"[/B]"
    }
    ["process"] => array(1) {
      ["type"] => string(9) "immediate"
    }
    ["_xfToken"] => string(8) "********"
    ["_preview_loaded"] => string(1) "1"
    ["_xfRequestUri"] => string(29) "/admin.php?links/batch-update"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
I am get one more error log.

Code:
Error Info
ErrorException: Undefined index: URL - library/AddonsLab/LinkChecker/Model/Tag.php:294
Generated By: Nirjon, Today at 12:31 AM
Stack Trace
#0 /home/nadda/public_html/library/AddonsLab/LinkChecker/Model/Tag.php(294): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/nadda/pub...', 294, Array)
#1 /home/nadda/public_html/library/AddonsLab/LinkChecker/Abstract/Model/Tag.php(70): AddonsLab_LinkChecker_Model_Tag->prepareTagConditions(Array, Array)
#2 /home/nadda/public_html/library/AddonsLab/LinkChecker/DataProvider/TagDataProvider.php(202): AddonsLab_LinkChecker_Abstract_Model_Tag->countTags(Array)
#3 /home/nadda/public_html/library/AddonsLab/LinkChecker/ControllerAdmin/Index.php(110): AddonsLab\LinkChecker\DataProvider\TagDataProvider->countTags(Object(AddonsLab\LinkChecker\Library\Search\SearchCriteria))
#4 /home/nadda/public_html/library/XenForo/FrontController.php(369): AddonsLab_LinkChecker_ControllerAdmin_Index->actionLoadReplacementPreview()
#5 /home/nadda/public_html/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /home/nadda/public_html/admin.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
  ["url"] => string(67) "/admin.php?links/load-replacement-preview"
  ["_GET"] => array(1) {
    ["links/load-replacement-preview"] => string(0) ""
  }
  ["_POST"] => array(8) {
    ["search_criteria"] => array(4) {
      ["last_status_code"] => array(1) {
        [0] => string(3) "404"
      }
      ["domain"] => string(8) "external"
      ["content_type"] => string(0) ""
      ["tag_handler"] => string(3) "URL"
    }
    ["replace_criteria"] => array(2) {
      ["type"] => string(10) "delete_tag"
      ["removed_message"] => string(26) "[B]"Dead Link Removed"[/B]"
    }
    ["process"] => array(1) {
      ["type"] => string(9) "immediate"
    }
    ["_xfToken"] => string(8) "********"
    ["_preview_loaded"] => string(1) "1"
    ["_xfRequestUri"] => string(29) "/admin.php?links/batch-update"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}

Did you apply the version we have provided in the ticket to check, if it solves the error? If no, please do so and inform us in the ticket, if you still have the issue.
 
Are these links also checked?

Code:
 [ATTACH=full]332389[/ATTACH]

No, attachments are not handled by the product now. We could add a support for it, but we are busy with some other projects for now. We should manage to implement at least minimal support (to delete the attachments not found) this month.

Thank you!
 
Hello, @delicatebobster !

I have just checked this one in details I see I misunderstood the situation. The last feature suggested here was to change the design of buttons on Invalid URL redirection page. Is there anything we missed? Please let us know which features you are waiting for.

XenForo 2.x version is in development. Due to increased product size it takes us longer to develop then we originally expected, but we will definitely upgrade the product and as per our initial announcement, 2.x version will be a free upgrade for all existing customers.

Thank you!
 
Top Bottom