This is probably due to the fact that vShare "unwisely" records each and every guest to your mySQL database. Because there is no cleanup process built into vShare, this list gets incredibly large and slows down performance for people who are not logged in. To fix this, you will have to login to your mySQL database (using a program such as phpMyAdmin) and executing the following SQL command:
Code:
truncate table `guest_info`
You can also visit the following forum topic for how you can do this via PHP and cron:
viewtopic.php?f=6&t=3955&start=0&st=0&sk=t&sd=a&hi lit=guest_info
Bookmarks