• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] MUCore 1.0.8 Premium Full 100% deCode

Junior Spellweaver
Joined
Aug 1, 2012
Messages
145
Reaction score
16
I have already installed the web, I've put a clean database, you will issue my web hosting?


still does not work the webshop
 
Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
I need all files, with ip. Im think i know thats happening. Or ip have only config.cfg?


REMOVED

I do not understand, what files you need?

Only, just configure IP in config.php



I have already installed the web, I've put a clean database, you will issue my web hosting?


still does not work the webshop

skype








++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

For any problems, be sure you have downloaded the latest version in the first topic!
 
Last edited:
Junior Spellweaver
Joined
Feb 11, 2014
Messages
119
Reaction score
6
I found why i cant, unstuck , Add points, and other, it because colomunn mu_id in the character dbo always was NULL. Then i create char in mu_id nothing add.
 
Last edited:
Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
I found why i cant, unstuck , Add points, and other, it because colomunn in the character dbo always was NULL.
So MUCore or Databe error?

Your problem has been solved?



Code:
 -- [dbo].[Character]

	[cLevel] [int] NULL,
	[LevelUpPoint] [int] NULL,
	[Strength] [int] NULL,
	[Dexterity] [int] NULL,
	[Vitality] [int] NULL,
	[Energy] [int] NULL,
	[Leadership] [int] NULL,
	[MapNumber] [smallint] NULL,
	[MapPosX] [smallint] NULL,
	[MapPosY] [smallint] NULL,
	[MapDir] [tinyint] NULL,
 
Junior Spellweaver
Joined
Feb 11, 2014
Messages
119
Reaction score
6
So MUCore or Databe error?

Your problem has been solved?



Code:
 -- [dbo].[Character]

    [cLevel] [int] NULL,
    [LevelUpPoint] [int] NULL,
    [Strength] [int] NULL,
    [Dexterity] [int] NULL,
    [Vitality] [int] NULL,
    [Energy] [int] NULL,
    [Leadership] [int] NULL,
    [MapNumber] [smallint] NULL,
    [MapPosX] [smallint] NULL,
    [MapPosY] [smallint] NULL,
    [MapDir] [tinyint] NULL,

MuCore database error , then i create char, no account ,in mu_id nothing add. I need to myself go to base and edit columunn.




Solution for me.
I edit admincp files, usercp files, page modules, and global functions, i just have char_id colomunn, im think its renamed mu_id , and i rename in this php files, mu_id to char_id.
 
Last edited:
Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
MuCore database error , then i create char, no account ,in mu_id nothing add. I need to myself go to base and edit columunn.




Solution for me.
I edit admincp files, usercp files, page modules, and global functions, i just have char_id colomunn, im think its renamed mu_id , and i rename in this php files, mu_id to char_id.

I could not find any columns "char_id" in any table in my database. zTeam/Titantechs/MuEMU
All are use the "mu_id".


If you use a non-standard version,
Please edit the configs to suit your demands.
 
Junior Spellweaver
Joined
Feb 11, 2014
Messages
119
Reaction score
6
I could not find any columns "char_id" in any table in my database. zTeam/Titantechs/MuEMU
All are use the "mu_id".


If you use a non-standard version,
Please edit the configs to suit your demands.

Im using LTP team server, its based on zteam seson 6.
For those ho use LTP team server .
In this php files "rankings.php, banned_characters.php, clear_inventory.php, clear_pk_status.php, clear_skills.php, grandreset_character.php,
levelup_points.php, reset_character.php, reset_stats.php, unstuck_character.php, get.php, global_functions.php, search_ip_account.php x2,
search_account_ip.php x2, edit_character.php X2, edit_account.php x2, ban_manager.php x2,maintenance.php" need find mu_id and change to char_id.
 
Last edited:
Skilled Illusionist
Joined
Feb 13, 2011
Messages
314
Reaction score
49
Im using LTP team server, its based on zteam seson 6.
For those ho use LTP team server .
In this php files "rankings.php, banned_characters.php, clear_inventory.php, clear_pk_status.php, clear_skills.php, grandreset_character.php,
levelup_points.php, reset_character.php, reset_stats.php, unstuck_character.php, get.php, global_functions.php, search_ip_account.php x2,
search_account_ip.php x2, edit_character.php X2, edit_account.php x2, ban_manager.php x2,maintenance.php" need find mu_id and change to char_id.

I think you don't install MuCore .
 
Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
Im using LTP team server, its based on zteam seson 6.
For those ho use LTP team server .

need find mu_id and change to char_id.

: (mu_id => char_id)
MuCore_v1.0.8(char_id)_F111F644BF8317E9B8E26AFCC93F607E.zip 27.8MB

Code:
https://mega.nz/#!DkRF2SiQ!lhZ2STxLWduMGEi5HxC3rsXBAo-e1sQUEc402N7f2QA
 
Last edited:
Newbie Spellweaver
Joined
Jan 20, 2015
Messages
30
Reaction score
0
works perfect, thanks! how to fix Guild Logo view?
 
Last edited:
Junior Spellweaver
Joined
Dec 27, 2015
Messages
101
Reaction score
3
Using SQL 2008 what xamp I use, 1.8 or 5.5 or 5.6?
Later PHP 5.2 not is deprecated function mssql_connect ?
 
Junior Spellweaver
Joined
Oct 8, 2014
Messages
126
Reaction score
6
help!! Chinese Language . Function does not work properly
This is my program download:
Help repair Thank you

The database connection has been written to the file
Can connect to my database
 
Junior Spellweaver
Joined
Feb 11, 2014
Messages
119
Reaction score
6
help!! Chinese Language . Function does not work properly
This is my program download:
Helprepair Thank you

The database connection has been written to the file
Can connect to my database

Change in php.ini encoding for lang.
 
Back
Top