to many queries.
if u have 8 channels , then that is 8 queries.
why not just do a
Select channelidx, count(*) from cabal_character_table where login =1 group by channelidx
Printable View
to many queries.
if u have 8 channels , then that is 8 queries.
why not just do a
Select channelidx, count(*) from cabal_character_table where login =1 group by channelidx
John_d .....
cabaltoolzbeta2 have TDP for setting Channel, not for Server Status...
i already had it 2 months ago lolz
How to setting this....TDP for cabalTools...
Can you Explane how.....i want put this to cabaltoolz web
very nice keep your hard work.
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 .