tel8618217223380 / rapidleech36b

Automatically exported from code.google.com/p/rapidleech36b
0 stars 2 forks source link

Multiple IP Bug #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download any Hotfile/Rapidshare files with Multiple IP Address Feature
2. Tested and must be using premium accounts
3.

What is the expected output? What do you see instead?
Invalid Link

What version of the product are you using? On what operating system?
SVN 89

Please provide any additional information below.
A simple reason why it doesn't work is because in http.php,

if(file_exists(CLASS_DIR."mip.php")) @include_once(CLASS_DIR."mip.php");

@include_once only loads the script once. Hotfile and Rapidshare plugins
usually calls GetPage(); a few times, so only the function call loads mip.php.

I suggest @include rather than @include_once.

Original issue reported on code.google.com by salesnan...@gmail.com on 6 Apr 2010 at 3:54

GoogleCodeExporter commented 9 years ago
danke.

Original comment by 1d0...@gmail.com on 10 May 2010 at 2:49