RE: [PHP] mkdir Question

2001-08-26 Thread Javi - NeoDigit
I 've the same problem and I haven´t the solucion so far. I need to create a file with the correct owner, "nobody" is not usefull at all. Chown and chmod are not the solution, the solution is create the dir or the file directly with the real owner, I saw a script to do that but I can´t find it ag

[PHP] I need some help with this code

2001-08-26 Thread Javi - NeoDigit
I'm using copy() and the final owner is "nobody", I'm opening a socket connection with fsockopen() so I have a validate user. I want the validated user to be the owner of the new file That`s de code: - open the socket - validate user - change dir chmod so we can write - write the file (with "nobod

[PHP] Help needed

2001-08-24 Thread Javi - NeoDigit
I'm using copy() and the final owner is "nobody", I'm opening a socket connection with fsockopen() so I have a validate user. I want the validated user to be the owner of the new file That`s de code: - open the socket - validate user - change dir chmod so we can write - write the file (with "nobo