/
com/planet_ink/coffee_mud/Abilities/Common/
com/planet_ink/coffee_mud/Abilities/Diseases/
com/planet_ink/coffee_mud/Abilities/Druid/
com/planet_ink/coffee_mud/Abilities/Fighter/
com/planet_ink/coffee_mud/Abilities/Languages/
com/planet_ink/coffee_mud/Abilities/Misc/
com/planet_ink/coffee_mud/Abilities/Prayers/
com/planet_ink/coffee_mud/Abilities/Properties/
com/planet_ink/coffee_mud/Abilities/Skills/
com/planet_ink/coffee_mud/Abilities/Songs/
com/planet_ink/coffee_mud/Abilities/Spells/
com/planet_ink/coffee_mud/Abilities/Thief/
com/planet_ink/coffee_mud/Abilities/Traps/
com/planet_ink/coffee_mud/Behaviors/
com/planet_ink/coffee_mud/CharClasses/interfaces/
com/planet_ink/coffee_mud/Commands/
com/planet_ink/coffee_mud/Commands/interfaces/
com/planet_ink/coffee_mud/Common/
com/planet_ink/coffee_mud/Common/interfaces/
com/planet_ink/coffee_mud/Exits/interfaces/
com/planet_ink/coffee_mud/Items/Armor/
com/planet_ink/coffee_mud/Items/Basic/
com/planet_ink/coffee_mud/Items/CompTech/
com/planet_ink/coffee_mud/Items/MiscMagic/
com/planet_ink/coffee_mud/Items/Weapons/
com/planet_ink/coffee_mud/Items/interfaces/
com/planet_ink/coffee_mud/Libraries/
com/planet_ink/coffee_mud/Libraries/interfaces/
com/planet_ink/coffee_mud/Locales/
com/planet_ink/coffee_mud/MOBS/
com/planet_ink/coffee_mud/Races/
com/planet_ink/coffee_mud/Races/interfaces/
com/planet_ink/coffee_mud/WebMacros/
com/planet_ink/coffee_mud/WebMacros/interfaces/
com/planet_ink/coffee_mud/core/
com/planet_ink/coffee_mud/core/collections/
com/planet_ink/coffee_mud/core/interfaces/
com/planet_ink/coffee_mud/core/intermud/
com/planet_ink/coffee_mud/core/intermud/i3/
com/planet_ink/coffee_web/server/
com/planet_ink/siplet/applet/
lib/
resources/factions/
resources/fakedb/
resources/progs/autoplayer/
resources/quests/holidays/
web/
web/admin.templates/
web/admin/grinder/
web/admin/images/
web/clan.templates/
web/pub.templates/
web/pub/images/mxp/
web/pub/sounds/
web/pub/textedit/
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
@if?!Authenticate@ @AddFile?/grinder/failedlogin.cmvp@ @else@
@if?!CheckAuthCode?AUTH_STAT=true&AUTH_CMDPLAYERS=true@ @AddFile?/grinder/nopriv.cmvp@ @else@
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<html>
<head>
 	<link rel="grinder icon" href="/images/grinder.ico" >
	<title>Account Information</title>
	<script language=JavaScript>
	<!--
		function Delete()
		{
			if(confirm('Delete this acount and all of it\'s players?! Confirm!'))
			{
				if(confirm('Press OK to Delete this account!'))
				{
					document.RESOURCES.action='accountdo.cmvp';
					document.RESOURCES.FUNCTION.value='DELETE';
					document.RESOURCES.ACCOUNT.value='@AccountID@';
					document.RESOURCES.submit();
				}
			}
		}
		function Edit()
		{
			document.RESOURCES.action='account.cmvp';
			document.RESOURCES.FUNCTION.value='EDIT';
			document.RESOURCES.ACTION.value='FIRSTTIME';
			document.RESOURCES.ACCOUNT.value='@AccountID@';
			document.RESOURCES.submit();
		}
		function EditDone()
		{
			if(confirm('Submit your changes to this account?'))
			{
				document.RESOURCES.action='accountdo.cmvp';
				document.RESOURCES.FUNCTION.value='EDITACCOUNT';
				document.RESOURCES.ACTION.value='';
				document.RESOURCES.ACCOUNT.value='@AccountID@';
				document.RESOURCES.submit();
			}
		}
		function Boot()
		{
			if(confirm('Boot this accounts players off the system?'))
			{
				document.RESOURCES.action='accountdo.cmvp';
				document.RESOURCES.FUNCTION.value='BOOT';
				document.RESOURCES.ACCOUNT.value='@AccountID@';
				document.RESOURCES.submit();
			}
		}
		function BanIP()
		{
			if(confirm('Ban this account\'s last IP Address?'))
			{
				document.RESOURCES.action='accountdo.cmvp';
				document.RESOURCES.FUNCTION.value='BANBYIP';
				document.RESOURCES.ACCOUNT.value='@AccountID@';
				document.RESOURCES.submit();
			}
		}
		function Ban()
		{
			if(confirm('Ban this Account?'))
			{
				document.RESOURCES.action='accountdo.cmvp';
				document.RESOURCES.FUNCTION.value='BANBYNAME';
				document.RESOURCES.ACCOUNT.value='@AccountID@';
				document.RESOURCES.submit();
			}
		}
		function BanEmail()
		{
			if(confirm('Ban this Email Address?'))
			{
				document.RESOURCES.action='accountdo.cmvp';
				document.RESOURCES.FUNCTION.value='BANBYEMAIL';
				document.RESOURCES.ACCOUNT.value='@AccountID@';
				document.RESOURCES.submit();
			}
		}
		function ExpireNever()
		{
			if(confirm('Never expire this account?'))
			{
				document.RESOURCES.action='accountdo.cmvp';
				document.RESOURCES.FUNCTION.value='EXPIRENEVER';
				document.RESOURCES.ACCOUNT.value='@AccountID@';
				document.RESOURCES.submit();
			}
		}
		function ExpireNow()
		{
			if(confirm('Expire this account now?'))
			{
				document.RESOURCES.action='accountdo.cmvp';
				document.RESOURCES.FUNCTION.value='EXPIRENOW';
				document.RESOURCES.ACCOUNT.value='@AccountID@';
				document.RESOURCES.submit();
			}
		}
		function ReShow()
		{
			document.RESOURCES.FUNCTION.value='EDIT';
			document.RESOURCES.ACCOUNT.value='@AccountID@';
			document.RESOURCES.action='/grinder/account.cmvp';
			document.RESOURCES.submit();
		}
		function Cancel()
		{
			document.location.href='account.cmvp?AUTH=@Authenticate?AUTH@&ACCOUNT=@AccountID@';
		}
	//-->
	</script>
