Jump to content


Guestbook 3 - doesen't work - funktioniert nicht


  • You cannot reply to this topic
5 replies to this topic

#1 Hurz

    Etomite Forum Newbie

  • Member
  • 23 posts

Posted 07 August 2007 - 09:11 AM

Hi!

Ich habe guestbook3 installieren wollen. Es hat aber nicht geklappt.
I wanted to install guestbook3 but it doesent work.

Es kommt "Die Website wurde nicht gefunden" wenn man einen neuen Eintrag schreiben möchte.
When I want to write a new Message it displays "Website not found"


Ich habe einen gbadmin angelegt und als defaultadmin definiert.
I created "gbadmin" and defined as defaultadmin.

"Dutch language" habe ich in german language geändert. Was muss ich noch machen?
I changed "Dutch language" in german language. What can I do to make it work?

Thanks,
Steffen

Edited by Hurz, 07 August 2007 - 07:49 PM.


#2 Hurz

    Etomite Forum Newbie

  • Member
  • 23 posts

Posted 07 August 2007 - 07:51 PM

So it doesn't work because of the friendly url's.

What can I do to make it working????

#3 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,524 posts
  • Gender:Male

Posted 08 August 2007 - 12:27 AM

PM me a copy of your snippet code, in its present form, and I will attempt to resolve the issue... I wrote the original GuestBook snippet so I should be able to fix newer versions...

#4 Hurz

    Etomite Forum Newbie

  • Member
  • 23 posts

Posted 08 August 2007 - 09:37 AM

So I have one more problem.

When I activate "Friendly aliases" the navigation doesn't work. There comes a 404

I don't know why.

_______________________________________________

I took the first version of the guestbook. it works.

Friendly aliases works now too.

Edited by Hurz, 09 August 2007 - 04:38 PM.


#5 Hurz

    Etomite Forum Newbie

  • Member
  • 23 posts

Posted 25 November 2007 - 10:33 PM

Hi! I have hundrets of Sex-Spam-Posts in my guestbook every month.
Hallo! Ich habe in meinem Gästebuch in letzter Zeit 100te Sex-Spam-Einträge.

Is there any possibillity to include a Chapta?!
Gibts da eine Möglichkeit via Chapta eine Sicherheitsabfrage einzubauen?!

Or are there any scripts available - ready to use?!
Bzw. gibts dafür fertige Scripts??

Thanks a lot for your help...
Danke schon mal!

Edited by Hurz, 25 November 2007 - 10:35 PM.


#6 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,524 posts
  • Gender:Male

Posted 26 November 2007 - 02:06 PM

View PostHurz, on Nov 25 2007, 05:33 PM, said:

Hi! I have hundrets of Sex-Spam-Posts in my guestbook every month.
Hallo! Ich habe in meinem Gästebuch in letzter Zeit 100te Sex-Spam-Einträge.

Is there any possibillity to include a Chapta?!
Gibts da eine Möglichkeit via Chapta eine Sicherheitsabfrage einzubauen?!

Or are there any scripts available - ready to use?!
Bzw. gibts dafür fertige Scripts??

Thanks a lot for your help...
Danke schon mal!
Yes, CAPTCHA can be added to virtually any form-based snippet... You can copy ideas from any of the existing snippets that make use of this feature... The authenticate_visitor snippet is one example... Essentially, what you need is a call to $etomite->getCaptchaCode($alt='CaptchaCode', $title='Security Code', $width="148", $height="80"), which doesn't require that any parameters be sent in the call if you would rather use $etomite->getCaptchaCode(), and then test for a valid code in your form processing code using $etomite->validCaptchaCode($captchaCode) which checks the code input and returns a boolean true or false... The call to getCaptchaCode() returns an XHTML compliant <img> tag so all you need to provide is the form input tag for code entry...





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users