[Release] WebEngine 1.0.7 PL1
With WebEngine 1.0.8 out for my current customers, I am pleased to share with you guys WebEngine's 10th private release: WebEngine 1.0.7 PL1 (patch-level 1).
Feel free to ask any questions regarding the CMS. Even tho I might not have a lot of time to give support to everyone, I will do my best to help you out in case you encounter any issues.
Features (outdated):
http://web.muengine.net/threads/webengine-features.1/
WebEngine's default template preview:
WebEngine 1.0.4 - Album on Imgur
Changelog:
Code:
[1.0.7]
- MD5 switch (on/off)
- [1.0.6] PayPal & SR API's hotfix applied
- [AdminCP] Master Level editor
- Exclude characters from rankings
- Give VIP at registration
- Hide inactive usercp modules
- Added support for non-standard SQL port (dblib)
- Improved registration SQL queries
- Improved login SQL query
- Improved password change SQL query
- Email verification message phrases fixed
- [AdminCP] Ban system (permanent/temporal)
- [AdminCP] Cron job reset button (clears all cron timers)
- Facebook like and share buttons added to the news
- Repaced DISQUS comments system with Facebook comments
- Realtime server time
- Realtime CS banner countdown
- CS banner countdown is now relative to the user's time
- Contact Us module
- [AdminCP] New registrations list
- [Fix] Guild mark logo binary to hex config added
[1.0.7 PL1]
- Password change/recovery emails showing wrong date (reported by eynnad)
- Password change query fixed (reported by KREATOR)
- Guild marks colors corrected (thanks eynnad and KREATOR)
- Encryption library now uses the config encryption_hash (16 characters recommended)
- Removed encryption on version check (admincp)
Who's using WebEngine:
Google
Required PHP modules / extensions / settings:
- mod_rewrite (apache)
- short_open_tag = On (php.ini)
- php-openssl
- php-bcmath
- php-pdo
Installation:
- Make a full backup of your MuOnline database.
- Download the WebEngine release package and extract it.
- Run all the SQL queries provided in the release.
- Upload all the CMS files to your host.
- Make sure the following directories and files have write permission (chmod):
- /includes/cache/*
- /includes/cache/news/*
- /includes/config/*
- /includes/config/modules/*
- Configure WebEngine's configs (/includes/config.php)
- encryption_hash must be 16 characters long to prevent PHP errors.
- Setup WebEngine's cron to run every 5 minutes (/cron/cron.php)
- Login to your admin account and configure WebEngine's modules through the admincp.
- Create a new cronjob using the admincp for /cron/server_info.php (this is for the sidebar stats)
Download (no mirrors please):
http://we.arcticnight.net/public/1.0/releases/
Default template PSD's:
http://we.arcticnight.net/public/1.0/other/
Credits:
Lautaro (Developer)
PHPMailer (for their awesome libraries)
re: [Release] WebEngine 1.0.7 PL1
Thank you very much for your great work Lautaro, I'm pretty sure that it will be very appreciated by the community :)
re: [Release] WebEngine 1.0.7 PL1
i will test this and give some feed backs and tnx for this release
- - - Updated - - -
i will test this and give some feed backs and tnx for this release
re: [Release] WebEngine 1.0.7 PL1
can someone has TUT on how to make cron every 5mins? thank you!
re: [Release] WebEngine 1.0.7 PL1
Nice Update, Its already accept NonMD5 Password Excellent Work thanks :)
re: [Release] WebEngine 1.0.7 PL1
@Lautaro question bro how to add another admin user of this?
for example i put admin1 in config.php and i will put another admin2 in config.php? it will work and how to add also?
re: [Release] WebEngine 1.0.7 PL1
bro and how to make the required zen to credits in clear masterskill tree?
- - - Updated - - -
@Lautaro bro how to fix this i can't see the Guild Logo
http://i62.tinypic.com/166x5ol.png
- - - Updated - - -
@Lautaro why i can't see the Top online players in my site even there was online in the server
see this picture below
http://i58.tinypic.com/2wmewle.png
http://i62.tinypic.com/2mqmeqh.png
re: [Release] WebEngine 1.0.7 PL1
Question.. Why always get website is offline?
I config all and always get the same.
Someone can help?
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
clerigz
same problem here! can you share how did you edit guildname owner infos to show on cs banner thnx!
re: [Release] WebEngine 1.0.7 PL1
IM USING CPANEL.. and have "website offline" how to connect sqlsrv in SQ Server 2008 R2 ?
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
jeffzkie69
same problem here! can you share how did you edit guildname owner infos to show on cs banner thnx!
cron/castle_siege.php
find
Code:
, t2."._CLMN_GUILD_LOGO_." FROM "._TBL_MUCASTLE_DATA_."
add
Code:
, t2."._CLMN_GUILD_LOGO_.", t2."._CLMN_GUILD_MASTER_." FROM "._TBL_MUCASTLE_DATA_."
Run cron & you access guild master at template.functions like
for example
templates/default/css/style.css
find #castle-siege .cs-guild-info & change width to 180px
Code:
Code:
#castle-siege .cs-guild-info {
width: 180px;
text-align: left;
}
templates/default/inc/template.functions.php
add gm entry between guild name & time space
Code:
<td class="cs-guild-info">
<span class="cs-guild-title">'.$ranking_data[1][2].'</span><br />
<span>Guild Master</span>
</td>
- - - Updated - - -
Quote:
Originally Posted by
Fede Ribero
IM USING CPANEL.. and have "website offline" how to connect sqlsrv in SQ Server 2008 R2 ?
did you Enable extension=php_pdo_odbc.dll
if not just remove the ; in extension=php_pdo_odbc.dll
and short_open_tag = Off to short_open_tag = On in php.ini
re: [Release] WebEngine 1.0.7 PL1
this version has a bit different from 1.0.6 release! i encounter Guild Sign on CS banner not showing hope it can be solve.,
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
jeffzkie69
can someone has TUT on how to make cron every 5mins? thank you!
Windows (use the cron.bat included in the package inside the extra folder):
http://windows.microsoft.com/en-au/w...#1TC=windows-7
Linux (run the following command: /usr/bin/php -q <path to cron directory>/cron.php):
http://www.cyberciti.biz/faq/how-do-...-or-unix-oses/
Quote:
Originally Posted by
clerigz
@
Lautaro question bro how to add another admin user of this?
for example i put admin1 in config.php and i will put another admin2 in config.php? it will work and how to add also?
In /includes/config.php
PHP Code:
// USERS WITH ADMINCP ACCESS
$config['admincp_users_access'] = array(
'admin1',
'admin2',
'admin3'
,);
@clerigz
To fix the guild logo, try enabling/disabling the following setting in /includes/config.php
PHP Code:
$config['gmark_bin2hex_enable'] = true;
Top online works only with MuEngine files because it uses a custom table that only MUE has. You can try adapting it with another table by editing the tables definitions in /includes/webengine.php
PHP Code:
define('_TBL_LOGEX_', 'MuLogEx');
define('_CLMN_LOGEX_ACCID_', 'AccountId');
define('_CLMN_LOGEX_IP_', 'IP');
define('_CLMN_LOGEX_TIN_', 'TimeIn');
define('_CLMN_LOGEX_TOUT_', 'TimeOut');
define('_CLMN_LOGEX_OD_', 'OnlineDuration');
define('_CLMN_LOGEX_SRV_', 'Server');
Quote:
Originally Posted by
Fede Ribero
Question.. Why always get website is offline?
I config all and always get the same.
Someone can help?
Quote:
Originally Posted by
Fede Ribero
IM USING CPANEL.. and have "website offline" how to connect sqlsrv in SQ Server 2008 R2 ?
Make sure you have PHP-PDO_dblib driver enabled and that your Mu server firewall and SQL is configured correctly to allow external connections.
Quote:
Originally Posted by
jeffzkie69
this version has a bit different from 1.0.6 release! i encounter Guild Sign on CS banner not showing hope it can be solve.,
Do the same as I told clerigz above.
---------
Edit: Just added a tester file to help you find out if you can run WebEngine in your host or not: http://we.arcticnight.net/public/1.0...tester.php.zip
re: [Release] WebEngine 1.0.7 PL1
still no luck on guild logo
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Lautaro
Windows (use the cron.bat included in the package inside the extra folder):
http://windows.microsoft.com/en-au/w...#1TC=windows-7
Linux (run the following command: /usr/bin/php -q <path to cron directory>/cron.php):
http://www.cyberciti.biz/faq/how-do-...-or-unix-oses/
In /includes/config.php
PHP Code:
// USERS WITH ADMINCP ACCESS
$config['admincp_users_access'] = array(
'admin1',
'admin2',
'admin3'
,);
@
clerigz
To fix the guild logo, try enabling/disabling the following setting in /includes/config.php
PHP Code:
$config['gmark_bin2hex_enable'] = true;
Top online works only with MuEngine files because it uses a custom table that only MUE has. You can try adapting it with another table by editing the tables definitions in /includes/webengine.php
PHP Code:
define('_TBL_LOGEX_', 'MuLogEx');
define('_CLMN_LOGEX_ACCID_', 'AccountId');
define('_CLMN_LOGEX_IP_', 'IP');
define('_CLMN_LOGEX_TIN_', 'TimeIn');
define('_CLMN_LOGEX_TOUT_', 'TimeOut');
define('_CLMN_LOGEX_OD_', 'OnlineDuration');
define('_CLMN_LOGEX_SRV_', 'Server');
Make sure you have PHP-PDO_dblib driver enabled and that your Mu server firewall and SQL is configured correctly to allow external connections.
Do the same as I told clerigz above.
---------
Edit: Just added a tester file to help you find out if you can run WebEngine in your host or not:
http://we.arcticnight.net/public/1.0...tester.php.zip
PHP Version (5.4.36)Ok
short_open_tagOk
OpenSSL ExtensionOk
BC Math ExtensionOk
PDOOk
PDO dblib (linux)Fix
PDO odbc (linux/windows)Fix
PDO sqlsrv (windows)Fix
To fix this error i must change webhosting?
MuCore dont have problems with my configs in sql and hosting using MSSQL. What config I need to do in Server?
SQL allow external conections. And I have open port in firewall.
What more?