</head>
<body BGCOLOR=BLACK>
<FORM  ACCEPT-CHARSET="UTF-8" NAME=RESOURCES TARGET=_top METHOD=POST ACTION="account.cmvp">
<INPUT TYPE=HIDDEN NAME=AUTH VALUE="@Authenticate?AUTH@">
<INPUT TYPE=HIDDEN NAME=ACCOUNT VALUE="">
<INPUT TYPE=HIDDEN NAME=FUNCTION VALUE="">
<INPUT TYPE=HIDDEN NAME=ITEM VALUE="">
<INPUT TYPE=HIDDEN NAME=ACTION VALUE="">
@if?!CheckReqParm?FUNCTION=EDIT@
	<TABLE WIDTH=100% BORDER=0>
	<TR>
	<TD WIDTH=20% ALIGN=CENTER>
	@if?CheckAuthCode?AUTH_CMDPLAYERS=true@
		<INPUT TYPE=BUTTON NAME=DELETE VALUE="Delete" ONCLICK="Delete();">
	@endif@
	</TD>
	<TD WIDTH=20% ALIGN=CENTER>
	@if?AccountOnline?=true@ 
		@if?CheckAuthCode?AUTH_BOOT=true@
			<INPUT TYPE=BUTTON NAME=BOOT VALUE="Boot Account" ONCLICK="Boot();">
		@endif@ 
	@endif@
	@if?CheckAuthCode?AUTH_CMDPLAYERS=true@
		<INPUT TYPE=BUTTON NAME=EDIT VALUE="Edit" ONCLICK="Edit();">
	@endif@
	</TD>
	<TD WIDTH=20% ALIGN=CENTER>
	@if?CheckAuthCode?AUTH_BAN=true@
		<INPUT TYPE=BUTTON NAME=BOOT VALUE="Ban Account" ONCLICK="Ban();">
	@endif@
	</TD>
	<TD WIDTH=20% ALIGN=CENTER>
	@if?CheckAuthCode?AUTH_BAN=true@
		<INPUT TYPE=BUTTON NAME=BOOT VALUE="Ban IP Address" ONCLICK="BanIP();">
	@endif@
	</TD>
	<TD WIDTH=20% ALIGN=CENTER>
	<INPUT TYPE=BUTTON NAME=BACK VALUE="Close" ONCLICK="javascript:window.close();">
	</TD>
	</TR>
	</TABLE>
