Re: Re[4]: [PHP] Scripts creating files and folders into un/grp "Nobody" on Apache

2004-03-14 Thread Jay
thanks... i've passed these suggestions on to my host... it seems to have partially convinced them that the problem is not my scripts but possibly instead the installation's fault / cPanel's fault. well it's progress at least :P "Richard Davey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PRO

Re[4]: [PHP] Scripts creating files and folders into un/grp "Nobody" on Apache

2004-03-11 Thread Richard Davey
Hello Jay, Thursday, March 11, 2004, 8:04:36 AM, you wrote: J> sorry but i'm trying to avoid putting my ftp login in password directly into J> my script. i should have mentioned that earlier. Unless you have the ability on the server to change the usergroup Apache runs under, the only way I've f

Re: Re[2]: [PHP] Scripts creating files and folders into un/grp "Nobody" on Apache

2004-03-11 Thread Jay
sorry but i'm trying to avoid putting my ftp login in password directly into my script. i should have mentioned that earlier. any other ideas? "Tom Rogers" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Thursday, March 11, 2004, 5:52:08 PM, you wrote: > >> Use the php ftp f

Re[2]: [PHP] Scripts creating files and folders into un/grp "Nobody" on Apache

2004-03-10 Thread Tom Rogers
Hi, Thursday, March 11, 2004, 5:52:08 PM, you wrote: >> Use the php ftp functions to create directories and move uploaded >> files would be one way. >> >> -- >> regards, >> Tom J> Move the uploaded files? You mean create the directory in the wrong spot and J> then move it to the right spot? and

Re: [PHP] Scripts creating files and folders into un/grp "Nobody" on Apache

2004-03-10 Thread Jay
> Use the php ftp functions to create directories and move uploaded > files would be one way. > > -- > regards, > Tom Move the uploaded files? You mean create the directory in the wrong spot and then move it to the right spot? and the same with the files? -- PHP General Mailing List (http://www

[PHP] Scripts creating files and folders into un/grp "Nobody" on Apache

2004-03-10 Thread Jay
Hi. I have a script that creates a folder and a bunch of jpegs... however instead of creating them into the user/group I'm in (let's call it "myGroup") it creates them into "Nobody". The problem becomes that when I ftp in to delete the files and idenitfy myself as myGroup, it fails to delete any of

Re: [PHP] Scripts creating files and folders into un/grp "Nobody" on Apache

2004-03-10 Thread Tom Rogers
Hi, Thursday, March 11, 2004, 5:20:04 PM, you wrote: J> Hi. J> I have a script that creates a folder and a bunch of jpegs... however J> instead of creating them into the user/group I'm in (let's call it J> "myGroup") it creates them into "Nobody". The problem becomes that when I J> ftp in to dele

[PHP] Scripts creating files and folders into un/grp "Nobody" on Apache

2004-03-10 Thread Jay
Hi. I have a script that creates a folder and a bunch of jpegs... however instead of creating them into the user/group I'm in (let's call it "myGroup") it creates them into "Nobody". The problem becomes that when I ftp in to delete the files and idenitfy myself as myGroup, it fails to delete any o

[PHP] Scripts creating files and folders into un/grp "Nobody" on Apache

2004-03-10 Thread Jay
Hi. I have a script that creates a folder and a bunch of jpegs... however instead of creating them into the user/group I'm in (let's call it "myGroup") it creates them into "Nobody". The problem becomes that when I ftp in to delete the files and idenitfy myself as myGroup, it fails to delete any o