Figured out my problem.
I added what you said in the FAQ in the second post here, but what you gave is wrong.
The FAQ says to add
PHP Code:
include("./counter.php");
in the phpinclude template, but it's actually
PHP Code:
include("vbs_counter.php");
I found this on page 6 or something. Doesn't matter, but you should probably change the FAQ, because I did what you said there from the start and it was wrong. That's why I posted here. I do look at every post, but with 39 pages, I decided for THIS TIME to skip them. Sorry to annoy you.