• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Znote Acc Maker

Bouczas

New Member
Joined
Mar 9, 2013
Messages
36
Reaction score
0
Hello guys, I have small problem with acc it's "Chill down. Your web activity is too big. max_activity" how can i change possible activity to higher or something to not disappear web?
 
Last edited:
PHP:
	$config['ip_security'] = array(
		'time_period' => 10, // In seconds
		'max_activity' => 10, // page clicks/visits
		'max_post' => 6, // register, create, highscore, character search such actions
		'max_account' => 1, // register
		'max_character' => 1, // create char
	);

There you have, in config.php
 
Back
Top