help my Players Online module is not working..and more... i dint see anything show up.. all is blank.
i use ODBC... MSSQL give me error..
anyway how to fixi it?
help my Players Online module is not working..and more... i dint see anything show up.. all is blank.
i use ODBC... MSSQL give me error..
anyway how to fixi it?
u might need to have to make MSSQL Work !
MSSQL give me error... it me try it again.. ill post back...
EDIT look.. :( if i go ODBC success but module is not working... i put mssql not MSSQL <- gives error
im using sql2005
Last edited by LigerZer0; 23-10-12 at 06:38 AM.
i really am not sure with mucore webs , can u try installing mssql 2000 ?
i dont know how to convert my db to sql2000 ^^ in sql2000 this is working with MSSQL.. but now... dont :(
try to new MuCore
use Statistics of your Admincp module just copy and create a new .php then call in pages.
try to use MSSQL 2k,,im using it and no problem about that..
me im using MSSQL 2005 and using Statistics Script of Admin CP and works 100% :)
@zarahlee what did you put in config.php? the authenticate name?
##############################################
/*-------------------------------------*\
| MUCore SQL Connection Type: |
| |
| MSSQL : Connect using mssql_conect() |
| ODBC : Connect using odbc |
\*-------------------------------------*/
$core['connection_type'] = "MSSQL";
#########################################
/*--------------------------------------------------*\
| MuOnline Database Connection Settings |
| |
| $core['db_host'] : Database host address |
| $core['db_name'] : Database name |
| $core['db_use'] : SQL Authentication user |
| $core['db_password'] : SQL Authentication password |
\*--------------------------------------------------*/
$core['db_host'] = "127.0.0.1";
$core['db_name'] = "MuOnline";
$core['db_user']= "*****"; <---- what did u put? i try sa, pcname\SQLEXPRESS, ip\SQLEXPRESS not work :(
$core['db_password'] = "123456789";
######################################################
Last edited by LigerZer0; 24-10-12 at 10:23 AM.
default "sa" must work.
if not connecting try using ODBC on connection type if error shows up mean your odbc config is incorrect.
solution on ODBC.
1. go to administrative Tools
2. Data Sources (ODBC)
3. System DNS
4. Each listed below must Server: pcname\SQLEXPRESS
its done.
using ODBC in connecting in Database is easy if your all connection and configuration is correct :)
Last edited by zarahlee; 24-10-12 at 11:03 AM.
already know ODBC.. but if i use ODBC setting... module will not work.. i mean some of them... i need MSSQL to make work... :(