Re: [PHP] Problem's addign a script to my web page.

2003-09-22 Thread Stratis Aftousmis
--- Marek Kilimajer <[EMAIL PROTECTED]> wrote: > Yes, it will get rid of the permission problems. > > Example of creating a directory: > > $fp=ftp_connect('localhost'); > if(ftp_login($fp, $ftpuser, $ftppass)) { > if(ftp_mkdir($fp, $ftpbasedir .'members/'.$iid)) { > /*if(!ftp_site($fp, 'ch

Re: [PHP] Problem's addign a script to my web page.

2003-09-22 Thread Marek Kilimajer
Yes, it will get rid of the permission problems. Example of creating a directory: $fp=ftp_connect('localhost'); if(ftp_login($fp, $ftpuser, $ftppass)) { if(ftp_mkdir($fp, $ftpbasedir .'members/'.$iid)) { /*if(!ftp_site($fp, 'chmod 0777 '.$ftpbasedir .'members/'.$iid)) die('Could not change perm

Re: [PHP] Problem's addign a script to my web page.

2003-09-22 Thread Stratis Aftousmis
--- Marek Kilimajer <[EMAIL PROTECTED]> wrote: > Optionaly you can use ftp functions to create files > and directories. Will that get rid of the parmission's problem? Can you explain a little? __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site d

Re: [PHP] Problem's addign a script to my web page.

2003-09-22 Thread Marek Kilimajer
Optionaly you can use ftp functions to create files and directories. Stratis Aftousmis wrote: --- Marek Kilimajer <[EMAIL PROTECTED]> wrote: Do you have shell access(ssh)? You can use that. Other way is to ask your ISP to change the parmissions or to enable chmod command. I had a feeling i mi

Re: [PHP] Problem's addign a script to my web page.

2003-09-21 Thread Stratis Aftousmis
--- Marek Kilimajer <[EMAIL PROTECTED]> wrote: > Do you have shell access(ssh)? You can use that. > Other way is to ask > your ISP to change the parmissions or to enable > chmod command. I had a feeling i might have to ask my ISP, they seem cool they might do it, unless there is a security con

Re: [PHP] Problem's addign a script to my web page.

2003-09-21 Thread Marek Kilimajer
Do you have shell access(ssh)? You can use that. Other way is to ask your ISP to change the parmissions or to enable chmod command. stratis Aftousmis wrote: Hello, i will be a succinct as possible. I downloaded a php script (a chatbox) for my web page. The web page is from my ISP, 15Mb space, y