P1TA commented on a Page, Rapidshare Link Checker  -  Jul 24, 2009

I made some improvement to this code :
first I add the trim function to get ride of line feed or spaces at the end of the links
:
$url = trim($url); #before $url = explode(" ", $url);
then i add option to view the size of the files :
$pos1 = strpos($rsurls,">| ");
$pos2 = strpos($rsurls," KB");
echo substr($rsurls, $pos1+3, $pos2-$pos1)." ";

all lines right after if (preg_match("/FILE DOWNLOAD/", $rsurls)){

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.