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 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - next> - last>>

Posted by AndreaJuly 30, 2012 - 08:07 am
Sterredag, a page called guestbook.html is provided with the download. This contains some JS that is needed for the guestbook to work properly. When implementig your own guestbook page, I generally recommend to start from guestbook.html, so that all the required JS is there and you don't have to copy paste. Instead, you leave the JS alone and edit the rest, to turn guestbook.html into your own page.
So now, I am not sure which problem you are having. To test if it is a JS problem, you can temporarily replace your guestbook page with the provided guestbook.html, as it is. If the provided page works well, then you can work on your own page and try to "fix" it. If everything works with the provided, default guestbook.html page, then there must be a problem in the code, possibly the JS, of your own customized page.
Is this helping somehow? Best - Admin

Posted by sterredagJuly 30, 2012 - 07:39 am
Hi, after receiving this answer: Double check your page JS, ... I asked how I would do that. I never ever touched any JS stuff on my website.
Unfortunatly I didn't get an answer to this question. Could someone please help me with this?
Note: JS can't be written in full, because when posting it still gives an error message

Posted by eeeeeeJuly 30, 2012 - 05:01 am
Private

Posted by AndreaJuly 15, 2012 - 09:58 am
John, I do not recommend the script for 10000 pages. I would say it is fine in the tenths or hundreds range, not thousands.

Posted by JohnJuly 15, 2012 - 08:40 am
Does this script need to be configured for every page? I have a 10000 page website. Will it maintain separate comments for each page?

Posted by lE THANH TAMJuly 14, 2012 - 05:28 amtamne1122@yahoo.com

Posted by AndreaJuly 11, 2012 - 08:23 pm
Steve, if it happens again try to clean your browser's cache and repost. Glad you solved it anyway

Posted by SteveJuly 11, 2012 - 07:28 pmsteve@ussperry.com
Andrea
Problem solved
This may be helpful if others receive the same problem

Form processing halted for suspicious activity

I executed the guestbook from one of my other network computers and added a record without a problem. Went back to my laptop and problem was corrected
Many Thanks
Steve

Posted by NicoJuly 11, 2012 - 05:15 pm
Private

Posted by AndreaJuly 11, 2012 - 01:33 pm
Steve short answer is no. If you always get this error, then you have a problem in the page javascript. On some rare instances, it can result from particular configurations of internet explorer. The ajax validation mechanism relies on cookies being accepted, also. Hope this helps.

Posted by SteveJuly 11, 2012 - 01:25 pmsteve@ussperry.com
Thanks Andrea

Another question
Form processing halted for suspicious activity

Can this error occur as a result of making numerous entries from one location
Thanks again
Steve

Posted by AndreaJuly 11, 2012 - 11:05 am
Steve, you can indeed for example replace the posts file with one that you create, as long as the format is correct (including the post id field). Hope this answers your question.

Posted by SteveJuly 11, 2012 - 06:34 amsteve@ussperry.com
can I import a guest file if I follow the controls of the post.txt file such as post_id:1;name:Chet Kozlowski;email: etc
Thanks
Steve

Posted by sterredagJuly 03, 2012 - 05:52 am
I found out the error message I get while posting here. It just seems when I write JS. full I can't post a message. Weird?

Posted by sterredagJuly 03, 2012 - 05:51 am
Hi Andrea,

I could try to make the page all over again, but that is a lot of work, because I needed to integrate it in my div, php, template website. Besides that, what, how, where do I need to check with my page JS???

Posted by sterredagJuly 03, 2012 - 05:49 am
that worked, so now the original message again in parts?:

Hi Andrea,

Well I did nothing to the guestbook after the last correction I made and it worked perfectly. So for me it is all of a sudden :)

Posted by sterredagJuly 03, 2012 - 05:49 am
Hi Andrea,

I was writing a message, but got this error:

The post appears to contain banned elements or your IP is invalid, please please go back and try again. So now I'm trying to post a simple message to check if it works.

Posted by cheap christian louboutinJuly 03, 2012 - 02:16 am2569432120@qq.com
christian louboutin shoes were born in 1992 when he opened his first boutique in Paris.

