Hi!
Where I can find a place that I can change a chmod to 0777 for folders are maked by subdomain script ;-)
I`m writing a PHP script where I use httpsocket class and after make a subdomain I need to copy some files by this script but I cant because i dont have got a permissions. I tried to use chmod("/home/user/domains/domain.com/public_html/subdomain", 0777); but it isnt works. I think give a 777 right by direct admin will solve my problem
Where I can find a place that I can change a chmod to 0777 for folders are maked by subdomain script ;-)
I`m writing a PHP script where I use httpsocket class and after make a subdomain I need to copy some files by this script but I cant because i dont have got a permissions. I tried to use chmod("/home/user/domains/domain.com/public_html/subdomain", 0777); but it isnt works. I think give a 777 right by direct admin will solve my problem