List Of Working Download Plugin (Updated)
#31
Posted 09 May 2011 - 05:02 AM
- mokundegrc likes this
- Like This
#32
Posted 09 May 2011 - 08:24 PM
Version: RapidLeech PlugMod (eqbal) rev. 42 Final r358
Filesonic: Failed to get download link with message: This method requires credentials. Please referer to documentation. (user: )
Rapidshare: can't check link
Fileserve: download link expired
and other plugin seems not work, please help me,
--edit--
megaupload working
4shared working
thanks
Edited by venantius, 09 May 2011 - 08:46 PM.
#33
Posted 10 May 2011 - 03:14 AM
venantius, on 09 May 2011 - 08:24 PM, said:
Version: RapidLeech PlugMod (eqbal) rev. 42 Final r358
Filesonic: Failed to get download link with message: This method requires credentials. Please referer to documentation. (user: )
Rapidshare: can't check link
Fileserve: download link expired
and other plugin seems not work, please help me,
--edit--
megaupload working
4shared working
thanks
Solutions:
For filesonic: The plugin in lastest release is only for premium users, do you have to download another for free users in the forum.
For rapidshare: You are using a older plugin or it's a invalid link, update it or check with other link.
For fileserve: Try updating the plugin.
I will post each new plugin at pastebin
Congratulations... You've readed my signature XD
#34
Posted 15 May 2011 - 01:22 PM
Th3-822, on 10 May 2011 - 03:14 AM, said:
For filesonic: The plugin in lastest release is only for premium users, do you have to download another for free users in the forum.
For rapidshare: You are using a older plugin or it's a invalid link, update it or check with other link.
For fileserve: Try updating the plugin.
i'm already update plugin that provided here, but still not work, especialy for:
- hotfile
- rapidshre
- fileserve
I'm using VPS with remote desktop enable, If testing download with browser, result is fine. So no problem with a blocked ip.
or you can help me to provide plugin that can work with RL version I have?
Note: I'm only use free account to download
Thanks
Edited by venantius, 15 May 2011 - 01:24 PM.
#35
Posted 15 May 2011 - 02:11 PM
venantius, on 15 May 2011 - 01:22 PM, said:
- hotfile
- rapidshre
- fileserve
I'm using VPS with remote desktop enable, If testing download with browser, result is fine. So no problem with a blocked ip.
or you can help me to provide plugin that can work with RL version I have?
Note: I'm only use free account to download
Thanks
For rapidshare, u need at least curl enabled in ur host... (since u only use free download only)
For hotfile & fileserve, post ur problem in their own thread, just remember how to report broken plugin here http://www.rapidleec...if-youre-human/
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!
#36
Posted 15 May 2011 - 08:01 PM
venantius, on 15 May 2011 - 01:22 PM, said:
- hotfile
- rapidshre
- fileserve
I'm using VPS with remote desktop enable, If testing download with browser, result is fine. So no problem with a blocked ip.
or you can help me to provide plugin that can work with RL version I have?
Note: I'm only use free account to download
Thanks
If you are using the lastest RS plugin and still getting 'Cannot check link' maybe you haven't updated your DownloadClass.php to work with https links. (See here)
With hotfile, what error are you getting?. Try updating the plugin, i've posted a update. (here)
And about Fileserve, i will have to test the plugins to see if is a plugin problem or other error.
I will post each new plugin at pastebin
Congratulations... You've readed my signature XD
#38
Posted 26 May 2011 - 11:05 PM
Then 3 things:
1) Youtube plugin
Now the ftms value are
$fmts = array(37,22,35,18,34,6,5,0,17,13);
but with time the ftm change (you can see it in the table on https://secure.wikim...en/wiki/Youtube)
and the new ftms are
$fmts = array(38,37,22,18,45,43,35,34,5,17);
and is also need to modified
if (preg_match ('%5|34|35%', $yt_fmt)) $ext = '.flv';
elseif (preg_match ('%17%', $yt_fmt)) $ext = '.3gp';
elseif (preg_match ('%18|22|37|38%', $yt_fmt)) $ext = '.mp4';
elseif (preg_match ('%43|45%', $yt_fmt)) $ext = '.webm';
elseif (preg_match ('%highest%', $yt_fmt)) $ext = '.mp4';
This change also need a change of language file
$lang[220] = '17 [Video: 3GP 176x144 | Audio: AAC 2ch 44.10kHz]'; $lang[221] = '5 [Video: FLV 400x240 | Audio: MP3 1ch 22.05kHz]'; $lang[222] = '34 [Video: FLV 640x360 | Audio: AAC 2ch 44.10kHz]'; $lang[223] = '35 [Video: FLV 854x480 | Audio: AAC 2ch 44.10kHz]'; $lang[224] = '43 [Video: WebM 640x360 | Audio: Vorbis 2ch 44.10kHz]'; $lang[225] = '45 [Video: WebM 1280x720 | Audio: Vorbis 2ch 44.10kHz]'; $lang[226] = '18 [Video: MP4 480x360 | Audio: AAC 2ch 44.10kHz]'; $lang[227] = '22 [Video: MP4 1280x720 | Audio: AAC 2ch 44.10kHz]'; $lang[228] = '37 [Video: MP4 1920×1080 | Audio: AAC 2ch 44.10kHz]'; $lang[377] = '38 [Video: MP4 4096×3072 | Audio: AAC 2ch 44.10kHz]';
2) Revision 43
in index.php update revision number to 43 (is too much time that revision is 42)
$rev_num = '43';
3) Update Rapidleech
With r360 a lot of plugins are updated so at this page http://code.google.c.../downloads/list
update rapidleech to last version
I attach (updated from r360)
- youtube plugin updated
- language file updated
- index.php updated (only modified rev number)
Please __S_e7e_N.7x__™ say me if all is ok
Attached File(s)
-
update.zip (12.63K)
Number of downloads: 69
Edited by qqqqw, 27 May 2011 - 12:35 AM.
#39
Posted 27 May 2011 - 04:08 AM
qqqqw, on 26 May 2011 - 11:05 PM, said:
Then 3 things:
1) Youtube plugin
Now the ftms value are
$fmts = array(37,22,35,18,34,6,5,0,17,13);
but with time the ftm change (you can see it in the table on https://secure.wikim...en/wiki/Youtube)
and the new ftms are
$fmts = array(38,37,22,18,45,43,35,34,5,17);
and is also need to modified
if (preg_match ('%5|34|35%', $yt_fmt)) $ext = '.flv';
elseif (preg_match ('%17%', $yt_fmt)) $ext = '.3gp';
elseif (preg_match ('%18|22|37|38%', $yt_fmt)) $ext = '.mp4';
elseif (preg_match ('%43|45%', $yt_fmt)) $ext = '.webm';
elseif (preg_match ('%highest%', $yt_fmt)) $ext = '.mp4';
This change also need a change of language file
$lang[220] = '17 [Video: 3GP 176x144 | Audio: AAC 2ch 44.10kHz]'; $lang[221] = '5 [Video: FLV 400x240 | Audio: MP3 1ch 22.05kHz]'; $lang[222] = '34 [Video: FLV 640x360 | Audio: AAC 2ch 44.10kHz]'; $lang[223] = '35 [Video: FLV 854x480 | Audio: AAC 2ch 44.10kHz]'; $lang[224] = '43 [Video: WebM 640x360 | Audio: Vorbis 2ch 44.10kHz]'; $lang[225] = '45 [Video: WebM 1280x720 | Audio: Vorbis 2ch 44.10kHz]'; $lang[226] = '18 [Video: MP4 480x360 | Audio: AAC 2ch 44.10kHz]'; $lang[227] = '22 [Video: MP4 1280x720 | Audio: AAC 2ch 44.10kHz]'; $lang[228] = '37 [Video: MP4 1920×1080 | Audio: AAC 2ch 44.10kHz]'; $lang[377] = '38 [Video: MP4 4096×3072 | Audio: AAC 2ch 44.10kHz]';
2) Revision 43
in index.php update revision number to 43 (is too much time that revision is 42)
$rev_num = '43';
3) Update Rapidleech
With r360 a lot of plugins are updated so at this page http://code.google.c.../downloads/list
update rapidleech to last version
I attach (updated from r360)
- youtube plugin updated
- language file updated
- index.php updated (only modified rev number)
Please __S_e7e_N.7x__™ say me if all is ok
Thx, I'll update the file, but for revision number, I've to talk to szalinski first, appreciate for ur help +rep!
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!
#40
Posted 27 May 2011 - 09:47 AM
Final release of rev 42 is in Apr 1, 2010 (see http://code.google.c...trunk/index.php)
So is a lot of time without revision update.
I think that szal has no problem to update revision, all the changes to rapidleech and plugins update justify revision update.
In this way if you go to a site and see rev 43, you know that all plugins are updated. Now you never known because rev 42 is very old and plugins are not updated.
#41
Posted 30 May 2011 - 08:28 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!
#42
Posted 31 May 2011 - 12:05 AM
__S_e7e_N.7x__™ said:
No, thank you. You have restored order in rapidleech forum after long time.
Last thing is to update on http://code.google.c.../downloads/list the .zip file with last rapidleech version (in this moment v43 r364).
After this we have rapidleech with ALL plugins updated after 2 years of broken plugins (and no more people that ask to fix plugins in the forum).
Thanks again __S_e7e_N.7x__™
#43
Posted 09 June 2011 - 03:25 PM
But letitbit.net - with premium and without premium don't work - with Premium - Error:Check you premium - and downloaded file 1,8 kB.Without Premium-don't downloaded.I copy php file,I copy new code for Premium and don't work.
fileserve.com - premium don't work - Error: Download link not found, without premium don't work - also-30 second and Error- Your download link has expired!. Please try again later!.
Depositfiles.com - with Premium don't work- Error: Login Failed , Bad username/password combination.Without premium - don't work- Error: Error.
Edited by Schreder, 09 June 2011 - 03:39 PM.
#44
Posted 09 June 2011 - 03:47 PM
Schreder, on 09 June 2011 - 03:25 PM, said:
But letitbit.net - with premium and without premium don't work - with Premium - Error:Check you premium - and downloaded file 1,8 kB.Without Premium-don't downloaded.I copy php file,I copy new code for Premium and don't work.
fileserve.com - premium don't work - Error: Download link not found, without premium don't work - also-30 second and Error- Your download link has expired!. Please try again later!.
Depositfiles.com - with Premium don't work- Error: Login Failed , Bad username/password combination.Without premium - don't work- Error: Error.
Have u ever check ur accounts.php before report something??
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!
#45
Posted 09 June 2011 - 05:09 PM
Yes,of couse.Certainly. I copied all.php files, and then still edited accounts.php a file, as well as have been described on pages with files, the truth I did not know what to write instead of user name, password, therefore I have put daggers everywhere - xxxxxx - on 6 pieces. With megaupload has worked, why does not work with others me named? And above пересленные me - they and without an account do not swing too.














