People Uploading Much Bigger Files To My Server, That I Want (using Php)

May 13, 2007

i have free hosting server and a rule to upload 3MB file max. it works for FTP, but somehow it doesn't work for php. It seems for php the limit on my server is 100MB (no idea why)

i use following directives to limit file size in php.ini :

; Maximum size of POST data that PHP will accept.
post_max_size = 4M

(4 just for some margin )

; Maximum allowed size for uploaded files.
upload_max_filesize = 3M

and i still can find 100MB files on disk. this is part of log file from apache from the account that uploaded it to me:

Code:
boorako.[] someip - - [13/May/2007:12:21:22 +0200]
"POST /a/redir.php?capthatag=accesscode&saveto=&path=/some/path/boorako.[]/a&comment=&domail=&email=&useproxy=
&proxy=&split=&method=tc&partSize=10&redirto=/a/index.php&link=redir.php?capthatag=accesscode&saveto=&path=
/some/path/boorako.[]/a&comment=&domail=&email=&useproxy=&proxy=&split=&method=tc&partSize=10&redirto=
/a/index.php&link=[url]
HTTP/1.1" 302 188

[url]
boorako.[] someip - - [13/May/2007:12:21:35 +0200]
"POST /a/redir.php?capthatag=accesscode&saveto=&path=/some/path/boorako.[]/a&comment=
&domail=&email=&useproxy=
&proxy=&split=&method=tc&partSize=10&redirto=/a/index.php&link=redir.php?capthatag=accesscode&saveto=&path=
/some/path/boorako.[]/a&comment=&domail=&email=&useproxy=&proxy=&split=&method=tc&partSize=10&redirto=
/a/index.php&link=[url]

HTTP/1.1" 302 188 [url]
"Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3"

as the effect of this (at least i think so), there was 100MB file in his home dir.

any idea how can he POST such big files even with those two directives?

i have also set LimitRequestBody to 5194304 and LimitXMLRequestBody to 5194304 in apache2.conf which also should stop files being POSTED as big as 100MB.

i have php 4.4.4-9, Linux Debian, apache 2.2.3 working in worker mpm, and php as fastcgi.

P.S. i removed server info like IP, dir and address to not show specifics about my server in public, i put [] there.

View 2 Replies


ADVERTISEMENT

Files On The Server That Is Bigger Than 2gb

Jan 3, 2008

when I am trying to see any files on the server that is bigger than 2gb. I got something like this

find: /proc/29543/task/29543/fd/4: No such file or directory
find: /proc/31003/task: No such file or directory
find: /proc/31022/task: No such file or directory
find: /proc/31035/task: No such file or directory
find: /proc/31036/task: No such file or directory
find: /proc/31041/task: No such file or directory
find: /proc/31042/task: No such file or directory
find: /var/named/chroot/proc/29543/task/29543/fd/4: No such file or directory
find: /var/named/chroot/proc/31123/task: No such file or directory
find: /var/named/chroot/proc/31132/task: No such file or directory
find: /var/named/chroot/proc/31134/task: No such file or directory
find: /var/named/chroot/proc/31137/task: No such file or directory
find: /var/named/chroot/proc/31138/task: No such file or directory
find: /var/named/chroot/proc/31139/task: No such file or directory
find: /var/named/chroot/proc/31140/task: No such file or directory

View 5 Replies View Related

Uploading Files To Server

Nov 9, 2009

Why is it that you can upload large file size when you are using FTP, but you cant upload large file size beyond the max when you are using browser to upload?

View 3 Replies View Related

Server Hacked : How Can I Find Out How They Are Uploading Files To My Server

Apr 14, 2007

I am being hacked & I don't know how they are getting files on my server. They are doing it on two of my domains, I suspended one and then they got it on the other. My FTP access log does not show anything suspicious..

How can I find their doorway?

View 4 Replies View Related

Uploading Files

Jan 28, 2009

