let me do it
Printable View
let me do it
Can't download this files ...
Can you give a ftp url ?
works for me ...
this got error :(
Fatal error: Call to undefined function mssql_connect() in /www/zxq.net/c/a/b/cabalasia/htdocs/status.php on line 46
Please tell me how to fix that..
I have this ERROR
Pls HELP MY
Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: 84.19.*.* in /opt/lampp/htdocs/chscript/status.php on line 46
Could not connect to MSSQL database.
Cabal Database Script / ip is Correctly , on *unix - Linux is a Workin IP
THANKS FOR HELP
Activate the mssql extension in php.ini!
Actually that looks more like a firewall problem. If the extension was missing from php.ini it usually tells you that it doesn't understand what mssql_connect() means.
Check that you can log into SQL on that computer using the management studio/query analyser. I suspect you have sql 2005 and remote connections disabled in the surface area config.
Hello,
@Chumpy thanks for the Editing my Treahd for the IP!
I have not php.ini ....
I have
Status.css
Status.php
readme
images
LG;ZeroCool123er
someone can re-upload this i need this server check so nice :)
I managed to find a copy in an old SVN backup so I have updated the link. Enjoy!
i get this error and all are set corected its a new instalation of the xampp can you help me?
Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\cabal\status.php on line 46
That's because now mssql_connect is now deprecated you need to upgrade it to use SQLSRV: PHP: MS SQL Server (PDO) - Manual .