Author |
Message |
21/07/2004 17:43:27
|
Anonymous
|
Hi,
How can I make this counter start from, say 1223?
|
|
21/07/2004 21:52:55
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
At a guess you would need to edit the entry in your SQL database.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
25/07/2004 17:31:37
|
Anonymous
|
I didn´t want to use a datebase, but just try it with the text file (count.txt). Everything works fine with the text file, of course you can´t insert a higher number into this file as it just serves as a kind of memory for the counter. Every change in this file has no effect whatsoever.
There should be something I have to change in counter.php.
thanx though
reinhard
|
|
26/07/2004 00:02:14
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
If you altered the text file whilst someone was visiting your website then the odds are PHP overwrote your changes as soon as you made them. You need to take the script off line while you chnage the text file is my guess.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
|