heceheme, on 02 February 2012 - 10:11 AM, said:
the error you face is becuz when it start to download the final link, instead download the link, it redirect to main page which cause "Error: Post Data [FREE] not found!"
there's no error here, I'm not sure it becuz ur server is busy with request from other user, but try with this,
find this line in private function Free
if (!preg_match('@"js":\{"(\w+)":\{?"([^"]+)"?:?"?([^|\r|\n|"]+)?"\}@i', $check, $match)) html_error("Error: Unknown Post Data [FREE] page response!");
switch ($match[1]) {
case 'answer':
switch ($match[2]) {
case 'link':
$dlink = str_replace('\\', '', $match[3]);
$filename = basename(parse_url($dlink, PHP_URL_PATH));
$this->RedirectDownload($dlink, $filename, $this->Cookies, 0, $this->link);
break;
}
break;
change with this :
if (!preg_match('@"js":\{"(\w+)":\{?"([^"]+)"?:?"?([^|\r|\n|"]+)?"\}@i', $check, $match)) html_error("Error: Unknown Post Data [FREE] page response!");
switch ($match[1]) {
case 'answer':
$dlink = str_replace('\\', '', $match[3]);
$filename = basename(parse_url($dlink, PHP_URL_PATH));
$this->RedirectDownload($dlink, $filename, $this->Cookies, 0, $this->link);
break;
HOW TO REPORT BROKEN DOWNLOAD PLUGIN, CLICK THIS
USE YOUR EYES, YOUR BRAIN, YOUR HAND, MOVE YOUR FINGER AND TYPE ANYTHING YOU NEED IN SEARCH FUNCTION BEFORE YOU REQUEST SOME FEATURE, FIX OR ANYTHING RELATED TO RAPIDLEECH SCRIPT! IF YOU CAN'T FIND THINGS YOU NEED FOR, THEN YOU CAN POST THE THREAD ABOUT YOUR REQUEST/PROBLEM IN FORUM!