/No support on ePvPers
<?php
echo "----------------------/-///--------------------------<br />";
$con = mssql_connect( '127.0.0.1', 'Shaiya', 'Shaiya123' );
if( $con === FALSE ) {
echo 'Not Connected';
} else {
echo 'Connected: ' . gettype( $con );
}
?>
2009-09-04 00:20:05 PS_SESSION__system log start (Session) 2009-09-04 00:20:06 userlog connect failed 2009-09-04 00:20:06 initserver() failed 2009-09-04 00:20:06 3 1 SService::ServiceCtrlDispatcher(): m_pService->Init() 2009-09-04 00:20:06 PS_SESSION__system log end (Session) 2009-09-04 00:20:06 3 1 SService::ServiceCtrlDispatcher(): service shutdown
2009-09-04 00:18:59 PS_USERLOG__system log start (UserLog) 2009-09-04 00:19:14 DB userlog connect error, Server=127.0.0.1, DBName=PS_UserData, User=Shaiya, Pass=Shaiya123 2009-09-04 00:19:14 3 1 SService::ServiceCtrlDispatcher(): m_pService->Init() 2009-09-04 00:19:14 PS_USERLOG__system log end (UserLog) 2009-09-04 00:19:14 3 1 SService::ServiceCtrlDispatcher(): service shutdown
mssql_connect(): Unable to connect to server: 127.0.0.1 in index.php on line 3 --> $con = mssql_connect( '127.0.0.1', 'Shaiya', 'Shaiya123' );
$con = mssql_connect( 'SERVIDOR/SHAIYA', 'Shaiya', 'Shaiya123' );
2009-09-08 12:19:22 DB userlog connect error, Server=127.0.0.1, DBName=PS_UserData, User=Shaiya, Pass=Shaiya123
Quote:
Ok, this is where most people stop, dont worry, this is easy to fix. Make sure u have not only local connections on in the config of SQL, and test and verify this by logging in locally as i explained before, if this is the case, forward your ports, this should help, let me know if it worked
good luck