XFileSharing Pro - [BUG] Remote Upload (Rapidshare.com and Megaupload.com)

Message
Author
Namaless
Posts: 107
Joined: Apr 20, 2008 12:10 pm

[BUG] Remote Upload (Rapidshare.com and Megaupload.com)

#1 Postby Namaless » Apr 30, 2008 9:55 am

I have tryed remote upload with rapidshare (with user login into my profile) and works correctly for one link. If insert 2 or more links of rapidshare, the anothers links not works and get this error: Error happened while upload: Received HTML page instead of file

Found files uploaded but when try to dowload give me this error: No such file.


For megaupload.com get this error when try upload with direct link from megaupload: Error happened while upload: null filesize or wrong file path

Regards.
Last edited by Namaless on May 02, 2008 1:52 pm, edited 1 time in total.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Apr 30, 2008 12:56 pm

I have tryed remote upload with rapidshare (with user login into my profile) and works correctly for one link. If insert 2 or more links of rapidshare, the anothers links not works and get this error: Error happened while upload: Received HTML page instead of file
Nice bug! Fixed it. You can download latest zip with fixed upload.cgi from your
Client Area or apply this fix manually:
replace

Code: Select all

$u->{url}=~s/\/\/(.+?)\:(.+?)\@/\/\//;
($u->{auth_login},$u->{auth_password})=($1,$2);
with

Code: Select all

($u->{auth_login},$u->{auth_password}) = $u->{url}=~s/\/\/(.+?)\:(.+?)\@/\/\//;
Found files uploaded but when try to dowload give me this error: No such file.
For megaupload.com get this error when try upload with direct link from megaupload: Error happened while upload: null filesize or wrong file path
need more details about this.

Namaless
Posts: 107
Joined: Apr 20, 2008 12:10 pm

#3 Postby Namaless » Apr 30, 2008 1:19 pm

PilgrimX182 wrote:
Found files uploaded but when try to dowload give me this error: No such file.
For megaupload.com get this error when try upload with direct link from megaupload: Error happened while upload: null filesize or wrong file path
need more details about this.
Now testing with new fix, but when upload with remote upload from rapidshare.com (not tested from another sites) the files is uploaded (found into files management) but when click to download not found..
If you want take more informations or one admin account into my site.. ;)

spyer
Posts: 28
Joined: Mar 27, 2008 9:53 am

#4 Postby spyer » Apr 30, 2008 7:31 pm

same here, whenever i try to upload from rapidshare.. i get that error

Code: Select all

Error happened while upload: Received HTML page instead of file
and i have the fixed version... i've tried it also on ezyfile.net.. they have the same problem.. i'm guessing it's from rapidshare.. they are using some sort of a system that will detect remote uploads and stop them or something.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#5 Postby PilgrimX182 » May 01, 2008 5:45 am

Oh, probably forgot to mention this, but you need Direct Downloads feature enabled on RapidShare premium account to use this.

Namaless
Posts: 107
Joined: Apr 20, 2008 12:10 pm

#6 Postby Namaless » May 01, 2008 9:54 am

PilgrimX182 wrote:Oh, probably forgot to mention this, but you need Direct Downloads feature enabled on RapidShare premium account to use this.
Direct download from xfs not supported?
I have writed for 1.0 if you want send to you my code (the license not support public modifyed version)...

Regards.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#7 Postby PilgrimX182 » May 01, 2008 10:33 am

Sorry, I don't understand what u're talking bout, but I ment: "Direct-downloads:" checkebox in RapidShare.com premium account settings must be ON to use XFS for downloading rapidshare files.

Anyway, if you have good piece of code for me, feel free to email me or PM it.

Namaless
Posts: 107
Joined: Apr 20, 2008 12:10 pm

#8 Postby Namaless » May 01, 2008 4:31 pm

PilgrimX182 wrote:Sorry, I don't understand what u're talking bout, but I ment: "Direct-downloads:" checkebox in RapidShare.com premium account settings must be ON to use XFS for downloading rapidshare files.

Anyway, if you have good piece of code for me, feel free to email me or PM it.
Into my profile I have:
My Account Settings
Add my username to download links
Show my published files to everyone
Direct-downloads <- THIS
This direct download to me not works.. when try to download with direct link enabled into site setting, I get a link and not download file..

Namaless
Posts: 107
Joined: Apr 20, 2008 12:10 pm

#9 Postby Namaless » May 02, 2008 2:04 pm

For megaupload.com any news?

Regards.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#10 Postby PilgrimX182 » May 03, 2008 12:48 pm

For direct download on your own site try URL like this:
Will check & fix direct download by cookie later.

Will try megaupload.com on Monday.

Namaless
Posts: 107
Joined: Apr 20, 2008 12:10 pm

#11 Postby Namaless » May 03, 2008 2:11 pm

PilgrimX182 wrote:For direct download on your own site try URL like this:
Will check & fix direct download by cookie later.

Will try megaupload.com on Monday.
I try to my site, but not works.. I get message "The site not require user and password".

When go to my home send to you the code for the last version of XFS-PRO (1.0).

Regards.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#12 Postby PilgrimX182 » May 05, 2008 9:36 am

Fixed Direct Download.
No idea about megaupload. Cause it's bitching about our country connections limit :) I'm not sure their direct link will work for other IPs except one from which it was generated.

Namaless
Posts: 107
Joined: Apr 20, 2008 12:10 pm

#13 Postby Namaless » May 05, 2008 1:23 pm

PilgrimX182 wrote:Fixed Direct Download.
No idea about megaupload. Cause it's bitching about our country connections limit :) I'm not sure their direct link will work for other IPs except one from which it was generated.
I have tryed with rapidshare.com remote upload from megaupload direct link and works correctly..

Now testing new version updated and send more informations..

Regards.

Namaless
Posts: 107
Joined: Apr 20, 2008 12:10 pm

#14 Postby Namaless » May 06, 2008 7:01 am

Tested new version and megaupload.com not works, but works correctly direct links.

Regards.