Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Guestbook v4.05

Asked Modified Viewed 146,290 times
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
  • Started this discussions
asked
Veteran Member

Hi,
I published a new version of the guestbook infusion :)

Features:

- Three-Way Spam Protection:
+ Captcha
+ Spam Word List
+ Flood Control
- guestbook can be moderated
- admin can add a comment/response
- administration with a lot of settings
- very secure
- W3C valid
- Simple Update-and Import-System
- every spam attack will be logged
- notification to the admin via PM or E-Mail
- bbcodes, smileys and color codes
- about 16 language packs

Download:

http://basti2web.de/infusions/pro_dow...php?did=31

Changelog:

http://basti2web.de/infusions/guest_b...ngelog.txt

Readme:

http://basti2web.de/infusions/guest_b...dme_EN.txt

Thanks to:

Digitanium for the great CMS
muscapaul for updating the English and Dutch locale
lelebart for the Italian locale, w3c fixes etc.
xoriguer for the Catalan and Spanish locale
helmuth for the Danish locale
Korcsii for the Hungarian locale
Quartzkyte for updating the French locale
Domi for updating the Swedish locale
san-celluz for updating the Italian locale
Tubaplayer for the Norwegian locale
djcwaniak for the Polish locale
linjo for the Croation locale
KoLGe for the Azerbaijani locale
tammyK for suggestions
nikic for supporting my forum
amv70 for updating the Russian locale

I forgot someone? I am sorry, send me a PM ;)

If you have suggestions or if you find any bugs please report them!
And also please update the language files and publish them here!

Have a nice time without any spam :D
Edited by Basti on 23-02-2008 14:07,
0 replies

69 posts

B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
  • Started this discussions
answered
Veteran Member

You waited a long time. One week ;)
Now v4.03 is ready for downloadig :P
0 replies
T
TimBa
T
TimBa 10
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

I installed this Guestbook yesterday and I love it Thank you very much....

is there a way to make it use the image verification like the site register does instead of plain text?

it works great though was very easy to configure and install
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
  • Started this discussions
answered
Veteran Member

@TimBa: Of course, you can take the captcha like the one of register.php
Go into the administration of the guestbook and there you can select it ;)
0 replies
T
TimBa
T
TimBa 10
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Opps didn't see that there duh! haha Thanks alot works great
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
  • Started this discussions
answered
Veteran Member

No problem ;)

If you have any suggestions for next versions, please let me know them ;)
0 replies
— 1 month later —
M
mcollis
M
MCS Online Site Admin.
Http://mcsonline.gotdns.com

Powered by PHP-Fusion.
  • Junior Member, joined since
  • Contributed 38 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

Only problem i am getting with the guestbook (Great work btw) is the following:


Notice: Use of undefined constant gb_version - assumed 'gb_version' in C:\Inetpub\MCSOnline\infusions\guest_book\gb_functions.php on line 25

Notice: Undefined variable: guestbook_id in C:\Inetpub\MCSOnline\infusions\guest_book\guest_book.php on line 36
Edited by mcollis on 08-12-2007 16:25,
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
  • Started this discussions
answered
Veteran Member

Thank you for reporting this. On my webserver there are no errors, so I did not notice this. But I have a solution :)

Try this:
Open gb_functions.php
Find
define(gb_version, '4.03');

and delete this line

Open guest_book.php
Find
if (!isNum($guestbook_id)) $guestbook_id = "";

Replace with
if (isset($guestbook_id) && !isNum($guestbook_id)) $guestbook_id = "";


Please let me know, if it works fine now ;)
Edited by Basti on 08-12-2007 18:15,
0 replies
S
Sheldon
S
Sheldon King
Technical Administrator
IT Solutions Provider
  • Senior Member, joined since
  • Contributed 616 posts on the community forums.
  • Started 74 threads in the forums
answered
Senior Member

slaughter: all you need to do is change your php.ini for reporting errors to E_ALL and E_NOTICE
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
  • Started this discussions
answered
Veteran Member

I have no access to the php.ini
I only have a webspace packet by a hoster ;)

And on my localhost with xampp I don't get it work in php.ini

But it works with
error_reporting(E_ALL);

at the begin of the php-files.

Thank you, I will add it in maincore.php, when I write any Mods & Infs in the future :)
0 replies
M
mcollis
M
MCS Online Site Admin.
Http://mcsonline.gotdns.com

Powered by PHP-Fusion.
  • Junior Member, joined since
  • Contributed 38 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

Worked a treat slaughter.

Thanks.
0 replies
— 1 month later —
L
lelebart
L
I don't know! I don't know why I did it, I don't know why I enjoyed it, and I don't know why I'll do it again! Bart Simpson
  • Member, joined since
  • Contributed 133 posts on the community forums.
  • Started 21 threads in the forums
answered
Member

Quote

slaughter wrote:
No problem ;)

If you have any suggestions for next versions, please let me know them ;)

i've done some modification to valid w3c this great infusion! i hope it'd enjoy you! i named this version simply 4.03 (w3c valid) and not 4.04, but if you think to do it, do it!
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
  • Started this discussions
answered
Veteran Member

I was working on a new version with some service updates (the fix, which I wrote in this thread above, locale fixes, little changes, delete old code..).

I will take a look at your version and take your changes in the new version. But I have no time now, perhaps in one or two weeks.

If somebody else has any suggestions for next versions, so write them down, too :)