I've just uploaded my website files onto the server, the website is working fine, but I'm not sure my files are 'arranged' right. I uploaded my images in a folder, but all the rest of the files are 'loose' along with the index file. If I go to either of my domain names, the website appears, which is ok for now, but I only really intended it to under one domain name, so there may be problems if I want another site up there. I think my files should be in a folder. Is this right? Should the index file be in the same folder, or should it be outside the folder with the links changed accordingly. I've been emailing my hosting service, and they 've been trying to help, but I feel a bit thick because I don't really understand what they're saying. Could someone tell me in very plain english how the files should be arranged?

View 11 Replies View Related

Uploading Big Files

Jun 23, 2009

i just bought php file management script, its running smoothly, the only problem was i cant upload big file ( > 1 Gigs ) using that script, then i ask the developer and he said it shouldnt be a problem since he sold that software before people and he never got a problem like that.

OS : Slamd64
apache 2.2.10
php 5.2.8

i tried to changed
post_max_size = 1900M
upload_max_filesize = 1500M

View 10 Replies View Related

Uploading Multiple Files

Mar 19, 2008

I want to install a script (a simple wordpress blog)on my website but now i'm just astonished at how many files I have to upload on my server's directory! Uploading those files one by one will take forever. Is there a way to upload multiple files all at once?

View 3 Replies View Related

Uploading Files Through CMS After Moving To New Host

Jul 18, 2009

Hi guys, I've been having problems trying to edit my php.ini file which I think I've now fixed.

The whole reason I wanted to do this was because I've just moved to Media Temple from another hosting company and I'm having a couple of problems with the switchover.

Basically I use a CMS system to add properties which appear on the main website. I also upload PDFs and images. On the old hosting company, the PDFs and images went into folders called dnDir/pdf and dnDir/images but on Media Temple, they are going in to a folder called tmp. I really want them to go to the same place as they used to.

Is this an issue with php.ini that I need to rectify? If so, could you point me in the right direction?

View 5 Replies View Related

Prevent PHP Files Used For File Uploading

Jul 3, 2009

It appears that some people like to take advantage of those files for online web applications such as Wordpress which have php files with permissions set to 777. They use those as a means of creating an upload file. The upload files that they create then have access to the whole server somehow... Is there anyway of preventing this from happening?

View 8 Replies View Related

FTP Timing Out When Uploading Small Files

Jul 20, 2009

There is a behavour with my server FTP when uploading a whole directory with many files in many sub-directories

Very often, the server disconnect itself when actively uploading files and the log simply says 'timeout'

It is as if the file got 'stuck' half way, and the FTP consider them as idle, therefore it disconnect you with a 'timeout' before reconnecting you.

But i have no problem uploading a single 200mb file to the server via FTP. I suppose no problem with 'keep alive'

So what is this behavior and how to solve it?

View 10 Replies View Related

FTP :: Stop Uploading Large Files

Jul 17, 2008

I'm facing a very strange FTP issue with one of my shared-hosting accounts, while all of my other servers are having no problems but only this one, when I try to upload a file (whatever file) larger than 500kb from my local PCs, in most cases, the file would stop uploading during the process and hang there until it times out.

There are 2 interesting things though:
The file transmission typically hangs when approximately 248kb of the file have been transferred, pls see the attached screenshot for example.

If you look at the attached screenshot, you will notice that the uploading transmission hangs when 248kb of the file have been transferred. This is very strange and what I mean is that for example, I randomly pick up a file, and attempt to upload it onto my host for 10 times, now see, 5 times it will hang when 248kb of the total size have been transferred, 3 times it will hang at other points *near* 248kb (224kb or 280kb typically), 1 time it will hang at another random point, and 1 time it might be uploaded successfully (yes, there is still a tiny chance for the file to be uploaded successfully).

My default internet uploading speed is 80kb/s-100kb/s, lately I found that, when I limit the uploading speed on my FTP client (e.g. max. 30kb/s), everything WILL WORK without any problem! No hangs, no interrupt.. Whereas when I free up the uploading speed limitation and let it upload with my regular speed, the problem appears again.

