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] MUCore 1.0.8 Premium Full 100% deCode

Newbie Spellweaver
Joined
Apr 6, 2012
Messages
6
Reaction score
0
The vote system doesnt give any Credits after voting and they will not get directet to the vote page? any other have the same problem?
 
Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
This time I was very busy, I will be back soon and fix known bugs!
sorry.
 
Initiate Mage
Joined
Jun 3, 2015
Messages
1
Reaction score
0
Hello friends, I have this problem. I followed all the steps but here I stay. I can not find solution to the issue of MD5. Help me please

DaoVanTrong - [Release] MUCore 1.0.8 Premium Full 100% deCode - RaGEZONE Forums
[/URL][/ IMG]
 
Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
Hello friends, I have this problem. I followed all the steps but here I stay. I can not find solution to the issue of MD5. Help me please

DaoVanTrong - [Release] MUCore 1.0.8 Premium Full 100% deCode - RaGEZONE Forums

It is just a warning, not an issue or problem.
Fill out the information and click Next.



how to fix this? someone help me
DaoVanTrong - [Release] MUCore 1.0.8 Premium Full 100% deCode - RaGEZONE Forums

+ Require extension enabled:
- magic_quotes_gpc must be disabled - Off
- short_open_tag must be enabled – On



Warning: session_start(): open(/var/lib/php56/session/sess_c5943fabb92c3d500aedd170814f6485, O_RDWR) failed: Permission denied (13) in /home/storage/c/7a/3d/tecmu1/public_html/index.php on line 85

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/storage/c/7a/3d/tecmu1/public_html/index.php:85) in /home/storage/c/7a/3d/tecmu1/public_html/index.php on line 85

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/storage/c/7a/3d/tecmu1/public_html/logger.php on line 4


helpp e have this error

Change the permissions write to the folder MuCore!
Change PHP configs, increase cache memory!
 
Newbie Spellweaver
Joined
Jun 4, 2011
Messages
20
Reaction score
0
Sin título - [Release] MUCore 1.0.8 Premium Full 100% deCode - RaGEZONE Forums

Can anyone help me please?
I'm using XAMPP v3.2.1
ODBC it's configured OK.

Config.php

$core['connection_type'] = "ODBC";

$core['db_host'] = "(local)";
$core['db_name'] = "MuOnline";
$core['db_user']= "sa";
$core['db_password'] = "DBPASS";
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Oct 27, 2013
Messages
23
Reaction score
0
Hi friends!) Im from Belarus. but my bad English sorry . that's the problem: Unable to register, reason: system error, please contact administrator. how to solve it? Tnx
 
Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
Hi friends!) Im from Belarus. but my bad English sorry . that's the problem: Unable to register, reason: system error, please contact administrator. how to solve it? Tnx

+ Registration Error / Login Error / Password Incorrect / Your Account is Invalid:
- Unable to register, reason: system error, please contact administrator.
- Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query


-> This Problem is change DB or use MD5 but not config:

