sterredag You can indeed change the date format by editing the include/mixvar.php file, the date variable. If you are not familiar with PHP dont't worry, just google "php date format" and you will find plenty of information. Before editing make sure you bakup the file just in case.. Jerry H concerning the e-mail, you should look at your server configuration. Do I have it right that you entirely control the server? Or are you on a hosted setup? Basically a common setting for servers is that you can only send mails if the FROM field contains an address @server_domain_name. For instance if your server serves duck.com, you can only send e-mails from a @duck.com address. Also, your server logs should help in clarifying if the e-mail is sent or not. Finally, some filter could be in place on the receiving side that stops your messages. Try sending TO a different address and check your FROM address. These are the guestbook e-mail (FROM) and admin e-mail (TO) fields in configuration. Concerning the ajax, I can only speculate it is related to your windows server setup. Unfortunately I cannot help here, sorry about that. I see how with the captcha alone, you can still get spam through, the guestbook is basically a rock with both systems active, or even ajax alone as I have here, but captcha alone is somehow weak because OCR technologies are getting better. Indeed moderation gives you the opportunity to block all spam from showing, but still gives you some work in reviewing and deleting messages. The recent feature of bulk deleting messages should help you here, not sure if your current version has this feature, otherwise e-mail me and I will send you the last version. Your server logs should/could help you with both the e-mail and the ajax problem, I suggest you have a look there. Hope this helps. |