Помощь по созданию Online серверов

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.



ПОМОГИТЕ

Сообщений 1 страница 4 из 4

1

помогите что нужно сделать чтоб заработал мувед сайт вот как я все настроил :
<?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  :(

0

2

ты изменял вфаиле ? \\windows\\php.ini
надо изменить 576 линию - ;extension=php_mssql.dll - удали символ ;
и наиди строку
mssql.secure_connection = Off
Off измени на On
и перегрузи комп будет работать

0

3

Error #123
Loading php_mssql.dll Falied!
Please Enable php_mssql.dll in ur php.ini

помогите плиз! чё он хочет?

0

4

Error #123
Loading php_mssql.dll Falied!
Please Enable php_mssql.dll in ur php.ini

помогите плиз! чё он хочет?

Мде...  тут ведь все понятно...

Loading php_mssql.dll Failed!<-->Незагрузить php_mssql.dll
Please Enable php_mssql.dll in ur php.ini<-->Пожалуйста включите функцию етого Enable php_mssql.dll в php.ini

а хочет он чтобы ты зашел в папку Windows нашел в ней текстовый файлик php.ini открыл нашел строку ;extension=php_mssql.dll и убрал знак ";" так ты врубиш эту функцию...

0