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

    • I suggest logging real player data such as positions, movement, quests, skills used in real time, and general actions and save them in whatever format you like. You need to organize and verify the data. If your data are not enough you can create synthetic data based on your existins real data. later you have 2 options  You can fine tune a smaller model (for example, from hugging face). This requires time, money(compute power), and plenty of trial and error, but the benefit is that you can run it locally without relying on external services. Use existing LLMs and  instead of training you can store your data in a vector database and let the LLM query it( im not sure if RAG is the right term here). This approach is faster to set up but depends on the model  and the output you want to achieve(you will need some research there). Regardless of which approach you take  you should expose only safe actions through a service or API. This can be done with MCP(model context protocol) or a custom api ensuring the model (local or external) can only trigger controlled api calls such as movePlayer, castSkill, etc etc, which are already implemented in most sources, but you will need to implement them for your models output and behavior.    Doable? Yes by commiting  a tone of hours and i dont think java code is the problem here. Is it worth it? If you’re doing it to learn then go for it. But if your goal is to create “real fake player” experience on your server or to sell it later  its not worth it. Spend your time elsewhere   yes they can
    • in process upgrade Wolf and to Rose. price updated 🙂   p464 Elf - $10,000 p507 Wolf - $25,000 p520 Rose - $40,000 (complete in 2 weeks)   Rental agreement - p464 Elf - $5,000 + 50% of all server revenue p507 Wolf - $10,000 + 50% of all server revenue p520 Rose - $15,000 + 65% of all server revenue
    • And what model you wanna train? LLMs can't do that.
    • Discord         :  utchiha_market Telegram        : https://t.me/utchiha_market Auto Buy Store  : https://utchiha-market.mysellauth.com/ Not sure if we’re legit? Check Our server — real reviews, real buyers https://discord.gg/4EPpYhe2HA  | https://campsite.bio/utchihaamkt
  • 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