помогите что нужно сделать чтоб заработал мувед сайт вот как я все настроил :
<?php
// ********************************************************************
// * MuWeb productions has make a easy configuration for this website.*
// * All credits go to =Master=. *
// ********************************************************************
//=============IP AND LOGIN SETTINGS OF SQL SERVER========================
// Enter the IP or DSN of the database server to connect to
$dbhost = "192.168.141.55";
// Enter the username to connect to the db, default is sa
$dbuser = "sa";
// Enter the password for your SQL Server
$dbpasswd = "9266703";
// Host. IP If working remotely, usually 127.0.0.1 works
$host = "192.168.141.55";
//============END OF IP AND LOGIN SETTINGS OF SQL SERVER =================
//===============================COLUMN RESET CHECK===============================================
//MuWeb require a column named Reset in MuOnline database
//If you dont have column reset in database dont worry MuWeb will create one
//To check and install this column please do this: http://your_website/install_column/install.php
//After MuWeb install this column please delete install_column folder for security reson
//=============================END COLUMN RESET CHECK==============================================
//=================SERVER INFO===================
//Server name
$servername= "MuWeb";
//Server version
$serverversion= "1.02D";
//Server experience
$serverexp= "90X";
//Server drop
$serverdrop= "80%";
//Server conect port
$serverport= "44405";
//=================END SERVER INFO===============
//================RESET CONFIG===================
//Zen required for clear pk
$clearpkzen= "3000000";
//Level reset character
$levelreset= "350";
//Zen required for reset character
$resetzen= "10000000";
//=================END RESET CONFIG==============
//================WEBSITE CONFIGURATION=============================================
// Gameserver port, used for the online/offline status check
$port = "55901";
//server website adress (need for server online/offline check and rankings show)
$web= "http://your_website";
//Website title
$title= "MuWeb ver 0.1";
//===============END OF WEBSITE CONFIGURATION=======================================
//===============LINKS=========================
//Downloads client link
$downloadclient= "http://client link";
//Downloads launcher link
$downloadlauncher= "http://launcher link";
//Downloads patch link
$downloadpatch= "http://patch link";
//Forum link
$forumlink= "http://127.0.0.1/forum";
//==============END LINKs======================
//==============NEWs MANAGER SYSTEM===================================================================================
//With news manager you can post news or delete existent news
//To add news on MuWeb site you must make an account...How to make an account? fallow the instructions:
//1.Must install news manager system and at instalation you will make an account
//2.How to install: http://your_website/modules/cutenews/index.php
//3.After instalation go to webroot folder/modules/cutenews/inc/ and here delete install.mdu file for security reson
//4.How to manange news: http://your_website/modules/cutenews/index.php
//==============END NEWS MANAGER SYSTEM================================================================================
//****************************************************DONT EDIT HERE*********************************************************
//=============== NOT EDITABLE AREA ====================
// DEFAULT SETTINGS DO NOT CHANGE
$alogin = $dbuser;
$apass = $dbpasswd;
$db = 'muonline';
$regsubmit = "regform.submit()";
$msconnect=mssql_connect("$host","$alogin","$apass");
$msdb=mssql_select_db("$db",$msconnect);
$ip = $host;
//========================END===========================
?>
И ВОТ что мне пишит
C:\AppServ\www\config.php on line 146