Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] AionCMS 3.1.0

Experienced Elementalist
Joined
Nov 27, 2007
Messages
272
Reaction score
58
good here this file with step by step how to solve your problems.



I did it according to xampp for windows

I dont tthink they will able to import your cron to system schedule couse its your computer detail there. theey can edit but its better if you explain how to set up schedule step by step and what option they should mark .
 
Elite Diviner
Joined
May 25, 2020
Messages
498
Reaction score
227
OK I decided to change it so I created a tutorial with images and put it step by step as I did I guess.


I do same you say but my ranking not working ...
 
Initiate Mage
Joined
Feb 12, 2020
Messages
33
Reaction score
5
And what about the confirmation via mail? Can someone tell me?

System can be deactivated, but users won't be able to recover / change password, or u might try to add system with sendgrid + namecheap/cloudflare info.

I'll post how my webmaster did config email system for our server in a moment, let me take some ss for guide.

EDIT: I don't know exactly how system works, i've only take ss of our config in the system, I'm not able to solve problems if my guide config doesn't work to anyone else.



System can be deactivated, but users won't be able to recover / change password, or u might try to add system with sendgrid + namecheap/cloudflare info.

I'll post how my webmaster did config email system for our server in a moment, let me take some ss for guide.

EDIT: I don't know exactly how system works, i've only take ss of our config in the system, I'm not able to solve problems if my guide config doesn't work to anyone else.


Register and config namecheap(domain payment)+cloudflare(free)+sendgrid(free)

Here's a folder with img order of all my configs

 
Initiate Mage
Joined
Sep 22, 2019
Messages
7
Reaction score
4
Thank you, but I get a tighter inscription "We could not send you the verification email, please contact support."
 
Elite Diviner
Joined
May 25, 2020
Messages
498
Reaction score
227
Ranking still not work even insert cron into the system scheduler
 
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
98
Questions:

1.- Why the script doesn't send a mail verification?
As the script doesn't send a mail verification you will need to confirm manually in the database each registered user.
That's bad.

2. There is also, no automation script that transfers the data from the registration, "account_data" to the "account_access".
You will need to transfer the user data manually from the "account_data".
The CMS script in this form is quite useless.

-
 
Joined
Dec 23, 2013
Messages
29
Reaction score
13
Questions:

1.- Why the script doesn't send a mail verification?
As the script doesn't send a mail verification you will need to confirm manually in the database each registered user.
That's bad.

2. There is also, no automation script that transfers the data from the registration, "account_data" to the "account_access".
You will need to transfer the user data manually from the "account_data".
The CMS script in this form is quite useless.

-

1. That's because u need to use an E-mail platform like Sendgrid. I saw how it was made a year ago but can't remember absolutly any of it or i would share for sure

2. Will see about it when i get home

PS: I'll try to look for the Sendgrid guide with this CMS in my darkest files, when I get back home from work travel*
 
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
98
First of all, every Apache Webserver, has a SMTP over PHP built-in mail function.
Every PHP programmer use this function to send mailsYou can send mail from localhost with sendmail package , sendmail package is inbuild in XAMPP. So if you are using XAMPP then
you can easily send mail from localhost.

This script can send mails over sendmail, because it has the class.phpmailer.php function in the includes\libraries\class.smtp.php
and class.phpmailer.php

So, the scrips has the settings to use 1. SMTP over PHP built-in mail function, 2. Using external SMTP by your email provider


$config['smtp_active'] = true;
$config['smtp_host'] = 'smtp.localhost';
$config['smtp_port'] = 25;
$config['smtp_user'] = 'root';
$config['smtp_pass'] = 'admin_pass';

Gmail SMTP-Server.

$config['smtp_active'] = true;
$config['smtp_host'] = 'smtp.gmail.com';
$config['smtp_port'] = 587/465;
$config['smtp_user'] = 'aion-core@gmail.com';
$config['smtp_pass'] = '##MySecretPass2021#';

The question is why the script doesn't send mails...
 
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
98
And, have you tested it sends mails?
And what is with the transfer from registered account to the account access?
"account_data" to the "account_access" as soon as "confirmed" field is "1" ?

Which script transfer the data as soon as the account_data is "confirmed"?
 
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
98
Hello, dezalmadoI made step by step the installation as you made in that video, but it doesn't works.
No manu link works, all links give a blank pages. Maybe the issue is with incompatible .htaccess?

