📄 emailtemplates.php
字号:
<?
//Login Manager
//
//Member Management System, Version 3.0
//Easebay Resources, 2002-2004.
//Website: www.easebayresources.com
//Email: services@easebayresources.com
require_once ('auth.php');
require_once ('authconfig.php');
require_once ('check.php');
if ($check["uname"] != 'admin')
{
// Feel free to change the error message below. Just make sure you put a "\" before
// any double quote.
print "<font face=\"Arial, Helvetica, sans-serif\" size=\"5\" color=\"#FF0000\">";
print "<b>Illegal Access</b>";
print "</font><br>";
print "<font face=\"Verdana, Arial, Helvetica, sans-serif\" size=\"2\" color=\"#000000\">";
print "<b>You do not have permission to view this page.</b></font>";
exit; // End program execution. This will disable continuation of processing the rest of the page.
}
?>
<html>
<head>
<title>Login Manager Admin Panel</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.style10 {
font-family: Arial;
font-size: 12pt;
font-weight: bold;
color: #FF6633;
}
.style20 {font-family: Arial; color: #000099; font-size: 10pt; }
.style21 {
font-family: Arial;
font-size: 12pt;
font-weight: bold;
color: #660000;
}
a:link { color: #0000cc }
a:visited { color: #0000cc }
a:hover { color: #ff0000 }
a:active { color: #00CC99 }
a { color: #F4f4f4; text-decoration: none; font-style: bold; font-family: arial;
font-size: 12 }
.style35 {font-family: Arial; color: #000099; font-size: 10pt; font-weight: bold; }
.style50 {
font-family: Arial;
font-size: 10pt;
font-weight: bold;
color: #000099;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="743" align="center" cellpadding="0" cellspacing="0" bordercolor="#111111" id="AutoNumber1" style="border-collapse: collapse; border: 1px solid #666699; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1">
<tr>
<td width="164" height="299" valign="top" bgcolor="#FFFFCC"><table width="164" border="0" cellspacing="0" cellpadding="3">
<tr>
<td width="158" height="60" bgcolor="#FFFFCC"><div align="center"><span class="style10"><br>
<img src="lmlogo.jpg" width="137" height="43"><br>
</span></div></td>
</tr>
<tr>
<td height="7" bgcolor="#FFFFCC"><div align="center"><img src=line.gif width=158 height="1" border=0></div></td>
</tr>
<tr>
<td height="32" bgcolor="#FFFFCC"><div align="left"><span class="style35"> <img src="bullet.gif" width="11" height="10"><a href="index.php">View Status</a> </span></div></td>
</tr>
<tr>
<td height="32" bgcolor="#FFFFCC"><div align="left"><span class="style35"> <img src="bullet.gif" width="11" height="10"><a href="group.php">Protected Directory</a></span></div></td>
</tr>
<tr>
<td height="32" bgcolor="#FFFFCC"><div align="left"><span class="style35"> <img src="bullet.gif" width="11" height="10"><a href="search.php">Member Search</a></span></div></td>
</tr>
<tr>
<td height="32" bgcolor="#FFFFCC"><div align="left"><span class="style35"> <img src="bullet.gif" width="11" height="10"><a href="add_member.php">Add New Member</a></span></div></td>
</tr>
<tr>
<td height="32" bgcolor="#FFFFCC"><div align="left"><span class="style35"> <img src="bullet.gif" width="11" height="10"><a href="register_access.php">Signup Access</a></span></div></td>
</tr>
<tr>
<td height="32" bgcolor="#FFFFCC"><div align="left"><span class="style35"> <img src="bullet.gif" width="11" height="10"><a href="mailnotify.php">Mail Notification</a></span></div></td>
</tr>
<tr>
<td height="32" bgcolor="#FFFFCC"><div align="left"><span class="style50"> <img src="bullet.gif" width="11" height="10"><a href="emailtemplates.php">Email Templates</a></span></div></td>
</tr>
<tr>
<td height="32" bgcolor="#FFFFCC"><div align="left"><span class="style35"> <img src="bullet.gif" width="11" height="10"><a href="changepwd.php">Change Password</a></span></div></td>
</tr>
<tr>
<td height="32" bgcolor="#FFFFCC"><div align="left"><span class="style35"> <img src="bullet.gif" width="11" height="10"><a href="backup.php">Backup/Restore DB</a></span></div></td>
</tr>
<tr>
<td height="32" bgcolor="#FFFFCC"><div align="left"><span class="style35"> <img src="bullet.gif" width="11" height="10"><a href="<? echo $alogout; ?>">Logout</a></span></div></td>
</tr>
</table></td>
<td valign="top"><img src="vert_line.gif" border="0" width="2" height="1500"></td>
<td width="577" valign="top"><table width="577" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="577" height="691" valign="top"><p align="center"><br>
<span class="style21"> <br>
Email Templates </span></p>
<table width="442" height="35" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="430" height="35"><ul>
<li><span class="style20">Edit the following email templates, these will be the email contents sent to the users.</span></li>
<li><span class="style20">Use <%username%>, <%password%>,<%weburl%> to indicate user account and website information.</span></li>
<li><span class="style20">Must use the code: <font face=verdana size=1 color=blue><%weburl%>/login.php?username=<%username%>&vcode=<%code%></font> in "Creation of Signup Account" section, for activating signup account.</span></li>
</ul></td>
</tr>
</table>
<?
$v_sbm=$_POST['sbm'];
$v_addmember=$_POST['addmember'];
$v_editmember=$_POST['editmember'];
$v_signup=$_POST['signup'];
$v_lostpass=$_POST['lostpass'];
$v_add_subject=$_POST['add_subject'];
$v_add_message=$_POST['add_message'];
$v_edit_subject=$_POST['edit_subject'];
$v_edit_message=$_POST['edit_message'];
$v_signup_subject=$_POST['signup_subject'];
$v_signup_message=$_POST['signup_message'];
$v_lostpass_subject=$_POST['lostpass_subject'];
$v_lostpass_message=$_POST['lostpass_message'];
$connection = mysql_connect($dbhost, $dbusername, $dbpass);
$SelectedDB = mysql_select_db($dbname);
if ($v_sbm==' Save ') {
$g=0;
$err="";
if(trim($v_add_subject)=='') {
$err .="Subject of \"Add New Member\" is blank.<br>";
$g=1;
}
if(trim($v_add_message)=='') {
$err .="Contents of \"Add New Member\" is blank.<br>";
$g=1;
}
if(trim($v_edit_subject)=='') {
$err .="Subject of \"Edit Member\" is blank.<br>";
$g=1;
}
if(trim($v_edit_message)=='') {
$err .="Contents of \"Edit Member\" is blank.<br>";
$g=1;
}
if(trim($v_signup_subject)=='') {
$err .="Subject of \"Creation of Signup Account\" is blank.<br>";
$g=1;
}
if(trim($v_signup_message)=='') {
$err .="Contents of \"Creation of Signup Account\" is blank.<br>";
$g=1;
}
if(trim($v_lostpass_subject)=='') {
$err .="Subject of \"LostPassword Retrieval\" is blank.<br>";
$g=1;
}
if(trim($v_lostpass_message)=='') {
$err .="Contents of \"LostPassword Retrieval\" is blank.<br>";
$g=1;
}
else {
mysql_query("delete from emailtemplates where name='$v_addmember'");
mysql_query("insert into emailtemplates (name,subject,contents) values ('addmember','$v_add_subject','$v_add_message')");
mysql_query("delete from emailtemplates where name='$v_editmember'");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -