accounts.adm

来自「fs」· ADM 代码 · 共 199 行

ADM
199
字号
//***********************************************************************************************
//*			UOX3 Scripts v.38  -   Accounts.Adm					*
//***********************************************************************************************
//* Example of what an account could look like, with exceptions of the comments			*
//* that explain what each line does:								*
//*    SECTION ACCOUNT     <--This marks the beginning of a new account				*
//*    {											*
//*    NAME Bob		   <--Username, Don't remove the NAME tag infront.			*
//*    PASS Secret	   <--Password, Don't remove the PASS tag infront.			*
//*    LOCK 0		   <--Ignore.								*
//*    LOCK 0		   <--Ignore.								*
//*    LOCK 0		   <--Ignore.								*
//*    LOCK 0		   <--Ignore.								*
//*    LOCK 0		   <--Ignore.								*
//*    LASTIP		   <--Will show IP the last person who logged on with this account had.	*
//*    PUBLIC OFF	   <--Ignore								*
//*    CONTACT		   <--Ignore, or put in email adress of owner of account.(does nothing)	*
//*    }											*
//* It is important that you do not remove the NAME and PASS tags infront of			*
//* the username and password, if you do it will not work. If you want to add more		*
//* accounts to your shard, just copy and paste an entire SECTION ACCOUNT then change the	*
//* username and password to the new user's.							*
//* Also remember to change the first account, admin/adminpass, to use YOUR username/password,	*
//* as admin/adminpass is the default and you don't want to be using the default.		*
//***********************************************************************************************
SECTION ACCOUNT
{
NAME admin
PASS adminpasss
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LASTIP 
PUBLIC OFF
CONTACT 
}
SECTION ACCOUNT
{
NAME player1
PASS player1
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LASTIP 
PUBLIC OFF
CONTACT 
}
SECTION ACCOUNT
{
NAME player2
PASS player2
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LASTIP 
PUBLIC OFF
CONTACT 
}
SECTION ACCOUNT
{
NAME guest1
PASS guest1
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LASTIP 
PUBLIC OFF
CONTACT 
}
SECTION ACCOUNT
{
NAME guest2
PASS guest2
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LASTIP 
PUBLIC OFF
CONTACT 
}
SECTION ACCOUNT
{
NAME guest3
PASS guest3
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LASTIP 
PUBLIC OFF
CONTACT 
}
SECTION ACCOUNT
{
NAME guest4
PASS guest4
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LASTIP 
PUBLIC OFF
CONTACT 
}
SECTION ACCOUNT
{
NAME guest5
PASS guest5
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LASTIP 
PUBLIC OFF
CONTACT 
}
SECTION ACCOUNT
{
NAME guest6
PASS guest6
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LASTIP 
PUBLIC OFF
CONTACT 
}
SECTION ACCOUNT
{
NAME guest7
PASS guest7
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LASTIP 
PUBLIC OFF
CONTACT 
}
SECTION ACCOUNT
{
NAME guest8
PASS guest8
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LASTIP 
PUBLIC OFF
CONTACT 
}
SECTION ACCOUNT
{
NAME guest9
PASS guest9
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LASTIP 
PUBLIC OFF
CONTACT 
}
SECTION ACCOUNT
{
NAME guest10
PASS guest10
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LOCK 0
LASTIP 
PUBLIC OFF
CONTACT 
}


EOF

⌨️ 快捷键说明

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