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.6.3 Premium + 5 premium themes for free

Experienced Elementalist
Joined
May 16, 2009
Messages
205
Reaction score
101
for install on any php greater than 5.2.9 with mssql edit in system/inst.php
replace this
PHP:
if(phpversion() != '5.2.9'){
	include('system/error_page.php');
with this
PHP:
if(phpversion() < '5.2.9'){
	include('system/error_page.php');
 
Last edited:
Banned
Banned
Joined
May 4, 2016
Messages
5
Reaction score
0
modules loaded slow, especially the ranking anyone know why? the web is in a host

Help me
 
Newbie Spellweaver
Joined
Jul 9, 2016
Messages
5
Reaction score
0
Hi,

i have a problem with connect to db

My server:
-Windows 2008 r2
-SQL Windows 2008 r2 express
--enebled remote connect
--create sql autentication and user

Mu: Season 8 Episode 1

Info from installer:
<----
Cannot Connect To Database.
Possible Reasons:
1) Incorrect SQL Data In Config file.
2) Named Piped Has Not Been Enable.
2) Database Has Not Been Made Or Restored.[/B][/B]
--->
 
Experienced Elementalist
Joined
Sep 25, 2012
Messages
292
Reaction score
26
You must show UP your PC Name in place IP! Must be somethink like this VPS87878-PC or yourpcname-PC put this in place IP!

Hi,

i have a problem with connect to db

My server:
-Windows 2008 r2
-SQL Windows 2008 r2 express
--enebled remote connect
--create sql autentication and user

Mu: Season 8 Episode 1

Info from installer:
<----
Cannot Connect To Database.
Possible Reasons:
1) Incorrect SQL Data In Config file.
2) Named Piped Has Not Been Enable.
2) Database Has Not Been Made Or Restored.[/B][/B]
--->
 
Newbie Spellweaver
Joined
Jul 9, 2016
Messages
5
Reaction score
0
Hi,

i used Your information in instation, then is not correct...

Look to my settings:

WAGGON - [Release] MVCore 1.6.3 Premium + 5 premium themes for free - RaGEZONE Forums


WAGGON - [Release] MVCore 1.6.3 Premium + 5 premium themes for free - RaGEZONE Forums


WAGGON - [Release] MVCore 1.6.3 Premium + 5 premium themes for free - RaGEZONE Forums
 
Junior Spellweaver
Joined
Feb 6, 2013
Messages
104
Reaction score
44
Hi,

i have a problem with connect to db

My server:
-Windows 2008 r2
-SQL Windows 2008 r2 express
--enebled remote connect
--create sql autentication and user

Mu: Season 8 Episode 1

Info from installer:
<----
Cannot Connect To Database.
Possible Reasons:
1) Incorrect SQL Data In Config file.
2) Named Piped Has Not Been Enable.
2) Database Has Not Been Made Or Restored.[/B][/B]
--->

Its simple reason, Enable named-Pipe , search more about that in Google.
 
Junior Spellweaver
Joined
Feb 6, 2013
Messages
104
Reaction score
44
better to use the webshop module of .3 because the webshop of .4 is damn bug!

For people who did not bought from me yea as there exists code that will break webshop & few other pages if engine file not from 1.16.4 update, that one needs to validate website.
 
Junior Spellweaver
Joined
Oct 4, 2008
Messages
144
Reaction score
17
can't create a "sql.php" in my Plesk Webhosting, anyone can help me please ???
 
Junior Spellweaver
Joined
Dec 27, 2015
Messages
101
Reaction score
3
can't create a "sql.php" in my Plesk Webhosting, anyone can help me please ???
sql.php
Code:
<?php
$mvcore['db_host'] = "127.0.0.1";
$mvcore['db_name'] = "MuOnline";
$mvcore['medb_name'] = "";
$mvcore['db_user'] = "sa";
$mvcore['db_pass'] = "Password";
?>
 
Junior Spellweaver
Joined
Oct 4, 2008
Messages
144
Reaction score
17
sql.php
Code:
<?php
$mvcore['db_host'] = "127.0.0.1";
$mvcore['db_name'] = "MuOnline";
$mvcore['medb_name'] = "";
$mvcore['db_user'] = "sa";
$mvcore['db_pass'] = "Password";
?>

thanks you ! solveed
 
Junior Spellweaver
Joined
Oct 4, 2008
Messages
144
Reaction score
17
now I have problem, I cant configure website bcz the website cant modifi any php file from webhosting :/
 
Junior Spellweaver
Joined
Dec 27, 2015
Messages
101
Reaction score
3
Know any web hosting that supports mssql?

 
Back
Top