Rapidshare Link Checker
PHP Code
+ 4 likes
Please Register to submit score.
| Average Score | 5.0 (of 2 scores) |
| Date Added | May 04, 2009 |
| Last Updated | May 04, 2009 |
| Tags | checker link rapidshare |
Introduction
Example: http://kuzmanov.ws.mk/linkchecker.php
PHP Snippet:
Rapidshare Link Checker
Posted on May 4, 2009 2:51 pm
Posted on May 4, 2009 2:51 pm
/me likes it
PHP Snippet:
Rapidshare Link Checker
Posted on May 4, 2009 3:06 pm
Posted on May 4, 2009 3:06 pm
Very nice. It would be a cool addon to make it into a full-leech script? Like you add your URLS, it downloads the files, then mail()'s you the urls on the server once it is done, and also mails a delete URL? Would be amazing.
Sort of like RapidLeech, only more simple.
Sort of like RapidLeech, only more simple.
PHP Snippet:
Rapidshare Link Checker
Posted on Jun 13, 2009 7:27 pm
Posted on Jun 13, 2009 7:27 pm
used http://patx44.appspot.com and it said daed... wtf?
PHP Snippet:
Rapidshare Link Checker
Posted on Jun 14, 2009 12:02 pm
Posted on Jun 14, 2009 12:02 pm
Man, it's RapidShare.com link checker... :) Not to check your site =)
PHP Snippet:
Rapidshare Link Checker
Posted on Jun 14, 2009 4:31 pm
Posted on Jun 14, 2009 4:31 pm
ooooo my bad.
PHP Snippet:
Rapidshare Link Checker
Posted on Jul 24, 2009 4:29 am
Posted on Jul 24, 2009 4:29 am
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)){
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)){
PHP Snippet:
Rapidshare Link Checker
Posted on Jul 25, 2009 6:30 pm
Posted on Jul 25, 2009 6:30 pm
Make this for Mirc :D