It seems to me that the FTP hangs only when the uploading speed is higher than 60kb/s. However my host provider told me that they have customers uploading without any problem at over 400kb/s, and they said "there's no problem or limitations on the server at all".

Up until now, I have done following things to troubleshoot the issue but with no luck:

Contacted my host.
Disabled/Enabled the PASV mode on my FTP client.
Tried different FTP clients on different computers (FlashFXP and Filezilla).
Rebooted my router and reseted everything with the factory default settings.
Contacted my ISP for the issue, they "did something" but nothing were helpful.
Rebooted all my PCs.
Disabled both firewalls on my PC and on the router.

Furthermore, I have asked another friend of mine in another city with another ISP to test the FTP uploading, but unfortunately he got the exact same problem. And I've done some search on the internet for hours but no one seemed to have the same problem..

View 12 Replies View Related

Plesk 12.x / Linux :: Content-length Limit When Uploading Large Files

Jun 18, 2015

Domain has PHP Settings in Plesk set to 2G and I get this error when uploading a 48MB file using Wordpress. I assume I need ot modify this manually in conf file somewhere to allow uploading large files?

Requested content-length of 48443338 is larger than the configured limit of 10240000..

mod_fcgid: error reading data, FastCGI server closed connection...

View 1 Replies View Related

Uploading Flash Video Files To Host_A Doesnt Play Well But Plays FIne On Host_B

Jun 27, 2008

to upload some flash videos over to our web host.

All the videos have been uploaded to << link removed >> and in there you will seea flash_video directory, in there should be a html file where you can double click and watch the flash video.

Now go ahead and try it, click on the HTML file and click CONTINUE and try clicking on MODULE 1.. You will see a video play to the left but on the right are bunch of POWERPOINT slides that will appear as the guy continues to speak. THAT DOESNT SHOW..

Our website is hosted by xo.com

Dont know much about the plan since its my 2nd day at the job..

But here is the weird part,

i have uploaded the samething - same exact way to another web host and it plays fine, the PPTs show up fine..

What do you guys think it is?

Before someone asks about uploading methods, i tried filezilla, coreftp and cuteFTP using both ASCII and binary methods. Samething..

View 10 Replies View Related

Got A Packet Bigger Than Max_allowed_packet

Mar 2, 2008

I restored a database and got this error:

ERROR 1153 (08S01) at line 2663: Got a packet bigger than
'max_allowed_packet' bytes

why I got this error and how to fix this? vbulletin staff told me that I have to increase the 'max_allowed_packet' in my.cnf, then restart MySQL. Where can I find this file? I use Directadmin control panel for my dedicate server.

View 4 Replies View Related

Server Change, People Have Errors

May 17, 2007

So we just switched servers, but some people are reporting that they can either not access the site, or are not being displayed the newest content. What is causing this?

View 3 Replies View Related

DNS Migration: People Still Accessing The Old Server After 4 Days

Apr 3, 2007

I migrated my server on friday, and I changed the IP address of my DNS. There are still a few customers accessing the old server. What can I do? Is it possible to flush some persistent DNS cache somewhere?

View 9 Replies View Related

Plesk 11.x / Linux :: Upload Bigger File Then 16MB Failed

Dec 23, 2014

I have 1 domain so i will use upload script on but there is some issue when i try and upload file.

I have upload 1 file so was 11MB &
1 file so was 6MB without problem.

And try with a file so was 17.46MB and this will not upload. It seems to me that it is a barrier for some space 16MB of uploading! Since that work and upload file so was 6 & 11MB but when I try and upload a file so is 17.46 or higher it stop.

Free Users can upload 100MB FREE
Premium: 1GB

I have set this in Plesk - PHP Settings

memory_limit: 1G
max_execution_time: 84600
max_input_time: 84600
post_max_size: 2G
upload_max_filesize: 2G

