XFileSharing Pro - [FIXED] upload stops while uploading to my website - Page 2

Message
Author
Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#16 Postby Timmy » Mar 03, 2010 12:40 pm

I have changed timeout settings in httpd config of apache to 600
and changed to no cach and also tried no keep alive.

None of this worked for me... I need other solution please.

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#17 Postby admin » Mar 04, 2010 5:37 am

You refused to provide access to your server. We can do anything without having access to your server.

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#18 Postby Timmy » Mar 15, 2010 12:13 pm

admin wrote:You refused to provide access to your server. We can do anything without having access to your server.
hi admin,

I didnt given the password because I was moved to a new server...
And now that I am in a new server, the upload stops after a 2 or 3 MB, in other words, is much worst than the old server.

Can you please help me?
Thank you

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#19 Postby admin » Mar 15, 2010 12:18 pm

Yes, we can take a look if you will provide ssh access.

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#20 Postby Timmy » Mar 15, 2010 4:53 pm

sent! thank you :)

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#21 Postby Timmy » Mar 16, 2010 7:14 pm

I've disabled mod_security mod so it should be fine now.
Please test and report.
Thank you for trying to helping me.
I tried to sent a file with 690MB and he stopped at 84% like the old server :(
Try to sent again the same file and he stopped too but now at 53%...

Any more ideas? Or anyone? Please?

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#22 Postby Timmy » Mar 17, 2010 3:50 am

Please, someone...

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#23 Postby admin » Mar 17, 2010 7:07 am

Can't see your connection details in support inbox. What's your email?

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#24 Postby Timmy » Mar 17, 2010 8:18 am

admin wrote:Can't see your connection details in support inbox. What's your email?
luistimoteo@ ...

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#25 Postby Timmy » Mar 17, 2010 11:36 am

omg official support said that don't know what causing upload stop...

why everyone can upload files without any problem and I cant? I already tried two different servers and always got the same problem! :(

anyone expert here that have any solution for me? this can be only a server config right?

Or can be something wrong in the .htaccess file?

this is the htaccess file that I have in root:

Code: Select all

deny from 127.1.1.4
deny from 127.1.1.1

AddDefaultCharset utf-8
RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_CGI_AUTHORIZATION:%1]

RewriteCond    %{REQUEST_FILENAME} !-f
#RewriteRule    ^([0-9A-Za-z]{12})(\/?.+|$)$        /cgi-bin/index.cgi?op=download1&id=$1&fname=$2 [L]
RewriteRule    ^([0-9A-Za-z]{12})(\/.+|\.html?|$)    /cgi-bin/index.cgi?op=download1&id=$1&fname=$2 [L]

RewriteRule    ^$                    /cgi-bin/index.cgi [L]
RewriteRule    ^embed-([0-9A-Za-z]{12})\.html$        /cgi-bin/index.cgi?op=video_embed&file_code=$1 [L]
RewriteRule    ^free([0-9]+)\.html$            /cgi-bin/index.cgi?op=registration&aff_id=$1 [L]
RewriteRule    ^checkfiles\.html$            /cgi-bin/index.cgi?op=checkfiles [L]
RewriteRule    ^contact\.html$                /cgi-bin/index.cgi?op=contact [L]
RewriteRule    ^premium\.html$                /cgi-bin/index.cgi?op=payments [L]
RewriteRule    ^login\.html$                /cgi-bin/index.cgi?op=login [L]
RewriteRule    ^catalogue(.*)\.html$            /cgi-bin/index.cgi?op=catalogue&date=$1 [L]
RewriteRule    ^news([0-9]*)\.html$            /cgi-bin/index.cgi?op=news&page=$1 [L]
RewriteRule    ^n([0-9]+)-.*\.html$            /cgi-bin/index.cgi?op=news_details&news_id=$1 [L]
RewriteRule    ^faq\.html$                /cgi-bin/index.cgi?op=page&tmpl=faq [L]
RewriteRule    ^tos\.html$                /cgi-bin/index.cgi?op=page&tmpl=tos [L]
RewriteRule    ^links\.html$                /cgi-bin/index.cgi?op=links [L]

RewriteCond    %{REQUEST_FILENAME} !-f
RewriteRule    ^pages/([a-z0-9\-\_]+).html        /cgi-bin/index.cgi?op=page&tmpl=$1$2 [L]

RewriteCond    %{REQUEST_FILENAME} !-f
RewriteCond    %{REQUEST_FILENAME} !-d
RewriteRule    ^users/([0-9A-Za-z\-_]{4,64})/?([0-9]+|$)    /cgi-bin/index.cgi?op=user_public&usr_login=$1&fld_id=$2 [L,NC]

RewriteRule    \.pm$                    /404.html [L]

ErrorDocument 404 /404.html
Options All Indexes
IndexOptions FancyIndexing

this is the htaccess file that I have in cgi-bin folder:

Code: Select all

RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_CGI_AUTHORIZATION:%1]

#LimitRequestBody 10000000000000

<IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    SetEnvIfNoCase Content-Type "^multipart/form-data;" "MODSEC_NOPOSTBUFFERING=Do not buffer file uploads"
</IfModule>

<IfModule mod_gzip.c>
    mod_gzip_on No
</IfModule>

<IfModule mod_deflate.c>
    SetEnvIfNoCase Request_URI testenv.cgi no-gzip dont-vary
    SetEnvIfNoCase Request_URI upload_status.cgi no-gzip dont-vary
    SetEnvIfNoCase Request_URI upload.cgi no-gzip dont-vary
</IfModule>
Please someone help me...

Hendrickson
Posts: 90
Joined: Nov 18, 2009 9:15 pm

#26 Postby Hendrickson » Mar 17, 2010 3:54 pm

Hmm I can only think that the two servers are with the some host? Maybe try another company. Maybe its a network hosting issue?


Or have you checked your 10mbit line isn't maxed out?

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#27 Postby Timmy » Mar 17, 2010 7:19 pm

hmmm I found out that this problem only happens with Firefox.
I tried to use Internet Explorer and the upload was completed, the only problem is that I get stuck on generating links. The file is uploaded but is not showing the links. It's just stuck on generating links...

So...

1) did you experience any issue with Firefox?

2) how can I solve the problem of the generating links?

Thank you

PBI
Posts: 25
Joined: Mar 15, 2010 10:32 pm

#28 Postby PBI » Mar 18, 2010 5:13 pm

heya mate i thing your upload trobel are your server i have teste alot here the last days , and i have try destop upload 987MB files and remote upload about 1Gb to and upload normal try site 700MB i have no trobel att all so i thing your server are the trobel or try install the script agin maby you edite some thing no right and all teste try site whit IE and opera

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#29 Postby Timmy » Mar 18, 2010 6:59 pm

I tried to disable all my addons and the problem continues... also tried to uninstall my firefox installlation and make a fresh install, but once more, the problem continues...
Also, I made a new install of the script and the problem continues... using firefox only!
so the problem that I always had, was always about firefox, no the server...

PBI, btw... can you tell me what config are you using? Thank you!

peterdays
Posts: 55
Joined: Mar 10, 2010 3:56 pm

#30 Postby peterdays » Mar 18, 2010 7:03 pm

what site is this?have you got someone else to try this?