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.
XFileSharing Pro - [BUG] Remote Upload (Rapidshare.com and Megaupload.com)
[BUG] Remote Upload (Rapidshare.com and Megaupload.com)
Last edited by Namaless on May 02, 2008 1:52 pm, edited 1 time in total.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Nice bug! Fixed it. You can download latest zip with fixed upload.cgi from yourI 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
Client Area or apply this fix manually:
replace
Code: Select all
$u->{url}=~s/\/\/(.+?)\:(.+?)\@/\/\//;
($u->{auth_login},$u->{auth_password})=($1,$2);
Code: Select all
($u->{auth_login},$u->{auth_password}) = $u->{url}=~s/\/\/(.+?)\:(.+?)\@/\/\//;
need more details about this.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
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..PilgrimX182 wrote:need more details about this.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
If you want take more informations or one admin account into my site..

same here, whenever i try to upload from rapidshare.. i get that error
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.
Code: Select all
Error happened while upload: Received HTML page instead of file
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Into my profile I have: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.
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..My Account Settings
Add my username to download links
Show my published files to everyone
Direct-downloads <- THIS
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
I try to my site, but not works.. I get message "The site not require user and password".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.
When go to my home send to you the code for the last version of XFS-PRO (1.0).
Regards.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
I have tryed with rapidshare.com remote upload from megaupload direct link and works correctly..PilgrimX182 wrote:Fixed Direct Download.
No idea about megaupload. Cause it's bitching about our country connections limitI'm not sure their direct link will work for other IPs except one from which it was generated.
Now testing new version updated and send more informations..
Regards.