Script URL:
Version of script: 1.7
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
I really like how easy it is to add this script but my client would like the guestbook information to be posted directly on the website rather than in a guestbook; is there a way to do this?
How it looks
Re: How it looks
Not unless your website is dynamic and you have enough programming knowledge - unfortunately not something we provide support for here.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: How it looks
damn; ok thank you anyways; I appreciate you getting back to me.
Re: How it looks
Is there a way then to incorporate it into the website's layout so it looks like the rest of the website?
Re: How it looks
yes you can.
Either by using the header.txt and footer.txt files to add your own code. Or by displaying the guestbook in an iframe.
Greetings,
Henre
Either by using the header.txt and footer.txt files to add your own code. Or by displaying the guestbook in an iframe.
Greetings,
Henre
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Re: How it looks
Ok thanks so much; I tried the header/footer method and it put the navigation bar in the middle of the page so I'll see about the iframe option.
Re: How it looks
Ok I did the iframe thing but it won't load in firefox and it does load in internet explorer; however the captcha box just shows a red x where the code image should be. Could you help me out with this?
Here's the coding I placed in my document:
<iframe id="content" name="content" src="http://metroanimalshelter.org/guestbook ... php?a=sign" frameborder="0" width="650" height="800">
<FORM ACTION="http://metroanimalshelter.org/guestbook ... php?a=sign" METHOD="POST" ENCTYPE="application/x-www-form-urlencoded">
<P><!-- Change "mas's Guestbook" below to say whatever you like -->
<table id="info">
<tr><th><H2 ALIGN="CENTER">Metro Animal Shelter's Found Animal List</H2></th></tr>
<tr><td>
<!-- Change below to say whatever you like -->
<center>
Thank you for visiting our pages. Click on the button below to add to this list.<BR>
<BR>
<!-- DO NOT CHANGE -->
<INPUT TYPE="HIDDEN" NAME="action"
SIZE="-1" VALUE="add">
<!-- Change below to say whatever you like, but *only* in the value field -->
<INPUT TYPE="SUBMIT"
VALUE="Add to list of found animals">
</FORM>
</center>
</iframe>
Here's the coding I placed in my document:
<iframe id="content" name="content" src="http://metroanimalshelter.org/guestbook ... php?a=sign" frameborder="0" width="650" height="800">
<FORM ACTION="http://metroanimalshelter.org/guestbook ... php?a=sign" METHOD="POST" ENCTYPE="application/x-www-form-urlencoded">
<P><!-- Change "mas's Guestbook" below to say whatever you like -->
<table id="info">
<tr><th><H2 ALIGN="CENTER">Metro Animal Shelter's Found Animal List</H2></th></tr>
<tr><td>
<!-- Change below to say whatever you like -->
<center>
Thank you for visiting our pages. Click on the button below to add to this list.<BR>
<BR>
<!-- DO NOT CHANGE -->
<INPUT TYPE="HIDDEN" NAME="action"
SIZE="-1" VALUE="add">
<!-- Change below to say whatever you like, but *only* in the value field -->
<INPUT TYPE="SUBMIT"
VALUE="Add to list of found animals">
</FORM>
</center>
</iframe>
Re: How it looks
Ok, new update; it works now in firefox but in IE I still get the red x where the security code should be showing up.
Re: How it looks
ok update again lol; I have it working in IE inside the iframe too; t hanks so much for your help 

Re: How it looks
Great that you got it working. 

I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Re: How it looks
ja it seems the IE problem was due to a setting from the add-ons; even though I rarely use IE but I also contacted the hosting company and they checked on their end and it worked in IE browser so that's great; I appreciate your help 
