Jump to content

uploaded.to

- - - - -

[New] Filepost Download Plugin

[Free/Premium][Download]

62 replies to this topic

#61 heceheme

    Advanced Member

  • Members
  • PipPipPip
  • 39 posts

Posted 02 February 2012 - 10:11 AM

View Postheceheme, on 01 February 2012 - 10:36 AM, said:

i got this error
Retrieving download page
Error: Post Data [FREE] not found!

Using Rapidleech v.43
and free plugin
is your plugin on first post just support for premium?


heres my sample link http://filepost.com/files/1d228739/tns

the error still same with your newest plugin on first post

Posted Image

#62 _R_V_T_™

    Rapidleecher

  • Super MOD
  • PipPipPipPip
  • 1,927 posts
  • Gender:Male
  • Location:Indonesia

Awards

Contributer Altruistic

Posted 02 February 2012 - 01:39 PM

View Postheceheme, on 02 February 2012 - 10:11 AM, said:


heres my sample link http://filepost.com/files/1d228739/tns

the error still same with your newest plugin on first post

Posted Image


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!


#63 bevolten

    Advanced Member

  • Members
  • PipPipPip
  • 76 posts
  • Gender:Not Telling

Posted 10 May 2012 - 02:11 PM

solved

Edited by bevolten, 13 May 2012 - 06:24 AM.