Re: Log in box doesn't shows
Quote:
Originally Posted by
0pTi
Why log in box doesn't shows on my Season 3 Episode 1 Client files??Log in box in game likeWhen I click Server List then nothing appear likeID:Password:Help please :/
Check Ip's
> Server Side
> Hex Main.
Re: Log in box doesn't shows
Quote:
Originally Posted by
MrQU3ST10N
Check Ip's
> Server Side
> Hex Main.
I already match the IP's but still log-in box doesn't appear.
Re: Log in box doesn't shows
Connect Server Mapserver List PORTs opened
1 Attachment(s)
Re: Log in box doesn't shows
I already fix it thank you :)
Btw.. Do you know how to fix this problem on my site??
Attachment 138348
Re: Log in box doesn't shows
ODBC or MSSQL connection?
Re: Log in box doesn't shows
Quote:
Originally Posted by
ScriptKid
ODBC or MSSQL connection?
Can you give me some tutorial for reconnecting it ??
Re: Log in box doesn't shows
Quote:
Originally Posted by
0pTi
Can you give me some tutorial for reconnecting it ??
in your htdocs
> config.ini
(if you're using SQL 2005 or 2008)
try this :
/*-------------------------------------*\
| 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'] = "YOUR-PC/SQLEXPRESS "; (But if you're using SQL 2000 you can put you global Ip)
$core['db_name'] = "MuOnline";
$core['db_user']= "sa";
$core['db_password'] = "SQL-Pass";
Re: Log in box doesn't shows
Quote:
Originally Posted by
MrQU3ST10N
in your htdocs
> config.ini
(if you're using SQL 2005 or 2008)
try this :
/*-------------------------------------*\
| 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'] = "YOUR-PC/SQLEXPRESS "; (But if you're using SQL 2000 you can put you global Ip)
$core['db_name'] = "MuOnline";
$core['db_user']= "sa";
$core['db_password'] = "SQL-Pass";
Okay dude let me try this one.. By the way thank you dude :)
Re: Log in box doesn't shows
Quote:
Originally Posted by
0pTi
Okay dude let me try this one.. By the way thank you dude :)
no problem.