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] WebEngine CMS 1.1.0

Junior Spellweaver
Joined
Jul 29, 2007
Messages
134
Reaction score
301
WebEngine CMS 1.1.0
open-source



Changelog:
Code:
[Other] Removed PaymentWall Donations API
[Other] Removed SuperRewards Donations API
[Other] Removed Western Union Donations Module
[Fix] Issue when adding a new cron job
[Other] Set default timezone to UTC
[Enhancement] Empty values in player profiles are now hidden
[Enhancement] Added support for S13 player class codes
[Enhancement] Added support for more than 5 characters in account
[Template] Removed legendary template
[Template] Added RedZone template as default
[Template] Added grow lancer profile background image
[Template] Guild profiles css improvements
[Template] Added animated register sidebar banner
[Template] Added discord sidebar banner
[Other] Changed default cron repeat times to 5 minutes
[Fix] Issue with credit system logs not detecting admincp module (issue [URL="https://github.com/lautaroangelico/WebEngine/issues/24"]#24[/URL])
[Fix] Issue with credit system not adding credits when column value is null
[Fix] Issue with credit system logs limit value not being applied to the query (issue [URL="https://github.com/lautaroangelico/WebEngine/issues/22"]#22[/URL])
[Fix] Issue with news system not applying the news_expanded config (issue [URL="https://github.com/lautaroangelico/WebEngine/issues/23"]#23[/URL])
[Core] Added default database connection timeout (15 seconds)
[AdminCP] Added links to WebEngine's Official Support Forum and Discord



RedZone Template Preview:




Installation:
  1. Upload all contents of the release ZIP file to your web server
  2. Run the install script at yourwebsite.com/install/install.php
  3. Make sure WebEngine's CMS master cron job runs once every minute (/includes/cron/cron.php)



Download:
 
Newbie Spellweaver
Joined
Aug 11, 2015
Messages
65
Reaction score
0
Could not connect to database (1)
Help))
Im use hosting
 
Master Summoner
Joined
Feb 17, 2017
Messages
580
Reaction score
72
How to Fix "Cron Last Run" its says (never) all crons work but there is no logs on Cron Last Run
 
Junior Spellweaver
Joined
Jul 29, 2007
Messages
134
Reaction score
301
How to Fix "Cron Last Run" its says (never) all crons work but there is no logs on Cron Last Run
You only need to add 1 cron to your system "/includes/cron/cron.php" make it run once per minute. That "Master Cron" will take care of all of WebEngine's cron jobs.
 
Experienced Elementalist
Joined
Jun 16, 2018
Messages
218
Reaction score
32
How to fix this cron jobs [/IMG]
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 26, 2015
Messages
25
Reaction score
0
Hi, i have this problem with the Rankings Lautaro
U1fHgKQ - [Release] WebEngine CMS 1.1.0 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Jul 29, 2007
Messages
134
Reaction score
301
Hi, i have this problem with the Rankings
U1fHgKQ - [Release] WebEngine CMS 1.1.0 - RaGEZONE Forums

Depending on what files you are using you need to edit your tables.php file inside the folder /includes/config/

examlple: /includes/config/custom.tables.php


The config $custom['character_class'] has all the character classes information, you need to make sure they match the ones your server files use.

Files are:
custom.tables.php
igcn.tables.php
mue.tables.php
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 26, 2015
Messages
25
Reaction score
0
It depends on what you selected when installing the cms
@Lautaro I was select MUE, However, some columns are missing in the different tables compared with muemu, in this case I must manually add each of the missing columns in the respective tables? I'm sorry for this silly question

PD: The
The config $custom['character_class'] matches perfectly, but im continue having the problem.

PD2: When u click in any character in My Account modules appear this

F1flKe2 - [Release] WebEngine CMS 1.1.0 - RaGEZONE Forums


RMB6t1H - [Release] WebEngine CMS 1.1.0 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Sep 23, 2011
Messages
189
Reaction score
51
Depending on what files you are using you need to edit your tables.php file inside the folder /includes/config/

examlple: /includes/config/custom.tables.php


The config $custom['character_class'] has all the character classes information, you need to make sure they match the ones your server files use.

Files are:
custom.tables.php
igcn.tables.php
mue.tables.php



Maybe 135 => array('Majestic Lune Wizards', 'MLW', 'rw.jpg', 'base_stats' ..........
and in profile css need add:
.RW.profiles_player_card, .RSM.profiles_player_card, .GRM.profiles_player_card, .MLW.profiles_player_card { background: url('../img/profiles/rw.jpg') no-repeat; }

or i'm confused and 135 class code not Rune Wizard 4th???
Thx
 
Newbie Spellweaver
Joined
May 12, 2012
Messages
81
Reaction score
5
this CMS can use multiple database?
like low rate and high rate?
exist some info about premium modules?
 
Newbie Spellweaver
Joined
Jun 28, 2011
Messages
24
Reaction score
3
Last edited:
Back
Top