Status
Not open for further replies.

Tango

Moderator
Staff member
4,047
2009
1,602
14,965
RS,HF,FS,MF,UL,FN LinkBot

Since RS made the 25GB limit there were 1000`s of dead posts on waz-warez so I have made a link checker (based on the dman checker)


My coding is poor, so if you want to bash it, make your own and post it, or post some improvements for it.

Checks downloads links from
Rapidshare.com
Hotfile.com
Fileserve.com
Mediafire.com
Uploading.com
FileSonic.com

Uses very little resources & checks upto 80k topics per hour depending on your server location :)


Run the script using the url linkchecker.php?topic=1000
t= is starting topic

i3084_livelinks.jpg


i3083_deadlinks.jpg


Download HERE MODX Format
 
100 comments
I am from Guatemala and am very interested in your mod.
Sorry my writing but I am using a translator.

I would like to help me configure the mod as they do not understand how it's done, I do not understand exactly what you need to edit the file linkchecker.php

This is my website
www.fifa-guate.com

And I wish is that everything is in the download section you can detect the link checker and let me know if there is a dead link, this is my section:

http://fifa-guate.com/viewforum.php?f=101


I've done the rest of the changes say the xml file. thank you very much
 
Is it possible to add a code that you can choose the % of dead links before removing (example : 75 % of the links)?

If RS is alive and HF is dead, it remove the topic to dead links
 
try
  1. $stag="<code>";
  2. $etag="</code>";
or
  1. $stag="<div class="codecontent">";
  2. $etag="</div>";


I am having similar problem, i get many of the topics avoided from the script and i saw this but i dont know where to replace/add this code.
Can you help me please?
 
How can we make it check more filehosters?? eg. oron.com ?

add this in your php file on a new line after line 128

Code:
if(eregi("oron.com/files/", $link)) {if ($dead>0 || $live>0) {echo"...";} else {universalcheck($link , $x);$x++;}}

change the sitename for others if wanted others

Change the line 195

Code:
$checkurl="http://immortalxx.com/include/LinkCheckerAJAX.php?links=";
to this one :

Code:
$checkurl="http://wgtools.com/link-checker/=";

because immortalchecker isn't working anymore

Code:
http://www.imafia.net/forums/index.php/topic/467090-link-checker-no-more
 
HI,

Would it be possible to have the files moved into a specific section rather then being deleted?

If so how would you do that?
 
Is Gavo still maintaining this? I really would like to have the posts with dead links to be moved into a particular section.

I don't mind donate for it.
 
I need to update this again, one site i used to check links isnt working anymore

I will change the code to check keywords for dead links instead of live ones, i dont know why people have always done it the other way around :D
 
Status
Not open for further replies.
Back
Top