Jump to content

uploaded.to

* * * * * 1 votes

Read This If You're Human!


No replies to this topic

#1 _R_V_T_™

    Rapidleecher

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

Awards

Contributer Altruistic

Posted 22 February 2011 - 01:29 PM

If u wanna find the latest rapidleech script, look at here: HERE!
Also please take a look what's new in SVN HERE!

See also how to download from SVN HERE!


If u're using different rapidleech script (modded script etc), please ask from the provider itself!

NEW RULES, READ THIS!
Your reply or report will be deleted or ignored if your report(reply) is not meet some requirement.
How to report download plugin not working or broken please follow this:

REQUIREMENT: (your report / reply MUST be contain these)
  • Your link download : it may be one or more links, folder link, if the plugin fault on folder download process (it 's the most important)
  • Your Rapidleech Version : it must be included due to there are some one still using the older version such as v41, and older so it 's necessary
  • Type of Download: Free/Premium
  • Error Description: You need to post error description which appear in your rapidleech screen.

OPTIONAL : (your report /reply MUST NOT be contain these, but it 's also GOOD FOR FAST ANALYSIS THE PROBLEM)
  • Screen shot: the image link capture your error.
  • Premium account config: such as direct link enable,disable,openssl,port download,...
  • Your host description : anything related to ur host/server, example os specification, php version, it's more helpfull if u gave the php.ini to identified the problem.
  • A log debug**: recommend private pm to the plugin maker, due to may be there will be some private information such as premium cookies/username/email that is private information.

**How to get a log debug:
if you get a message on rapidleech such as: Download link not found/ Error 0x01/...

Follow this:

Open the plugin with text editor (notepad or similar advanced text editor), find the text (copy the error message from your rapidleech screen, use [ctrl +f] for fast search)relate with the error message some thing like this :

html_error("Download link not found")...
html_error("Ox01:...");


put this code before that:

use var_dump(php function) :
echo "<pre>";var_dump(nl2br(htmlentities($page)));echo "</pre>";exit;


or if you use newest rapidleech script (rev43 or higher), you can use textarea function :

textarea($page, 0, 0, true);


or (if you get blank page because different html character set):
textarea($page, 0, 0, true, '');



you will get like this :

with var_dump function :
echo "<pre>";var_dump(nl2br(htmlentities($page)));echo "</pre>";exit;
html_error("Download link not found");


with textarea function :
textarea($page, 0, 0, true);
html_error("Download link not found");


try to releech your link again, copy all things on your rapidleech screen, paste to http://pastebin.com/

Post that http://pastebin.com/ link include the reply/post if you don't mind to post your private information, or that is only free download.

DONT POST SUCH THING LIKE THIS :

View Postseeq-one, on 12 July 2011 - 09:07 AM, said:


no works :(


View Postrikyu, on 07 June 2011 - 08:18 AM, said:


fixed please...


DOES IT HELP TO FIX THE PLUGIN PROBLEM? ABSOLUTELY NO!


WE'RE HERE TRY TO HELP YOU, WE'RE HERE TRY TO FIX THE PLUGIN AS FAST AS POSSIBLE, SO PLEASE HELP YOUR SELF (YOU WANT THE PLUGIN UPDATED? YOU WANT THE PLUGIN TO BE FIXED? THEN FOLLOW THIS RULES FOR YOUR OWN NEEDS!)

Edited by _R_V_T_™, 31 January 2012 - 05:55 AM.

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!