- If NOT use MD5 then disabled MD5 on website (Admin Control Panel).
-> Execute SQL QUERY:
Code:
[COLOR=#008000]
-- -------------------------------------------------------------------------------- 
/****** Not Use MD5  *  Dao Van Trong - Trong.WIN ******/
ALTER TABLE [dbo].[MEMB_INFO]ALTER COLUMN memb__pwd varchar(16) NOT NULL
GO
-- ------------------------------------------------------------------------------
[/COLOR]

Recheck again! If not resolved, then ReInstall MuCore!


- If user MD5 check MD5 setting then enable MD5 on website (Admin Control Panel).
Recheck again! If not resolved, then ReInstall MuCore!

Recheck again! If not resolved, then check STEPS 4 !

+ Sorry, this feature is temporarily unavailable at the moment: Active/Enable/Turn ON module/Pages in Admin Control Panel



View attachment 158446

Can anyone help me please?
I'm using XAMPP v3.2.1
ODBC it's configured OK.

Config.php

$core['connection_type'] = "ODBC";

$core['db_host'] = "(local)";
$core['db_name'] = "MuOnline";
$core['db_user']= "sa";
$core['db_password'] = "DBPASS";

+ Require extension enabled:
- magic_quotes_gpc must be disabled - Off
- short_open_tag must be enabled – On
 
Newbie Spellweaver
Joined
Oct 27, 2013
Messages
23
Reaction score
0
maybe I have curve hands, but did everything as you wrote and nothing came of it. what should else should I check?
 
Initiate Mage
Joined
Feb 5, 2017
Messages
3
Reaction score
2
Hi all! How i can fix this??
DaoVanTrong - [Release] MUCore 1.0.8 Premium Full 100% deCode - RaGEZONE Forums


Good make sure you have made the editions corresponding to the guide:


INSTALL GUIDE:

1. Edit PHP config in php.ini:

+ Require extension enabled:
- MSSQL Drivers (php_mssql.dll PHP 5.2, php_dblib.dll, php_sqlsrv.dll, php_pdo_sqlsrv.dll) if use Connection Type MSSQL
- GD Image Library (php_gd2.dll)
- OpenSSL (php_openssl.dll) if use SMTP Secure Connection (SSL or TSL).

- magic_quotes_gpc must be disabled - Off
- short_open_tag must be enabled – On

2. Enable MOD REWRITE if custom page URL
- Go to apache\conf\httpd.conf , open it, find #LoadModule rewrite_module modules/mod_rewrite.so, delete # from the front save and restart webserver

3. Install MSSQL Server! Recommended SQL Server 2008 R2 Standard/Pro/Ultimate, Express version does not have SQL Agent to run job.
-> Restore DB or Attach DB skipp if have DB.

4. IF USE MD5: Add MD5 to Database!
- Copy the 'WZ_MD5_MOD.dll'(included on Install folder) to C:\Program Files\Microsoft SQL Server\MSSQL\Binn\
- Execute SQL QUERY:
Code:

-- ------------------------------------------------------------------------------
-- /****** Register MD5 * Dao Van Trong - Trong.CF ******/

USE [master]
GO

SET QUOTED_IDENTIFIER OFF
GO

SET ANSI_NULLS OFF
GO

-- /****** DROP Object: ExtendedStoredProcedure [dbo].[XP_MD5_EncodeKeyVal] * Dao Van Trong - Trong.CF ******/
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[XP_MD5_EncodeKeyVal]') AND OBJECTPROPERTY(id, N'IsExtendedProc') = 1)
EXEC sp_dropextendedproc N'[dbo].[XP_MD5_EncodeKeyVal]'
GO

-- /****** DROP Object: ExtendedStoredProcedure [dbo].[XP_MD5_EncodeString] * Dao Van Trong - Trong.CF ******/
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[XP_MD5_EncodeString]') AND OBJECTPROPERTY(id, N'IsExtendedProc') = 1)
EXEC sp_dropextendedproc N'[dbo].[XP_MD5_EncodeString]'
GO

-- /****** DROP Object: ExtendedStoredProcedure [dbo].[XP_MD5_CheckValue] * Dao Van Trong - Trong.CF ******/
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[XP_MD5_CheckValue]') AND OBJECTPROPERTY(id, N'IsExtendedProc') = 1)
EXEC sp_dropextendedproc N'[dbo].[XP_MD5_CheckValue]'
GO

-- /****** ADD Object: ExtendedStoredProcedure [dbo].[XP_MD5_EncodeString] * Dao Van Trong - Trong.CF ******/
EXEC sp_addextendedproc N'XP_MD5_EncodeString', N'WZ_MD5_MOD.dll'
GO

-- /****** ADD Object: ExtendedStoredProcedure [dbo].[XP_MD5_CheckValue] * Dao Van Trong - Trong.CF ******/
EXEC sp_addextendedproc N'XP_MD5_CheckValue', N'WZ_MD5_MOD.dll'
GO

-- /****** ADD Object: ExtendedStoredProcedure [dbo].[XP_MD5_EncodeKeyVal] * Dao Van Trong - Trong.CF ******/
EXEC sp_addextendedproc N'XP_MD5_EncodeKeyVal', N'WZ_MD5_MOD.dll'
GO

-- USE [Me_MuOnline]
USE [MuOnline]
GO

-- /****** DROP Object: UserDefinedFunction [dbo].[fn_md5] * Dao Van Trong - Trong.CF ******/
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[fn_md5]') AND type IN (N'FN', N'IF', N'TF', N'FS', N'FT'))
DROP FUNCTION [dbo].[fn_md5]
GO

-- /****** CREATE Object: UserDefinedFunction [dbo].[fn_md5] * Dao Van Trong - Trong.CF ******/
CREATE FUNCTION [dbo].[fn_md5] @DaTa varchar(10), @DaTa2 varchar(10))
RETURNS binary(16)
AS
BEGIN
DECLARE @Hash binary(16)
EXEC master.dbo.XP_MD5_EncodeKeyVal @DaTa, @DaTa2, @Hash OUT
RETURN @Hash
END
GO