Also restart server after changing this. But still the same and can not upload bigger file then 16MB

View 2 Replies View Related

Uploading File To Server

May 22, 2008

I've just installed SSL and I'm wondering where should I put my files so that users from web are accessible only through SSL?

Do I have to upload whole site to the Private_html folder instead of public_html folder?

View 4 Replies View Related

Uploading File To Web Server

Jun 2, 2008

i have a problem trying to upload files to a server, when i try and upload a file, (.htm) i get a message: file already exists (even though it doesn't), which if i then say to overwrite, it creates an empty file of 0mb, (with the name of the file i am trying to upload).

i don't know a great deal about web servers - are there any web server settings which may be causing this.

View 8 Replies View Related

Uploading A Website On Directadmin Server

Nov 19, 2008

Can someone volunteer (using the word "volunteer" because the one who agrees to help can be getting some really beginner level questions) to help me on uploading my website to a web server. The thing is i have designed and optimized (seo) some websites but i never had an experience of uploading a website on webserver (in other words launching it). I have this simple webpage and a free hosting service (Frihost) ... once i learn how to upload a webpage and get it running online .. i will make changes in the webpage and go for some paid hosting service. So can someone guide me at this? Specially the one who has hosted some page at Frihost.

View 4 Replies View Related

Uploading Http Links To Ftp Server

Aug 29, 2007

tried to download files from http links to my ftp server. i looked all over the forums but could not find any services. google spitted out this one. [url]Well, it really does help to upload http links to an ftp server and move files from one ftp server to another. does anyone know other services or free scripts that help to do this?

View 0 Replies View Related

Why Html File Isn't Uploading On My Server

May 17, 2007

I have a Dating Portal >>> Dating Sites but HTML file isn't uploading on my server "site5.com" Except HTML file every file is uploading there but HTML isn't

View 2 Replies View Related

How Many People Use VMWare?

Mar 27, 2009

I'm not sure how many people here use VMWare, but I'll give this question a shot... I'm looking for a solution similar to Winrar that can view the contents of the .vmdk file. Either to extract any files, or just view the contents without having the have the virtual machine online. I checked Google as well as VMWare's forums/website with no avail.

View 7 Replies View Related

Best USA DC For People From Europe

Jan 24, 2008

Can anyone give a suggestion on choosing a DC that needs to have good connection and shortest route to Europe?

View 11 Replies View Related

Which ASP Components Do People Ask For

Dec 4, 2007

Which ASP components do developers ask for on a regular basis?

View 6 Replies View Related

How People Can Register To My Website?

Dec 25, 2008

how people can register to my website?

any1 know how people can register to my site and become a member etc i already have the forms ad stuff set up on the template take a look psfree.co.cc

View 5 Replies View Related

Max 240 People Online At The Same Time

Jan 15, 2007

I have dedicated server with a Swedish hosting company. We have a network/community website that can have about 300 people online at the same time. But as soon it gets to 240-280 people get logged out (Sessions are closed). The website becomes extremly slow.

What can we do to have at least 2000 people online at the same time with out any session being killed?

Do we have to upgrade the memory from 1 GB > 2 GB? Or do we need 10>100 Mb port? Unmetered server?

View 2 Replies View Related

Other People Using Cname Records To My Site

May 30, 2009

We have Livezilla tracking on our site, and saw some suspicious activity this afternoon from the Netherlands, about 5 connections from the same IP address, they now appear to have put in a cname record/copied our site for http://wiiee.nl/design.html to our site. Does anyone know what they're doing/trying to do?

View 6 Replies View Related

How Do People Reserve So Many Domain Names

Oct 5, 2009

So I've just been browsing around and I've checked out a couple of peoples portfolios. Some of you guys have 100's of domain names registered under you waiting for someone to buy it.

So that's my question, how can you have so many domains registered? Isn't that very expensive?

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved