View Single Post
Old May 27th, 2006, 4:00 PM   #2 (permalink)
richlee91
Registered User
Fresh Surpasser
 
Joined in Nov 2004
3 posts
Gave thanks: 0
Thanked 0 times
make a php.ini file with the following info:
magic_quotes_gpc = Off
register_globals = off
MAX_EXECUTION_TIME = 2400
MEMORY_LIMIT = 128M
POST_MAX_SIZE = 128M
UPLOAD_MAX_FILESIZE = 128M


place the php.ini file in your gallery and setup directory. You should be good to go. If you figure out how to upload files greater than 2 mB let me know.
richlee91 is offline   Reply With Quote