-- /****** CREATE Object: UserDefinedFunction [dbo].[UFN_MD5_CHECKVALUE] * Dao Van Trong - Trong.CF ******/
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[UFN_MD5_CHECKVALUE]') AND xtype IN (N'FN', N'IF', N'TF'))
DROP FUNCTION [dbo].[UFN_MD5_CHECKVALUE]
GO

CREATE FUNCTION UFN_MD5_CHECKVALUE (@btInStr VARCHAR(10), @btInStrIndex VARCHAR(10), @btInVal BINARY(16))
RETURNS TINYINT
AS
BEGIN
DECLARE @ioutResult TINYINT
EXEC master..XP_MD5_CheckValue @btInStr, @btInVal, @btInStrIndex, @ioutResult OUT
RETURN @ioutResult
END
GO

-- /****** CREATE Object: UserDefinedFunction [dbo].[UFN_MD5_ENCODEVALUE] * Dao Van Trong - Trong.CF ******/
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[UFN_MD5_ENCODEVALUE]') AND xtype IN (N'FN', N'IF', N'TF'))
DROP FUNCTION [dbo].[UFN_MD5_ENCODEVALUE]
GO

CREATE FUNCTION UFN_MD5_ENCODEVALUE (@btInStr VARCHAR(10), @btInStrIndex VARCHAR(10))
RETURNS BINARY(16)
AS
BEGIN
DECLARE @btOutVal BINARY(16)
EXEC master..XP_MD5_EncodeKeyVal @btInStr, @btInStrIndex, @btOutVal OUT
RETURN @btOutVal
END
GO

-- /****** CREATE Object: UserDefinedFunction [dbo].[SP_MD5_ENCODE_VALUE] * Dao Van Trong - Trong.CF ******/
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[SP_MD5_ENCODE_VALUE]') AND OBJECTPROPERTY(id, N'IsProcedure') = 1)
DROP PROCEDURE [dbo].[SP_MD5_ENCODE_VALUE]
GO

CREATE PROCEDURE SP_MD5_ENCODE_VALUE
@btInStr VARCHAR(10),
@btInStrIndex VARCHAR(10)
AS
BEGIN
DECLARE @btOutVal BINARY(16)
EXEC master..XP_MD5_EncodeKeyVal @btInStr, @btInStrIndex, @btOutVal OUT
UPDATE MEMB_INFO SET memb__pwd = @btOutVal WHERE memb___id = @btInStrIndex
RETURN @btOutVal
END
GO

-- /****** CREATE Object: UserDefinedFunction [dbo].[Encript] * Dao Van Trong - Trong.CF ******/
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[Encript]') AND OBJECTPROPERTY(id, N'IsProcedure') = 1)
DROP PROCEDURE [dbo].[Encript]
GO

CREATE PROCEDURE Encript
@btInStr VARCHAR(10),
@btInStrIndex VARCHAR(10)
AS
BEGIN
DECLARE @btOutVal BINARY(16)
EXEC master..XP_MD5_EncodeKeyVal @btInStr, @btInStrIndex, @btOutVal OUT
UPDATE MEMB_INFO SET memb__pwd = @btOutVal WHERE memb___id = @btInStrIndex
END
GO

