Author |
Message |
12/01/2004 17:21:28
|
Anonymous
|
Hi, I use the PNG Counter and it works perfectly on my local website, but when I uploaded the exact same files to my new webspace it didn't work anymore.
http://mustalainen.1go.dk
Thanks in advance!
|
|
12/01/2004 17:23:48
|
Anonymous
|
I get this error message when I try to open http://mustalainen.1go.dk/counter/counter.php?page=../index&digit=tinyred
Warning: fopen(./pages/../index.txt): failed to open stream: Permission denied in /var/www/hotels/1go/mustalainen/html/counter/counter.php on line 128
Warning: fwrite(): supplied argument is not a valid stream resource in /var/www/hotels/1go/mustalainen/html/counter/counter.php on line 130
Warning: fclose(): supplied argument is not a valid stream resource in /var/www/hotels/1go/mustalainen/html/counter/counter.php on line 131
‰PNG
not very good with php =/
|
|
12/01/2004 17:29:55
|
Anonymous
|
line 128 $count_dat = fopen("./pages/$page.txt","w+");
line 130 fwrite($count_dat,$this->counter);
line 131 fclose($count_dat);
|
|
12/01/2004 20:11:24
|
Anonymous
|
Tried to use it with a database instead and now I just see the error.png
|
|
|