Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Navigation
Latest Addons
Xbox Leaderboards 8
Cookiebar Panel 72
AD Gallery 152
SyntaxHighlighte... 63
Newsletters v4.03 168
Facebook Like Box 204
Newsletters v4.02 79
Metro 236
Facebook Connect 215
Shoutbox Panel 185
Redactor for PHP... 127
MI Floating Side... 133
Facebook Login/R... 180
Avatar Studio v2.03 215
Relationship Sta... 123
Popular Addons
iTheme2 5911
Arise 5871
User Control v1.23 4683
Event Calendar 4135
Photowidget panel 3923
Radio-Theme red2... 3396
Highslide Gallery 3361
CSS/JavaScript D... 3277
Facebook Connect... 3056
Dynamic Menu 2947
Slideshow Lightb... 2770
L-AMANT 2689
Enigma 2671
2Dark 2625
Black 2620
View Thread
Who is here? 1 guest(s)
 Print Thread
Download Size
Vyper69
The download size is to small. I have made the change prior to this post and others. But even with changing the settings for downloads it still rejects them on size. Myself I am stuck with uploading the files by ftp, then placing the url of the download in the submissions form, then the download is accepted. Once before i made a similar post and someone mentioned this was controlled by the database. let's use for example files of 1,000,000kb granted i have some files larger than that. They are custom maps and custom content for a game.

I wouldn't ask or suggest it, if i didn't already try to change the download settings.
 
http://elink2biz.com
Craig
In php.ini you must change upload_max_filesize ask your host or if you have access to php.ini then you can change it there. google php.ini for help.
 
http://www.fusiontube.co.uk/
Richard Ainz
I have a past related to some game modding. What game, what kind of files? Care to explain why they are so big?

I can not think of any reason why a normal CMS should allow for GB file download without looking at the download twice. This require your own server since even if you may be able to edit or create a php.ini as Craig suggests, it is far from sure you are compliant with your hosts terms of usage.
Community Moderation Management & Support Team Leader
Owner of: www.php-fusion.se | www.php-fusion.net | www.php-fusion.us | www.php-fusion.mobi
Who the hell thought "erectus" was a good species name for our ancestors?
 
www.php-fusion.se
Vyper69
I do have access to the php.ini, but this line is not present "upload_max_filesize"

The game is Day of Defeat: Source. The reason maps are so big, is because of the Source SDK, which allows to create custom maps. There are hundreds of maps for the game. Because of the elements within the game and what you place in them, depends on the file size. We do everything we can to optimize the maps or the custom content in order to keep it small, but even the smallest map can be 5 to 10mb. And there are a few maps that do end up being extremely large. The largest map i have in my game files right now is 106,993kb, but like i said there are larger maps. Even custom content like skins or login screens things like that can get very large depending on the detail used. i have a custom content folder sipped, that is around 900,000kb
Edited by Vyper69 on 19-07-2012 19:23
 
http://elink2biz.com
Richard Ainz
You can add that line to it, if I am not mistaken.

About them maps, ok I get that. Game maker these days are gonna have to use Blueray soon to fit the content on one disc. Can you point me to any largish community of that game? And your own? I would like to check out how you pack those maps. I might have suggestion or so, did some similar some time ago. Maybe not maps for those games, but distribution of software.
Community Moderation Management & Support Team Leader
Owner of: www.php-fusion.se | www.php-fusion.net | www.php-fusion.us | www.php-fusion.mobi
Who the hell thought "erectus" was a good species name for our ancestors?
 
www.php-fusion.se
Vyper69
I don't currenty have sourcerealmmapping.com up and running. I pulled it down for the same reason. But you can see different maps at http://gamebanana... this is probably the largest and most popular site for games like TF2, DOD:S, HalfLife, and so on. I just changed the upload size on oilrefionbusiness.com to 10240kb and tried to upload a 8263.68kb map, and it wouldn't take. The map editor is hammer editor. some people use a program called pakrat to pack the files others just use the built in features. Also added "upload_max_filesize = 10M" to the php.ini, and still no results.
 
http://elink2biz.com
Craig
If memory_limit is enabled this also affects file uploading.
 
http://www.fusiontube.co.uk/
Richard Ainz
It is a matter of memory allocation as well. Google it and I am sure you will find some answers. I know I did when I had a similar problem But I fixed it with my host.

/Damn, ninjaed by the scot..Pfft
Community Moderation Management & Support Team Leader
Owner of: www.php-fusion.se | www.php-fusion.net | www.php-fusion.us | www.php-fusion.mobi
Who the hell thought "erectus" was a good species name for our ancestors?
 
www.php-fusion.se
Vyper69
I did, and it said that is controlled in htaccess, i added code there for that , and pages crashed.

Here in php.ini
upload_max_filesize = 10M
post_max_size = 10M

In htaccess
php_value upload_max_filesize 10M
php_value post_max_size 10M
php_value memory_limit 16M

I didn't add these as they were other options

php.ini
memory_limit = 16M
ini_set('memory_limit', '16M'Wink;

how would i use correct placement without page crashing
 
http://elink2biz.com
Richard Ainz
Yeah, well the memory limit is probably to low. You need to sort out with your host what is allowed and if they can up it.
Community Moderation Management & Support Team Leader
Owner of: www.php-fusion.se | www.php-fusion.net | www.php-fusion.us | www.php-fusion.mobi
Who the hell thought "erectus" was a good species name for our ancestors?
 
www.php-fusion.se
Supermillhouse
I am also having trouble with this. I have changed the maximum size upload to 30000 and the PHP info reports Files upload (max file size) to be "yes ( 64MB )"

The file i am trying to upload is 15mb in size but after about 2 minutes the page comes up with you dont have access to administration/downloads.php plus a 403 error to go with it

Help Please

Frown Frown Frown Frown

also, would anybody be able to explain my .htaccess file if i were to post it here
Edited by Supermillhouse on 28-07-2012 13:40
 
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
Banner Size Themes Support 7 12-04-2013 19:40
Remove fields from download submission?? Ideas for Modifications and Requests 1 14-03-2013 17:30
change size header Themes Support 4 08-03-2013 06:03
good download panel or infusion Panels and Infusions 3 21-02-2013 12:37
how to make news image autosize to a specific size? Content Administration 2 11-02-2013 13:27
Official Home of PHP-Fusion uses cookies. Some may already have been set. Read more about our Cookies here.
Please click the button I Consent Cookies to hide this bar and accept our cookies. If you continue to use the site with no action taken, we'll assume that you consent our cookies anyway.
Cookiebar Panel byVenue