-- /****** CREATE Object: UserDefinedFunction [dbo].[Encripta] * Dao Van Trong - Trong.CF ******/
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[Encripta]') AND OBJECTPROPERTY(id, N'IsProcedure') = 1)
DROP PROCEDURE [dbo].[Encripta]
GO

CREATE PROCEDURE Encripta
@btInStr VARCHAR(10),
@btInStrIndex VARCHAR(10)
AS
BEGIN
DECLARE @btOutVal BINARY(16)
EXEC master..XP_MD5_EncodeKeyVal @btInStr, @btInStrIndex, @btOutVal OUT
UPDATE MEMB_INFO SET memb__pwd = @btOutVal WHERE memb___id = @btInStrIndex
END
GO

-- /****** CREATE Object: UserDefinedFunction [dbo].[DencriptPW] * Dao Van Trong - Trong.CF ******/
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[DencriptPW]') AND OBJECTPROPERTY(id, N'IsProcedure') = 1)
DROP PROCEDURE [dbo].[DencriptPW]
GO

CREATE PROCEDURE DencriptPW
@btInStr VARCHAR(10),
@btInStrIndex VARCHAR(10)
AS
BEGIN
DECLARE @btOutVal BINARY(16)
EXEC master..XP_MD5_EncodeKeyVal @btInStr, @btInStrIndex, @btOutVal OUT
SELECT memb__pwd FROM MEMB_INFO WHERE memb__pwd = @btOutVal AND memb___id = @btInStrIndex
END
GO

-- /****** CREATE Object: UserDefinedFunction [dbo].[Cassandra_MD5] * Dao Van Trong - Trong.CF ******/
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[Cassandra_MD5]') AND OBJECTPROPERTY(id, N'IsProcedure') = 1)
DROP PROCEDURE [dbo].[Cassandra_MD5]
GO

CREATE PROCEDURE Cassandra_MD5
@btInStr VARCHAR(10),
@btInStrIndex VARCHAR(10)
AS
BEGIN
DECLARE @btOutVal BINARY(16)
EXEC master..XP_MD5_EncodeKeyVal @btInStr, @btInStrIndex, @btOutVal OUT
SELECT @btOutVal
END
GO

-- ------------------------------------------------------------------------------
-- /****** Use MD5 * Dao Van Trong - Trong.CF ******/
ALTER TABLE [dbo].[MEMB_INFO]
ADD memb__pwd2 varbinary(16)
GO

-- UPDATE [dbo].[MEMB_INFO] SET memb__pwd2 = CAST(memb__pwd as VARBINARY)
UPDATE [dbo].[MEMB_INFO] SET memb__pwd2 = CONVERT(varbinary(16),memb__pwd)
GO


ALTER TABLE [dbo].[MEMB_INFO]
DROP COLUMN memb__pwd
GO

EXEC sp_RENAME 'MEMB_INFO.[memb__pwd2]' , 'memb__pwd', 'COLUMN'
GO
-- ---------------------------------------------------------------------------------------
/* -- >=SQL2005 No DLL - Remove xp_md5 extended procedure first
USE [master]
GO

CREATE FUNCTION [dbo].[fn_md5] @DaTa varchar(255))
RETURNS CHAR(32) AS
BEGIN
RETURN SUBSTRING(master.dbo.fn_varbintohexstr(HashBytes('MD5', @DaTa)), 3, 32)
END
GO

GRANT EXECUTE ON [dbo].[fn_md5] TO [public]
GO
*/
-- ---------------------------------------------------------------------------------------

-- ------------------------------------------------------------------------------
-- /****** Not Use MD5 * Dao Van Trong - Trong.CF ******/
/*
ALTER TABLE [dbo].[MEMB_INFO]
ALTER COLUMN memb__pwd varchar(16) NOT NULL
GO
*/
-- ------------------------------------------------------------------------------

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_NULLS ON
GO

-- Get Source SQL
--
-- USE master;
-- GO
-- EXEC sp_helptext 'fn_varbintohexstr';
-- GO
--
- Enable/replace MD5 on joinserver


