Jump to content

SuperMach1

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

SuperMach1's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. What is the name for the timeout variable?
  2. With the way Godaddy works, if you have a certain hosting plan you can create your own php.ini file.  I did that and got the sizes changed but now they keep timing out or something. "This document contains no data." I believe thats what it says when I test upload a largge file. Am I missing something?
  3. Ok I finally found one, thanks for all the help.
  4. Ok they got PHP Version 4.3.11 Where would i find a php.ini code to download? I was looking here, http://cvs.php.net/viewvc.cgi/php4.fubar/php.ini-recommended, But there is like a billion different ones, any idea which script to use?
  5. Ok well I talked to Godaddy and they said that I could make my own php.ini file and put it in my root directory.  Any hints on how to do this? thanks MAch
  6. Well I dont know if that is correct or not, im in the dark here, not sure what is right or wrong. I put this at the very top of my upload script ini_set("post_max_size","200M"); ini_set("upload_max_filesize","200M"); It still didnt work "The connection was reset The connection to the server was reset while the page was loading." Any suggestions?
  7. I was looking here http://us3.php.net/manual/en/function.ini-set.php and one guy said.. "Many settings, although they do get set, have no influence in your script.... like upload_max_filesize will get set but uploaded files are already passed to your PHP script before the settings are changed. Also other settings, set by ini_set(), may be to late because of this (post_max_size etc.). beware, try settings thru php.ini or .htaccess." Is this true? and I couldnt quite figure out how to make a php.ini file  :-[
  8. I have been working on an upload script lately and the max upload is 8mb.  I have found that you need to change the php.ini file.  Well with godaddy they dont give you access to this file.  Is there any alternatives to this?  I really need to get this change to a much larger number. Thanks Mach
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.