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] Nulled DMN CMS v1.1.8 + 10 Templates

Newbie Spellweaver
Joined
Nov 15, 2019
Messages
95
Reaction score
1
Everything worsk fine exept registration and login. On my Adminpc i see all accounts and characters...
Here is log:

last_login = GETDATE(), last_login_ip = 'here is my IP', country = 'pl' WHERE memb___id = 'here is my login'================================================================================Conversion failed when converting the varchar value 'pl' to data type int.================================================================================
 
Banned
Banned
Joined
Sep 8, 2019
Messages
125
Reaction score
16
i got an error about registration system. how to enable it ?

Just config it on admincp and it will be enable. It need a setting.



on php 7.3 do not work

Php 5.1 and xammp version that support it



nulled? why i need to put license if this is nulled??? then how!

Put license whatever value u want. And email also can be whatever u like



Anybody have problem with online people count ? in webadmin i see exact online players count on web all the time 0 ..

If play count is 0. Mean your serverlist and config on admincp isnt configured correctly. Try check it again



ok I manage to install the web but on the admincp login why there is 3slot pin under the login user/password and the create admin only have 1 pin slot I can't access on admincp because of this 3pin slot??? P.S. where is the other template posted here?

Check constant.php in your htdocs
Your pin and id and pass is written there
 
Initiate Mage
Joined
Jan 12, 2020
Messages
4
Reaction score
0
Help: Language Manager is not Working in Admincp ?
[h=1]Error[/h] Currently disabled
 
Experienced Elementalist
Joined
Nov 29, 2009
Messages
259
Reaction score
30
Anyone got an Issue with Paypal donation system on this?

UPDATE: Nvm forgot currency supposed to be 3 letters :D
 
Last edited:
Initiate Mage
Joined
Mar 3, 2020
Messages
1
Reaction score
0
Help!!
with payment method! When i add paypal and try to pay he shows me this message!
MuHelper - [Release] Nulled DMN CMS v1.1.8  + 10 Templates - RaGEZONE Forums


 
Newbie Spellweaver
Joined
Mar 28, 2020
Messages
5
Reaction score
1
i fixed it

exception 'PDOException' with message 'SQLSTATE[22018]: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Conversion failed when converting the varchar value 'us' to data type int.' in C:\xampp\htdocs\application\libraries\lib.db.php:0Stack trace:#0 C:\xampp\htdocs\application\libraries\lib.db.php(0): PDOStatement->execute()#1 C:\xampp\htdocs\application\models\model.account.php(0): db->execute()#2 C:\xampp\htdocs\application\models\model.account.php(0): Maccount->update_last_login()#3 C:\xampp\htdocs\application\controllers\controller.ajax.php(0): Maccount->login_user()#4 C:\xampp\htdocs\system\router.class.php(0): ajax->login()#5 C:\xampp\htdocs\system\dmn.php(0): router->route()#6 C:\xampp\htdocs\index.php(44): require_once('C:\\xampp\\htdocs...')#7 {main}
 
Last edited:
Experienced Elementalist
Joined
Nov 29, 2009
Messages
259
Reaction score
30
Help!!
with payment method! When i add paypal and try to pay he shows me this message!
MuHelper - [Release] Nulled DMN CMS v1.1.8  + 10 Templates - RaGEZONE Forums



for currency its a 3 letter currency for example

Euro in currency put EUR
dollar put USD for american or AUD for australian
etc. etc. try that and see if that works
 
Newbie Spellweaver
Joined
Mar 26, 2020
Messages
30
Reaction score
0
HELP PLAYER COUNT NOT WORKING I CHECK SERVER LIST AND PUT IN SERVER LIST MANAGER THE SAME NAME. still not counting
 
Junior Spellweaver
Joined
Mar 10, 2011
Messages
109
Reaction score
6
When i register i got this error.

HpQJB9m - [Release] Nulled DMN CMS v1.1.8  + 10 Templates - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 10, 2019
Messages
30
Reaction score
15
HELP PLAYER COUNT NOT WORKING I CHECK SERVER LIST AND PUT IN SERVER LIST MANAGER THE SAME NAME. still not counting

You have to config right name of server and port.You can check your name of server by go to MSSQL --> [dbo].[MEMB_STAT] --> copy field ServerName.
 
Newbie Spellweaver
Joined
Mar 26, 2020
Messages
30
Reaction score
0
How to fix can't select item in shop when i click nothing shows up please help
 
Newbie Spellweaver
Joined
Dec 10, 2019
Messages
30
Reaction score
15
How to fix can't select item in shop when i click nothing shows up please help
Open constants.php and change EVIRONMENT from production to development, then click shop again, post your error log here.

Code:
define('ENVIRONMENT', '[COLOR=#ff0000]development[/COLOR]');
 