5. Edit Web Config in config.php:
+ Select Connection Type:
- MSSQL: $core['connection_type'] = "MSSQL";
Need enabled MSSQL Drivers & Enable Protocol: TCP/IP, Named Pipes

- ODBC : $core['connection_type'] = "ODBC";
Need Merge file ODBC.reg

+ If use only 'MuOnline' database change $core['server_use_2_db'] to '0'.
+ If use 2 databases like 'MuOnline' and 'Me_MuOnline change' $core['server_use_2_db'] to '1'.

+ Change Connection Settings:
- $core['db_host*'] = "127.0.0.1"; Database host IP address or PcName\SqlInstanceName
- $core['db_name*'] = "MuOnline"; Database name
- $core['db_user*']= "sa"; SQL Authentication user
- $core['db_password*'] = "YourSQLPassword"; SQL Authentication password

+ Change Admin Login Info:
- $core['admin_username'] = 'Admin'; Administrator user
- $core['admin_password'] = '12345'; Administrator password

6. First visit will automatically redirect to
If not automatically redirect please visit

* Step 1 - Required Apache Mods
* Step 2 - Connecting To Databases
* Step 3 - Checking,Altering Tables
* Step 4 - Adding New Rows To Tables
* Step 5 - Importing Cron Jobs
* Step 6 - Set Website Settings
* Step 7 - Install Finished.

7. Fix Error:
+ Image Verification not show:
- Enabled extension GD Image Library (php_gd2.dll)
- Check site url

+ Connection error:
- Connection with MuOnline Database Failed
- Unable to connect to server
- Connection error to server

-> Check info on config.php: Make sure the information entered is correct.
- db_host : Database host IP address or PcName\SqlInstanceName


- MSSQL extension is not available anymore on Windows with PHP 5.3 or later: use ODBC OR reInstall/reConfig WebServer
-> If use SQL2000/2005 -> Install
-> If NOT use SQL2000 -> Install Added MSSQL Drivers (php_dblib.dll, php_sqlsrv.dll, php_pdo_sqlsrv.dll)

+ Registration Error / Login Error / Password Incorrect / Your Account is Invalid:
- Unable to register, reason: system error, please contact administrator.
- Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query

-> This Problem is change DB or use MD5 but not config:
- If NOT use MD5 then disabled MD5 on website (Admin Control Panel).
-> Execute SQL QUERY:
Code:
-- ------------------------------------------------------------------------------
-- /****** Not Use MD5 * Dao Van Trong - Trong.CF ******/
ALTER TABLE [dbo].[MEMB_INFO]
ALTER COLUMN memb__pwd varchar(16) NOT NULL
GO
-- ------------------------------------------------------------------------------
Recheck again! If not resolved, then ReInstall MuCore!



- If user MD5 check MD5 setting then enable MD5 on website (Admin Control Panel). Recheck again! If not resolved, then ReInstall MuCore!
Recheck again! If not resolved, then check STEPS 4 !
 
Newbie Spellweaver
Joined
Oct 27, 2013
Messages
23
Reaction score
0
Hello comrades. How to reset the value to increase? 1 Reset = 30kk, 2 reset= 50kk and so on
 
Newbie Spellweaver
Joined
Jan 14, 2017
Messages
19
Reaction score
0
hi my gm and agm credit manager log is not working when i tried to add some credits the log still have no data
 
Joined
Nov 8, 2012
Messages
454
Reaction score
25
i have a problem with my mu core, installation is succes, and my files is licensed MU Engine season 6 episode 3. My error is when i'm going to register a account i receive this error.

"User ID already in use."

There's no account registered yet and that problem appear
 
Newbie Spellweaver
Joined
Oct 27, 2013
Messages
23
Reaction score
0
How to reset the value to increase? 1 Reset = 30kk, 2 reset= 50kk and so on
 
Joined
Oct 18, 2010
Messages
558
Reaction score
45
@ DaoVanTrong

Can you modify Voting System? Just add Character Level Requirements before voting so it will be not abuse for those using VPN and IP changer ^^

Thanks :)
 
Back
Top