How can i make it online globally? i cannot access my site using other PC.
P.S. Sorry for the noob question.
Printable View
How can i make it online globally? i cannot access my site using other PC.
P.S. Sorry for the noob question.
hi all,
i need some modules and where can i find it? ex: online playrs, players ranking, server status...
thanks
@Lenstaber, either google or code them yourself. PHP is one of the easiest languages to start learning and... one of the hardest to master.
Anyone knows how to remove the Bizarre Network and Chileplanet links on the upper right area of the website?
@klyde21 give a screenshot and I'll say where to find it.
Can someone tell me why is this showing?
http://img577.imageshack.us/img577/1216/35028480.png
and also my modules/add pages showing "it saves successfully" but it doesnt
and when i re-edit the page it doesnt saves anything in Center Column.
Ps
Mucore 1.0.6 has no problem with it by adding modules and pages.
thats why i am asking for tha and why`s that always appeared when i add/edit and save the pages/modules?
"and also my modules/add pages showing "it saves successfully" but it doesnt
and when i re-edit the page it doesnt saves anything in Center Column." ----Fixed it myself.
here is on the line 171
it is for anti sql injection i think but i do know nothing about that problem.Quote:
$_POST[$POST_KEY[$i]] = str_replace($sql_inject_1, $sql_inject_2, HtmlSpecialChars($_POST[$POST_KEY[$i]]));
where i can see the GMCP Login ?
i already tried to use the Admin Account On cofingi.php
but I cant login
who can help ?
---
and one more problem
if i login my account
it appears wrong user / pass
but it is correct.
--
i already configured the config.php
good day
i have probelem with my mucore 1.0.8 i configure it already in mssql and its apper cant connect.then when i configure it to odbc it will connect.the problem is i need the mssql conection to run all my modules anyone can help me...
add me:davidcopperfield46@yahoo.com
i already configure it already and i dont know why mssql cant connect and Odbc can connect.
<?
/*------------------------------------------*\
| Server Databases: |
| |
| 0 : MuOnline [database] |
| 1 : MuOnline and Me_Muonline [databases] |
\*------------------------------------------*/
$core['server_use_2_db'] = "0"; <-- i comfig it alrady cuz i use only MuOnline database
##############################################
/*-------------------------------------*\
| MUCore SQL Connection Type: |
| |
| MSSQL : Connect using mssql_conect() |
| ODBC : Connect using odbc |
\*-------------------------------------*/
$core['connection_type'] = "MSSQL"; <-----when i change this to odbc it can connect while mssql cant connect
#########################################
/*--------------------------------------------------*\
| 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']= "sa";
$core['db_password'] = "111111";
######################################################
/*------------------------------------------------------------------*\
| NOTE: |
| Edit this only if $core['server_use_2_db'] value is set to 1, |
| this mean your server use MuOnline and Me_MuOnline databases. |
| |
| Me_MuOnline Database Connection Settings |
| |
| $core['db_host2'] : Database host address |
| $core['db_name2'] : Database name |
| $core['db_use2'] : SQL Authentication user |
| $core['db_password2'] : SQL Authentication password |
\*------------------------------------------------------------------*/
$core['db_host2'] = "127.0.0.1";
$core['db_name2'] = "Me_MuOnline";
$core['db_user2']= "sa";
$core['db_password2'] = "";
######################################################################
/*-------------------------------------------------*\
| MUCore Admin Control Panel: |
| |
| $core['admin_username'] : Administrator user |
| $core['admin_password'] : Administrator password |
\*-------------------------------------------------*/
$core['admin_username'] = 'xaxa';
$core['admin_password'] = 'xaxa;
#####################################################
/*-----------------------------------------------------*\
| MUCore's MUCoins SQL Table Settings: |
| |
| MU_COINS_TABLE : MUCoins table name |
| MU_COINS_COLUMN : MUCoins (Credits) column name |
| MU_COINS_USERID_COLUMN : MUCoins User ID column name |
\*-----------------------------------------------------*/
define('MU_COINS_TABLE','memb_credits');
define('MU_COINS_COLUMN','credits');
define('MU_COINS_USERID_COLUMN','memb___id');
#########################################################
/*--------------------------------------*\
| MUCore Debug Settings: |
| |
| 1 : Debug enabled |
| 0 : Debug disabled |
| |
| Note: Enable debug only if necessary. |
\*--------------------------------------*/
$core['debug'] = 0;
##########################################
?>
i already configure config.php i realy dont know why i cant connect to mssql.