How it looks

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
MWS
Posts: 8
Joined: Tue Jul 03, 2012 4:41 pm

How it looks

Post by MWS »

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?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: How it looks

Post by Klemen »

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 Image

Image 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
MWS
Posts: 8
Joined: Tue Jul 03, 2012 4:41 pm

Re: How it looks

Post by MWS »

damn; ok thank you anyways; I appreciate you getting back to me.
MWS
Posts: 8
Joined: Tue Jul 03, 2012 4:41 pm

Re: How it looks

Post by MWS »

Is there a way then to incorporate it into the website's layout so it looks like the rest of the website?
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Re: How it looks

Post by Henrie »

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
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.
MWS
Posts: 8
Joined: Tue Jul 03, 2012 4:41 pm

Re: How it looks

Post by MWS »

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.
MWS
Posts: 8
Joined: Tue Jul 03, 2012 4:41 pm

Re: How it looks

Post by MWS »

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>
MWS
Posts: 8
Joined: Tue Jul 03, 2012 4:41 pm

Re: How it looks

Post by MWS »

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.
MWS
Posts: 8
Joined: Tue Jul 03, 2012 4:41 pm

Re: How it looks

Post by MWS »

ok update again lol; I have it working in IE inside the iframe too; t hanks so much for your help :)
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Re: How it looks

Post by Henrie »

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.
MWS
Posts: 8
Joined: Tue Jul 03, 2012 4:41 pm

Re: How it looks

Post by MWS »

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 :)
Post Reply