@endif@
<TABLE WIDTH=100% BORDER=1 CELLSPACING=0 CELLPADDING=0>
<TR>
	<TD WIDTH=33%><FONT COLOR=YELLOW>Name: </FONT></TD>
	<TD WIDTH=66%>
		@if?CheckReqParm?FUNCTION=EDIT@
			<INPUT TYPE=TEXT NAME=NAME SIZE=20 MAXLENGTH=50 VALUE="@AccountData?NAME@">
		@else@
			<FONT COLOR=WHITE>@AccountData?NAME@</FONT>&nbsp;
		@endif@
		@if?AccountOnline?=true@<FONT COLOR=YELLOW>&nbsp;&nbsp;&nbsp; *ONLINE*</FONT>@endif@
	</TD>
</TR>
<TR>
	<TD WIDTH=33%><FONT COLOR=YELLOW>Last IP: </FONT></TD>
	<TD WIDTH=66%>
		@if?CheckReqParm?FUNCTION=EDIT@
			<INPUT TYPE=TEXT NAME=LASTIP SIZE=20 MAXLENGTH=20 VALUE="@AccountData?LASTIP@">
		@else@
			<FONT COLOR=WHITE>@AccountData?LASTIP@</FONT>&nbsp;
		@endif@
	</TD>
</TR>
<TR>
	<TD WIDTH=33%><FONT COLOR=YELLOW>Last Date: </FONT></TD>
	<TD WIDTH=66%>
		@if?CheckReqParm?FUNCTION=EDIT@
			<INPUT TYPE=TEXT NAME=LASTDATETIME SIZE=20 MAXLENGTH=20 VALUE="@AccountData?LASTDATETIME@">
		@else@
			<FONT COLOR=WHITE>@AccountData?LASTDATETIME@</FONT>&nbsp;
		@endif@
	</TD>
</TR>
<TR>
	<TD WIDTH=33%><FONT COLOR=YELLOW>Email: </FONT></TD>
	<TD WIDTH=66%>
		<INPUT TYPE=TEXT NAME=EMAIL @if?!CheckReqParm?FUNCTION=EDIT@READONLY style="border: 0; color: white; background-color: black;"@endif@ SIZE=60 VALUE="@AccountData?EMAIL@">
	</TD>
</TR>
@if?IsExpirationSystem@
<TR>
	<TD WIDTH=33%><FONT COLOR=YELLOW>Expires: </FONT></TD>
	<TD WIDTH=66%>
		@if?CheckReqParm?FUNCTION=EDIT@
			<INPUT TYPE=TEXT NAME=ACCTEXPIRATION SIZE=20 MAXLENGTH=20 VALUE="@AccountData?ACCTEXPIRATION@">
		@else@
			<FONT COLOR=WHITE>@AccountData?ACCTEXPIRATION@</FONT>&nbsp;
			@if?CheckAuthCode?AUTH_CMDPLAYERS=true@
				&nbsp;&nbsp;&nbsp;
				<A href="javascript:ExpireNever();"><FONT SIZE=-1 COLOR=RED>Expire Never</FONT></a>&nbsp;&nbsp;&nbsp;
				<A href="javascript:ExpireNow();"><FONT SIZE=-1 COLOR=RED>Expire Now</FONT></a>
				</FONT>
			@endif@
		@endif@
	</TD>
</TR>
@endif@
<TR>
	<TD WIDTH=33%><FONT COLOR=YELLOW>Tattoos: </FONT></TD>
	<TD WIDTH=66%>
		@if?CheckReqParm?FUNCTION=EDIT@
        	<TEXTAREA ROWS=2 COLS=60 NAME=TATTOOS>@AccountData?TATTOOS@</TEXTAREA>
		@else@
			<FONT COLOR=WHITE>@AccountData?TATTOOS@</FONT>&nbsp;
		@endif@
	</TD>
