Re: MuCore Statistics Module
Re: MuCore Statistics Module
please make a guide for how to "add" "edit" at admin setting ?
Re: MuCore Statistics Module
I don't have time for that,just look on the other modules/pages already created and figure out by yourself how to create them,don't be lazy!
Re: MuCore Statistics Module
first of all thank for nice release,
I wonder, which page add as module from admincp? fcstatistics.php?
Re: MuCore Statistics Module
no,for module use statistics.php.
fcstatistics.php is the config part.
Edit:First post updated with a little guide
3 Attachment(s)
Re: MuCore Statistics Module
Re: MuCore Statistics Module
You did not added the Statistics Module in center column on PAGE.
Look first topic for guide.
1 Attachment(s)
Re: MuCore Statistics Module
Re: MuCore Statistics Module
It's looks like you don't have all required files in your pages_modules
Re: MuCore Statistics Module
Re: MuCore Statistics Module
Just copy the complete folder from my release,pages_modules folder and paste it in your MuCore folder.
I tested the script with 3 custom templates + default template on MuCore 1.0.8 Nulled by Bizzare Network.
Re: MuCore Statistics Module
im using default template but still dont work .
i already edit the status.php
<?PHP
$cs_port = 44405;
$gs_port = 55901;
$gscs_port = 55919;
$host = 5.100.42.71;
how about this ?
(i will change db_host db_user db_pw etc)
$dbc = mssql_connect($core['db_host'], $core['db_user'], $core['db_password']) or die("Couldn't connect to SQL Server !");
$selected = mssql_select_db($core['db_name'],$dbc) or die("Couldn't open database");
EDIT : Sovled (I just redownload and replace my pages_modules) Thank YOU .
Re: MuCore Statistics Module
Re: MuCore Statistics Module
$host
Leave it how is it
$host = localhost; or $host = 127.0.0.1;
Change only this ports if you got different ports on your GS,GS_CS and CS,that's all.
$cs_port = 44405;
$gs_port = 55901;
$gscs_port = 55919;