📄 admin_menu.asp
字号:
</table><%
End If
'If they want setup menu
If Request.QueryString("C") = "setup" Then
%>
<br />
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableBorder">
<tr>
<td class="tableLedger">Configuration Tools </td>
</tr>
<tr class="tableRow">
<td><a href="admin_web_wiz_forums_configuration.asp<% = strQsSID1 %>">Web Wiz Forums Configuration</a><br />
Use this option to setup and configure how Web Wiz Forums will run.</td>
</tr>
<tr class="tableRow">
<td><a href="admin_change_admin_username.asp<% = strQsSID1 %>">Change Super Admin Username and Password</a><br />
This is highly recommended for higher security to prevent unauthorised persons access this Admin Control Panel.</td>
</tr>
<tr class="tableRow">
<td><a href="admin_email_notify_configure.asp<% = strQsSID1 %>">Email Settings</a><br />
Configure email settings and enable email features such as email notification, email account activation, etc.</td>
</tr>
<tr class="tableRow">
<td><a href="admin_pm_calendar_configuration.asp<% = strQsSID1 %>">Private Messaging and Calendar Settings </a><br />
Enable and Configure Private Messaging and Event Calendar Settings.
</td>
</tr>
<tr class="tableRow">
<td><a href="admin_upload_configure.asp<% = strQsSID1 %>">Upload Settings</a><br />
Allow users to upload images and files in their posts, also setup Avatar uploading.</td>
</tr>
<tr class="tableRow">
<td><a href="admin_date_time_configure.asp<% = strQsSID1 %>">Date and Time Settings</a><br />
This option allows you to set the global date and time format as well as any time off-set you need to have if your hosting is within a different time zone. </td>
</tr>
</table>
<br />
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableBorder">
<tr>
<td class="tableLedger">Skin</td>
</tr>
<tr>
<td class="tableRow"><a href="admin_skin_configure.asp<% = strQsSID1 %>">Configure Forum Skin</a><br />
From this option you can apply a new skin to your forums and change the name, look, and feel of your forum. </td>
</tr>
</table>
<%
End If
If (Request.QueryString("C") = "setup" OR Request.QueryString("C") = "admin") AND blnLCode = True Then
%>
<br />
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableBorder">
<tr>
<td class="tableLedger">Web Wiz Forums </td>
</tr>
<tr>
<td class="tableRow"><a href="admin_server_test.asp<% = strQsSID1 %>">Server Compatibility Test </a><br />
Check that the server your site is hosted on and your web host have the correct requirements to run Web Wiz Forums. </td>
</tr>
<tr>
<td class="tableRow"><a href="http://www.webwizforums.com/update.asp?v=<% = Server.URLEncode(strVersion) %>" target="_blank">Check for updates</a><br />
Check for updates to the Web Wiz Forums application version
<% = strVersion %>
. </td>
</tr>
<tr>
<td class="tableRow"><a href="http://www.webwizguide.com/license/" target="_blank">License Agreement</a><br />
View a copy of the latest License Agreement for this software. </td>
</tr>
<tr>
<td class="tableRow"><a href="http://www.webwizforums.com" target="_blank">About</a><br />
About Web Wiz Web Wiz Forums.</td>
</tr>
</table>
<%
End If
'If they want security menu
If Request.QueryString("C") = "security" Then
%>
<br />
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableBorder">
<tr>
<td class="tableLedger">Permissions</td>
</tr>
<tr class="tableRow">
<td><a href="admin_group_permissions_form.asp<% = strQsSID1 %>">Set Group Permissions</a><br />
Setup or change Group Permissions </td>
</tr>
<tr class="tableRow">
<td><a href="admin_find_user.asp<% = strQsSID1 %>">Set Individual Member Permissions</a><br />
From this option you can configure permissions for individual Members.</td>
</tr>
</table>
<br />
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableBorder">
<tr>
<td class="tableLedger">Security and Anti-SPAM </td>
</tr>
<tr class="tableRow">
<td><a href="admin_close_forums.asp<% = strQsSID1 %>">Security Lock Down </a><br />
From this option you can Lock the Forums so that no-one can post, register, login. etc. on the forum. Useful if you forum comes under attack or you just need to close it for maintenance. </td>
</tr>
<tr class="tableRow">
<td><a href="admin_spam_configure.asp<% = strQsSID1 %>">Anti-SPAM Flood Control Configuration</a><br />
Configure Anti-SPAM Flood Control settings so you don't get members spamming the forum with 1,000's of unwanted or abusive posts.</td>
</tr>
<tr class="tableRow">
<td><a href="admin_bad_word_filter_configure.asp<% = strQsSID1 %>">Configure the Bad Word Filter</a><br />
Configure the Bad Word Filter to block words that you feel are not appropriate to your forum.</td>
</tr>
<tr class="tableRow">
<td><a href="admin_ip_blocking.asp<% = strQsSID1 %>">IP Address Banning</a><br />
Ban IP addresses and ranges. Anyone in a blacklisted ranges will only have limited capabilities within the forum system. </td>
</tr>
<tr class="tableRow">
<td><a href="admin_email_domain_blocking.asp<% = strQsSID1 %>">Email Address Banning</a><br />
Use this option to block Email address and Email Domains from being registered on the board.</td>
</tr>
<tr class="tableRow">
<td><a href="admin_suspend_registration.asp<% = strQsSID1 %>">Suspend New Registrations</a><br />
From this option you can Suspend New Users from Registering to use the forum.</td>
</tr>
</table><%
End If
'If they want tools menu
If Request.QueryString("C") = "tools" Then
%>
<br />
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableBorder">
<tr>
<td class="tableLedger">Forum Tools </td>
</tr>
<%
'If this is an access database show the compact and repair feature
If strDatabaseType = "Access" Then %>
<tr class="tableRow">
<td><a href="admin_compact_access_db.asp<% = strQsSID1 %>">Compact and Repair Access Database</a><br />
Form here you can compact and repair your Forums Access database to increase performance.</td>
</tr>
<%
End If
%>
<tr class="tableRow">
<td><a href="admin_resync_forum_post_count.asp<% = strQsSID1 %>">Re-sync Topic and Post Count</a><br />
Re-sync the Topic and Post Count display for the forum's</td>
</tr>
<tr class="tableRow">
<td><a href="admin_archive_topics_form.asp<% = strQsSID1 %>">Batch Lock Old Topics</a><br />
Batch lock old Topics allows you to batch lock Topics that haven't been posted in for sometime.</td>
</tr>
<tr class="tableRow">
<td><a href="admin_batch_delete_posts_form.asp<% = strQsSID1 %>">Batch Delete Topics</a><br />
Clean out the Forum Database by batch deleting topics that have not been posted in for sometime.</td>
</tr>
<tr class="tableRow">
<td><a href="admin_batch_move_topics_form.asp<% = strQsSID1 %>">Batch Move Topics</a><br />
Batch move Topics from one forum to another.</td>
</tr>
<tr class="tableRow">
<td><a href="admin_batch_delete_pm_form.asp<% = strQsSID1 %>">Batch Delete Private Messages</a><br />
Clean out the Forum Database by batch deleting old Private Messages.</td>
</tr>
<tr class="tableRow">
<td><a href="admin_batch_delete_members_form.asp<% = strQsSID1 %>">Batch Delete Members</a><br />
Clean out the Forum Database by batch deleting Members who have never posted.</td>
</tr>
</table>
<br />
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableBorder">
<tr>
<td class="tableLedger">Import Tool</td>
</tr>
<tr>
<td class="tableRow"><a href="admin_db_import_members_form.asp<% = strQsSID1 %>">Import Members from External Database</a><br />
This tool allows you to import members from an external database, such as another forum system, CMS, etc. </td>
</tr>
</table><%
End If
%>
<!-- #include file="includes/admin_footer_inc.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -