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!

MuCore Problem

Status
Not open for further replies.
Experienced Elementalist
Joined
Jan 25, 2012
Messages
235
Reaction score
1
i have 1 problem on my mucore .. i dont see menu on him

REMOVED

susanu - MuCore Problem - RaGEZONE Forums


why ? Thanks
 
Experienced Elementalist
Joined
Jan 25, 2012
Messages
235
Reaction score
1
i have template for MuCore 1.0.6 and is that problem . :| What template to used . ?
 
Upvote 0
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
<?
mssql_connect($core['db_host'],$core['db_user'],$core['db_password']);
mssql_select_db($core['db_name']);
?>

paste that in your index.php so that you can use it with our compatibility issue.
 
Upvote 0
ImperiaMuCMS CEO
Loyal Member
Joined
Jul 4, 2011
Messages
1,390
Reaction score
370
In template index.php search for keyword "explode". This is an example how it should looks like for MUCore 1.0.8:

PHP:
$pages_loaded = explode("¦",$pages_loaded);
 
Upvote 0
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
what web server did you use? you rather to use xampp 1.7.1...
 
Upvote 0
Status
Not open for further replies.
Back
Top