From: alister a. <ali...@ut...> - 2001-12-07 05:53:46
|
At 06:43 AM 12/7/2001, a.a...@re... wrote: >you must create a directory files in phphelpdesk with chmod 777 You *never* want to do this. That's a really bad thing to do, as it means the files on your system can be modified by anyone with a login to your system. 644 for files and 755 for directories is always enough. 644 means owner can read and write, group and everyone else can only read. 755 means owner can read, write, and execute, everyone else can read and execute. If you are using groups, you might use 664 for files and 775 for directories, but 777 is definitely wrong - it is a gaping hole to give these rights anywhere on your system that you remotely care about. Regards, Alister >you must create a field in table events : e_file with varchar 30 and null > >delete your upload.php or not > >copy vj_showticket.scp.php, vj_upload.scp.php and viewjobs.scp.php to >phphelpdesk/scripts > > >in vj_upload.scp.php at line 9, set the path of your >web ( /usr/local/httpd/htdocs/phphelpdesk/files ) > >thats all. > >sorry for my bad english ;-) > > >my email: <https://sourceforge.net/sendmessage.php?touser=395241>adelineas >at users.sourceforge.net > > > > > >Andreas Assenmacher >Dümmen GmbH & Co. KG >Systemadministrator >(+49) 2843 92 99 63 > >CONFIDENTIALITY NOTICE >This mail contains information which is confidential and may also be >privileged. It is for exclusive use of the intended recipient(s). If you are >not the intended recipient(s), please note that any distribution, copying or >use of this mail or the information in it is strictly prohibited. >If you have received this mail in error, please notify us immediately by >phone on >+49 (0)2843 9299 - 63 and then destroy this mail and any copies of it. >Thank you! -- Alister Air Ph 9514 1277 IT Manager Fx 9514 1656 Faculty of Science, University of Technology Sydney "I will never apologise for the United States of America. I don't care what the facts are." George H Bush, 1988, after the U.S. warship Vincennes shot down an Iranian airliner in a commercial corridor, killing 290 civilians. |