</TR>
<TR>
	<TD WIDTH=33%><FONT COLOR=YELLOW>Bonuses: </FONT></TD>
	<TD WIDTH=66%>
		<TABLE WIDTH=100% BORDER=1>
		<TR>
		<TD WIDTH=20%><FONT COLOR=YELLOW>Online: </FONT></TD>
		<TD WIDTH=30%><FONT COLOR=YELLOW>
			@if?CheckReqParm?FUNCTION=EDIT@
				<INPUT TYPE=TEXT NAME=BONUSCHARONLINE SIZE=8 MAXLENGTH=3 VALUE="@AccountData?BONUSCHARONLINE@">
			@else@
				<FONT COLOR=WHITE>@AccountData?BONUSCHARONLINE@</FONT>&nbsp;
			@endif@
		</FONT></TD>
		<TD WIDTH=20%><FONT COLOR=YELLOW>Chars: </FONT></TD>
		<TD WIDTH=30%><FONT COLOR=YELLOW>
			@if?CheckReqParm?FUNCTION=EDIT@
				<INPUT TYPE=TEXT NAME=BONUSCHARLIMIT SIZE=8 MAXLENGTH=3 VALUE="@AccountData?BONUSCHARLIMIT@">
			@else@
				<FONT COLOR=WHITE>@AccountData?BONUSCHARLIMIT@</FONT>&nbsp;
			@endif@
		</FONT></TD>
		</TD>
		</TR>
		<TR>
		<TD><FONT COLOR=YELLOW>Langs: </FONT></TD>
		<TD><FONT COLOR=YELLOW>
			@if?CheckReqParm?FUNCTION=EDIT@
				<INPUT TYPE=TEXT NAME=BONUSLANGS SIZE=8 MAXLENGTH=3 VALUE="@AccountData?BONUSLANGS@">
			@else@
				<FONT COLOR=WHITE>@AccountData?BONUSLANGS@</FONT>&nbsp;
			@endif@
		</FONT></TD>
		<TD><FONT COLOR=YELLOW>Common: </FONT></TD>
		<TD><FONT COLOR=YELLOW>
			@if?CheckReqParm?FUNCTION=EDIT@
				<INPUT TYPE=TEXT NAME=BONUSALLCOMMONSKILLS SIZE=8 MAXLENGTH=3 VALUE="@AccountData?BONUSALLCOMMONSKILLS@">
			@else@
				<FONT COLOR=WHITE>@AccountData?BONUSALLCOMMONSKILLS@</FONT>&nbsp;
			@endif@
		</FONT></TD>
		</TD>
		</TR>
		<TR>
		<TD><FONT COLOR=YELLOW>Craft: </FONT></TD>
		<TD><FONT COLOR=YELLOW>
			@if?CheckReqParm?FUNCTION=EDIT@
				<INPUT TYPE=TEXT NAME=BONUSCRAFTINGSKILLS SIZE=8 MAXLENGTH=3 VALUE="@AccountData?BONUSCRAFTINGSKILLS@">
			@else@
				<FONT COLOR=WHITE>@AccountData?BONUSCRAFTINGSKILLS@</FONT>&nbsp;
			@endif@
		</FONT></TD>
		<TD><FONT COLOR=YELLOW>NonCraft: </FONT></TD>
		<TD><FONT COLOR=YELLOW>
			@if?CheckReqParm?FUNCTION=EDIT@
				<INPUT TYPE=TEXT NAME=BONUSNONCRAFTINGSKILLS SIZE=8 MAXLENGTH=3 VALUE="@AccountData?BONUSNONCRAFTINGSKILLS@">
			@else@
				<FONT COLOR=WHITE>@AccountData?BONUSNONCRAFTINGSKILLS@</FONT>&nbsp;
			@endif@
		</FONT></TD>
		</TD>
		</TR>
		</TABLE>
	</TD>
</TR>
<TR>
	<TD WIDTH=33%><FONT COLOR=YELLOW>Notes: </FONT></TD>
	<TD WIDTH=66%>
		@if?CheckReqParm?FUNCTION=EDIT@
        	<TEXTAREA ROWS=10 COLS=55 NAME=NOTES>@AccountData?NOTES@</TEXTAREA>
		@else@
			<FONT COLOR=WHITE>@AccountData?NOTES@</FONT>&nbsp;
		@endif@
	</TD>
</TR>
<TR>
	<TD WIDTH=33%><FONT COLOR=YELLOW>Player List: </FONT></TD>
	<TD WIDTH=66%>
		<FONT COLOR=WHITE>@AccountPlayerNext?RESET@ @loop@ @AccountPlayerNext@ @PlayerID@&nbsp;@back@</FONT>
	</TD>
</TR>
</TABLE>
@if?CheckReqParm?FUNCTION=EDIT@
<BR>
<TABLE WIDTH=100% BORDER=0>
<TR>
    <TD ALIGN=CENTER><INPUT TYPE=BUTTON NAME=FINISHED VALUE="Finished" ONCLICK="EditDone();"></TD>
    <TD ALIGN=CENTER><BR></TD>
    <TD ALIGN=CENTER><INPUT TYPE=BUTTON NAME=CANCEL VALUE="Cancel" ONCLICK="Cancel();"></TD>
</TR>
@endif@
</TABLE>
</FORM>
</BODY>
</HTML>
@endif@
@endif@