some bug, when i use this page, it tell me that acount succesfully created but when i launch the game, and i put login and pass and click on connect it tell me "no charge info"
Solution to this?
some bug, when i use this page, it tell me that acount succesfully created but when i launch the game, and i put login and pass and click on connect it tell me "no charge info"
Solution to this?
don't stands here,it's most posible that it's bug from your databaseOriginally Posted by -ASH-
umm this is what the server gives me===>Fatal error: Call to undefined function: mssql_connect() in c:\appserv\www\config.php on line 37
can u help pls
nvm i got it i just for got to look on the first page sry for the inconveunce
Who can give me php.ini?
Cos my php.ini dont have
;extension_mssql
;extension=php_mssql.dll
cos i using app 2.4.4a
Last edited by kn95951135; 01-01-06 at 08:15 PM.
i've got the same error my fellow ,please help!
Fatal error: Call to undefined function: mssql_connect() in c:\appserv\www\register\config.php on line 37
sry i edited this but yea reinstal sql. thx all
Last edited by siim8905; 27-01-06 at 05:05 PM.
Go to C:\WINDOWS , Search for php.ini
Edit with notepad
Find This ===> ;extension=php_mssql.dll
Remove the ; So it will be extension=php_mssql.dll instead of ;extension=php_mssql.dll
Now Go to Start>All Programs>Service Control Center> Apache Restart
thanks too fast. :) no glitches in here right?
i have his problem
Warning: mssql_connect(): message: Login failed for user 'sa'. (severity 14) in c:\appserv\www\register\config.php on line 37
Warning: mssql_connect(): Unable to connect to server: 127.0.0.1 in c:\appserv\www\register\config.php on line 37
Warning: mssql_select_db(): supplied argument is not a valid MS SQL-Link resource in c:\appserv\www\register\config.php on line 38
and my "extension=php_mssql.dll" is without ;
my config.php is
<?php
//Admin Login
$alogin = 'sa';
//Admin Password
$apass = 'pw';
//Database Name
$db = 'MuOnline';
//Variables
$ip = "127.0.0.1";
//Host. IP If working remotely
$host = '127.0.0.1';
//Title that will appear on all pages.
$title = 'Simple registration page';
//Server Name
$srvname = 'server name';
//Credits
$credits = 'Simple registration page';
//Database Connection
$msconnect=mssql_connect("$host","$alogin","$apass");
$msdb=mssql_select_db("$db",$msconnect);
?>
Change Your SQL Server auth to SQL And windows
i cant make page me say redused by target machine or something like this plzzzzz help
my php.ini doesnt have that ;extension_mssql how can i fix this?
go to microsoft sql server ( all programs ) > service manager start the sql server
If mean u already remove the ;
Done it with no errors, when I try to enter the page I see
"Not Found
The requested URL /Register/reguser.php was not found on this server.
Apache/1.3.33 Server at "servername" Port 80"