I need to give for everyone who create acc in my site, and premdays too ..
premdays = premmy in database
viptime = vip in database
config.php
<php
// ACCOUNT config
$config['site']['one_email'] = 0; // one e-mail can be used only to create one account 0 / 1
$config['site']['email_days_to_change'] = 2; // how many days user need to change e-mail to account - block hackers
$config['site']['newaccount_premdays'] = 3; // how many days receive new account
$config['site']['access_tickers'] = 3;
$config['site']['newaccount_viptime'] = 3;
/>
premdays = premmy in database
viptime = vip in database
config.php
<php
// ACCOUNT config
$config['site']['one_email'] = 0; // one e-mail can be used only to create one account 0 / 1
$config['site']['email_days_to_change'] = 2; // how many days user need to change e-mail to account - block hackers
$config['site']['newaccount_premdays'] = 3; // how many days receive new account
$config['site']['access_tickers'] = 3;
$config['site']['newaccount_viptime'] = 3;
/>