{include file='inc/_header.html'} {if $unit == 'security'} {block_page}
{print_configs section='site.additional.profile' exclude='captcha_on_join,enable_no_follow' caption=' '}
{/block_page} {elseif $unit == 'country'} {block_page} {print_configs section='security' exclude='enable' caption=' '}
Available Countries Blocked Countries
    {foreach from=$countries.white item='black'}
  1.  {$black.name}
  2. {/foreach}


    {foreach from=$countries.black item='white'}
  1.  {$white.name}
  2. {/foreach}
 Check all  Check all
{/block_page} {elseif $unit == 'search'} {block_page}
Find blocked IP

Add IP to black list
Note
Members with blocked IP/E-mail
can not Sign up again and Sign in from blocked IP/E-mail.


{/block_page} {elseif $unit == 'status'} {block_page} {print_configs section='security' exclude='enable_block_ip' caption='StopForumSpam IP blocking'}
Statistics
Spammers joins blocked today {$status.count_spam_attempt.value}
Total IP's in StopForumSpam database {$status.count_ip_list.value}
Total Emails in StopForumSpam database {$status.count_email_list.value}
Database last update {$status.time_update_database.value|spec_date}
{/block_page} {elseif $unit == 'blocked_ip'} {block_page}
Blocked IP manager
Add blocked IP

{if $find_ip}
Search result
{$find_ip}

{/if}
Note
Members with blocked IP
can not Sign up again and Sign in from blocked IP.
Find blocked IP
{/block_page} {elseif $unit == 'blocked_ip_list'} {block_page} {foreach from=$_blocked_list_info.list item=_item name=ip_list} {/foreach} {if $_blocked_list_info.total > $current_limit} {/if}
List of blocked IP
{$_item}
{$navigation_pages}
{/block_page} {/if} {include file='inc/_footer.html'}