Posted by AndreaJuly 02, 2012 - 12:27 pm
Hi sterredag, rarely something happens "all of a sudden". Double check your page javascript, try replacing your present page with the original provided test page and see if this one works. Hope this helps.

Posted by sterredagJuly 02, 2012 - 11:33 am
Private

Posted by AndreaJune 30, 2012 - 06:18 pm
Ren, this answer I gave a while ago to another user is relevant for you:

Depending on the memory allocated to PHP, there is a limit to the number of messages that can be handled by the script because the size of the database file grows in time, until it will reach the allowed memory limit set by your web host.

So you need to take some posts out from the messages database and maybe archive them in static form. If you look at the bottom of this page you will find the links to my posts archives, so you get the idea.

Here's my suggestion to create an archive file:

- backup your posts/posts.txt file, make a copy

- download the posts.txt file. In the file each line corresponds to a message. You should edit this file by using a source code text editor ONLY, for example Komodo edit is a great free one.

- Select from the posts file the lines corresponding to the messages you wish to archive, say the first 2000 lines for example.

- copy these lines to another text file, call it posts2.txt

- upload the posts2.txt file in the posts folder

- change the name of the old posts file to something else, say posts_full.txt

- change the name of posts2.txt to posts.txt

- go to admin/configuration, select the option to have max 10.000 posts per page. So that now all the posts will go in a single page

- save configuration.

- Go to the html guestbook page (that will now contain all the posts to be archived, in a single page) and save it as archive.html

- put the lines of the posts.txt file that you wish to keep in the guestbook (the ones you did not put in the posts2.txt file), in a new file, call it posts3.txt. Mind that THE LAST LINES OF YOUR POST FILE MIGHT NOW BE CORRUPTED because you reached the memory limit, so have a close look in particular to the LAST LINE and delete it if it does not look right

- Replace the posts3.txt file with the present posts.txt file in the server, upload and rename posts3.txt to posts.txt

- change permission of this file to 666

- upload the archive file and link it to your guestbook page

- you are done. To update the guestbook with the new, smaller posts database you need now to either make a post or save configuration.

Let me know. First thing, make a solid backup of your posts.txt file.

Also consider replacing the log.txt file with a new, empty one (backup the old one first), and then again ge sure to chmod to 666.

Posted by RenJune 30, 2012 - 04:21 pmpinkypussykat@yahoo.com
I couldn't locate the problem.. What is it?
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home/gihtrust/public_html/Post/include/functions.php on line 253

Posted by tamyaJune 27, 2012 - 06:23 am
After the last question the guestbook worked. So I'm happy, but now all of the sudden I only get this:

*Form processing halted for suspicious activity*

I let someone else try who never tried before, he also got this message.

I tried using a valid emailadres (my own), made a complete sentence like: I'm testing if this guestbook workds. And filled in my name.

Don't know what goes wrong now. Could use some help.

Posted by John SteedJune 26, 2012 - 09:20 amjsteed@ymail.com
This guestbook app is really awesome. It looks slick and really moves fast. katie kieffer

Posted by DanJune 23, 2012 - 02:13 pm
This is a test Some Text Some Text

Posted by LenJune 21, 2012 - 07:31 pmbloodmoonclan@mysteriousfog.com
When I log into admin there is a blank page

Posted by StaneJune 21, 2012 - 03:46 pm
Andrea@ Thanks for your quick explanation. Now I am just testing the script in order to see if it suits for me. Anyway your script is nice.

Regards

Posted by AndreaJune 21, 2012 - 10:22 am
Stane, the log file retains all the details of all the posts made, even when a post is deleted. So you can delete a post in the knowledge that you still have a copy of the post with full details in the log file.
As all log files, it will grow in time, so it is a good idea to periodically make a backup of it and then erasing contents to start fresh.
Adding fields is very complicated. If you need additional fields I suggest you use a different software unless you have solid PHP coding skills and the willingness to go through the script code and make heavy editing. I do not suggest you do that, much better to find an alternative guestbook software script

Posted by StaneJune 21, 2012 - 10:00 am
What for is serving the log.txt file?

Posted by StaneJune 21, 2012 - 09:38 am
How to implement additional fields in post form e.g. URL, Country

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

Posts Archive 1 - Posts Archive 2 - Posts Archive 3


Powered by The Easy PHP Guestbook