| View previous topic :: View next topic |
| Author |
Message |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: Apr 30, 2008 9:55 am Post subject: [BUG] Remote Upload (Rapidshare.com and Megaupload.com) |
|
|
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 |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: Apr 30, 2008 12:56 pm Post subject: |
|
|
| Quote: | | 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: | $u->{url}=~s/\/\/(.+?)\:(.+?)\@/\/\//;
($u->{auth_login},$u->{auth_password})=($1,$2); |
with
| Code: | | ($u->{auth_login},$u->{auth_password}) = $u->{url}=~s/\/\/(.+?)\:(.+?)\@/\/\//; |
| Quote: | 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. |
|
| Back to top |
|
 |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: Apr 30, 2008 1:19 pm Post subject: |
|
|
| PilgrimX182 wrote: | | Quote: | 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..  |
|
| Back to top |
|
 |
spyer
Joined: 27 Mar 2008 Posts: 28
|
Posted: Apr 30, 2008 7:31 pm Post subject: |
|
|
same here, whenever i try to upload from rapidshare.. i get that error
| Code: | | 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. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: May 01, 2008 5:45 am Post subject: |
|
|
| Oh, probably forgot to mention this, but you need Direct Downloads feature enabled on RapidShare premium account to use this. |
|
| Back to top |
|
 |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: May 01, 2008 9:54 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: May 01, 2008 10:33 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: May 01, 2008 4:31 pm Post subject: |
|
|
| 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:
| Quote: |
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.. |
|
| Back to top |
|
 |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: May 02, 2008 2:04 pm Post subject: |
|
|
For megaupload.com any news?
Regards. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: May 03, 2008 12:48 pm Post subject: |
|
|
For direct download on your own site try URL like this:
| Quote: | | http://LOGIN:PASSWORD@site.com/xxxxxxx/file.zip |
Will check & fix direct download by cookie later.
Will try megaupload.com on Monday. |
|
| Back to top |
|
 |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: May 03, 2008 2:11 pm Post subject: |
|
|
| PilgrimX182 wrote: | For direct download on your own site try URL like this:
| Quote: | | http://LOGIN:PASSWORD@site.com/xxxxxxx/file.zip |
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. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: May 05, 2008 9:36 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: May 05, 2008 1:23 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: May 06, 2008 7:01 am Post subject: |
|
|
Tested new version and megaupload.com not works, but works correctly direct links.
Regards. |
|
| Back to top |
|
 |
|