Status
Not open for further replies.

Tango

Moderator
Staff member
4,047
2009
1,601
14,905
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
The mass checkers that I mentioned above are not true api but close enough. You can do 500 link checks per 2 seconds (sometimes 1 sec :) ).
500 * 30 * 60 = 90,000+ links an hour. Hard to get faster than that. :)
 
Updated to check Rapidshare, Hotfile, Mediafire links.

I wont make it run on cron, i dont think thats a good idea.

can u tell how to run on cron jobs coz its hard to run manually ... cron jobs are easy though..

if u could help me install it on my board, that would be gr8
 
can anyone tell me how it works?

edit these thing in the file..
PHP:
/// Your Forums Graveyard ID
$shittip="22";
 
// Sitename + Filename
$scripturl="yourdomain.com/check.php";
 
// Amount Of Topics To Check In 1 Pass
$posts="40";

and save the file check.php and upload to your phpbb root folder :)

then call the check.php file through your domain example

whatever.com/check.php?topic=1 -->it will start to check your whole phpbb forum till end ;)
 
nice work gavo!

Fatal error: Maximum execution time of 30 seconds exceeded in /home/streetwa/public_html/check.php on line 206

Is there anyway to remove the maximum execution time?
 
you will need to lower the amount of topics checked in 1 pass or edit /etc/my.cnf on your server and raise the limit


I am updating the script atm & have added more filehosts and features.

I will update the post soon
 
thanks man :)

Getting this error when i run the sql query:

ALTER TABLE phpbb_posts ADD deadlinks varchar( 255 ) NOT NULL DEFAULT ' ',

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
 
Status
Not open for further replies.
Back
Top