L2 Admin: F1reCat's Edition 1.1 Readme:
----------------------------------------

I License agreement:
You may use, modify and share this tool without any limitations. L2 Admin: F1reCat's Edition is shared "AS IS" 
and without any warranty as to merchantability or fitness for a particular purpose or any other warranties 
either expressed or implied. The author will not be liable for data loss, damages, loss of profits or any 
other kind of loss while using or misusing this software. It is absolutely free but you may donate some 
money via WebMoney: Z641441979652. You may also write me your ideas: f1recat@mail.ru. 

II Installing L2 Admin: F1reCaT's Edition:
1) Copy all files to your WebServer(php+mssql required)
2) Edit conf.php:
	$L2A_Login=''; - choose HTTP login for L2 Admin: FE
	$L2A_Pass='';  - choose HTTP password for L2 Admin: FE
	$HTTP_Security=1; - 1 to enable HTTP Security Module, 0 - to disable
	$mssql_host="127.0.0.1"; - MSSQL HOST
	$mssql_login="sa"; - MSSQL LOGIN
	$mssql_pass=""; - MSSQL PASS
	$lin2db="lin2db"; - lin2db name
	$lin2world="lin2world"; - lin2world name
	$cached_ip="127.0.0.1"; - cached ip
	$cached_port="2012";    - cached port
	$WhiteIPs=array('127.0.0.1'); - array of IPs for security reasons
	$IP_Security=0; - 1 to enable IP Security, 0 - to disable
	$GMT='+4'; - Your Timezone
	$nick_fix=1; - read main section
	$hauthd=0; - if you use hAuthd - set 1 
	$LangAddon=1; - read addon section first
	$Logging=1; - 1 to enable logging of all actions of L2A:FE, 0 - to disable
3) Copy item_pch.txt to L2 Admin: FE folder and execute builder.exe
4) delete item_pch.txt

III Main Section:
	1)Char: you may enter char_uid or CharName to view player's menu. Problem: char with name
	'123'. Solution: if $nick_fix=1 then program will try to find char with the name '123' and only then will 
	return character with id=123.
		a)Account link - you may click to observer account menu
		b)Items - view player's items
			Not Instant Functions(only after server restart changes will appear):
				- Enchant - set Enchant Value
				- Move - move item to another character
				- Change - change item type
			Instant Functions(via Cached):
				- Delete - delete item
		c)Add item(Instant) - amount works only fo stackable items
		d)Color Nick 
			- Title(Instant) - change player's titles(use only english letters)
			- Nickname(Instant) - change player's name
			- Colour(Not Instant) - Change player's name colour (in RGB). If you want
				to delete colour - change to ffffff
		e)Modify Params(All params are instant)
			- Hero: 2 - Set Hero, 1- Set Nobless, 0 - Delete Nobless and/or Hero
		f)Modify Outlook(All params are instant)
		g)Teleport(instant)
		h)Ban Chat(instant)
	2)Account: you may also enter account name or account uid. $nick_fix also works
		a) Move(instant) - move to another account(enter account or uid)
		b) Delete(instant) - delete char
		c) Ban/Unban account(instant?)
		d) Ban/Unbat all accounts with the same IP(instant?)
	3)Get Owner by Item UID
	4)Announce
		a) Send announce(Instant) 
		b) Edit Login Announce(Not Instant)
	5)Show Online
		a) Kick(instant)
	6)Fix Online - if server was closed not correctly than logout time would not be fixed. Use this feature 
		only than server is offline
	7)Logout

IV Addon
It is useful and powerful tool for adding and debuging new functions. In basic version there are:
- HTML module
- Basic Security module 
- Language module (russian only) to output information in a proper way from titles and 
	announce($LangAddon=1 to enable and $LangAddon=0 to disable)
			 			 
V Why not l2z or hel admin?
This tool was written to make administration of L2 Server easy and comfortable. From my point of view, it is
much useful and better than hel's one. And it is very different from l2z as it is for Admin use only.


 