Ok version 0.2.
Added browser fingerprint and ip check (even if behind proxy or loadbalancer).
If you want some special configuration put this somewhere in your config.php for example
# Secret can contain anything its the base for the secret part for the hash
define ('WB_SECFORM_SECRET','whatever you like');
# shall we use fingerprinting true/false
define ('WB_SECFORM_USEFP', true);
# Timeout till the form token times out. Integer value between 0-86400 seconds (one day)
define ('WB_SECFORM_TIMEOUT', 3600);
# Name for the token form element only alphanumerical string allowed that starts whith a charakter
define ('WB_SECFORM_TOKENNAME','my3form3');
# how many blocks of the IP should be used in fingerprint 0=no ipcheck, possible values 0-4
defined ('WB_SECFORM_USEIP',2);
Just wanted to mention that this is code is not cleaned up at all if no useage problems occure i clean it up whith the next versions .
Btw. is anyone has an idea what this IDKEY is exactly doing please feel free to explain.
(or maybe where i can find a decent explanation)
[gelöscht durch Administrator]