L2JMobius

Introducing L2JMobius ACM: An Account Management and Donations Panel

G-hamsteR · 148 · 52028

Offline sfinxas

  • Heir
  • **
    • Posts: 10
CustomMailManagerEnabled ?

wow, I'm digging through ACM from the morning trying to find out the issue I didn't even imagine that problem been in server configs..

Thank you again!




Offline sfinxas

  • Heir
  • **
    • Posts: 10
Where can I change background color for this? I think I tried to change all possible inputs where white color is present in style CSS but could not find it.




Offline G-hamsteR

  • Count
  • *****
    • Posts: 419
You can change them from style.css.

Inspect the element from your browser and make sure your styles are applied. Make sure that there is no cache. Use Ctrl-F5 to clear browser cache. If you are using Cloudflare or other CDN services, make sure the style.css is not cached. Add a prefix to it, like style.css?v=1. You can do this at helpers/templates.php

eg
Code: [Select]
<link rel="stylesheet" href="'.$cdnURL.'/css/style.css?v=1">


Offline sfinxas

  • Heir
  • **
    • Posts: 10
You can change them from style.css.

Inspect the element from your browser and make sure your styles are applied. Make sure that there is no cache. Use Ctrl-F5 to clear browser cache. If you are using Cloudflare or other CDN services, make sure the style.css is not cached. Add a prefix to it, like style.css?v=1. You can do this at helpers/templates.php

eg
Code: [Select]
<link rel="stylesheet" href="'.$cdnURL.'/css/style.css?v=1">

I solved it.

Thank you again!


Offline Puppyrawr

  • Count
  • *****
    • Posts: 419
  • L2AquaSage
    • L2AquaSage
Well, theres someone who can help me add my subdomain from hostinger (i add cloudflare nameservers) redirect to xampp localhost to use the ACM ? on server machine its working but i cant make it work from externals ips..

Im not familiar with sites and stuff like that!
Thanks in Advance!


Offline diogojdm

  • Heir
  • **
    • Posts: 12


Code: [Select]
C:\xampp\htdocs\acc>composer update
Loading composer repositories with package information
Updating dependencies
Lock file operations: 9 installs, 0 updates, 0 removals
  - Locking graham-campbell/result-type (v1.1.3)
  - Locking michelf/php-markdown (2.0.0)
  - Locking phpmailer/phpmailer (v6.10.0)
  - Locking phpoption/phpoption (1.9.3)
  - Locking stripe/stripe-php (v13.18.0)
  - Locking symfony/polyfill-ctype (v1.32.0)
  - Locking symfony/polyfill-mbstring (v1.32.0)
  - Locking symfony/polyfill-php80 (v1.32.0)
  - Locking vlucas/phpdotenv (v5.6.2)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 9 installs, 0 updates, 0 removals
  - Installing michelf/php-markdown (2.0.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.32.0): Extracting archive
  - Installing phpmailer/phpmailer (v6.10.0): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.32.0): Extracting archive
  - Installing stripe/stripe-php (v13.18.0): Extracting archive
  - Installing symfony/polyfill-php80 (v1.32.0): Extracting archive
  - Installing phpoption/phpoption (1.9.3): Extracting archive
  - Installing graham-campbell/result-type (v1.1.3): Extracting archive
  - Installing vlucas/phpdotenv (v5.6.2): Extracting archive
6 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
7 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found.

Quote
<VirtualHost *:80>
    DocumentRoot "C:/xampp/htdocs/acc/public"
    ServerName localhost
    <Directory "C:/xampp/htdocs/acc/public">
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>




Offline G-hamsteR

  • Count
  • *****
    • Posts: 419
The css/js files are not loaded. Make sure your .htaccess file works. Check the websiet's source code (Alt + U) and try to open any .css url. It will probably lead to a 404 error.



Code: [Select]
C:\xampp\htdocs\acc>composer update
Loading composer repositories with package information
Updating dependencies
Lock file operations: 9 installs, 0 updates, 0 removals
  - Locking graham-campbell/result-type (v1.1.3)
  - Locking michelf/php-markdown (2.0.0)
  - Locking phpmailer/phpmailer (v6.10.0)
  - Locking phpoption/phpoption (1.9.3)
  - Locking stripe/stripe-php (v13.18.0)
  - Locking symfony/polyfill-ctype (v1.32.0)
  - Locking symfony/polyfill-mbstring (v1.32.0)
  - Locking symfony/polyfill-php80 (v1.32.0)
  - Locking vlucas/phpdotenv (v5.6.2)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 9 installs, 0 updates, 0 removals
  - Installing michelf/php-markdown (2.0.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.32.0): Extracting archive
  - Installing phpmailer/phpmailer (v6.10.0): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.32.0): Extracting archive
  - Installing stripe/stripe-php (v13.18.0): Extracting archive
  - Installing symfony/polyfill-php80 (v1.32.0): Extracting archive
  - Installing phpoption/phpoption (1.9.3): Extracting archive
  - Installing graham-campbell/result-type (v1.1.3): Extracting archive
  - Installing vlucas/phpdotenv (v5.6.2): Extracting archive
6 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
7 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found.


Online Galagard

  • Elder
  • ****
    • Posts: 140
  • Support / L2J Developer

Did you remove the pt_BR translation from the project or just from the demo?

By the way, is the project currently active?
Support L2j in General, pm me


Online Skache

  • Distinguished King
  • *****
    • Posts: 825
    • l2skale.com

Online Galagard

  • Elder
  • ****
    • Posts: 140
  • Support / L2J Developer
Good, I'll install it here again, to fix inconsistencies/additions in the pt_br translation and try to contribute with other things that are needed...
Support L2j in General, pm me


Offline G-hamsteR

  • Count
  • *****
    • Posts: 419
Did you remove the pt_BR translation from the project or just from the demo?

By the way, is the project currently active?

The pt_BR translations are there. They are probably not included in the demo.

https://gitlab.com/nick_anto/l2jmobius-acm/-/tree/main/locale/pt_BR/LC_MESSAGES?ref_type=heads


Offline osminog93

  • Vassal
  • *
    • Posts: 2
I installed ACM on my website and Balances is decreases and it says "You will receive your items in-game shortly." but problem is i dont get any items on my character when i donate. What is system of give item when donate is finished and what is code? Where to find this code, is it code in gameserver or where?


Online Skache

  • Distinguished King
  • *****
    • Posts: 825
    • l2skale.com

Online Galagard

  • Elder
  • ****
    • Posts: 140
  • Support / L2J Developer
Any chance to move the project to Wordpress?


If so, I can help with the migration.


Advantages (in my opinion):


Modular
Themes
AdminCP (Separate from the page)
UserCP (On a separate page in the front-end)
Plug-ins to enhance ACM functions
RestAPI (integration with GameServer to expose all classes to view inventory, manage inventory, send items, boss list, skill list, clan management (if you have a DKP system or similar) a lot of things can be done with an API that exposes endpoints correctly)
Security (WordPress is not insecure, a bad installation makes it insecure)


Probably the only downside is that, depending on the plugins the person uses or the modifications they make directly to the code (which is not recommended), it opens security vulnerabilities. Aside from that... I think it's a good idea if done well and well maintained; security is also a strong point.

If's not "i want to mantain project as is" it's ok too...

It was just an idea... when I install this ACM to use on my server, contributions in this regard (exposing the gameserver a bit more) will come.
Support L2j in General, pm me