Newbie Spellweaver
Joined
Mar 26, 2020
Messages
30
Reaction score
0
Open constants.php and change EVIRONMENT from production to development, then click shop again, post your error log here.
Code:
define('ENVIRONMENT', '[COLOR=#ff0000]development[/COLOR]');
BRO MY RANKING IS NOT WORKING I ALREADY ADDED SQL TABLE SETTINGS HERE IS ERROR LOG

SELECT TOP 10 c.AccountId, c.Name, c.cLevel, c.Class, c.MapNumber, c.Ctlcode , a.GameIDC, m.IP, m.ConnectStat, ml.mLevel, r.resets, g.grand_resets FROM Character AS c FULL JOIN AccountCharacter AS a ON (c.Name Collate Database_Default = a.GameIDC Collate Database_Default) FULL JOIN [MuOnline].dbo.[MEMB_STAT] AS m ON(c.AccountId Collate Database_Default = m.memb___id Collate Database_Default) INNER JOIN Character AS ml ON (c.Name Collate Database_Default = ml.Name Collate Database_Default) INNER JOIN Character AS r ON (c.Name Collate Database_Default = r.Name Collate Database_Default) INNER JOIN Character AS g ON (c.Name Collate Database_Default = g.Name Collate Database_Default) GROUP BY c.AccountId, c.Name, c.cLevel, c.Class, c.MapNumber, c.Ctlcode , a.GameIDC, m.IP, m.ConnectStat, ml.mLevel, r.resets, g.grand_resets ORDER BY g.grand_resets DESC, r.resets DESC, ml.mLevel DESC,c.cLevel DESC================================================================================exception 'PDOException' with message 'SQLSTATE[42S22]: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Invalid column name 'mLevel'.' in C:\inetpub\wwwroot\application\libraries\lib.db.php:0Stack trace:#0 C:\inetpub\wwwroot\application\libraries\lib.db.php(0): PDO->query()#1 C:\inetpub\wwwroot\application\models\model.rankings.php(0): db->query()#2 C:\inetpub\wwwroot\application\models\model.rankings.php(0): Mrankings->load_player_rankings()#3 C:\inetpub\wwwroot\application\controllers\controller.rankings.php(0): Mrankings->get_ranking_data()#4 C:\inetpub\wwwroot\system\router.class.php(0): rankings->load_ranking_data()#5 C:\inetpub\wwwroot\system\dmn.php(0): router->route()#6 C:\inetpub\wwwroot\index.php(44): require_once('C:\\inetpub\\wwwr...')#7 {main}================================================================================SELECT TOP 5 c.AccountId, c.Name, c.cLevel, c.Class, c.MapNumber, c.Ctlcode , a.GameIDC, m.IP, m.ConnectStat, ml.mLevel, r.resets, g.grand_resets FROM Character AS c FULL JOIN AccountCharacter AS a ON (c.Name Collate Database_Default = a.GameIDC Collate Database_Default) FULL JOIN [MuOnline].dbo.[MEMB_STAT] AS m ON(c.AccountId Collate Database_Default = m.memb___id Collate Database_Default) INNER JOIN Character AS ml ON (c.Name Collate Database_Default = ml.Name Collate Database_Default) INNER JOIN Character AS r ON (c.Name Collate Database_Default = r.Name Collate Database_Default) INNER JOIN Character AS g ON (c.Name Collate Database_Default = g.Name Collate Database_Default) GROUP BY c.AccountId, c.Name, c.cLevel, c.Class, c.MapNumber, c.Ctlcode , a.GameIDC, m.IP, m.ConnectStat, ml.mLevel, r.resets, g.grand_resets ORDER BY g.grand_resets DESC, r.resets DESC, ml.mLevel DESC,c.cLevel DESC================================================================================exception 'PDOException' with message 'SQLSTATE[42S22]: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Invalid column name 'mLevel'.' in C:\inetpub\wwwroot\application\libraries\lib.db.php:0Stack trace:#0 C:\inetpub\wwwroot\application\libraries\lib.db.php(0): PDO->query()#1 C:\inetpub\wwwroot\application\models\model.rankings.php(0): db->query()#2 C:\inetpub\wwwroot\application\models\model.rankings.php(0): Mrankings->load_player_rankings()#3 C:\inetpub\wwwroot\application\controllers\controller.rankings.php(0): Mrankings->get_ranking_data()#4 C:\inetpub\wwwroot\system\router.class.php(0): rankings->load_ranking_data()#5 C:\inetpub\wwwroot\system\dmn.php(0): router->route()#6 C:\inetpub\wwwroot\index.php(44): require_once('C:\\inetpub\\wwwr...')#7 {main}================================================================================SELECT TOP 10 c.AccountId, c.Name, c.cLevel, c.Class, c.MapNumber, c.Ctlcode , a.GameIDC, m.IP, m.ConnectStat, ml.mLevel, r.resets, g.grand_resets FROM Character AS c FULL JOIN AccountCharacter AS a ON (c.Name Collate Database_Default = a.GameIDC Collate Database_Default) FULL JOIN [MuOnline].dbo.[MEMB_STAT] AS m ON(c.AccountId Collate Database_Default = m.memb___id Collate Database_Default) INNER JOIN Character AS ml ON (c.Name Collate Database_Default = ml.Name Collate Database_Default) INNER JOIN Character AS r ON (c.Name Collate Database_Default = r.Name Collate Database_Default) INNER JOIN Character AS g ON (c.Name Collate Database_Default = g.Name Collate Database_Default) GROUP BY c.AccountId, c.Name, c.cLevel, c.Class, c.MapNumber, c.Ctlcode , a.GameIDC, m.IP, m.ConnectStat, ml.mLevel, r.resets, g.grand_resets ORDER BY g.grand_resets DESC, r.resets DESC, ml.mLevel DESC,c.cLevel DESC================================================================================exception 'PDOException' with message 'SQLSTATE[42S22]: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Invalid column name 'mLevel'.' in C:\inetpub\wwwroot\application\libraries\lib.db.php:0Stack trace:#0 C:\inetpub\wwwroot\application\libraries\lib.db.php(0): PDO->query()#1 C:\inetpub\wwwroot\application\models\model.rankings.php(0): db->query()#2 C:\inetpub\wwwroot\application\models\model.rankings.php(0): Mrankings->load_player_rankings()#3 C:\inetpub\wwwroot\application\controllers\controller.rankings.php(0): Mrankings->get_ranking_data()#4 C:\inetpub\wwwroot\system\router.class.php(0): rankings->load_ranking_data()#5 C:\inetpub\wwwroot\system\dmn.php(0): router->route()#6 C:\inetpub\wwwroot\index.php(44): require_once('C:\\inetpub\\wwwr...')#7 {main}================================================================================SELECT TOP 10 c.AccountId, c.Name, c.cLevel, c.Class, c.MapNumber, c.Ctlcode , a.GameIDC, m.IP, m.ConnectStat, ml.mLevel, r.resets, g.grand_resets FROM Character AS c FULL JOIN AccountCharacter AS a ON (c.Name Collate Database_Default = a.GameIDC Collate Database_Default) FULL JOIN [MuOnline].dbo.[MEMB_STAT] AS m ON(c.AccountId Collate Database_Default = m.memb___id Collate Database_Default) INNER JOIN Character AS ml ON (c.Name Collate Database_Default = ml.Name Collate Database_Default) INNER JOIN Character AS r ON (c.Name Collate Database_Default = r.Name Collate Database_Default) INNER JOIN Character AS g ON (c.Name Collate Database_Default = g.Name Collate Database_Default) GROUP BY c.AccountId, c.Name, c.cLevel, c.Class, c.MapNumber, c.Ctlcode , a.GameIDC, m.IP, m.ConnectStat, ml.mLevel, r.resets, g.grand_resets ORDER BY g.grand_resets DESC, r.resets DESC, ml.mLevel DESC,c.cLevel DESC================================================================================exception 'PDOException' with message 'SQLSTATE[42S22]: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Invalid column name 'mLevel'.' in C:\inetpub\wwwroot\application\libraries\lib.db.php:0Stack trace:#0 C:\inetpub\wwwroot\application\libraries\lib.db.php(0): PDO->query()#1 C:\inetpub\wwwroot\application\models\model.rankings.php(0): db->query()#2 C:\inetpub\wwwroot\application\models\model.rankings.php(0): Mrankings->load_player_rankings()#3 C:\inetpub\wwwroot\application\controllers\controller.rankings.php(0): Mrankings->get_ranking_data()#4 C:\inetpub\wwwroot\system\router.class.php(0): rankings->load_ranking_data()#5 C:\inetpub\wwwroot\system\dmn.php(0): router->route()#6 C:\inetpub\wwwroot\index.php(44): require_once('C:\\inetpub\\wwwr...')#7 {main}================================================================================SELECT TOP 10 c.AccountId, c.Name, c.cLevel, c.Class, c.MapNumber, c.Ctlcode , a.GameIDC, m.IP, m.ConnectStat, ml.mLevel, r.resets, g.grand_resets FROM Character AS c FULL JOIN AccountCharacter AS a ON (c.Name Collate Database_Default = a.GameIDC Collate Database_Default) FULL JOIN [MuOnline].dbo.[MEMB_STAT] AS m ON(c.AccountId Collate Database_Default = m.memb___id Collate Database_Default) INNER JOIN Character AS ml ON (c.Name Collate Database_Default = ml.Name Collate Database_Default) INNER JOIN Character AS r ON (c.Name Collate Database_Default = r.Name Collate Database_Default) INNER JOIN Character AS g ON (c.Name Collate Database_Default = g.Name Collate Database_Default) GROUP BY c.AccountId, c.Name, c.cLevel, c.Class, c.MapNumber, c.Ctlcode , a.GameIDC, m.IP, m.ConnectStat, ml.mLevel, r.resets, g.grand_resets ORDER BY g.grand_resets DESC, r.resets DESC, ml.mLevel DESC,c.cLevel DESC================================================================================exception 'PDOException' with message 'SQLSTATE[42S22]: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Invalid column name 'mLevel'.' in C:\inetpub\wwwroot\application\libraries\lib.db.php:0Stack trace:#0 C:\inetpub\wwwroot\application\libraries\lib.db.php(0): PDO->query()#1 C:\inetpub\wwwroot\application\models\model.rankings.php(0): db->query()#2 C:\inetpub\wwwroot\application\models\model.rankings.php(0): Mrankings->load_player_rankings()#3 C:\inetpub\wwwroot\application\controllers\controller.rankings.php(0): Mrankings->get_ranking_data()#4 C:\inetpub\wwwroot\system\router.class.php(0): rankings->load_ranking_data()#5 C:\inetpub\wwwroot\system\dmn.php(0): router->route()#6 C:\inetpub\wwwroot\index.php(44): require_once('C:\\inetpub\\wwwr...')#7 {main}================================================================================SELECT TOP 5 c.AccountId, c.Name, c.cLevel, c.Class, c.MapNumber, c.Ctlcode , a.GameIDC, m.IP, m.ConnectStat, ml.mLevel, r.resets, g.grand_resets FROM Character AS c FULL JOIN AccountCharacter AS a ON (c.Name Collate Database_Default = a.GameIDC Collate Database_Default) FULL JOIN [MuOnline].dbo.[MEMB_STAT] AS m ON(c.AccountId Collate Database_Default = m.memb___id Collate Database_Default) INNER JOIN Character AS ml ON (c.Name Collate Database_Default = ml.Name Collate Database_Default) INNER JOIN Character AS r ON (c.Name Collate Database_Default = r.Name Collate Database_Default) INNER JOIN Character AS g ON (c.Name Collate Database_Default = g.Name Collate Database_Default) GROUP BY c.AccountId, c.Name, c.cLevel, c.Class, c.MapNumber, c.Ctlcode , a.GameIDC, m.IP, m.ConnectStat, ml.mLevel, r.resets, g.grand_resets ORDER BY g.grand_resets DESC, r.resets DESC, ml.mLevel DESC,c.cLevel DESC================================================================================exception 'PDOException' with message 'SQLSTATE[42S22]: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Invalid column name 'mLevel'.' in C:\inetpub\wwwroot\application\libraries\lib.db.php:0Stack trace:#0 C:\inetpub\wwwroot\application\libraries\lib.db.php(0): PDO->query()#1 C:\inetpub\wwwroot\application\models\model.rankings.php(0): db->query()#2 C:\inetpub\wwwroot\application\models\model.rankings.php(0): Mrankings->load_player_rankings()#3 C:\inetpub\wwwroot\application\controllers\controller.rankings.php(0): Mrankings->get_ranking_data()#4 C:\inetpub\wwwroot\system\router.class.php(0): rankings->load_ranking_data()#5 C:\inetpub\wwwroot\system\dmn.php(0): router->route()#6 C:\inetpub\wwwroot\index.php(44): require_once('C:\\inetpub\\wwwr...')#7 {main}================================================================================



Open constants.php and change EVIRONMENT from production to development, then click shop again, post your error log here.

Code:
define('ENVIRONMENT', '[COLOR=#ff0000]development[/COLOR]');
I CAN'T EVEN CLICK AN ITEM NOTHING APPERS I CLICK SWORD MANY TIME NOTHING REALLY APPEARS NO ERROR
 
Newbie Spellweaver
Joined
Dec 10, 2019
Messages
30
Reaction score
15
Your table Character doesn't have column mLevel

Use this script in your SQLSERVER to add column mLevel

Code:
USE [COLOR=#ff0000]MuOnline[/COLOR]

GO

ALTER TABLE [dbo].[Character]
ADD [mLevel] int NOT NULL DEFAULT(0)
GO

Change MuOnline to your database name.
 
Newbie Spellweaver
Joined
May 13, 2017
Messages
58
Reaction score
35
how to fix the top players and top online. i already set the info. the ingame count shows online but it doesnt show any online, always 0. top online and top player always shows No Player Found. any solution for this? thanks in advanced
 
Newbie Spellweaver
Joined
May 28, 2007
Messages
12
Reaction score
0
Hi, anyone know the api of DMNCMS to make a own plugin?
 
Back
Top