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

📄 lostpassword.pl

📁 这个社区是虚拟社区使用的程序
💻 PL
字号:
################################################################################ LostPassword.pl                                                             ################################################################################# UltraBoard Ver. 1.61 by UltraScripts.com                                    ## Scripts written by Jacky W.W. Yung, WebMaster@UltraScripts.com              ## Available from http://www.UltraScripts.com/UltraBoard/                      ## --------------------------------------------------------------------------- ## PROGRAM NAME : UltraBoard                                                   ## VERSION : 1.61                                                              ## LAST MODIFIED : 30/06/1999                                                  ## =========================================================================== ## COPYRIGHT NOTICE :                                                          ##                                                                             ## Copyright (c) 1999 Jacky Yung. All Rights Reserved.                         ##                                                                             ## This program is free software; you can change or modify it as you see fit.  ## However, modified versions cannot be sold or distributed.  You cannot alter ## the copyright and "powered by" notices throughout the scripts. These        ## notices must be clearly visible to the end users.                           ##                                                                             ## WARRANTY DISCLAIMER:                                                        ##                                                                             ## THIS PROGRAM IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, BUT WITHOUT ## ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR       ## FITNESS FOR A PARTICULAR PURPOSE.                                           ################################################################################################################################################################ LostPassword                                                                ################################################################################sub LostPassword {    $Group="Guest";	$HTML.=	"<p>".&Form("UltraBoard.$Ext","POST","","").			&HiddenBox("Action","DoLostPassword").			&HiddenBox("Type",$in{'Type'}).			&HiddenBox("Category",$in{'Category'}).			&HiddenBox("Board",$in{'Board'}).			&HiddenBox("Post",$in{'Post'}).            &HiddenBox("ID",$in{'ID'}).            &HiddenBox("Idle",$in{'Idle'}).            &HiddenBox("Sort",$in{'Sort'}).            &HiddenBox("Order",$in{'Order'}).            &HiddenBox("Page",$in{'Page'}).			&BTable($TableWidth,$TableAlign,"0","0",$TableCellSpacing,$TableCellPadding,$TableBorderColor,"","").				&Tr("","",$HeaderBGColor).					&Td("","","2","","","","","","").						&Font($FontFace,$HeaderTextSize,$HeaderTextColor).							"<b>忘记了密码</b>".						"</font>".					"</td>".				"</tr>".				&Tr("","",$CategoryBGColor).					&Td("","","2","","","","","","").						&Font($FontFace,$CategoryNameTextSize,$CategoryTextColor).							"<b>用户名</b>".						"</font>".					"</td>".				"</tr>".				&Tr("","",$RowOddBGColor).					&Td("","","2","","","","","","").						&TextBox("LUserName",$Cookies{'UserName'},$TextBoxSize,"","width:$IETextBoxSize").					"</td>".				"</tr>".				&Tr("","",$CategoryBGColor).					&Td("","","2","","","","","","").						&Font($FontFace,$CategoryNameTextSize,$CategoryTextColor).							"<b>电子邮件</b> ".						"</font>".					"</td>".				"</tr>".				&Tr("","",$RowOddBGColor).					&Td("","","2","","","","","","").						&TextBox("Email","",$TextBoxSize,"","width:$IETextBoxSize").					"</td>".				"</tr>".				&Tr("","",$CategoryBGColor).					&Td("","","2","","","","","","").						"<center>".&Submit("","取  回","width:$IETextBoxSize")."</center>".					"</td>".				"</tr>".				&Tr("","",$MenuBGColor).					&Td("","","2","","","","","","").						&PrintVersion().					"</td>".				"</tr>".			"</table></td></tr></table>".			"</form>";	&PrintTheme("$UBName - 忘记了密码",$HTML);	exit;}###############################################################################1;# End of LostPassword Function###############################################################################

⌨️ 快捷键说明

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