sofTKiller Posted September 16, 2005 Report Share Posted September 16, 2005 (edited) pasakiet lūdzu - kur šeit ir kļūda? <? $f=fopen("counter.dat","a+") or die("Cannot to open file"); flock($f,2); $count=fread($f,100); if(!IsSet($Was)) { $Was=1; SetCookie("Was",$Was,0x07FFFFFFF); $REMOTE_HOST=gethostbyaddr ($REMOTE_ADDR); if(!($HTTP_HOST===$REMOTE_HOST)) @$count=$count+1; ftruncate($f,0); fwrite($f,$count); } flock($f,3); fclose($f); $img = ImageCreateFromPng("PLATE.PNG"); $color = ImageColorAllocate($img, 220, 210, 60); $x = (ImageSx($img)-6.5*strlen("$count"))/2; ImageString($img,3,$x,9,"Visits: $count",$color"); Header("Content-type: IMAGE/PNG"); ImagePng($img); ImageDestroy($img); ?> man rāda sekojošu kļūdu: Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in x:\zzz\ccc\vvv\counter.php on line 20 Edited September 16, 2005 by sofTKiller Link to comment Share on other sites More sharing options...
bubu Posted September 16, 2005 Report Share Posted September 16, 2005 Un kam gan domāts paste.php.lv? Vai arī tu speciāli mums ieriebt gribi, lai mēs aritmētiku atceramies un atgādinām kā jāskaita līdz 20? Varu derēt, ka kļūda ir šajā rindā: ImageString($img,3,$x,9,"Visits: $count",$color"); Link to comment Share on other sites More sharing options...
sofTKiller Posted September 16, 2005 Author Report Share Posted September 16, 2005 ehh, kārtējā neuzmanība;] biju ielicis pārāk daudz tās augšpēdiņas, nu katrā gadījumā, paldies;] a šiet ja, kādam vaig, ir pareizais izejas kods tam skaitītajam;] Link to comment Share on other sites More sharing options...
blackhalt Posted September 16, 2005 Report Share Posted September 16, 2005 (edited) ehh, kārtējā neuzmanība;] biju ielicis pārāk daudz tās augšpēdiņas, nu katrā gadījumā, paldies;] a šiet ja, kādam vaig, ir pareizais izejas kods tam skaitītajam;] 22400[/snapback] A šiten ir mans pareizais skaitītājs drīkst nodefinēt $ip un tā ;) Edited September 16, 2005 by blackhalt Link to comment Share on other sites More sharing options...
sofTKiller Posted September 16, 2005 Author Report Share Posted September 16, 2005 o, thanks;] Link to comment Share on other sites More sharing options...
Delfins Posted September 17, 2005 Report Share Posted September 17, 2005 o jā, flock($f,2); ir īstais pielietojums :) Link to comment Share on other sites More sharing options...
Recommended Posts