⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sendpwd.php

📁 FTB安装版 v1.3(虚拟形象)FTB安装版 v1.3(虚拟形象)
💻 PHP
字号:
<?
require("userdata/style.php");
require("global.php");
$add_title=" &gt; 密码发送";
require("header.php");echo"$headertp";
headguide('你正处在论坛的密码发送程式中','发送密码','','no');
?>
<br>
<table width="<?=$tablewidth?>" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="<? echo $bordercolor; ?>">
<tr> 
    <td> 
      <table width="100%" border="0" cellspacing="1" cellpadding="3">
	  <? if (empty($step2)) { ?>
       <form action="sendpwd.php" method=POST name="form1" > <tr bgcolor="<? echo $titlecolor; ?>"> 
          <td bgcolor=<?=$titlecolor?> height=25><font color=#000000>利用论坛的用户发送密码(我记得用户名)</font></td>
        </tr>
        <tr bgcolor="#FFFFFF"> 
          <td>
          <? if (empty($step)) { ?>
          <br>
            密码邮件发送程序!<br>
              请输入您的用户名: 
              &nbsp;&nbsp;<input type="text" name="user" size="16" style="background-color:#ffffff; color:#FF90CD; border: 1 double #B4B4B4" onMouseOver = "this.style.backgroundColor = '#E5F0FF'" onMouseOut = "this.style.backgroundColor = ''">&nbsp;&nbsp;&nbsp;<input type="submit" value="送出资料" style="height:20px;background-color:#f3f3f3;border:1 solid black" onMouseOver ="this.style.backgroundColor='#FFC864'" onMouseOut ="this.style.backgroundColor='#f3f3f3'">
          <input type=hidden value=2 name=step>
              <br>
              <br>
            </td>
        </tr>
<? }
else {require("bbsdata/config.php");
	$temp=get_user_info($user);
	if ($temp==0) {echo "<br>无此用户,拜托,不要乱输入";exit;}
		else {
			echo "<br>正在连接...";
			$email=$temp[4];
			$password=$temp[2];
			$emailsubject="重发密码";
$message="<html><head><style type=\"text/css\">
<!--
option, textarea, input {   FONT-FAMILY:verdana,arial;color:#000000; FONT-SIZE: 12px; }
table,select{font-size: 9pt ; color:#333333; }
a {color:#333333;font-size: 9pt;text-decoration:none; }
a:hover {text-decoration:overline underline;}
a:active {color:#FF6699;}
--></style><title>论坛密码回执</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">
</head><body bgcolor=\"#FFFFFF\">
<table width=450 border=0 cellspacing=1 cellpadding=1 align='center' bgcolor='BBBBBB'>
<tr><td><table width='100%' border='0' cellspacing=0 cellpadding=0 bgcolor='#FFFFFF'>
<tr><td bgcolor='9bacdc'><a href=\"{$script_pos}index.php\">$bbs_title</a> -&gt; 用户情况:</td>
</tr><tr><td>&nbsp;</td>
</tr><tr><td>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -