Topic: Take away IP number?
Hello, does anybody know how I can take away the limitations off register more than one user with the same IP-number without any timelimitations?
thank you beforehand!
Unfortunately no one can be told what PunBB is - you have to see it for yourself.
You are not logged in. Please login or register.
Hello, does anybody know how I can take away the limitations off register more than one user with the same IP-number without any timelimitations?
thank you beforehand!
Is there anyone that could help me with the question please?
yer i think you can do it in permitions or options in the administration panel
Hello, does anybody know how I can take away the limitations off register more than one user with the same IP-number without any timelimitations?
thank you beforehand!
Yes, I miss that option too.
Let this be a feature or extension request. ))
Regarding 1.3, this check is done here: http://punbb.informer.com/trac/browser/
r.php#L122
You can make a simple extension using rg_qr_check_register_flood hook:
$query = array();Dirty quick fix is to comment out the lines:
130 $result = $forum_db->query_build($query) or error(__FILE__, __LINE__);
131 if ($forum_db->num_rows($result))
132 $errors[] = $lang_profile['Registration flood'];Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.