Voting enabled on FileUniverse
Moderator: Moderators
Yeah... we already have that, except Storm hasn't made the upload-file-from-ftp function available to the public yet.Dragon45 wrote:Idea: Create a pseduo-public FTP account to a /dump/ folder. If someoen wants to upload a file, you guys give them the pass/username to upload to there, then change the pass when they're done, and then just cut+paste the files to the proper folder. That way, instead of MapMaker->Storm/Gnome -> FU, its just MapMaker -> FU, and then it saves some time and bandwidth for everbody ^_^
Alantai: If we had root to the server, we'd get that fixed... as it is, our main server admin doesn't particularly like messing with that ini file, it seems...
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
oh btw look at this
ini_set
(PHP 4, PHP 5)
ini_set -- Sets the value of a configuration option
Description
string ini_set ( string varname, string newvalue )
Sets the value of the given configuration option. Returns the old value on success, FALSE on failure. The configuration option will keep this new value during the script's execution, and will be restored at the script's ending.
Not all the available options can be changed using ini_set(). There is a list of all available options in the appendix.
upload_maxfilesize is one of the ints that can be changed with this function. Every time the function is run it chages the value for that particular instance.
So, as you see with this function, you don't even have to edit php.ini
ini_set
(PHP 4, PHP 5)
ini_set -- Sets the value of a configuration option
Description
string ini_set ( string varname, string newvalue )
Sets the value of the given configuration option. Returns the old value on success, FALSE on failure. The configuration option will keep this new value during the script's execution, and will be restored at the script's ending.
Not all the available options can be changed using ini_set(). There is a list of all available options in the appendix.
upload_maxfilesize is one of the ints that can be changed with this function. Every time the function is run it chages the value for that particular instance.
So, as you see with this function, you don't even have to edit php.ini