|
|
|
ช่วยทีนะครับ Warning: fopen(vote.txt) [function.fopen]: failed to open stream: Permissio |
|
|
|
|
|
|
|
Warning: fopen(vote.txt) [function.fopen]: failed to open stream: Permission denied in /home/project/it46/bandan/public_html/vote/vote.php3 on line 57
Warning: fwrite(): supplied argument is not a valid stream resource in /home/project/it46/bandan/public_html/vote/vote.php3 on line 58
Warning: fclose(): supplied argument is not a valid stream resource in /home/project/it46/bandan/public_html/vote/vote.php3 on line 59
แก้ไขยังไงครับ
โค้ค
<?
if($result=="Result") {
echo "<center>\n";
echo "<h1> ¼ÅâËǵ·Ñé§ËÁ´ </h1>\n";
include("showvote.php3");
echo "</center>\n";
exit();
}
if($vote=="voted") {
echo "<center>\n";
echo "<h1> ¼ÅâËǵ·Ñé§ËÁ´ </h1>\n";
echo "<font size=2 face='MS Sans Serif'>\n";
echo "¤Ø³ä´éâËǵä»áÅéÇ ¡ÃسҡÅѺÁÒâËǵãËÁèÍÕ¡¤ÃÑé§ã¹ 1 ªÑèÇâÁ§¢éҧ˹éÒ¤ÃѺ\n";
include("showvote.php3");
echo "</center>\n";
exit();
}
// Êèǹ¹ÕéËéÒÁá¡éä¢ã´æ ·Ñé§ÊÔé¹
// à¾ÃÒÐà»ç¹Êèǹ·Õèãªé㹡ÒÃà¡çº¨Ó¹Ç¹ Vote
//************************************************************
if ($result=="âËǵ") {
setcookie("vote","voted",time()+3600);
$vote=$vote.":";
if(file_exists("vote.txt")) {
$line=file("vote.txt");
$nline=sizeof($line);
$OK=false;
for($i=0;$i<$nline;$i++) {
$line[$i]=trim($line[$i]);
if(ereg("^$vote",$line[$i])) {
$OK=true;
$Count=substr($line[$i],strrpos($line[$i],":")+1)+1;
$line[$i]=substr($line[$i],0,strrpos($line[$i],":")+1).$Count;
}
if(strlen($line[$i])>1) {
$tmp=$tmp.$line[$i]."\n";
}
}
if(!$OK) {
$Count=1;
$tmp=$tmp.$vote.$Count."\n";
}
}
else {
$Count=1;
$tmp=$tmp.$vote.$Count."\n";
}
$fp=fopen("vote.txt","w");
fwrite($fp,$tmp);
fclose($fp);
//************************************************************
echo "<center>\n";
echo "<h1> ¼ </h1>\n";
echo "<font size=2 face='MS Sans Serif'>\n";
echo "¢Aacute;ÒâËǵãËé¤ÃѺ<br>\n";
include("showvote.php3");
echo "</center>\n";
}
?>
Tag : - - - -
|
|
|
|
|
|
Date :
28 ส.ค. 2551 15:22:29 |
By :
00 |
View :
1632 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ติด Permission ไฟล์
ให้ chmod 777 ไฟล์ vote.txt
ก่อนครับ
|
|
|
|
|
Date :
28 ส.ค. 2551 16:32:35 |
By :
thenetxx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำยังไงครับ
|
|
|
|
|
Date :
28 ส.ค. 2551 16:38:25 |
By :
00 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ
|
|
|
|
|
Date :
28 ส.ค. 2551 19:17:31 |
By :
xxx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ติดปัญหานี้พอดี ขอบคุณสำหรับความรู้นะค่ะ
|
|
|
|
|
Date :
2012-01-03 13:43:47 |
By :
Kwun |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|