MySQL calls are now deprecated and as a result some hosts have moved on to later versions of PHP that no longer support those calls. I suspect this may be your issue. As a result the application will need to be rewritten to use MySQLi or even better PDO calls to the database. You may be better off getting a new guestbook script.