Jump to content

L2 Acp (Account - Admin Control Panel)


Recommended Posts

Okay i have added L2acp.jar into my gameserver.

But there is question about API. Which details do i need to write in ApiEndPoint if my server and ACP locates on same machine?

http://127.0.0.1:8000/api should do the trick

Link to comment
Share on other sites

The ApiKey can just be changed as long as you change it in both the web and the api projects.

 

The error you are getting is probably illegal key size because you dont jave some needed jre libraries installed.

 

http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html

 

Download JCE here and unpack in Java/Jre/lib/security

Link to comment
Share on other sites

Now Everything works like a charm! Thank you very much for your support!

 

What about Admin Access?

if your account has more than 100 accesslevel then you are admin.

Keep in mind this is account not character.

Link to comment
Share on other sites

Don't forget to star the projects on github:

https://github.com/Elfocrash/L2ACP-Web

https://github.com/Elfocrash/L2ACP-api

Edited by .Elfocrash
Link to comment
Share on other sites

  • 2 weeks later...

good job once again elfo. i will not use it right now since i am still working on my project but when i am done i will ( stars on github dont have to wait though, thanks for sharing )

Link to comment
Share on other sites

Cool stuff, nice of you to share but whats the reasoning for another server? Why not the server be a proper modern rest client like retrofit and okhttpclient, and push events through websockets (just like push notifications), retrofit comes with okhttpclient 3.6 which include a websocket layer, also the .net part looks fairly limited since the knowledge base of asp related stuff is really small compared to smth like spring framework with a rest consuming front end like anguarjs, 2 birds with 1 stone. ^^

 

So my reasoning, you have a web app, let the web app be the resource server, while the server be a slave client. This way you limit network overhead and don't need to secure a random port out of the blue, also you have access to SSL/TLS :)

 

Still tho all this is really progressing the knowledge base of l2j and .net web apps, i find it quite interesting, GL! Hope to see this thing go off big :D

Link to comment
Share on other sites

  • 3 weeks later...

Hi elfo, would u like to tell me what is that error about , because i already try to rename it  with the updated name  (like it is in the higher version WorldObject.java ), i've tried to rename all the old .java  name but still getting that error  http://prntscr.com/fr604k  i'm using acis 368, thank you in advance. 

Link to comment
Share on other sites

Did you renamed imports too?

Yep i did it like i did with  the rest of them  (L2PcInstance with Player and the rest ... bla bla )  import net.sf.l2j.gameserver.model.L2Object; with   import net.sf.l2j.gameserver.model.WorldObject; .L2PcInstance with import net.sf.l2j.gameserver.model.Player ;  and etc .. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • While not very active over the years, I've been around for as long as I could remember, so here are my 2 cents too. On top of what has already been said, I'd like to touch on a few thing that might be improved upon. While it is easy to notice and say "there's lack of engagement" or "community has outgrown the ganre", I've seen numerous forums get forgotten and die while others continue to thrive to this day. From what I've seen, the lack of engagement could be circumvented with a redesign and functionality expansion that would/could/should include: - a built-in chat functionality. - incentives for engagement/interaction, ideas of which I'll list as separate pointers, as not to limit your creativity. - separation of the reputation into reactions and reputation. One to be used to posts, such as up-vote and what not, while the other to be awarded as means of appreciation. - automated ranks with actual benefits/perks, not like the current ones providing nothing. - the ability to hide text for user/group of users, not just premium/no premium. - increased visibility of the HOT topics and the RECENTLY ACTIVE threads/posts. Can be also expanded to most liked posts, etc. ps.: I'll update my post when I have some free time on my hands.  
    • There was no way I didn't refunded or delivered files. I don't see You on my conrtact list on Discord, can You send me a message or at least tell me for what project was this updater? I always resolve if I can't deliver on time or customer bailes.
    • @rlfem123  I’m a web developer, and I work with technologies like Next.js and React. In the last 10 years, L2 Rankzone is the only one I’ve seen that actually did something different. All the others seem to have the same source code with different templates. L2 Hopzone also did an upgrade and, for the front end, is using Vue.js. Regarding web development, we have reached a point where you can easily create websites using libraries or frameworks. Simply pick one and start working. You will learn as you go. Personally, I prefer to build my back-end APIs in Laravel if it’s a big project since the ecosystem offers everything. For smaller projects, I choose Go. Then I use either React or Next.js to call my APIs, depending on the case. Next.js also supports Server-Side Rendering (SSR) if you want to hide some things from the client. Additionally, CSS libraries have almost everything you need nowadays to start building quickly with browser compatibility. You can seriously build an L2 website with ranks, a good design, and even a simple login/register system in just 3 days. Here are some CSS libraries I personally work with: https://tailwindui.com/components   https://ui.shadcn.com/   https://mui.com/material-ui/ Regarding the top websites i dont thing its worth the time and effort.  Its pretty simple to build one and the market is already bloated. In addition l2 is dying so i suggest to build top sites for many games.  THe main problem is not the build process rather the marketing one. You can build the most awesome website iin terms of functionality but if you marketing is week you wont exceed 10 concurrent users. 
    • Good evening from me as well. I wouldn't recommend anyone, no matter how much love they have for the game, to try to revive it, not only because of the times but also because of the community (people who used to spend 15 hours grinding now qq for everything when they have auto-farm enabled 24/7... ) .  All the effort will be in vain. I have given all I had to this game. I have spent an incredible amount of time and over 20k the past 6 years, and the money can go to hell, but the time doesn't come back, I almost literally didn't get cancer... Also, very few people are worth collaborating with, all the rest are scammers and traitors. Unfortunately, only the projects that have been in the background for years do well.   P. S: "Once upon a time they used to be players now only complainers left" 
    • hello i use acis 401 In the video that you uploaded, the name is not visible, but it appeared to me I upload a screenshot so you can understand what I mean how can i fix it? https://prnt.sc/kTET9oxF4fos
  • Topics

×
×
  • Create New...