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!

PHP connection fix for SQL Server 2005

Joined
Mar 5, 2004
Messages
58
Reaction score
0
1. Download the file in attachment.
2. Stop appserv, or easy php what's you are using.
3. Extract the attachment into your Windows\System32 directory
4. Extract the attachment into your Webserver\PHP directory
5. Edit php.ini file, (It's in your Windows directory)
5.1 Find mssql.secure_connection (The Line is about 951).
5.2 If it's set to Off, set it to on.
5.3 The line must look like this : mssql.secure_connection = On
5.4. Save php.ini
6. Edit your config.php:
6.1 Put // in front of lines where you configure connection (3 lines: $host, $auser, $apass).
6.2 Save config.php
7. Start your appserv(easy php).
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Oct 19, 2004
Messages
110
Reaction score
0
=[Master]= said:
lolz, this will be a big whole where hackers can enter

your site isn't hacker free. Someone injected my webbie... it isn't secure!
 
Newbie Spellweaver
Joined
Oct 17, 2004
Messages
35
Reaction score
1
i dont trust sql 2005.. still use my old one ;)
 
Junior Spellweaver
Joined
Oct 19, 2004
Messages
110
Reaction score
0
=[Master]=, i'm just warning nothing more, i respect ur work anyway. But i tjough ur site was hack free, and it isn't someone tried to fu**my server.
 
Main Idea
Joined
Mar 25, 2006
Messages
514
Reaction score
6
=[Master]= said:
o_O really? c'mon give me 300$ and i will make the most secure muonline webpage,so dont say Ducking words about coz you dont know me

and what you want to make more at free muonline page? nothing coz is free

Hey dude... To share is to give what u got... not what it is useless for ya...
I think Jhon D. or FragFrog didn get paid... didn they?... This is not a business stuff... I think u can´t justify a bad work with that... U don need to be so rude with others ppl release... coz urs ain´t that good...
If i take care bout ur job... I wouldn even pay a cent for it... But well... that´s ur attitude right?...
Don spam others release with this crap...
NOTE: PHP is free. Apache is free. But they r a lil better than ur work... lol.

NOTE: For the releaser... Nice tutorial... usefull for ppl who is lazy to google it... :D
Congratz. :D
 
Newbie Spellweaver
Joined
Apr 9, 2005
Messages
78
Reaction score
1
hi, with that fix the site works but the register still dont work.
my page was working fine on sql 2000 , but now on with sql 2005 i did this fix but the register still dont work.
can some hellp me pls
thx
 
Initiate Mage
Joined
Jul 11, 2005
Messages
2
Reaction score
0
I apply the patch but I continue receiving the following message

mssql_connect(): Unable to connect to server: 127.0.0.1 in c:\appserv\www\config.php

It already reviews config.php and this all ok, dbuser=sa and dbpass= ****, is correct.

Please help me !!!!
 
Joined
Mar 5, 2004
Messages
58
Reaction score
0
jejen said:
I apply the patch but I continue receiving the following message

mssql_connect(): Unable to connect to server: 127.0.0.1 in c:\appserv\www\config.php

It already reviews config.php and this all ok, dbuser=sa and dbpass= ****, is correct.

Please help me !!!!

Please read the guide more careful and don't report about your made stupid errors anymore.
 
Back
Top