L2JMobius

Introducing L2JMobius ACM: An Account Management and Donations Panel

G-hamsteR · 148 · 52029

Offline G-hamsteR

  • Count
  • *****
    • Posts: 419
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?

Unfortunately, I won't implement this change to the ACM. This isn't something that most people would use.


Offline morlak

  • Vassal
  • *
    • Posts: 5

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.
Thanks a lot


Offline quir0

  • Heir
  • **
    • Posts: 18
  • I'm still trying to learn JS to make my 1st server
    • L2jMobius Community
Oh my... Look at this beauty!

I'm not an expert in this and I dont have anything to report/help with but I just want to thank you @G-hamsteR for what you have done!!

I don't have a server yet, still in configurations in-game, but when I finish it and build a webpage, I'm sure that I'll use your AMC

Again, 1kkk of Thanks!!
Currently trying to develope my personal server... Step by step ^^


Offline sfinxas

  • Heir
  • **
    • Posts: 10
Hello guys, past couple days fighting with this ACM no idea what's wrong, everything went smoothly but getting 404 any ideas?



Offline G-hamsteR

  • Count
  • *****
    • Posts: 419
Hello guys, past couple days fighting with this ACM no idea what's wrong, everything went smoothly but getting 404 any ideas?



Looks like your webserver is actually trying to find the /en/public folder. It could be related to many things. Make sure you follow the steps involved in the guide, paying extra attention to the vhosts configuration and .env configuration.


Offline sfinxas

  • Heir
  • **
    • Posts: 10
httpd-vhosts.conf

<VirtualHost *:80>
    DocumentRoot "C:/Web Server/Apache24/htdocs/public"
    ServerName localhost
    <Directory "C:/Web Server/Apache24/htdocs/public">
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

.env

Url settings
APP_NAME='L2jMobius CT0'
APP_SCHEME='http'
APP_DOMAIN='localhost'
APP_CDN="${APP_DOMAIN}/assets"
DEMO_MODE=false

#Server settings
LOGIN_HOST='localhost'
LOGIN_PORT='2106'
GAME_HOST='localhost'
GAME_PORT='7777'

#Loginserver Database settings
DB_HOST='localhost'
DB_USER='root'
DB_PASS='My_Pass'
DB_NAME='L2jmobius'

#Gameserver Database settings
DB_GAME_HOST='localhost'
DB_GAME_USER='root'
DB_GAME_PASS='My_Pass'
DB_GAME_NAME='L2jmobius'

#Stripe settings
STRIPE_SECRET_KEY="sk_test_51MXXXE8gWs235K0ZfzWrsR75dVPUTU3Iux7ngNmFXX7j4AQ5JcQsXsC83TkpxCdzWcX9nZa001r4uJELT"

All extensions enabled, hosting my website no issues apache, php, mysql  clean and working perfectly no syntax errors. After G-hamsteR post tried chrome, firefox, edge all forcing through EN directory which doesn't exist.

Is well tried isolate in separate folder with different names is well ''l2jmobius-acm'' same sh*t..

Any other ideas? Thanks in advance!


Offline G-hamsteR

  • Count
  • *****
    • Posts: 419


Online BazookaRpm

  • Count
  • *****
    • Posts: 443
  • Lineage II - lover - Heirophant
Good afternoon, query, I have my website designed and ready to put online, where I want to place the acm separately, but I have some errors.

First of all, is that possible, from my website "registration button" redirect to the acm to have it as a panel?

This is in xaamp, I followed the steps in the guide, but I still get an error.

I wish there was a video tutorial.

Is there support? or someone provides advisory services.

Thanks
Atte BazooKa.RPM

Lineage II Lovers


Offline G-hamsteR

  • Count
  • *****
    • Posts: 419
Good afternoon, query, I have my website designed and ready to put online, where I want to place the acm separately, but I have some errors.

First of all, is that possible, from my website "registration button" redirect to the acm to have it as a panel?

This is in xaamp, I followed the steps in the guide, but I still get an error.

I wish there was a video tutorial.

Is there support? or someone provides advisory services.

Thanks

Hello,

Could you provide your error details?


Offline sfinxas

  • Heir
  • **
    • Posts: 10
How to enable features in this CMS?

After logging into CMS I can see only change pas and email nothing else. Or I did something wrong?

Thank you for the help!





Offline sfinxas

  • Heir
  • **
    • Posts: 10
Hello again, encountered another issue after purchasing 'Item' from ACM it doesn't appear in game (in character inventor). Where is no errors I checked tables everything looks good.

Maybe someone knows where an issue could be?

Thank you in advance!