Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - T

Pages: [1]
1
Mods & Plugins (Releases & Support) / Re: [MOD] Contact Form
« on: October 02, 2006, 03:43:59 PM »
Hi, can somebody tell me how can I integrate "captcha" to this form? I use 1.7.3
thanks!

There is now a modifikation to add captcha to this form, but it is not the same captcha as in 1.7.3

http://www.4homepages.de/forum/index.php?topic=11405.msg79628#msg79628

2
I am coding it for the contact form. I think it should be ready after this week-end.

EDIT: Now you can put it into your contact form... just download the file which I added

Das ganze ist jetzt auch für das kostenpflichtige Kontaktformular verfügbar. Einfach die Datei runterladen und die Änderungen vornehmen.


3
In 1.7.3 this feature is already included. You dont need this mod.

4
Installed the script but it keeps saying that the security code was inputted wrong.  I have GD installed...is there anything I missed?

could you paste a link to your 4images-gallery please?

5
I think it requires GD Library.

6
For instance, does this block :

Quote

/* ## Safety script ## */
mt_srand((double)microtime()*1000000);
$comment_sicherheit = mt_rand(000001,999999);
$comment_sicherheit = str_replace('=', '´|´', base64_encode(base64_encode($comment_sicherheit)));
/* ## Safety script ## */


also prevents the usage of random image IDs over the URL bar ? ;)

No, it doesn't. It only encodes the image ID and sends it into a variable.

7
I have one question for this MOD (if you don't mind). Does this restriction also applys from URL ? ;)

Sorry, but I don't understand what you're talking about. Can you give me an example?

8
Hi,

irgendwie interessant aber ich habe bisher noch keine Spam Einträge gehabt. Weder von Bots noch von anderen Leuten. Liegt aber wohl eher da dran das bei mir nur registrierte User Kommentare schreiben dürfen.

Aber auch wenn nicht, mich persönlich würde das ein wenig nerven wenn ich bei jedem Kommentar den ich schreibe einen Code eingeben muss.

Bitte nicht persönlich nehmen, ist nur meine Meinung.

Ja, aber ich habe den Code auf Wunsch gemacht, da ein User das Posten durch Gäste nicht abschalten wollte.
Hallo gheelho,

... danke für die Veröffentlichung des MODs ... !
... folgendes Problem habe ich jedoch mit der Installation ...
... die sicherheit.php erzeugt bei mir nur das Hintergrundbild mit den Linien jedoch ohne Zahlencode ... ?
... konnte von daher auch die weitere Funktionalität nicht prüfen ...
... habe mal einen Bilck in die sicherheit.php getan ...
... Zeile 32 : $text_width = $font_width * strlen($zahl); ...
... $font_width ... ist nicht definiert ... ?
... Zeile 35 : ImageString($pic, 6, $pic_center_x, $pic_center_y, $RandInt, $text); ...
... $RandInt ... ist nicht definiert ... ?
... für mich einige Ungereimtheiten ... kannst du die ganze sicherheit.php nochmals checken ... !

danke mawenzi

Habe die Sicherheit.php gefixed. Eine neue Version ist nun downloadbar.

9
Hallo,

ich habe für die 4images Galerie 1.7.1 ein Sicherheitscode - Script geschrieben, welches gegen Spam durch Bots o.ä. wirken soll.

Hierbei muss man ein Bild mit 4-6 Zahlen abtippen und der Kommentar wird nur beim richtigen abtippen gepostet.

Download am Ende des Postings; Fragen und Support per E-Mail.

#######

Hello,

I wrote an safety or secure code - script for 4images gallery 1.7.1. The script should stop spam e.g. through bots.

Usage: You must copy a pircture with 4-6 characters (numbers). When you copied it right, your command will be posted. Otherwise, your comment will be deleted.

download at the bottom of this posting; questions and support via e-mail.

Sorry for my bad english.

#######

EDIT: Fehler in der Datei sicherheit.php behoben. / Error in sicherheit.php fixed.

Pages: [1]