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!

[Help] Error install Mucore

Newbie Spellweaver
Joined
Mar 23, 2018
Messages
50
Reaction score
2
No have xampp, is install my domain.

SQL 2000

I need another version for MuCore?
 
Upvote 0
Newbie Spellweaver
Joined
Mar 23, 2018
Messages
8
Reaction score
0
Seems like your using a webhost. Did you open SQL (1433) port for remote access?
 
Upvote 0
Newbie Spellweaver
Joined
Mar 23, 2018
Messages
50
Reaction score
2
For install MuCore with my webhost, i need install sql 2008 on the computer?
@PulseMU you can explain ?

This:
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Mar 23, 2018
Messages
50
Reaction score
2
RESOLVED!

____________________________________

Original:

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

Replace:

$core['connection_type'] = "mssql";
 
Upvote 0
Newbie Spellweaver
Joined
Jul 31, 2018
Messages
6
Reaction score
0
I have a little problem. I try to log in the admincp but if i write the account, password not enter. And ask again the password and account.
 
Upvote 0
Junior Spellweaver
Joined
Oct 23, 2014
Messages
131
Reaction score
23
I have a little problem. I try to log in the admincp but if i write the account, password not enter. And ask again the password and account.
Change the password on config.php .

Make sure you didnt use any of this
- or _ and other special characters

 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
username : Admin

Check the config.php for your user and pass. and make sure to put the first letter as caps when you login.. As the user and pass is Cap sensitive.

User: Admin
Pass: 123456 or default 1234
 
Upvote 0
Back
Top