[Release] WebEngine CMS 1.2.0

Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 67
  1. #31
    Am i? ScriptKid is offline
    MemberRank
    Oct 2006 Join Date
    $Location="??";Location
    1,809Posts

    Re: [Release] WebEngine CMS 1.2.0

    Quote Originally Posted by duybongson View Post
    Hi there, my paypal doesn't write log transaction, i use win 2012rc and Xampp ,please help ,thanks.
    I recommend you to use linux webhosting. Xammp is for development use only

  2. #32
    Account Upgraded | Title Enabled! seedmaker is offline
    MemberRank
    Feb 2017 Join Date
    127.0.0.1Location
    580Posts

    Re: [Release] WebEngine CMS 1.2.0

    Wont work on Xampp?

  3. #33
    Am i? ScriptKid is offline
    MemberRank
    Oct 2006 Join Date
    $Location="??";Location
    1,809Posts

    Re: [Release] WebEngine CMS 1.2.0

    Quote Originally Posted by seedmaker View Post
    Wont work on Xampp?
    As per Lautaro they will not be supporting users with xampp web server

  4. #34
    HITMAN CAPITOL is offline
    MemberRank
    Apr 2013 Join Date
    PhilippinesLocation
    717Posts

    Re: [Release] WebEngine CMS 1.2.0

    Quote Originally Posted by seedmaker View Post
    Wont work on Xampp?
    It works with XAMPP but they say it is not recommended. When using XAMPP or AppServ don't use ODBC instead install SQLDriver to avoid problems with cronjobs. You may need to use the API cronjobs in Website settings so you don't need to run a batch program to update the cache.

  5. #35
    Account Upgraded | Title Enabled! cover is offline
    MemberRank
    Jun 2016 Join Date
    320Posts

    Re: [Release] WebEngine CMS 1.2.0

    How to fix cron job the ranking is not working

    inside my cron.php

    <?php/** * WebEngine CMS * https://webenginecms.org/ * * @Version 1.2.0 * @author Lautaro Angelico <http://lautaroangelico.com/> * @Copyright (c) 2013-2019 Lautaro Angelico, All Rights Reserved * * Licensed under the MIT license * The MIT License | Open Source Initiative */// accessdefine('access', 'cron');// Load WebEngineif(!@include_once(str_replace('\\','/',dirname(dirname(__FILE__))).'/' . 'webengine.php')) die('Failed to load WebEngine CMS.');// Cron List$cronList = getCronList();if(!is_array($cronList)) die();// Encapsulationfunction loadCronFile($path) { include($path);}// Execute Cronsforeach($cronList as $cron) { if($cron['cron_status'] != 1) continue; if(!check_value($cron['cron_last_run'])) { $lastRun = $cron['cron_run_time']; } else { $lastRun = $cron['cron_last_run']+$cron['cron_run_time']; } if(time() > $lastRun) { $filePath = __PATH_CRON__.$cron['cron_file_run']; if(file_exists($filePath)) { loadCronFile($filePath); } }}
    Last edited by cover; 09-08-19 at 03:17 PM.

  6. #36
    Uber Leet gaymar001 is offline
    MemberRank
    Jun 2009 Join Date
    400Posts

    Re: [Release] WebEngine CMS 1.2.0

    @Lautaro what framework you used for this project?

  7. #37
    Apprentice xXxSiniestroxXx is offline
    MemberRank
    Mar 2014 Join Date
    15Posts

    Re: [Release] WebEngine CMS 1.2.0

    Quote Originally Posted by Lautaro View Post
    WebEngine CMS 1.2.0
    open-source

    https://opensource.org/licenses/MIT


    Changelog:
    Code:
    - [Installer] Minimum required PHP version increased to 5.6 (5.4 previously)
    - [Installer] Added installer index redirection
    - [Fix] Missing grand resets column constant on player profiles (issue #29)
    - [Fix] Player profile module title not loading (issue #28)
    - [Fix] Guild profile module title not loading (issue #27)
    - [Fix] Wrong language error phrase in character add stats module (issue #26)
    - [Core] Updated PHPMailer to version 6.0.7
    - [Core] Added exception handling when loading modules
    - [Core] Output buffer is now cleared when an exception is thrown outside the module scope
    - [Core] News system now checks if news id exists from cache instead of database
    - Removed encoded ids from news
    - [Core] Gens ranking completely recoded (it now works as in GMO)
    - [Core] Improved compatibility with MuEngine files
    - Character level can now be combined with master level in rankings
    - Character level added to resets ranking
    - Character level added to killers ranking
    - Replaced resets with player level in master level ranking
    - [Fix] Wrong language error phrase in voting system (issue #25)
    - Character class added to votes ranking
    - Character master level added to profiles
    - Numbers formatting added to player profiles
    - Command stat is now only displayed when character class is DL in player profiles
    - Guild profiles design improved
    - Player profile links added to rankings
    - Guild profile link added to guilds ranking
    - [Core] Added new cache format
    - Added guild master display to castle siege countdown banner
    - Added guild master display to castle siege module
    - [Template] Upgraded to bootstrap 3.3.7
    - [Template] Upgraded to jquery 2.2.4
    - [Template] Added date display to server/user time
    - [Core] Added cache to ip blocking system
    - [Core] Added WebEngine CMS table definitions
    - [Core] Added support for webengine tables prefix
    - Added player profile links setting to webengine configuration
    - Added guild profile links setting to webengine configuration
    - Added username length setting to webengine configuration
    - Added password length setting to webengine configuration
    - [Core] Anti flood system removed
    - Encryption hash configuration removed
    - [Fix] Login system not clearing failed login attemps after a successful authentication (issue #30)
    - [Installer] Removed Forum URL from the final install step
    - [Installer] Removed Server Name from the final install step
    - [Installer] Removed Website Title from the final install step
    - [Installer] Removed Website Description from the final install step
    - [Installer] Removed Website Keywords from the final install step
    - [AdminCP] Updated navigation menus style
    - [Core] Removed main cron cache file (it now uses a direct connection to the database)
    - [API] Added cron api (for manually executing cron jobs)
    - [Core] Plugins now load directly from cache
    - [Core] Added version check to plugin when loading
    - [Core] BCMath php extension no longer required
    - [Core] cURL php extension added to cms requirements
    - [Core] Added CloudFlare IP Workaround
    - [Core] Added CloudFlare HTTPS Workaround
    - Replaced downloads host with downloads description
    - Corrected spelling mistake on successful plugin installation (issue #31)
    - [AdminCP] Added real databases names on credit configurations
    - [AdminCP] Me_MuOnline will not be displayed if only using MuOnline database
    - [AdminCP] Improved design of credit configurations module
    - [Core] Added support for custom email templates
    - [Core] Added database error logs
    - [Core] Enabled passing of real exception error messages from email system (issue #32)
    - Added short news version with link to full news
    - MuEngine VIP module removed (to be provided as a plugin)
    - IGCN VIP module removed (to be provided as a plugin)
    - Replaced double quotes with single quotes of default language file
    - [Core] Improved language switching system
    - [AdminCP] removed bin2hex website configuration
    - Moved guild logo generator to api directory
    - [Core] Guild logos are now directly converted to hex in the sql query
    - Added PK level to killers ranking
    - Castle siege countdown banner will now show even if castle has no owner
    - Added character last location to rankings
    - Added character country to rankings
    - Added character online status to rankings
    - Added basic server information module (html)
    - Removed facebook comments from news system
    - Removed facebook share and like button from news system
    - Added news translation system
    - [Template] added language switch flags at footer
    - Added missing language phrases
    - [Core] Updated Google ReCaptcha to version 1.2.1
    - Improved cron common repeat times list

    Download:
    https://github.com/lautaroangelico/W...ases/tag/1.2.0









    How to Install:
    1. Download the WebEngine 1.2.0 Release
    2. Extract / Upload the files to your web server
    3. Run the WebEngine CMS Installer "yoursite.com/install"



    This update has was made possible by WebEngine's developer "Mon", big thank you for your work Mon, keep it up!
    The web is very good.But I think there is a detail.I have activated the function of activating by email and it does not work at all well.The confirmation link is sent to the email all right, but when you open the link and when you take it to the home page I get an error saying that the confirmation is not valid, but it is confirmed.

  8. #38
    Coxiez barakuda21 is online now
    MemberRank
    Aug 2006 Join Date
    trashcanLocation
    893Posts

    Re: [Release] WebEngine CMS 1.2.0

    why i cant open admincp?i always redirect on main site when i open this localhost/admincp and i cant see any rank? any guide how can i fix this problem. (register/login/add stats/reset are work!)

  9. #39
    Proficient Member koss is offline
    MemberRank
    Aug 2010 Join Date
    LithuanianLocation
    177Posts

    Re: [Release] WebEngine CMS 1.2.0

    i cant find where edit Server Info ???

  10. #40
    Proficient Member Lautaro is offline
    MemberRank
    Jul 2007 Join Date
    CaliforniaLocation
    163Posts

    Re: [Release] WebEngine CMS 1.2.0

    Quote Originally Posted by koss View Post
    i cant find where edit Server Info ???
    /modules/info.php

  11. #41
    Trafalgar D. Water Law Dope Boy One is offline
    ModeratorRank
    Jun 2005 Join Date
    HellasLocation
    1,223Posts

    Re: [Release] WebEngine CMS 1.2.0

    Recommended Website, im also using it for my servers!
    Amazing Job @Lautaro

  12. #42
    Apprentice xymbicao is offline
    MemberRank
    Jul 2006 Join Date
    19Posts

    Re: [Release] WebEngine CMS 1.2.0

    Hey @Lautaro, does it works for 97D? Great job btw!

  13. #43
    Proficient Member Lautaro is offline
    MemberRank
    Jul 2007 Join Date
    CaliforniaLocation
    163Posts

    Re: [Release] WebEngine CMS 1.2.0

    Quote Originally Posted by xymbicao View Post
    Hey @Lautaro, does it works for 97D? Great job btw!
    Yes it should work with no problem, just make sure the tables match. If you can't get it to work shoot me a PM and I'll help you out!

  14. #44
    Proficient Member VadimashRS is offline
    MemberRank
    Sep 2011 Join Date
    191Posts

    Re: [Release] WebEngine CMS 1.2.0

    Quote Originally Posted by Lautaro View Post
    WebEngine CMS 1.2.0
    open-source

    https://opensource.org/licenses/MIT


    Changelog:
    Code:
    - [Installer] Minimum required PHP version increased to 5.6 (5.4 previously)
    - [Installer] Added installer index redirection
    - [Fix] Missing grand resets column constant on player profiles (issue #29)
    - [Fix] Player profile module title not loading (issue #28)
    - [Fix] Guild profile module title not loading (issue #27)
    - [Fix] Wrong language error phrase in character add stats module (issue #26)
    - [Core] Updated PHPMailer to version 6.0.7
    - [Core] Added exception handling when loading modules
    - [Core] Output buffer is now cleared when an exception is thrown outside the module scope
    - [Core] News system now checks if news id exists from cache instead of database
    - Removed encoded ids from news
    - [Core] Gens ranking completely recoded (it now works as in GMO)
    - [Core] Improved compatibility with MuEngine files
    - Character level can now be combined with master level in rankings
    - Character level added to resets ranking
    - Character level added to killers ranking
    - Replaced resets with player level in master level ranking
    - [Fix] Wrong language error phrase in voting system (issue #25)
    - Character class added to votes ranking
    - Character master level added to profiles
    - Numbers formatting added to player profiles
    - Command stat is now only displayed when character class is DL in player profiles
    - Guild profiles design improved
    - Player profile links added to rankings
    - Guild profile link added to guilds ranking
    - [Core] Added new cache format
    - Added guild master display to castle siege countdown banner
    - Added guild master display to castle siege module
    - [Template] Upgraded to bootstrap 3.3.7
    - [Template] Upgraded to jquery 2.2.4
    - [Template] Added date display to server/user time
    - [Core] Added cache to ip blocking system
    - [Core] Added WebEngine CMS table definitions
    - [Core] Added support for webengine tables prefix
    - Added player profile links setting to webengine configuration
    - Added guild profile links setting to webengine configuration
    - Added username length setting to webengine configuration
    - Added password length setting to webengine configuration
    - [Core] Anti flood system removed
    - Encryption hash configuration removed
    - [Fix] Login system not clearing failed login attemps after a successful authentication (issue #30)
    - [Installer] Removed Forum URL from the final install step
    - [Installer] Removed Server Name from the final install step
    - [Installer] Removed Website Title from the final install step
    - [Installer] Removed Website Description from the final install step
    - [Installer] Removed Website Keywords from the final install step
    - [AdminCP] Updated navigation menus style
    - [Core] Removed main cron cache file (it now uses a direct connection to the database)
    - [API] Added cron api (for manually executing cron jobs)
    - [Core] Plugins now load directly from cache
    - [Core] Added version check to plugin when loading
    - [Core] BCMath php extension no longer required
    - [Core] cURL php extension added to cms requirements
    - [Core] Added CloudFlare IP Workaround
    - [Core] Added CloudFlare HTTPS Workaround
    - Replaced downloads host with downloads description
    - Corrected spelling mistake on successful plugin installation (issue #31)
    - [AdminCP] Added real databases names on credit configurations
    - [AdminCP] Me_MuOnline will not be displayed if only using MuOnline database
    - [AdminCP] Improved design of credit configurations module
    - [Core] Added support for custom email templates
    - [Core] Added database error logs
    - [Core] Enabled passing of real exception error messages from email system (issue #32)
    - Added short news version with link to full news
    - MuEngine VIP module removed (to be provided as a plugin)
    - IGCN VIP module removed (to be provided as a plugin)
    - Replaced double quotes with single quotes of default language file
    - [Core] Improved language switching system
    - [AdminCP] removed bin2hex website configuration
    - Moved guild logo generator to api directory
    - [Core] Guild logos are now directly converted to hex in the sql query
    - Added PK level to killers ranking
    - Castle siege countdown banner will now show even if castle has no owner
    - Added character last location to rankings
    - Added character country to rankings
    - Added character online status to rankings
    - Added basic server information module (html)
    - Removed facebook comments from news system
    - Removed facebook share and like button from news system
    - Added news translation system
    - [Template] added language switch flags at footer
    - Added missing language phrases
    - [Core] Updated Google ReCaptcha to version 1.2.1
    - Improved cron common repeat times list

    Download:
    https://github.com/lautaroangelico/W...ases/tag/1.2.0









    How to Install:
    1. Download the WebEngine 1.2.0 Release
    2. Extract / Upload the files to your web server
    3. Run the WebEngine CMS Installer "yoursite.com/install"



    This update has was made possible by WebEngine's developer "Mon", big thank you for your work Mon, keep it up!
    Hello dear friend, today i'm trying to translate you CMS in Russian, after I translated a couple of lines I decided to install this CMS, I'm use IIS 10 in windows Server 2019 with PHP 5.6.40 nts. CMS installed without any problems.
    But, after installation can i'm access my virtual address....4.png3.png2.png1.png0.jpg

    i'm give virtual address diablo.com but your CMS insert diablo.comc ....
    can i'm access on homepage CMS no load theme after click on home or any button give errors...
    WebEngine no work with IIS Server?))

  15. #45
    Apprentice DvCkMU is offline
    MemberRank
    Jul 2010 Join Date
    10Posts

    Re: [Release] WebEngine CMS 1.2.0

    I think the code is not supporting UTF-8 at the moment - same thing happen for Vietnamese :(



Page 3 of 5 FirstFirst 12345 LastLast

Advertisement