Link checker on my site, how?

Status
Not open for further replies.

AllmightyBuser

Active Member
417
2010
116
0
Can somebody tell me how i can check on easy and fast way if my oron.com links are dead or alive. I have a lot of pages on site, so it would be good if some script can succesfully check if link is dead or not.
Is there any extension which can do that?

If there isnt something like that, is there way to make something like that. (i'm using joomla).

Thank you
 
4 comments
hmm why don't you build your own php script ?

Hints:
-use file_get_contents function to grab the whole source code of your link
-available links usually have "filename" and "filesize", so using regex search for this keywords, if they are found it means your link is ok and return true, also check for "File Not Found", if found just return false;
OR
*check if oron has API calls, if yes then forget about the above code :)
 
Can somebody tell me how i can check on easy and fast way if my oron.com links are dead or alive. I have a lot of pages on site, so it would be good if some script can succesfully check if link is dead or not.
Is there any extension which can do that?

If there isnt something like that, is there way to make something like that. (i'm using joomla).

Thank you

Go here...
Code:
http://wgtools.com/link-checker-addon/
 
This is my favorite link checker everrrr!!!!!

Firefox users can easily run their own link checker without having any delays in page loading or the operations they perform daily by just following these few steps:

1. Install Firefox addon - Greasemonkey
2. Then install this script http://userscripts.org/scripts/show/9467 onto greasemonkey

you now have your own link checker ...

here is a screenshot. It works on any site that contains links including WBB and it works automatically. :)

[SLIDE]http://lulzimg.com/i24/198b23.png[/SLIDE]
 
Status
Not open for further replies.
Back
Top