L2JMobius

Introducing L2JMobius ACM: An Account Management and Donations Panel

G-hamsteR · 148 · 52071

Online Skache

  • Distinguished King
  • *****
    • Posts: 825
    • l2skale.com
You must create it Java-side. ACM can't handle it by itself. Find the part where a Player logs into the world and add a row inside this table.
Oh sorry, I didn't even think of that, I'll give it a try.


Offline midnight

  • Heir
  • **
    • Posts: 24
Hi, I would like to thanks, the acm is great!.
If someone can give it to me a hand, I'm trying to set a Smtp mail, I write my credentials, but when I use it say cannot send a mail, or it just give error, someone knows why it can be?


Offline morlak

  • Vassal
  • *
    • Posts: 5
hello already install this project, but style can't load, can u help me about this  trouble, 
maybe I need to look at the style connections ?



Offline G-hamsteR

  • Count
  • *****
    • Posts: 419
Hi, I would like to thanks, the acm is great!.
If someone can give it to me a hand, I'm trying to set a Smtp mail, I write my credentials, but when I use it say cannot send a mail, or it just give error, someone knows why it can be?

Creating a smtp server is hard and there is no need for you to host one. There are so many smtp services out there. Try out mailjet.com. They offer you a free smtp service for up to 200 emails per day.


Offline G-hamsteR

  • Count
  • *****
    • Posts: 419
hello already install this project, but style can't load, can u help me about this  trouble, 
maybe I need to look at the style connections ?


Open your Chrone's console by pressing F12. In the console tab you will probably see a bunch of 404 errors. Check the links of the missing files. You probably changed something inside .env.


Offline morlak

  • Vassal
  • *
    • Posts: 5
Open your Chrone's console by pressing F12. In the console tab you will probably see a bunch of 404 errors. Check the links of the missing files. You probably changed something inside .env.

Thanks for the answer, I see error im try to fix it)  you really help me) I'm just junior developer) 
https://youtu.be/SOfHpC95sHk


Offline midnight

  • Heir
  • **
    • Posts: 24
Creating a smtp server is hard and there is no need for you to host one. There are so many smtp services out there. Try out mailjet.com. They offer you a free smtp service for up to 200 emails per day.

Thanks for your reply, appreciate it. Yes, I'm using a service from freehosting.com, but is not sending mails.
update,just founded the issue, the host it was different to connect trough php mail.


Offline midnight

  • Heir
  • **
    • Posts: 24
would be possible to add an extra security layer to connect a server, something like 4game has that need to update your ip address to be able connect to the game?
Kind regards!


Offline morlak

  • Vassal
  • *
    • Posts: 5
good afternoon gentlemen, I have encountered a problem, I can’t switch languages ​​on the xampp server, but if I have separate Visual code on the local server, I switch languages, I also send a video with the console.
https://youtu.be/1y1NEbGoVS0?si=qjuVHvaevJaCF9ls


Offline G-hamsteR

  • Count
  • *****
    • Posts: 419
good afternoon gentlemen, I have encountered a problem, I can’t switch languages ​​on the xampp server, but if I have separate Visual code on the local server, I switch languages, I also send a video with the console.
https://youtu.be/1y1NEbGoVS0?si=qjuVHvaevJaCF9ls

You need to have the gettext extention enabled inside your php.ini file. Uncomment the line "extension=gettext"

Also, you must have this language pack installed in Windows. If you wish to enable Russian, your Windows must have the Russian language pack installed.

Gettext is best used in Linux.


Offline G-hamsteR

  • Count
  • *****
    • Posts: 419
would be possible to add an extra security layer to connect a server, something like 4game has that need to update your ip address to be able connect to the game?
Kind regards!

I have never played at 4game. Could you explain how it works?


Offline midnight

  • Heir
  • **
    • Posts: 24
I have never played at 4game. Could you explain how it works?
when I log in to 4game, if my router has restarted in any point and changed ip, or if I play from a new location, like a friend house, it will let me know I'm connecting from a new location and they will allow me to remember that location, after accept to send me the confirmation email I will be able to login within the game, that's good if there is someone that got any account details as they will need the ip-address matching with the server, and will prevent them to log in without accept the email confirmation.


Offline morlak

  • Vassal
  • *
    • Posts: 5
You need to have the gettext extention enabled inside your php.ini file. Uncomment the line "extension=gettext"

Also, you must have this language pack installed in Windows. If you wish to enable Russian, your Windows must have the Russian language pack installed.

Gettext is best used in Linux.

thanks for the answer, php.ini extension=gettext was uncommented, the English and Russian language packs are installed, but still does not switch languages  :'(


Offline G-hamsteR

  • Count
  • *****
    • Posts: 419
when I log in to 4game, if my router has restarted in any point and changed ip, or if I play from a new location, like a friend house, it will let me know I'm connecting from a new location and they will allow me to remember that location, after accept to send me the confirmation email I will be able to login within the game, that's good if there is someone that got any account details as they will need the ip-address matching with the server, and will prevent them to log in without accept the email confirmation.

This could be possible, but I'm not sure if people will use it. Also, adding this on the ACM is one thing. It should also be added to your loginserver. The ACM does not include any functionalities that require this kind of security. Even if someone logins with your account, he will unstuck your character.

thanks for the answer, php.ini extension=gettext was uncommented, the English and Russian language packs are installed, but still does not switch languages  :'(

It's a known bug on Windows, I'm not sure how to reproduce it. I will create a separate version that uses PHP files for translations instead of gettext. Stay tuned.


Offline midnight

  • Heir
  • **
    • Posts: 24
I will check how I will add to the login server, could you give to me a hand when it's ready to add to your acm if possible?