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] MvCore 1.17.0

Newbie Spellweaver
Joined
Oct 27, 2013
Messages
23
Reaction score
0
How this web install for hosting? Sherlockhost.uk
 

cMu

Elite Diviner
Joined
Jan 8, 2017
Messages
427
Reaction score
133
How this web install for hosting? Sherlockhost.uk
php version 5.3 / 5.4 and enable at php options MSSQL extension, its not that recommend to use MvCore. too many security holes, better to use mucore.
 

cMu

Elite Diviner
Joined
Jan 8, 2017
Messages
427
Reaction score
133
how open admin panel???
run this query:

Use MuOnline;
update memb_info set admincp = '1' where memb___id = 'username'

put in username your username of server, then logout from WEBSITE and login again. you will see admin panel option there.
 
Newbie Spellweaver
Joined
Feb 11, 2008
Messages
64
Reaction score
0
i have a big problems, after reset enter to character and remeining xp on character and move slow....

sorry for my bad englesh.
 
Newbie Spellweaver
Joined
Dec 1, 2017
Messages
26
Reaction score
0
Hello to All,

Can anyone give me the file of mvcore 1.16.0 market.php


Thanks in advance
 
Newbie Spellweaver
Joined
Dec 1, 2017
Messages
26
Reaction score
0
Use market.php from this files, its dosent matter.


Bro.

My market is not working properly , when buying or take back the item , nothing happens just opening window but empty only MARKET name is in there.


Thanks
 

cMu

Elite Diviner
Joined
Jan 8, 2017
Messages
427
Reaction score
133
Bro.

My market is not working properly , when buying or take back the item , nothing happens just opening window but empty only MARKET name is in there.


Thanks
Check the php file, see how its code and what its suppose to display and where its come from.
 
Newbie Spellweaver
Joined
Dec 1, 2017
Messages
26
Reaction score
0
Anyone can send me the market module , bec mine is not working, Nothing happens when buying and take back...


Thanks
 
Newbie Spellweaver
Joined
Dec 1, 2017
Messages
26
Reaction score
0
How to fix error equal sockets ? Share please
 
Junior Spellweaver
Joined
Apr 21, 2012
Messages
193
Reaction score
13
Possible solutions
1) remove ; in php.ini where "extension=php_mssql.dll"

Eror
Please Help
 

cMu

Elite Diviner
Joined
Jan 8, 2017
Messages
427
Reaction score
133
Possible solutions
1) remove ; in php.ini where "extension=php_mssql.dll"

Eror
Please Help
If i were you i was removing this siganture. anyway, for fix:
use xampp 1.7.1 and then open php.ini and search for extension=php_mssql.dll then remove ; from it, also search for openssl and remove ; from it like mssql.

if use web hosting:
ask for company change php version to 5.3 - 5.5 (i suggest 5.4) and then after changing it tell them to enable mssql at php options for the version that you select.
you can do it by yourself if using cPanel web hosting.

 
Junior Spellweaver
Joined
Apr 21, 2012
Messages
193
Reaction score
13

If i were you i was removing this siganture. anyway, for fix:
use xampp 1.7.1 and then open php.ini and search for extension=php_mssql.dll then remove ; from it, also search for openssl and remove ; from it like mssql.

if use web hosting:
ask for company change php version to 5.3 - 5.5 (i suggest 5.4) and then after changing it tell them to enable mssql at php options for the version that you select.
you can do it by yourself if using cPanel web hosting.


Work ty.

How can help me with admincp ?
I login to website and cant see the link to admin panel.



Ty man fixed.

Why i cant see the admincp link?
How to fix that?
 

cMu

Elite Diviner
Joined
Jan 8, 2017
Messages
427
Reaction score
133
Work ty.

How can help me with admincp ?
I login to website and cant see the link to admin panel.



Ty man fixed.

Why i cant see the admincp link?
How to fix that?

Run this at sql managment studio (query) or sql query manager. depend on what sql version you use ^^

Update memb_info set admincp = '1' where memb___id = 'username'

change username to your site account, make sure you LOGOUT and then LOGIN after RUNNING QUERY.
 
Junior Spellweaver
Joined
Apr 21, 2012
Messages
193
Reaction score
13
Run this at sql managment studio (query) or sql query manager. depend on what sql version you use ^^

Update memb_info set admincp = '1' where memb___id = 'username'

change username to your site account, make sure you LOGOUT and then LOGIN after RUNNING QUERY.

Hi man Ty For all You support

Give me please Full COde for SQL RUN
 

cMu

Elite Diviner
Joined
Jan 8, 2017
Messages
427
Reaction score
133
Hi man Ty For all You support

Give me please Full COde for SQL RUN

I gave you already lol bro, just read....
Update memb_info set admincp = '1' where memb___id = 'username'

put at username your web account
 
Newbie Spellweaver
Joined
Dec 1, 2017
Messages
26
Reaction score
0
Anyone knows how to fix reset Skill tree, Working good in resetting master level and Points, but the problem is the upgraded master skill is not resetting in 0.

Thanks in Advance
 
Back
Top