Link Checker

maxmax1

New Member
Hi!

I was looking for a cool Link Checker Bot and I found it in this great forum.
It is the VB LinkChecker Bot Version 1.1 from
Code:
http://www.vbteam.info/vb-3-7-x-addons-template-modifications/13293-vb-linkchecker-bot-version-1-1-a.html

My question is how can it also check links from Uploaded.to?

i found this in the vbbot.php:
PHP:
$sites = array(
     array("megaupload\.com/([a-z]{2}\/)?\?d=", "(Filename:)|(All download slots assigned to your country)", "@\/([a-z]{2}\/)@i", "/en/"),
     array("rapidshare\.de\/files\/", "You want to download"),
     array("filefactory\.com\/file\/", "(download link)|(Please try again later)"),
     array("mediafire\.com\/?", "You requested", "@com\?@i", "com/download.php?"),
	 array("mediafire\.com\/\?sharekey", "Folder Name:"),
     array("depositfiles\.com\/([a-z]{2}\/)?files\/", "File Name", "@(com\/files\/)|(com\/[a-z]{2}\/files\/)@i", "com/en/files/"),
     array("sendspace\.com\/file\/", "The download link is located below.")
the Uploaded.to Link look like:
Code:
http://ul.to/yw7xwh

I would be very greatful if you can help me :-)
kind regards,
maxmax1
 
Back
Top