-
[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?
-
re: [Release] WebEngine 1.0.7 PL1
You need to ask your host to enable PDO dblib driver for you. I know some cPanel hostings have a feature that lets you enable it yourself and even switch between PHP versions, you should look into that.
Mucore uses ADOdb. I don't like it. I use PDO because it's best and because it's from PHP.
-
re: [Release] WebEngine 1.0.7 PL1
still having problem on guild sign of castle owner don't show! any other fix?
-
re: [Release] WebEngine 1.0.7 PL1
nothing happens even i do this
Quote:
$config['gmark_bin2hex_enable'] = true;
and i see the webengine.php there was no GENS TBL how to put that in webengine.php i'm using zteam DB...
-
re: [Release] WebEngine 1.0.7 PL1
-
re: [Release] WebEngine 1.0.7 PL1
-
re: [Release] WebEngine 1.0.7 PL1
You are using a modified CS banner. The official one doesn't show the guild master so you must be having a problem reading the contents of the cached data.
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Lautaro
You are using a modified CS banner. The official one doesn't show the guild master so you must be having a problem reading the contents of the cached data.
it also doesnt show in original settings of CS Banner...
-
re: [Release] WebEngine 1.0.7 PL1
You might need to setup the cron job system then.
-
re: [Release] WebEngine 1.0.7 PL1
im using default setting but same to me sir CS guild logo doesn't show! any fix sir?
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Maddox
bro edit your cron.bat to this
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\castle_siege.php
- - - Updated - - -
Quote:
Originally Posted by
Lautaro
i think you can adapt the top online in zteam DB??
- - - Updated - - -
@Lautaro do you have a plan to release some free module of webengine? ^_^
-
re: [Release] WebEngine 1.0.7 PL1
Owner already shown but Guild Logo still no image.thanks.
-
re: [Release] WebEngine 1.0.7 PL1
same here still no guild logo and also is there any tutz on how to change server time? i want to change it to local time on my vps thnx!
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
jeffzkie69
same here still no guild logo and also is there any tutz on how to change server time? i want to change it to local time on my vps thnx!
Change the timezone in php.ini
-
re: [Release] WebEngine 1.0.7 PL1
@Lautaro how to solve the guild logo issue?
-
re: [Release] WebEngine 1.0.7 PL1
How to install Please vide shared
-
re: [Release] WebEngine 1.0.7 PL1
Getting this error when creating account with md5 on
[SQL 07002] [odbc 0] > [Microsoft][ODBC SQL Server Driver]COUNT field incorrect or syntax error (SQLExecute[0] at ext\pdo_odbc\odbc_stmt.c:133)
-
re: [Release] WebEngine 1.0.7 PL1
-
re: [Release] WebEngine 1.0.7 PL1
http://127.0.0.1/admincp/?page=admincp
got error 404 page not found
What wrong?
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
gpadmin
just log in your admin acct in site
-
re: [Release] WebEngine 1.0.7 PL1
Your admin acc? You mean from gameDB? we have empty acc DB here... i am not understand...
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
gpadmin
Your admin acc? You mean from gameDB? we have empty acc DB here... i am not understand...
the you put in this
Quote:
// USERS WITH ADMINCP ACCESS
$config['admincp_users_access'] = array(
'clerigz',
);
-
re: [Release] WebEngine 1.0.7 PL1
i am noob how made admin acc? i am made new gameacc via Mu Editor tool - test 12345
made new char here - tester
add GM status for char tester
put here
// USERS WITH ADMINCP ACCESS
$config['admincp_users_access'] = array(
'test',
on site choice - login
enter data here - test 12345
answer - The username you entered does not exist.
what i miss? :)
- - - Updated - - -
I done, gl
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
gmrote
Setup cron: http://www.cyberciti.biz/faq/how-do-...-or-unix-oses/.
or task scheduler: http://www.thewindowsclub.com/how-to...ally-windows-7
If you want support go to official site.
-
re: [Release] WebEngine 1.0.7 PL1
need help I already did this but still same :(
Quote:
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
http://i.imgur.com/hVYX6ws.png
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Myster Dev
Enable error reporting. Probably can't connect to the database.
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Netzo
Enable error reporting. Probably can't connect to the database.
in what file should I enable it ?
-
re: [Release] WebEngine 1.0.7 PL1
As others I had the site is offline problem. I had to use my server name instead of localhost or 127.0.0.1 as I am running a stand-alone instance of MSSQL. Go to your system properties and use the computer name for $config['SQL_DB_HOST']
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Myster Dev
in what file should I enable it ?
root/includes/config.php
Quote:
$config['error_reporting'] = true;
-
re: [Release] WebEngine 1.0.7 PL1
I got this problem now :(
I already did this
extension=php_pdo_mssql.dll
http://i.imgur.com/PDbKuRR.png
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Netzo
not working help me
- - - Updated - - -
Quote:
Originally Posted by
gmrote
Can somebody help me
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Myster Dev
I got this problem now :(
I already did this
extension=php_pdo_mssql.dll
PHP 5.3+ doesn't use that extension anymore. You have to either download Microsoft's SQL drivers for PHP, or use PHP PDO's ODBC driver. I used PDO's ODBC since it's already installed. Add or uncomment "extension=php_pdo_odbc.dll" in your php.ini, and set $config['SQL_PDO_DRIVER'] = 3 in your includes/config.php file
-
re: [Release] WebEngine 1.0.7 PL1
thanks for your reply gonna try your way :)
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Myster Dev
Use xampp 1.7.x and it should work without any problems.
Quote:
Originally Posted by
gmrote
not working help me
- - - Updated - - -
Can somebody help me
Because you did not setup the cron system. I can only repeat my last reply to your problem.
-
re: [Release] WebEngine 1.0.7 PL1
[QUOTE=Netzo;8337968]Use xampp 1.7.x and it should work without any problems.
actually I'm using xampp 1.7.1 I have 3 servers running in one dds with
running website on every game I have but this is not running don't know why :grr:
-
re: [Release] WebEngine 1.0.7 PL1
You don't have to use outdated XAMPP for WebEngine, it's not MUCore. For example, I am using latest XAMPP for WebEngine. You just need to edit some things in php settings to get it work. Btw, I test WE on XAMPP 1.7.3, 1.7.7 and the latest XAMPP with PHP 5.6.3 and the best for it is the latest one. Website is much faster when I compare it with older XAMPP versions.
-
re: [Release] WebEngine 1.0.7 PL1
[QUOTE=Myster Dev;8337991]
Quote:
Originally Posted by
Netzo
Use xampp 1.7.x and it should work without any problems.
actually I'm using xampp 1.7.1 I have 3 servers running in one dds with
running website on every game I have but this is not running don't know why :grr:
Well then I'm sure if you use ODBC mssql connection it will work!
-
re: [Release] WebEngine 1.0.7 PL1
-
re: [Release] WebEngine 1.0.7 PL1
xampp 1.7.1 Works in this version tested 100% :)
-
re: [Release] WebEngine 1.0.7 PL1
Maddox did your guild working for xampp 1.7.1 xampp if yes can you share us and idea how to fix the guild logo
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
XcellMu
Maddox did your guild working for xampp 1.7.1 xampp if yes can you share us and idea how to fix the guild logo
nope.
No one answer that post of mine.
-
re: [Release] WebEngine 1.0.7 PL1
How to fix "Type" combobox in "Add Download" module menager? I dont see any item in it, is totaly empty
@Edit
Quote:
<!--? downloadTypesSelect($downloadTypes); ?-->
<option value="1">Client</option>
<option value="2">Patch</option>
<option value="3">Tool</option>
Adding manualy options fixes problem but why func not working?
-
re: [Release] WebEngine 1.0.7 PL1
how to add account, character, guild, count? and server old count by day?
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
chenzhen
how to add account, character, guild, count? and server old count by day?
What do you mean?
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Netzo
What do you mean?
i mean server statistic. like number of registered accounts, total count of character created. total of guild created and total numbers of online.
i want to add that in my template. hope somebody can share the scripts.
-
re: [Release] WebEngine 1.0.7 PL1
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
chenzhen
i mean server statistic. like number of registered accounts, total count of character created. total of guild created and total numbers of online.
i want to add that in my template. hope somebody can share the scripts.
root\templates\default\inc\modules\sidebar.php :)
-
re: [Release] WebEngine 1.0.7 PL1
For those who have guild logo issue problem is in "helper.php. Changing file from previous ver fix showing but logo looks diffrent
@Edit
ok after then change config to this and it will be works fine:D
Quote:
"$config['gmark_bin2hex_enable'] = false;"
-
re: [Release] WebEngine 1.0.7 PL1
Razzor Thanks its works , How about the VOTE is it working?if you have a fix can you share us please
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Netzo
root\templates\default\inc\modules\sidebar.php :)
yeah but i use 1.0.5 ^^ and want to add the statistic like 1.0.7 how to do that?
-
re: [Release] WebEngine 1.0.7 PL1
Fix for gens ranking for zteam s6:
To Webengine.php:
Quote:
define('_TBL_GENSMEMBER_', 'GensMember');
define('_CLMN_GENSMEMBER__NAME_', 'Name');
define('_CLMN_GENSMEMBER__INFLUENCE_', 'Influence');
define('_CLMN_GENSMEMBER__CONTRIBUTE_', 'Contribute');
define('_CLMN_GENSMEMBER__CLASS_', 'Class');
define('_CLMN_GENSMEMBER__RANK_', 'Rank');
define('_CLMN_GENSMEMBER__REWARDDATE_', 'RewardDate');
To class.rankings.php
Quote:
$dbDATA = $dB->query_fetch("SELECT TOP ".mconfig('rankings_results')." t1."._CLMN_GENSMEMBER__NAME_.", t1."._CLMN_GENSMEMBER__CONTRIBUTE_.", t1."._CLMN_GENSMEMBER__INFLUENCE_." ,"._CLMN_GENSMEMBER__RANK_.", t2."._CLMN_GENSMEMBER__CLASS_." FROM "._TBL_GENSMEMBER_." AS t1 INNER JOIN "._TBL_CHR_." as t2 ON t1."._CLMN_GENSMEMBER__NAME_." = t2."._CLMN_CHR_NAME_." ORDER BY t1."._CLMN_GENSMEMBER__CONTRIBUTE_." DESC");
-
re: [Release] WebEngine 1.0.7 PL1
@Razzor bro how to enable top online for the zteam server files?
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
chenzhen
yeah but i use 1.0.5 ^^ and want to add the statistic like 1.0.7 how to do that?
Use 1.07 =))
-
re: [Release] WebEngine 1.0.7 PL1
Guys what lowest version of xampp for this is required? I want to find proper ver where this cms and webshop Dmn will work each other
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Razzor
Guys what lowest version of xampp for this is required? I want to find proper ver where this cms and webshop Dmn will work each other
xammp 1.7.7 sir! that would be interesting!., hope you will share it on how to make dmn webshop to webengine together!.,thank you sir! more power!
-
re: [Release] WebEngine 1.0.7 PL1
i think it will be nice if you use 1.7.3 or 1.7.1 for that or the latest xamp version
-
re: [Release] WebEngine 1.0.7 PL1
im using this web on our VPS now its good web but i found another bug don't know if its really bug the CS module time i cant make it to follow my time on local time i want it to follow PH time., anyone has fix? thank you in advance!
-
re: [Release] WebEngine 1.0.7 PL1
Wasnt there a option to change the time zone in php.ini
might wanna check that out
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
L1mer41n
Wasnt there a option to change the time zone in php.ini
might wanna check that out
i already change it bro, and web time is already working but the time in CS banner is not following that time
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
jeffzkie69
i already change it bro, and web time is already working but the time in CS banner is not following that time
You can configure Castle Siege start time in Admin CP.
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Netzo
You can configure Castle Siege start time in Admin CP.
i already done configuring CS module in admicp i set it to sundays so i set it on admincp 7 days and the time is 9-10PM but it doesn't show correct time
-
re: [Release] WebEngine 1.0.7 PL1
It is not possible unless you don't know when your CS starts or you can't configure the module. It is flawless. Been using it before and it worked just fine.
-
re: [Release] WebEngine 1.0.7 PL1
edit time in php.ini to servers host time
-
re: [Release] WebEngine 1.0.7 PL1
Sorrry
Vote Reward working 100%
-
re: [Release] WebEngine 1.0.7 PL1
hello I have a problem not read my ranking and I have a cron error here I leave errors
PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/miweb/public_html/includes/webengine.php:18) in /home/miweb/public_html/includes/webengine.php on line 18
Warning: Invalid argument supplied for foreach() in/home/miweb/public_html/modules/rankings/level.php on line 33
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
muexillum
hello I have a problem not read my ranking and I have a cron error here I leave errors
PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/miweb/public_html/includes/webengine.php:18) in /home/miweb/public_html/includes/webengine.php on line 18
Warning: Invalid argument supplied for foreach() in/home/miweb/public_html/modules/rankings/level.php on line 33
You did not make your first cron,your cache is empty, not even contain "1423729466" on beginning, thats why you have "Invalid argument supplied for foreach()"
-
re: [Release] WebEngine 1.0.7 PL1
This website is compatible with which windows hosting or linux?
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
walter29
This website is compatible with which windows hosting or linux?
Can be run on both OS :)
-
re: [Release] WebEngine 1.0.7 PL1
how to add cron.bat using IIS anybody know how?
and why the login box and server info not showing in rightside of the page?
-
re: [Release] WebEngine 1.0.7 PL1
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Nujd
i believe thats a cron job error
-
re: [Release] WebEngine 1.0.7 PL1
Nope, you just need to add some news.
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
jacubb
Nope, you just need to add some news.
about the login system too. i dont see the user and password
-
re: [Release] WebEngine 1.0.7 PL1
hello guys. why every time i manually run the cron.bat job. the webengine 1.0.7 Banner, Cs owner ang logo disappear. when im going to check in MuCastle_DATA the OWNER_GUILD table become empty. any idea why the guild name of owner guild disapear?
-
re: [Release] WebEngine 1.0.7 PL1
-
1 Attachment(s)
re: [Release] WebEngine 1.0.7 PL1
i having a problem logging in it always says
Quote:
[
ERROR: You have reached the maximum number of login failures, therefore your account has been temporarily disabled to login to the website.
-
re: [Release] WebEngine 1.0.7 PL1
i get 404 error in nginx any suggestion ?
-
1 Attachment(s)
re: [Release] WebEngine 1.0.7 PL1
I'm trying to solve this problem, but i really can't
i cant reset character: it always says:
Quote:
ERROR: There has been an unexpected error, contact the Administrator.
then i try to enable error reporting and i found this error:
Quote:
Warning: mcrypt_encrypt(): Key of size 10 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported in C:\xampp\htdocs\includes\classes\class.encryption.php on line 27
and i cant understand that error,....
im running webengine 1.0.7 season 8 episode 2 sql2008 r2
webengine patch with zteam
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Vynxz06
I'm trying to solve this problem, but i really can't
i cant reset character: it always says:
then i try to enable error reporting and i found this error:
and i cant understand that error,....
im running webengine 1.0.7 season 8 episode 2 sql2008 r2
webengine patch with zteam
In config file find $config['encryption_hash'] and setup there 16 characters string.
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
jacubb
In config file find $config['encryption_hash'] and setup there 16 characters string.
sorry im really newbie here that's the one i cant understand jacubb what should i put there? give me example please
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Vynxz06
sorry im really newbie here that's the one i cant understand jacubb what should i put there? give me example please
For example "1234567890ABCDEF". But you can put there any random string with numbers, letters and special symbols, but length must be 16 characters.
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
jacubb
For example "1234567890ABCDEF". But you can put there any random string with numbers, letters and special symbols, but length must be 16 characters.
whats the use of encryption_hash so i can understand the code?
can i put like this ?
$config['encryption_hash'] "7777777777" ????
and do i need to reset up it again? coz it says one time setup only
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
Vynxz06
whats the use of encryption_hash so i can understand the code? so i can put like this
$config['encryption_hash'] "7777777777" ????
and do i need to reset up it again? coz it says one time setup only
It's used by encryption class to encode some input's data, as I remember, add stats module is using it for example.
Is there symbol "7"16x? Anyways, I would recommend you to use some random string like this one below:
$config['encryption_hash' = "t0QFP3ujFLIjSwa8";
-
re: [Release] WebEngine 1.0.7 PL1
Quote:
Originally Posted by
jacubb
It's used by encryption class to encode some input's data, as I remember, add stats module is using it for example.
Is there symbol "7"16x? Anyways, I would recommend you to use some random string like this one below:
$config['encryption_hash' = "t0QFP3ujFLIjSwa8";
now i got it, but how about this one ? 060506?
can i use $config['encryption_hash' = "t0QFP3ujFLIjSwa8"; to my config?
-
re: [Release] WebEngine 1.0.7 PL1
You dont understand that you should use 16 symbols string? 060506 is only 6 symbols...
-
1 Attachment(s)
re: [Release] WebEngine 1.0.7 PL1
One last question
when i click vote it always says
Quote:
ERROR: There has been an unexpected error, contact the Administrator.
but error reporting not showing up what do you think, and then i try to add credits via admincp
and it says
CREDITS : Unknown
in my account webpanel
there's no error reporting showing up too.,...