phpbar.de logo

Mailinglisten-Archive

[php] chmod

[php] chmod

Walther Stuzka w.stuzka_(at)_kabsi.at
Tue, 4 Jul 2000 20:41:12 +0200


This is a multi-part message in MIME format.

------=_NextPart_000_000F_01BFE5F8.312AC580
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Versuche dynamisch eine Textdatei mit Write-Rechten zu kreieren.
also     chmod(755) on the fly. Aber es funktioniert nicht!!!
Who helps?
1k thanks, Walther Stuzka

Hier ein St=FCck code ...
<?php
$zaehlerfile=3D"counter.txt";

if(!file_exists($zaehlerfile))
{
   =20
    $fp=3Dfopen($zaehlerfile,"w");      file://hier schreit der =
Debugger!
    $ok=3Dchmod($zaehlerfile,0666);     file://funktioniert nicht!
    fputs($fp,"0");
    fclose($fp);
}

$fp=3D_(at)_fopen($zaehlerfile,"r+");
$count=3D(int)fgets($fp,100);
$count++;

rewind($fp);
fputs($fp,$count);
fclose($fp);
?>



------=_NextPart_000_000F_01BFE5F8.312AC580
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Versuche dynamisch eine Textdatei mit =
Write-Rechten=20
zu kreieren.<BR>also&nbsp;&nbsp;&nbsp;&nbsp; chmod(755) on the fly. Aber =
es=20
funktioniert nicht!!!<BR>Who helps?<BR>1k thanks, Walther =
Stuzka</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><BR>Hier ein St=FCck code =
...</FONT></DIV>
<DIV><FONT face=3DArial=20
size=3D2>&lt;?php<BR>$zaehlerfile=3D"counter.txt";<BR><BR>if(!file_exists=
($zaehlerfile))<BR>{<BR>&nbsp;&nbsp;&nbsp;=20
<BR>&nbsp;&nbsp;&nbsp;=20
$fp=3Dfopen($zaehlerfile,"w");&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A=20
href=3D"file://hier">file://hier</A> schreit der =
Debugger!<BR>&nbsp;&nbsp;&nbsp;=20
$ok=3Dchmod($zaehlerfile,0666);&nbsp;&nbsp;&nbsp;&nbsp; <A=20
href=3D"file://funktioniert">file://funktioniert</A> =
nicht!<BR>&nbsp;&nbsp;&nbsp;=20
fputs($fp,"0");<BR>&nbsp;&nbsp;&nbsp;=20
fclose($fp);<BR>}<BR><BR>$fp=3D_(at)_fopen($zaehlerfile,"r+");<BR>$count=3D(in=
t)fgets($fp,100);<BR>$count++;<BR><BR>rewind($fp);<BR>fputs($fp,$count);<=
BR>fclose($fp);<BR>?&gt;<BR><BR></DIV></FONT></BODY></HTML>

------=_NextPart_000_000F_01BFE5F8.312AC580--



php::bar PHP Wiki   -   Listenarchive