Godaddy Upload Limit In php.ini

Discussion in 'Site & Server Administration' started by dadaas, Apr 19, 2012.

  1. #1
    Hi,
    I have a problem, everything above 8mn can not be uploaded to my site trough script. I use avarcade script and upload games.

    Here is some part of my pnpinfo.php

    allow_call_time_pass_reference	On	On
    allow_url_fopen	On	On
    allow_url_include	Off	Off
    always_populate_raw_post_data	Off	Off
    arg_separator.input	&	&
    arg_separator.output	&	&
    asp_tags	Off	Off
    auto_append_file	no value	no value
    auto_globals_jit	On	On
    auto_prepend_file	no value	no value
    browscap	no value	no value
    default_charset	no value	no value
    default_mimetype	text/html	text/html
    define_syslog_variables	Off	Off
    disable_classes	no value	no value
    disable_functions	no value	no value
    display_errors	On	On
    display_startup_errors	Off	Off
    doc_root	no value	no value
    docref_ext	no value	no value
    docref_root	no value	no value
    enable_dl	On	On
    error_append_string	no value	no value
    error_log	no value	no value
    error_prepend_string	no value	no value
    error_reporting	no value	no value
    expose_php	Off	Off
    extension_dir	./	./
    file_uploads	On	On
    highlight.bg	#FFFFFF	#FFFFFF
    highlight.comment	#FF8000	#FF8000
    highlight.default	#0000BB	#0000BB
    highlight.html	#000000	#000000
    highlight.keyword	#007700	#007700
    highlight.string	#DD0000	#DD0000
    html_errors	On	On
    ignore_repeated_errors	Off	Off
    ignore_repeated_source	Off	Off
    ignore_user_abort	Off	Off
    implicit_flush	Off	Off
    include_path	.:/usr/local/php5/lib/php	.:/usr/local/php5/lib/php
    log_errors	Off	Off
    log_errors_max_len	1024	1024
    magic_quotes_gpc	On	On
    magic_quotes_runtime	Off	Off
    magic_quotes_sybase	Off	Off
    mail.force_extra_parameters	no value	no value
    max_execution_time	60	60
    max_file_uploads	20	20
    max_input_nesting_level	64	64
    max_input_time	60	60
    memory_limit	64M	64M
    open_basedir	no value	no value
    output_buffering	0	0
    output_handler	no value	no value
    post_max_size	64M	64M
    precision	12	12
    realpath_cache_size	16K	16K
    realpath_cache_ttl	120	120
    register_argc_argv	On	On
    register_globals	Off	Off
    register_long_arrays	On	On
    report_memleaks	On	On
    report_zend_debug	On	On
    safe_mode	Off	Off
    safe_mode_exec_dir	/usr/local/php/bin	/usr/local/php/bin
    safe_mode_gid	Off	Off
    safe_mode_include_dir	no value	no value
    sendmail_from	no value	no value
    sendmail_path	/usr/sbin/sendmail -t -i 	/usr/sbin/sendmail -t -i 
    serialize_precision	100	100
    short_open_tag	On	On
    SMTP	localhost	localhost
    smtp_port	25	25
    sql.safe_mode	Off	Off
    track_errors	Off	Off
    unserialize_callback_func	no value	no value
    upload_max_filesize	64M	64M
    upload_tmp_dir	/tmp	/tmp
    user_dir	no value	no value
    variables_order	EGPCS	EGPCS
    xmlrpc_error_number	0	0
    xmlrpc_errors	Off	Off
    y2k_compliance	On	On
    zend.ze1_compatibility_mode	Off	Off
    Code (markup):
    Please give me tips how to fix this.
    Thanks
     
    dadaas, Apr 19, 2012 IP
  2. MyLibary

    MyLibary Well-Known Member

    Messages:
    693
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Does godaddy allow you to edit php.ini at all?
     
    MyLibary, Apr 20, 2012 IP
  3. cPAce

    cPAce Peon

    Messages:
    445
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    GoDaddy is so strict on their limits. I suggest moving away to a cPanel based provider with better practices.
     
    cPAce, Apr 22, 2012 IP
  4. dadaas

    dadaas Well-Known Member

    Messages:
    1,298
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    160
    #4
    Well they told me how to edit it and set it up. I did edit it and i set it up and if i change things in my php5.ini file i see them changed when looking at phpinfo.php. But when i got upload a files trough my avarcade i m getting stuck. So maybe i set something wrong in php5.ini

    max_input_time = 60
    max_execution_time = 60
    memory_limit = 64M
    post_max_size = 128M
    file_uploads = On
    upload_max_filesize = 128M
    [Zend]
    zend_extension=/home/content/11/4175711/html/ioncube/ioncube_loader_lin_5.2.so
    zend_extension=/home/content/11/4175711/html/zend/ZendExtensionManager.so
    zend_extension=/home/content/11/4175711/html/zend/ZendOptimizer.so
    register_globals = off
    allow_url_fopen = on
    expose_php = Off
    variables_order = "EGPCS"
    extension_dir = ./
    upload_tmp_dir = /tmp
    precision = 12
    url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
    Code (markup):
    p.S. i will stay with godadyy, they are cheap and good, but you need to know how to set up your own things. that why i ask here for help.
     
    dadaas, Apr 23, 2012 IP