Is there a script to count how many posts there are in your MySQL-DB? For example how many signed your guestbook?
depends on you table/db structure, you could just write a sql query like, "select count(*) from tablename" id all ure posts are in one table and u will get the total records. but it really depends on how the data is organised
reg kevin