Check the information you supplied in the config file is correct. If you are on a virtual host then you may need to use the complete url for your SQL server.
Slow is right. Are there supposed to be side columns on te guestbook like there is on the rest of the site? I also notice you have the google adsense code twice but it only appears once. Actually you have the code at the bottom of every page and it doesn't appear.
The drop down menu gets filled by a loop which could cause a mild delay but shouldn't be to that extent. I noticed that your gallery is also slightly slow in loading.
The problem appears to be that you upgraded the files but didn't upgrade the SQL tables. If you do a search of this forum you will find more advice on this. Also banning IP's will not stop spammers. The best method is the image verification script which is available from www.carboniz.co.uk/verification.zip
I'm going to guess that you are using Advanced Guestbok 2.2 as this is the exploitable version. The password is stored in the SQL database and not one of the files. I will not post the exploit to login as admin on any copy of AG 2.2 but if you post a link or email me on webmaster@carbonize.co.uk we can get your guestbook sorted out. Updating to 2.3.1 is highly recommended.
You could just go into phpMyAdmin if you have it and rewrite the username and password entries with the default ones from the installation script to restore the default password and username.
Mike007 wrote:Hi,
I am including guestbook into the table on main page with link like that:
http://www.mysite.com/index.php?id=gbook (all subsites on my WWW site are loading that way.)
,where gbook means a gbook.php file.
Inside gbook.php file there is a code to including main page of guestbook.
<snip>
So generally problem is - how to include guestbook into a table..
Anyone can help me ?
Wow complicated. I just use a header and footer file on my site then use php include to add it to the start and end of every content page. For the guestbook I just put the includes at the start and the end of the index.php and addentry.php files.