Thank you
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
  • Started this discussions
answered
Veteran Member

ok, here is the new version 4.04 :)

It is only a minor update: locale fixes, w3c fixes and old code removed. And there is a Croatian language pack and the admin layout has be changed a little bit by lelebart.

Next time, I am going to work for a major update, so far have fun ;)
0 replies
M
muscapaul
M
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

Sites: Diptera.info (site owner); Online-Keys.net (site owner); Sciomyzidae.info (site co-owner); muscapaul.com (defunct; site owner)
  • Veteran Member, joined since
  • Contributed 1,075 posts on the community forums.
  • Started 8 threads in the forums
answered
Veteran Member

I'll work on an update of the Dutch locale soon. It is quite horrendous... :(
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
  • Started this discussions
answered
Veteran Member

@muscapaul: Have you finished the update of the dutch locale?

Here is an updated language pack:
Polish

If somebody needs a Catalan language pack, then write it down. I have one.


And should I include in the next version bb-codes like in the board (look at the attachment)?
0 replies
M
msc
M
msc 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
answered
Newbie

Hi
I have just installed the guestbook.
But when i try to write a message i get this error.
"Fatal error: Call to undefined function: check_captcha() in /home/*****/fusion/infusions/guest_book/guest_book.php on line 90
I am trying to do this as a guest.
Do i have to cmod anything.
I also try to have picture validation but instaed i got a Red cross.

Hope u can help me.

Thx
Michael
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
  • Started this discussions
answered
Veteran Member

Did you read the Readme?

Quote

This version of the Guestbook is only for PHPFusion 6.01.12 or higher!!


Update to the last version of PHPFusion or wait until guestbook 4.05 is released. Guestbook 4.05 will work with older versions of PHPFusion, too.
0 replies
M
MrSimple
M
Make it work... keep it simple...
  • Senior Member, joined since
  • Contributed 324 posts on the community forums.
  • Started 7 threads in the forums
answered
Senior Member

Just a thought: isn't there a way to verify the needed PHPFusion version before an infusion is infused?
0 replies
M
msc
M
msc 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
answered
Newbie

Okay i did read the readme file. but missed the littel detail about version.

Thx for the great work.;)
0 replies
L
lelebart
L
I don't know! I don't know why I did it, I don't know why I enjoyed it, and I don't know why I'll do it again! Bart Simpson
  • Member, joined since
  • Contributed 133 posts on the community forums.
  • Started 21 threads in the forums
answered
Member

Quote

MrSimple wrote:
Just a thought: isn't there a way to verify the needed PHPFusion version before an infusion is infused?

idea:
$yourversion = $settings['version'];
$infusionrequired = "6.01.12";
if ($yourversion >= $infusionrequired) {
// here the intall code
} else {
echo "You're running v".$yourversion.". This infusion requires v".$infusionrequired." or higher. Please update your php-fusion to latest version.";
}
0 replies

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 69 posts
  • Votes 0 votes
  • Topic users 19 members

19 participants

S
S
Sheldon King
Technical Administrator
IT Solutions Provider
  • Senior Member, joined since
  • Contributed 616 posts on the community forums.
  • Started 74 threads in the forums
M
M
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

Sites: Diptera.info (site owner); Online-Keys.net (site owner); Sciomyzidae.info (site co-owner); muscapaul.com (defunct; site owner)
  • Veteran Member, joined since
  • Contributed 1,075 posts on the community forums.
  • Started 8 threads in the forums
H
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Answered 1 question
K
K
  • Senior Member, joined since
  • Contributed 289 posts on the community forums.
  • Started 12 threads in the forums
  • Answered 1 question
K
K
Former Senior Developer (v7.02) and Hungarian Translator
  • Member, joined since
  • Contributed 132 posts on the community forums.
  • Started 8 threads in the forums
M
M
msc 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
M
M
MCS Online Site Admin.
Http://mcsonline.gotdns.com

Powered by PHP-Fusion.
  • Junior Member, joined since
  • Contributed 38 posts on the community forums.
  • Started 8 threads in the forums
L
L
I don't know! I don't know why I did it, I don't know why I enjoyed it, and I don't know why I'll do it again! Bart Simpson
  • Member, joined since
  • Contributed 133 posts on the community forums.
  • Started 21 threads in the forums
W
W
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
D
D
DubSev 10
......................................
let's go f***ing mental! la la la la...
  • Senior Member, joined since
  • Contributed 285 posts on the community forums.
  • Started 5 threads in the forums
H
H
I love php-fusion
  • Member, joined since
  • Contributed 73 posts on the community forums.
  • Started 21 threads in the forums
D
D
Digalo 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
D
D
Dikkie 10
Also available on
Skype: superdikkie
Xfire: smokeydikkie
Msn: ask me smile
  • Junior Member, joined since
  • Contributed 36 posts on the community forums.
  • Started 3 threads in the forums
X
X
I am not always right, but I'm never wrong.
http://www.xessive.nl
  • Senior Member, joined since
  • Contributed 327 posts on the community forums.
  • Started 4 threads in the forums
B
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
  • Started this discussions
N
N
niena 10
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
M
M
Make it work... keep it simple...
  • Senior Member, joined since
  • Contributed 324 posts on the community forums.
  • Started 7 threads in the forums
T
T
TimBa 10
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 1 thread in the forums
L
L
lidelf 10
  • Newbie, joined since
  • Contributed 3 posts on the community forums.

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet