I am doing some research about how php fakes the posix chmod system on
windows, but I can not seem to figure out what each bit in the used
bitfields means. Where can I find a list of these bit flags as used by
windows?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: ht
ould be causing this.
-M
> -Original Message-
> From: Kuldeep [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 29, 2004 3:16 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] CHMOD function issue.
>
> Hello All,
>
> I have made a admin area on my site where it al
Hello All,
I have made a admin area on my site where it allows the admin to change
the pagelayout, I.E : font color, table color, font size, background color.
the Folder permission is set to 755 and the file permissions are set to
644. I used the CHMOD funtion to change the permission to 666 befo
mayo wrote:
Donatas, you were right:
The tools > Folder Options > advanced settings, uncheck "Use simple file
sharing" was it. The security tab appeared. (Woohoo)
Unfortunately there are still some issues. All the check boxes are grayed
out and I'm still unable to give myself execute privileges.
In
ED]
> Sent: Monday, January 19, 2004 2:32 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] chmod on win xp
>
>
> This goes only for Windows XP Pro, Home edition doesn't have this. Go to
> [Explorer window] -> Tools -> Folder Options -> View::Advan
e abc.php because Permission denied in
c:\inetpub\wwwroot ...
The same file works on my ISP's server.
thx,
Gil
> -Original Message-
> From: David Tod Sigafoos [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 18, 2004 4:59 AM
> To: Gil
> Subject: Re: [PH
be be set for the user as php runs as (usually
the IIs users) or everybody - but you don't want to do
the last thing.
-Original Message-
From: mayo
To: David Tod Sigafoos; php-windows
Sent: 2004-01-18 20:00
Subject: RE: [PHP-WIN] chmod on win xp
I must be missing something because
Hello mayo,
Sunday, January 18, 2004, 7:00:19 PM, you wrote:
m> I must be missing something because right clicking on the file (in explorer)
m> doesn't give me the option to change read - write - execute. All I get is
m> Read-only and Hidden check boxes.
did you get this worked out from our oth
To: David Tod Sigafoos; php-windows
Subject: RE: [PHP-WIN] chmod on win xp
I must be missing something because right clicking on the file (in explorer)
doesn't give me the option to change read - write - execute. All I get is
Read-only and Hidden check boxes.
And, they're not checked
php because Permission denied in
c:\inetpub\wwwroot ...
The same file works on my ISP's server.
thx,
Gil
> -Original Message-
> From: David Tod Sigafoos [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 18, 2004 4:59 AM
> To: Gil
> Subject: Re: [PHP-WIN] ch
You can set the rights on XP (or any windows os) from the Explorer
window.
RightClick Start
Select Explorer
navigate to the directory you want with the file showing in the right
RightClick the file
Select Properties
select the 'rights' you want
Saturday, January 17, 2004, 8:55:58 PM, you wrote:
so I would like to write to file on my local box.
$fp = fopen($filename, "w");
fwrite($fp, "whatever");
I get a permission error.
I've looked but I don't see how to chmod.
It worked on my ISP after CHMOD so it's not the code.
using: windows xp and iis 5
-- gil
--
PHP Windows Mailing Lis
And that was?
-Original Message-
From: Bobo Wieland
To: [EMAIL PROTECTED]
Sent: 2004-01-02 20:45
Subject: Re: [PHP-WIN] chmod
I've contacted my ISP and it accually was an error from their side.
thanks
anyway...
.bobo
--
PHP Windows Mailing List (http://www.php.net/)
To unsubs
L PROTECTED]>; "'Bobo Wieland '"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, January 02, 2004 5:51 PM
Subject: RE: [PHP-WIN] chmod
> 0777 works fine on Windows 2000 and XP, if the user has the rights to
> modify the directory.
>
> - F
r win32 platfrpom (e.g. NT with NTFS)
> then sort of the same holds true - I think. But who knows
> for sure with Bill... ;)
>
> Additional question:
>
> * how are you executing this? Via the webserver(?),
> and if so, what kind of webserver are you using?
>
>
>
More like Holy Gates, I suspect ;->
Warren Vail
[EMAIL PROTECTED]
-Original Message-
From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
Sent: Friday, January 02, 2004 8:02 AM
To: 'Warren Vail '; ''Bobo Wieland ' '; '[EMAIL PROTECTED] '
Sub
> Where someone detected that only 775 and 666 worked, another
> concluded that a few additional values are valid on windows
> platforms (777 was not one of them).
Holy moses!
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
-
From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
Sent: Friday, January 02, 2004 7:17 AM
To: 'Bobo Wieland '; '[EMAIL PROTECTED] '
Subject: RE: [PHP-WIN] chmod
This seams to be an access problem in the file system.
Check if the user Id the process executes under actu
:
* how are you executing this? Via the webserver(?),
and if so, what kind of webserver are you using?
-Original Message-
From: Bobo Wieland
To: [EMAIL PROTECTED]
Sent: 2004-01-02 11:39
Subject: [PHP-WIN] chmod
I'm trying to set write permission for a folder to be able to write
i
I'm trying to set write permission for a folder to be able to write
images...
chmod("./../img/sort",0777) just causing a warning:
Warning: chmod(): Operation not permitted in
/home/p/plantsko/www/administration/data/imglib.php on line 11
Anyone know what might cause this warning?
I've tried ch
How do i chmod a textfile, serverside? I got an apache server, running under
windows (XP, but later im gonna move it to a pc with winNT)
thx
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Original Message-
From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 26, 2002 8:40 AM
To: '[EMAIL PROTECTED]'
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] CHMOD
>i was reading a php book and it says on UNIX machines i must change the
CHMOD
>to 6
>i was reading a php book and it says on UNIX machines i must change the
CHMOD
>to 666 or 777, how do i do this? i never heard of the CHMOD. thanks.
Nobody wants in general to chomd a file 777!!!
Let me explain why:
chmod is an abbreviation of CHange MODe. The mode, or more specify the
access
When you're at a unix console type this: chmod ### thefilename
###=the numbers for owner, group and global
thefilename=the name of the file you want to change
i was reading a php book and it says on UNIX machines i must change the
CHMOD
to 666 or 777, how do i do this? i never heard of the CHMO
Then post at [PHP-GENERAL]. Here it's for PHP on Windows.
A+
Alain
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 24, 2002 10:57 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] CHMOD
i have a unix host. thats why i am trying to get
i have a unix host. thats why i am trying to get this CHMOD to work. Thanks.
> i put
>
> chmod ("index.php", 0777);
>
> in my index.php file and when i viewed it, it displayed
> "Warning: chmod failed: Operation not permitted"
> anyone know why that is?
>
chmod is a native Unix command - I doubt tha windows like/permit it. Also, some
providers won't let you chmod th
i put
chmod ("index.php", 0777);
in my index.php file and when i viewed it, it displayed
"Warning: chmod failed: Operation not permitted"
anyone know why that is?
www.php.net
[SEARCH FOR:] CHMOD [in the FUNCTIONS list:]
http://www.php.net/manual/en/function.chmod.php
A+
Alain
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 24, 2002 10:21 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] CHMOD
i was reading
i was reading a php book and it says on UNIX machines i must change the CHMOD
to 666 or 777, how do i do this? i never heard of the CHMOD. thanks.
Hi,
Since Windows 98 doesn't have the same kind of file permission settings
like UNIX variety of OSes, I don't thibk you should worry about that
part. It should be fine as long as "Read Only" property on the file is
not turned on.
On Fri, 2001-12-21 at 16:54, p13zo wrote:
> im using apache1.3 on
9:54 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] chmod files on windows - how?
im using apache1.3 on my window98 with php4 just to test my page before
upload it to a hosting server.
now im tryin to use some free script downloaded from the net (a guestbook
script)
and on the instalation manual it
im using apache1.3 on my window98 with php4 just to test my page before
upload it to a hosting server.
now im tryin to use some free script downloaded from the net (a guestbook
script)
and on the instalation manual it tell me to chmod a file and a directory to
777.
its not a problem on remote serv
] '
Cc: 'Karl S. Lxland '
Subject: RE: [PHP-WIN] chmod a folder
>i wondered if someone could tell me jow i chmod a folder i php.
>(like: chmod("/somedir/somefile", 0755); works on files)
$man chmod
--
PHP Windows Mailing List (http://www.php.net/)
To unsubsc
>i wondered if someone could tell me jow i chmod a folder i php.
>(like: chmod("/somedir/somefile", 0755); works on files)
$man chmod
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact t
Hi!..
i wondered if someone could tell me jow i chmod a folder i php. (like:
chmod("/somedir/somefile", 0755); works on files)
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the l
36 matches
Mail list logo