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!

Re: Take away IP number?

Is there anyone that could help me with the question please?

Re: Take away IP number?

yer i think you can do it in permitions or options in the administration panel

Re: Take away IP number?

flyrib wrote:

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'];
Carpe diem