Same with post #7

Configs = OK
Databases = OK

Yo ca take a look here


It was the .htaccess server compatibility. I uploaded exactly the same configuration on other server
and it works.

Now I need some help to figure out how the shop works with the categories

12b25359788fe3f0ff8d0fdf12d0e4a8 - [Release] AionCMS 3.1.0 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Elite Diviner
Joined
May 25, 2020
Messages
498
Reaction score
227
Hello, dezalmadoI made step by step the installation as you made in that video, but it doesn't works.
No manu link works, all links give a blank pages. Maybe the issue is with incompatible .htaccess?

Same with post #7

Configs = OK
Databases = OK

Yo ca take a look here


It was the .htaccess server compatibility. I uploaded exactly the same configuration on other server
and it works.

Now I need some help to figure out how the shop works with the categories

12b25359788fe3f0ff8d0fdf12d0e4a8 - [Release] AionCMS 3.1.0 - RaGEZONE Forums


I will tell that ones again with my whole honest to you .....What you do in this Aion-core project ? Translating grom Germany to English or what ? I read all your answers under any threads and they are same like kid answer..YOu already get this problem with that web since last year or two ..The hell man ... you get last time answers there and even on discord ..but you still don't get it !! MISSING TABLES IN CMS DB ....MODULES !!!!
 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
98
You are talking to me?
I even don't know you and I don't understand what you are talking about.
Maybe you you confuse me with somebody else? I never used Discord.
@dezalmado fixed that issue and it works perfect.
It's a issue with that htacces and rewrite engine, that not all providers support.

Provider 1


Provider 2


Same files, same databases hosted on my NAS Server
 
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
98
That was for @cinus
QUOTE]
Lautaro - [Release] AionCMS 3.1.0 - RaGEZONE Forums
Originally Posted by Voidstar Lautaro - [Release] AionCMS 3.1.0 - RaGEZONE Forums
You are talking to me?I even don't know you and I don't understand what you are talking about.Maybe you you confuse me with somebody else? I never used Discord. @dezalmado fixed that issue and it works perfect.It's a issue with that htacces and rewrite engine, that not all providers support.Provider 1 Provider 2 Same files, same databases hosted on my NAS Server
[/QUOTE]

@dezalmado
It works like a charm now.
I solved the sending of mails very simple, just over "sendmail" insead of "mail" and "localhost"
And you need no other settings modification.

Code:
*
   * Method to send mail: ("mail", "sendmail", or "smtp").
   * @var string
   */
  public $Mailer            = [B]'sendmail';[/B]

  /**
   * Sets the path of the sendmail program.
   * @var string
   */
  public $Sendmail          = '/usr/sbin/sendmail';

  /**
   * Path to PHPMailer plugins.  Useful if the SMTP class
   * is in a different directory than the PHP include path.
   * @var string
   */
  public $PluginDir         = '';

  /**
   * Sets the email address that a reading confirmation will be sent.
   * @var string
   */
  public $ConfirmReadingTo  = 'voidstar@gmail.com';

  /**
   * Sets the hostname to use in Message-Id and Received headers
   * and as default HELO string. If empty, the value returned
   * by SERVER_NAME is used or 'localhost.localdomain'.
   * @var string
   */
  public $Hostname          = 'l[B]ocalhost[/B]';


The shop and access to AionCP Menu works fain :)
However, thank you very much for your help.

e75a7e07859d7791221e5b540d0b3aea - [Release] AionCMS 3.1.0 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
98
Noticed that after I made de ranking cronjobs on Linux, the ranking system doesn't works by me

There was a problem loading the ranking data, please try again later.

And there is one more issue with the AionCP - Weekly Special Items
It adds item in the wrong table, or on the shop page the script calls the wrong table

There are two tables.

The
Weekly Special = "weeklyspecial_itemlist" should be calls, instead of this it calls the "weeklyspecial_activeitems"

In the AionCP you can add items in the
"weeklyspecial_itemlist" tables but they will not displayed in the shop
Just if you add manually directly in the database in the
"weeklyspecial_activeitems", table.



 
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
98
It works with that little trick to add some items manually in the database. They are specials, 2-3 items in a week

More then that, unfortunately I could not fix the ranking script with cron.
Here is a website on which the rankings works


Maybe somebody else that could help?
 
Back
Top