MuCore Statistics Module

Page 1 of 2 12 LastLast
Results 1 to 25 of 35
  1. #1
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    MuCore Statistics Module

    Hello guys,few days ago i searched for statistics module for mucore,and i didn't found so i decided to make my own module and now i will share it with all of you.

    Preview




    This is based on JPN database

    If you wish to change the CTL CODES of classes statistics,go to MuCore/pages_modules/fcstatistics.php and change the CTL Codes

    Code:
    $dw = mssql_num_rows(mssql_query("select name from character where class=0"));
    $sm = mssql_num_rows(mssql_query("select name from character where class=1"));
    $grm = mssql_num_rows(mssql_query("select name from character where class=3"));
    $dk = mssql_num_rows(mssql_query("select name from character where class=16"));
    $bk = mssql_num_rows(mssql_query("select name from character where class=17"));
    $blm = mssql_num_rows(mssql_query("select name from character where class=19"));
    $elf = mssql_num_rows(mssql_query("select name from character where class=32"));
    $melf = mssql_num_rows(mssql_query("select name from character where class=33"));
    $helf = mssql_num_rows(mssql_query("select name from character where class=35"));
    $mg = mssql_num_rows(mssql_query("select name from character where class=48"));
    $dum = mssql_num_rows(mssql_query("select name from character where class=50"));
    $dl = mssql_num_rows(mssql_query("select name from character where class=64"));
    $loe = mssql_num_rows(mssql_query("select name from character where class=66"));
    $summ = mssql_num_rows(mssql_query("select name from character where class=80"));
    $bsumm = mssql_num_rows(mssql_query("select name from character where class=81"));
    $dim = mssql_num_rows(mssql_query("select name from character where class=83"));
    Change the server rates on MuCore/pages_modules/fcstatistics.php

    Code:
    $serverversion = "Season 4";          // Server Version
    $levelreset = "400";             // Level Reset
    $maxreset = "999";             // Maxim Resets
    $serverxp = "2000x";             // Server Experience
    $itemdrop = "80%";             // Item Drop Rate
    $bb = "Off";                 // Bless Bug
    GameServer Port,GameServer CS Port,ConnectServer port,change them in MuCore/pages_modules/status.php

    Code:
    $cs_port = 44405;
    $gs_port = 55901;
    $gscs_port = 55919;
    How to add Module



    How to add Page



    Downloads

    Mirror 1 - HERE (MediaFire)
    Mirror 2 - HERE (SendSpace)
    Mirror 3 - HERE (GameFront)
    Mirror 4 - HERE (Hosted on my website in case that other mirror's will not work anymore)

    Credits

    Code:
    MuOnline : WebZen
    Scripts : S37uP!Update
    MuCore : =Master= (Creator/Founder)
    Last edited by S37uP!Update; 02-06-12 at 03:03 PM. Reason: Little Guide Added


  2. #2
    Legend MuIsBest is offline
    LegendRank
    Dec 2006 Join Date
    NorwayLocation
    2,144Posts

    Re: MuCore Statistics Module

    Approved.

  3. #3
    Proficient Member Sinkaw140 is offline
    MemberRank
    Sep 2011 Join Date
    154Posts

    Re: MuCore Statistics Module

    please make a guide for how to "add" "edit" at admin setting ?

  4. #4
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    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!

  5. #5
    Proficient Member badboy_style is offline
    MemberRank
    May 2008 Join Date
    RussiaLocation
    157Posts

    Re: MuCore Statistics Module

    first of all thank for nice release,
    I wonder, which page add as module from admincp? fcstatistics.php?

  6. #6
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Re: MuCore Statistics Module

    no,for module use statistics.php.
    fcstatistics.php is the config part.

    Edit:First post updated with a little guide
    Last edited by S37uP!Update; 02-06-12 at 02:58 PM. Reason: First post updated(Added guide)

  7. #7
    Proficient Member Sinkaw140 is offline
    MemberRank
    Sep 2011 Join Date
    154Posts

    Re: MuCore Statistics Module

    help /:

    1.png2.png3.jpg

  8. #8
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Re: MuCore Statistics Module

    You did not added the Statistics Module in center column on PAGE.
    Look first topic for guide.

  9. #9
    Proficient Member Sinkaw140 is offline
    MemberRank
    Sep 2011 Join Date
    154Posts

    Re: MuCore Statistics Module

    help /:
    4.png

  10. #10
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Re: MuCore Statistics Module

    It's looks like you don't have all required files in your pages_modules

  11. #11
    Proficient Member Sinkaw140 is offline
    MemberRank
    Sep 2011 Join Date
    154Posts

    Re: MuCore Statistics Module

    but how ? any guide?

  12. #12
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    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.

  13. #13
    Proficient Member Sinkaw140 is offline
    MemberRank
    Sep 2011 Join Date
    154Posts

    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 .
    Last edited by Sinkaw140; 02-06-12 at 05:32 PM.

  14. #14
    My LanHouse in Brazil!!!! Yag4mi2k is offline
    MemberRank
    Feb 2007 Join Date
    CoNquEsT FrOm Br4ZiLianLocation
    721Posts

    Re: MuCore Statistics Module


  15. #15
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    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;

  16. #16
    Apprentice batukan is offline
    MemberRank
    Oct 2008 Join Date
    13Posts

    Re: MuCore Statistics Module

    Helló!

    (S6E3. Mucore.1.6)


    A képet a Képfeltöltés.hu tárolja. http://www.kepfeltoltes.hu

    Fajl: http://www.2shared.com/file/nEij2juD/pages_modules.html
    Last edited by batukan; 03-06-12 at 10:47 AM.

  17. #17
    Apprentice hcxd3333 is offline
    MemberRank
    Nov 2010 Join Date
    LatviaLocation
    12Posts

    Re: MuCore Statistics Module

    Please Make It Or Update For Kor DB

  18. #18
    Valued Member Monaf is offline
    MemberRank
    Aug 2012 Join Date
    DubaiLocation
    109Posts

    Re: MuCore Statistics Module

    Works perfectly ! thanks

  19. #19
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Re: MuCore Statistics Module

    Ur welcome.

  20. #20
    Account Upgraded | Title Enabled! zarahlee is offline
    MemberRank
    Mar 2012 Join Date
    C:\ProgramFilesLocation
    685Posts

    Re: MuCore Statistics Module

    can you make ranking for online hours? :)

    thanks

  21. #21
    Apprentice Puisiits is offline
    MemberRank
    Oct 2012 Join Date
    ChernobylLocation
    17Posts

    Re: MuCore Statistics Module

    Can you setup this for odbc connection please?

  22. #22

    Re: MuCore Statistics Module

    If i Have on Status Host: 127.0.0.1 then the statistics not work why..?

  23. #23
    Valued Member sighteyes is offline
    MemberRank
    Oct 2013 Join Date
    koreaLocation
    145Posts

    Re: MuCore Statistics Module

    can you reupload the image from the very start... not showing on my page

  24. #24
    Member raidenutz is offline
    MemberRank
    Oct 2005 Join Date
    iliaLocation
    86Posts

    Re: MuCore Statistics Module

    a guide .. no image show in first page... ,i added the module, and the page statistics and not showing anything.... help

  25. #25
    Enthusiast jaslarziv is offline
    MemberRank
    Dec 2013 Join Date
    31Posts

    Re: MuCore Statistics Module

    how can i added to my page i added the pagemodules files now wat do i do



Page 1 of 2 12 LastLast

Advertisement