Jump to content

Recommended Posts

Posted

Well, I've Searched For This Tool And I Found This.... Check It Out...! xD

 

 

 

L2Admin 2, Lineage2 administration tool, remake.

This administration tool was written using adriahu "Advanced cached php class" (GPL license).

 

Changelog

 

RC2 changelog:

Added 2 language files English and Russian, it is possible to translate to any language you want even to Chinese. (but don't forget about converting file to UTF-8 using notepad)

Improved template engine, soon I will post how to use it, it's very easy. (thanks to Forcer for help)

"Move char to account" function now gets only "char name" and "account name", "account id" will be retrieved from DB.

 

What L2Admin supports:

UTF-8 encoding.

AJAX implementation.

Template system, HTML with CSS.

Basicaly all the cached packets.

Have very easy code which support implementing new pages.

Have 9 working functions listed below.

Check if char is online

Change player name

Give item (need test, or working solution)

Delete item

Change player

Move char to another account

Block chat

Change player stats

Set player stats

Quick announce (supports many languages)

 

[glow=red,2,300]How to install:[/glow]

 

1.Upload archive to your web-server with php5 (with mbstring and mssql support).

2.Edit includes/config.php, fill mssql and cached connection details, also set admin password.

3.Try to enter admin page, you will see authorization dialog, enter a password and enter.

4.You will see admin menu, thats all, you may start using functions.

 

 

Changelog

 

RC2 changelog:

Added 2 language files English and Russian, it is possible to translate to any language you want even to Chinese. (but don't forget about converting file to UTF-8 using notepad)

Improved template engine, soon I will post how to use it, it's very easy. (thanks to Forcer for help)

"Move char to account" function now gets only "char name" and "account name", "account id" will be retrieved from DB.

 

I need contributors who can make template operators parser. (IF, WHILE and so on)

 

What my L2Admin supports:

UTF-8 encoding.

AJAX implementation.

Template system, HTML with CSS.

Basicaly all the cached packets.

Have very easy code which support implementing new pages.

Have 9 working functions listed below.

Check if char is online

Change player name

Give item (need test, or working solution)

Delete item

Change player

Move char to another account

Block chat

Change player stats

Set player stats

Quick announce (supports many languages)

 

How to add your own admin page:

1. For an example, create file named page_test.class.php in includes/pages/.

2. Open it and write it into:

 

 

<?php
class Page_Test implements IPage{
function process(){
	return file_get_contents('templates/default/a_test.tpl');
}
}
?>

 

 

3. Create file a_test.tpl in templates/Default/.

4. Open it and write:

<table align='center' border='1' style='width:350px;margin:10px;border-style:dashed;'>
<tr>
	<td align='left' valign='center' style='padding:10px;'>
		<big class='MainPageCaption'>Test.</big><br>
		<big class='MainPageText'>This is a test page.</big><br>
	</td>
</tr>
</table>

 

5. Open menu.tpl and add new link to page (page and Ajax argument must be a part of text after page_ in page filename, in this example it's page_test.class.php):

 

<tr>
<td class='menuItem' onmouseover='HLMenu(this,1)' onmouseout='HLMenu(this,0)'>
	<a class='MenuUrls' href='index.php?page=test' onclick='Ajax("test");return false;'>
		<big class='MenuBullet'>•</big> Test
	</a>
</td>
</tr>

 

I will support this project for some time.

 

And big thanks to user Dekabrist, his testing helps this project grow up.

 

 

 

 

Download Link :

 

http://rapidshare.com/files/118559586/L2Admin_2.zip.html

 

 

Credits To :

 

hel

 

 

Have Fun!

 

 

Posted

Nice one

 

btw its only for l2off servers :)

 

define('MssqlServer', '127.0.0.1');

define('MssqlUsername', 'sa');

define('MssqlPassword', '');

define('CachedServer', '127.0.0.1');

define('CachedPort', '2012');

 

//move it , thx

  • 1 month later...
  • 3 months later...
  • 1 month later...
  • 1 month later...
  • 4 weeks later...
  • 3 months later...
Posted

Fatal error: Call to undefined function socket_create() in C:\wamp\www\llll\includes\cached_conn.class.php on line 28

 

what happened ? we try to change name .

  • 2 weeks later...
  • 1 month later...
Guest
This topic is now closed to further replies.


  • Posts

    • Since I write everything in the guide file. Windows: Download Python from the official website: Download Python. During installation, make sure to check the option "Add Python to PATH". >>>How? just check it in google.com Complete the installation.     There is a file called guide there I have all the details... [DropSettings] RateDropItems = 1879, 1875 RateDrop = 4 InputFolder = npc OutputFolder = npc_new Download
    • 1. gameserver\data\string\strings_en.properties   drop.group.html=<br1> drop.rewardData.html=<table width=500 height="42" border="0" background="L2UI_CT1.Windows_DF_TooltipBG"><tr><td width=32 height=32><img src=%icon% width=32 height=32></td><td width=310>%item%<font color="LEVEL"> %drop_min% - %drop_max% </font><br1> Drop Chance : <font color="LEVEL">&nbsp;%chance%&nbsp;</font><br1></td></tr></table><br1> drop.rated_grouped=<br1> drop.not_rated_grouped=<br1> drop.not_rated_not_grouped=<br1> drop.sweep=<font color="E7C94E"> Spoil: </font><br1> The following HTML code will work if you have the capability to adjust the window to any dimensions you want. 2. gameserver\data\html-en\actions\rewardlist_info.htm <html noscrollbar> <title>Drop List</title> <body> <center>     <font color="LEVEL">%npc_name%<font><br1>     <table>     <tr>         <td><button value="Normal" action="bypass scripts_actions.RewardListInfo:showReward 0 RATED_GROUPED" width=150 height=20 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>         <td><button value="Spoil" action="bypass scripts_actions.RewardListInfo:showReward 0 SWEEP" width=150 height=20 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>     </tr>     </table>     <img src="l2ui.SquareGray" width=490 height=1><br1><br1>     <font color=995312>%info%</font>     %paging% </center> </body> </html> resize_x=550 resize_y=360 The .htm files are adapted for custom dimensions. You must have support in your client for handling custom HTML window sizes. and it looks like this:  
    • MaxCheaters used to be a glorious pit of barely functioning dreams. I logged in DAILY to witness war crimes in Java. Now it’s just 14 dudes reposting the same extender like it's a sacred text AND HALF OF YOU CAN’T EVEN UPLOAD FILES WITHOUT A .RAR INSIDE A .RAR INSIDE A .RAR WITH A .TXT THAT SAYS “NO VIRUS.”   You used to steal from Russians with pride. Now you steal from each other with broken links. What happened? Where are the insane flame threads? Where’s that one guy who kept threatening lawsuits in 2015? AND TO THE MODS — what are you even moderating now? Someone just posted a thread titled “HELP ME CLIENT CRASH WHEN WALK,” and the only reply was "UP."   WAKE UP MAXCHEATERS OR I SWEAR TO GOD I’LL START POSTING TUTORIALS IN WINGDINGS.
    • I’m not personally involved, but after observing recent activity on the forum, it's clear that things have become highly polarized, not because of technical issues, but due to personal disputes, insults, and public drama. It's unfortunate to see that instead of healthy knowledge sharing, discussions are turning into accusations, mockery, and downvote abuse. Everyone is free to contribute, disagree, or critique, but when respect is lost, the community itself loses its purpose. Whether someone shares files for free, sells services, or just helps others, their contribution should be judged based on quality, not personal grudges or "factions." It would be great to see the forum return to its original purpose: development, collaboration, and mutual respect. Those who truly care about the community should put personal conflicts aside and focus on the actual content, that’s where the real value is.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock