home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
FAQ
/
discus_admin_1357211388
/
template
/
admin
/
badlogin.tmpl
< prev
next >
Wrap
Text File
|
2009-11-06
|
4KB
|
128 lines
# FILE: badlogin.tmpl
# DESCRIPTION: Error message when you fail to access administration
# Copyright (c) 2002, DiscusWare, LLC, all rights reserved
# -------------------------------------------------------------------------------------------
<!--BEGIN-->
<html><head><title>Bad Login Error</title>
<style>
p { margin-left: 2pt; }
</style>
</head>
<body bgcolor=#ffffff text=#000000 link=#0000ff vlink=#0000ff>
$fs
<#if $general->{upgrade} == 0#>
<p>
<font size=5 color=#ff0000><b>BAD LOGIN</b></font>
</p>
<#if $general->{reason} == 0#>
<p>
Your attempt to access the administration section failed. Your username
and/or password was incorrect.
</p>
This failed attempt from
<#if $ENV{REMOTE_HOST} ne "" && $ENV{REMOTE_ADDR} ne $ENV{REMOTE_HOST}#>
$ENV{REMOTE_HOST} ($ENV{REMOTE_ADDR})
<#else#>
$ENV{REMOTE_ADDR}
<#endif#>
has been logged.
</p>
<#endif#>
<#if $general->{reason} == 1#>
<p>
Your attempt to access the administration section failed. This error
generally occurs only if you have not enabled cookies within your browser.
Check that your browser is set to accept cookies, and then click the
"Log In Again" link from the main menu to re-attempt your login.
</p>
<#endif#>
<#if $general->{reason} == 2#>
<p>
Your attempt to access the administration section failed. This error
generally occurs if you have toggled the database on or off, and you did
not export/import the database immediately before you toggled the database.
</p>
<p>
This error can also occur if you have not enabled cookies within your browser.
</p>
<p>
Check that your browser is set to accept cookies, and then click the
"Log In Again" link from the main menu to re-attempt your login.
</p>
<#endif#>
<#if $general->{reason} == 4#>
<p>
Your attempt to access this portion of the administration program has failed.
This functionality is reserved for the board administrator and is not available
to regular moderators.
</p>
<#endif#>
<#if $general->{reason} == 5#>
<p>
Your attempt to access this portion of the administration program has failed.
You do not have privileges to access or edit the topic you selected. Such
privileges are assigned by the board administrator using the Topic Manager.
</p>
<#endif#>
<#if $general->{reason} == 6#>
<p>
Your attempt to access this portion of the administration program has failed.
You do not have privileges to access or edit this group of users. Such
privileges are assigned by the board administrator using the Group Manager.
</p>
<#endif#>
<#endif#>
<#if $general->{upgrade} == 1#>
<p>
<font size=5 color=#ff0000><b>UPGRADE FAILURE</b></font>
</p>
<p>
Discus 4.0 is equipped to handle upgrades from version 3.10 and later only.
</p>
<p>
Your data from Discus
{#if $general->{code} == 1#}3.00/3.01
{#if $general->{code} == 2#}2.50
{#if $general->{code} == 3#}2.40
{#if $general->{code} == 4#}2.30 or before
cannot be directly used in this version.
</p>
<p>
You have two options at this point:
</p>
<ol>
<li><p>Upgrade your board to version 3.10 (available from the DiscusWare web site).
</p><p>Once that upgrade is properly installed, upgrade to this version.</p></li>
<li><p>Start over, losing all topics and user data.</p></li>
</ol>
<p>
<a href="http://support.discusware.com/center/resources/errors/upgrfail.html" target="_top">Click here</a>
for more information concerning this error.
</p>
<#endif#>
<#if $general->{upgrade} == 2#>
<p>
<font size=5 color=#ff0000><b>LOGINS DISABLED</b></font>
</p>
<p>
Logins of moderators into the administration program are disabled until the
board administrator completes the upgrade of this discussion board.
</p>
<#endif#>
</font>
</body>
</html>
<!--END-->