header image with smart dog

PHP Guestbook home  |  Guestbook (test/questions/feedback)  |  Download  |  Help/Support  |  Fighting guestbook spam   |  Requirements  |  Terms & Conditions

Javascript required to use this form, it appears your javascript is disabled

Checkout our free website counter script released under GPL Licence

Name:

E-mail:

Add bold text  Add italic text  Add colored text  Add bold and colored text  Insert link. Replace the sample link address with your own  Insert image. Replace the sample image address with the address of your image  Add a smilie

Make email private Make message private
We are currently testing an entirely captcha-free solution to protect the form from malicious (bots) activity. If the tests are positive we might dismiss captchas entirely, stay tuned
 

Unleash your creativity! Your guestbook can look just the way you want, customization is quick and easy with our posts template system that lets you fine-tune the posts appearance
Here is a small selection of the many cool installs around. Congrats to the webmasters for the great job!

WCS in action: Tronola This site, which features a nice collection of original electronic projects, uses the WCS to let users comment on each project / article. Cellbiol games Players can comment on their scores and exchange gaming info
If you think your install is worth including in the list drop an e-mail and we'll consider that

<<first - <previous - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - next> - last>>

Posted by AndreaMay 17, 2012 - 09:04 am
Piru, it's because you are editing the page and re-uploading it, without comments. So then, a new post or a save configuration is required to repopulate the page with the posts from the database. Just leave your page alone, and you will see that the comments "stay". Or, every time you re-upload the guestbook page, login to admin and save configuration, this will reload the comments in the page.

Posted by piruMay 17, 2012 - 09:00 am
Hey there!

I like this guestbook it was really easy to install.

But I've got one problem: When I visit my Guestbook on first page load the already exsisting posts aren't displayed. I can see them after I posted a new comment.

I'd be very grateful for any clue to solve this.^^

Posted by AndreaMay 16, 2012 - 07:27 pm
Jim, the WCS (multi-page guestbook) does not have this feature. I suggest you use a standard forum software for this, where you can create a forum/thread and assign a specific moderator. There are many such software also for free.

Posted by Jim HaslamMay 16, 2012 - 06:55 pm
I need a guestbook that would work individually on many pages. I understand that you can have this GB on several pages of a web site, but I would need separate moderators for each page of content. We have several members of the team who write their own page of content and want feedback with a GB. I don't have time to moderate all the pages that we would have with just one admin/moderator. Does your script allow for this? Happy to pay extra if you have a script that would have this feature. Thanks and I look forward to your reply. -- Jim

Posted by AndreaMay 15, 2012 - 03:51 pm
Ryan, if you install top level, I suggest you manually create in your top level web folder (public_html?) an empty/random file called verify.png and give 666 permission. This is because you cannot usually grant a 755 permission to the top level folder, that is required for the script to create the captcha image file. So you create it yourself and then grant a write permission.

Posted by AndreaMay 15, 2012 - 03:45 pm
Ryan, it cannot work this way: the page where the comments end up should be located in the same folder as the php_guestbook.php file.
Now you have the form located in the guestbook folder, but the comments page (index page) is outside, so this is no good.
You can try a "top level" install: directly put all the script files in your top folder, instead of a dedicated subfolder. Then the index page (the one with the comments) will be in the same folder as the script, and it should work. Let me know.

Posted by RyanMay 15, 2012 - 03:14 pm
Private

Posted by AndreaMay 15, 2012 - 02:30 pm
Ryan, this is easy. The form can be anywhere. The important bit is that the ACTION attribute of the FORM tag should point to php_guestbook.php file. Then in the "comments" page you only need to insert the COMMENTS START AND COMMENTS END LINES. You then have to cmod the comments page to 666. The guestbook page, is now the comments page. This is the page that has to be in the guestbook folder and the page whose file name you have to put in admin.
To make a long story short, with the default installation, as it is, all you would have to do is move the HTML for the form (and ALL the javascript) from "guestbook.html" to another page, and the guestbook will still work. Feel free to post again if you need further assistance.

Posted by RyanMay 15, 2012 - 02:06 pm
Actually, that would work perfectly.

I could have the index with a link to the form, and have the form redirect back to the index with the comments.

What I initially meant, was that I only wanted the comments to display on the index page, not the form.

If you could help me out with that I would be forever greatful!

Thanks again,
Ryan

Posted by AndreaMay 15, 2012 - 01:59 pm
Ryan, I do not understand what you mean by "only the comments that have been posted". All comments have "been posted", by definition.
What is really easy to do is have the form on a page and the comments on another page, however I would guess this is not what you need.
If you can clarify what you need maybe we can help :)
Cheers - A.

Posted by RyanMay 15, 2012 - 01:39 pm
IM curious if there is an easy way to have the posts display on a second page.

Basically what I want is a two paged web site. The index displays a link to the comments page. The comments page has the form and all comments below it. And below the link on the index, only the comments that have been posted are displayed.

I would be willing to pay for the full version if this is something that requires a higher level of support.

Thanks!
Ryan

Posted by SusanMay 11, 2012 - 08:14 pm
Andrea thank you so much, that may be just what I needed to know. I'll give it a try (the 666 permissions).

Posted by AndreaMay 11, 2012 - 05:42 pm
Hello susan, I have two comments:

- the feature in admin to change the posts and log file names is buggy, I would stay with the default names

- these files (posts.txt and log.txt) are normally created by the script. If you create/replace them manually, then a chage of permission to 666 is needed for the script to be able to write to them, this is the problem you are having.

Hope this helps. Best - Andrea

Posted by SusanMay 11, 2012 - 04:07 pm
Private

Posted by SusanMay 08, 2012 - 04:54 pm
hi Andrea,

Got another question for you... I had removed display of the date in the posts--just didn't want it--but now I'd like to put back the date only, without the time.

It was simple to edit the setting of $date in mixvar.php to not include the time, and it works for new posts. But the posts that were already made, already had the time included, so it displays for them.

So I tried editing the posts file to take out the times, but it won't upload again. I keep getting "permission denied". The posts folder permissions are 777, and the posts file permissions were 644, but even having changed them to 777, permission was still denied.

Is there another way to control display of the date, or can you advise how to get the edited file to upload? Thanks so much.

Posted by RayMay 07, 2012 - 11:15 pm
does this work

Posted by AndreaMay 03, 2012 - 09:19 pm
Jason, thanks for your kind words. I am glad you solved the problem, let me know if you have further issues. Best - Andrea

Posted by JasonMay 03, 2012 - 08:36 pmjasonlouviere@gmail.com
Never Mind!! I think I got it working. Again, this is a great piece of code!!
Jason

Posted by JasonMay 03, 2012 - 08:27 pmjasonlouviere@gmail.com
Hi,
I have a problem getting post to show up on my guestbook.html. I'm using the guestbook.html.in the zip on the enhance download. My path on the config.php to the guestbook.html is correct (I think).I'm getting the email, post are posting to post.txt and gbook_log.txt. I see them in the 'edit' under admim.html, but they never post to my guestbook.html page, nor do I see them in 'pending' on admim.html. I'm doing this site for client, and she wants to be able to 'approve' post before the appear, but currently I can't get them to appear even without approval.

Please help :-) other than that, your download is the best I've seen on the net.

Thanks,
Jason

Posted by SusanMay 02, 2012 - 06:56 pm
I see that it's there, Andrea--thank you for the quick response.

Hopefully this means it is user error.... and I can figure out what they're doing!

Posted by AndreaMay 02, 2012 - 05:31 pm
Susan I made a test and it looks good as far as I can assess.

Posted by SusanMay 02, 2012 - 05:22 pm
Private

Posted by kateApril 29, 2012 - 01:01 pmkatejustkate1@yahoo.com
Link Text Your text Your text Some Text Some Text

Posted by David BeardsleyApril 29, 2012 - 10:36 am
Am having problems setting permissions - I get an explanation of the code when I open Admin.html but cannot see way to alter anything - is it me being stupid?

Posted by devendraApril 25, 2012 - 11:12 amdeve_n151@yahoo.com
hi
i got this massage (Form processing halted for suspicious activity) and how can what should i do to make it work properley...

Posted by devendraApril 24, 2012 - 09:51 pmdeve_n151@yahoo.com
My one is not working properley.halted massage

Posted by AndreaApril 21, 2012 - 10:24 pm
Hello Jarrod, it looks like the post are not being recorded in the posts file. If you go in admin, posts edit/delete, you should not see any post at all. Make sure that the posts folder has the correct permission and that posts.txt and log.txt are created inside the posts folder. Posts folder need 755 or 777 permission, test those.

Posted by jarrodApril 21, 2012 - 10:17 pmcjarrodsnow@yahoo.com
Ok, my apologies, I should have read the adobe file on how to get things running! This is a really great tool!

I do have a question regarding posts- Is it possible to show more than 1 post (similar to below)? I've created 3 test posts and each one deletes the previous so only 1 post shows up at a time.

Thank you for offering this service! I have pretty much spent about 2 days looking for a guestbook/forum and after trying about 7 different downloads and uploads, none worked- I appreciate this program.

Posted by JarrodApril 21, 2012 - 08:21 pmcjarrodsnow@yahoo.com
Install was easy, but now I'm lost and can't figure out how to get into admin to allow comments?

Posted by testApril 21, 2012 - 01:05 pmA@b.nl
Link Text Your text Your text

<<first - <previous - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - next> - last>>

Posts Archive 1 - Posts Archive 2 - Posts Archive 3


Powered by The Easy PHP Guestbook